CSS file: /css/main.css
php file: /ajax_login.php
JavaScript file: /jquery.js;
page screen-shot:
1. Contact page

2. Index page

Page description:
1. Contact page
Last week, I changed my system plan. Contact page should be one of the major changes in my project. Now, this page contains two functions: guest book and address book. Web viewers can leave message to me through this page. Concurrently, they can see my contact method and university address. The guest book function is modified by the subject exercise. Guests' messages will be directly stored into the database, which I can check in my administration pages.
2. Index page
Index page is the most important page for my project. According to my design, there are also two major functions on it. This first one is showing the lasted information about me, including the news, projects and social links. Secondly, I can login to my administration page from my index page.
The authentication function should be the most complicated one in my project. It is implemented by Ajax, php and Jquery. Even though this function is modified by the code which I got from an online tutorial, I really learned a lot about Ajax and Jquery, which help provide quite appealing effects to websites. I think I will further learn those two fantastic technologies in the future.
Reference:
Ajax validation system:http://roshanbh.com.np/2008/04/ajax-login-validation-php-jquery.html
Guest book exercise of DMT

No comments:
Post a Comment