Skip to main content

3.5 User Registration and Login pages created

A registration form has been created so that users can create an account, this will allow users to view the offers and search for a particular film or cinema within their area, at the moment only the Wigan and surrounding area (20 mile) will be searchable. Sessions, login and logout code had also been created, this will allow users to stay logged in and also for security reasons allow them to logout.

Login page from a developers perspective

Login Page from user perspective

Allows the user to log in

Shows that the user is logged in

These two images show code that allows me and users to create their own accounts 

This is a users account information they are able to see this page because they have logged in.

This code allows the user to logout of the account

Comments

Popular posts from this blog

5.5 Finished Product

Here is a image of the finished homepage with the navigation bar showing Image of the finished homepage 

3.3 Problems with Markers

With a lot of trial and error I figured that the reason the map was not showing was because of the wrapper I had placed around my div. By ending the div earlier the map can now be shown and accessed. I also added a 'wrapmenu' around the search-bar.  '</div>' Closed the 'Wrapper'  (example of) Image shows the 'wrapmenu' Map shows the Markers within a 10 mile radius of Wigan

5.0 Creating Offers Pages and Slideshow for Home Page

The image below shows the code used to implement the navigation bar and offers list using <ul> tag this allows the lists to be un-ordered. Snippet of code navigation and offers Front end view of the offers page The slideshow was created using a mixture of html code and java-script which allowed the images to display automoatically Example of the html and java-script code  for the automatic slide show Front end of the Home Page shows the automatic slideshow