designing the product page

8

Upload: cherrybear2014

Post on 25-May-2015

26 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Designing the product page
Page 2: Designing the product page

DESIGNING THE PRODUCT PAGE

Page 3: Designing the product page

Creating the Product PagesA static page that is made up of HTML may be

used in displaying product information.

Managing the contents displayed in your website may be made more flexible and manageable by adding scripts other than HTML.

A product page in an E-commerce webapp is actually a dynamic page that utilizes different scripts.

Page 4: Designing the product page

What do you need in creating the product pages?It will require different scripting languages such as html, and technologies such as ASP.

Each scripting language and technology has a specific role in creating webapp such as the E-Commerce site.

Page 5: Designing the product page

Knowledge of the following:Hypertext Markup Language – (HTML) Used in creating elements that are displayed in Web pages

Cascading Style Sheets - (CSS) Used to define how HTML elements will be displayed in Web pages

Active Server Pages - (ASP) A microsoft technology allows server-side scripts to be executed in pages

Structured Query Language - (SQL) A scripting language used to retrieve and manipulate records in database.

Page 6: Designing the product page

You may also need:Notepad

PSPad Code Editor- PSPad allows you to open a multiple text documents such as .html , .asp, .css file in a single application window.

- It also displays line numbers that will enable you to identify lines that contains errors.

Page 7: Designing the product page
Page 8: Designing the product page

Content of your page: Index.asp

- Which will serve as the Home page Header.asp

- Both CSS and header files will be included in almost all the file Connect.asp

- This will contain the code that will connect to Products.asp Style.css db (database) Images New text documents 10. asp.net