Download Blank window box - VLE

Transcript
simple web pages, CSS allowed me to move the presentational information to the style sheets
and this resulted in considerably simple XHTML code.
Ever though both XHTML and CSS were new to me, this did not create me any problems
because they were relatively simple to learn and implement, and when I did come across any
problems there was plenty of help available from textbooks and the internet.
The CSS and XHTML coding was done in the Notepad text editor.
Div elements were used for the main page layout, and were implemented according to the
page design in section 4.3.2. The look and feel was implemented according to section 4.3.3.
Screenshots of the web pages can be seen in Appendix C.
5.5.2
Static Web Pages
The static web pages that were created were as follows.
index.html was the home page and contained some information about the business and the
website.
about.html contained information about what the business was about.
login.html was the login page, were existing members of the business would use to login and
view their details.
contact.html contained the businesses contact details, along with its location.
opening.html contained the current opening times of the business.
These pages can be seen in Appendix C.
5.5.3
PHP
The coding of the PHP scripts was the most important part of the implementation, as this was
the chosen language for the database connection and manipulation. This was important in the
functionality of the website and the overall outcome of the system.
28