About PiriSale - EC 201 Assignment 1
What is PiriSale.com?
PiriSale is a mock e-commerce site designed to showcase various aspects of web scripting as learnt in EC 201.
What tools were used to create this site?
The excellent Gel program http://www.gexperts.com/ was used to create the JSP, CSS and Java files. Tomcat was used to serve the pages, and Adobe Photoshop was used to scale images and reference colour values. No GUI programs (such as Dreamweaver etc) were used at any stage of development
Pages
welcome.jsp
CSS Features
CSSUsing <link rel="stylesheet" and class attributes to style page elements
Inline CSSUsing "style" attributes to style page elements directly
JavaScriptUsing <script src tags to use JavaScript located in another file
Static Variableswelcome.jsp
JavaBeanswelcome.jsp
Retrieving Session Attributeswelcome.jsp
Page includesUsing out.write to display Java output to the page directly
Page includesUsing <jsp:include to insert the contents of page directly inside another page