Download presentation
Presentation is loading. Please wait.
1
Modern JavaScript Develop And Design
The point of this chapter is twofold: create a real-world application that uses all the JavaScript taught in the book, and see how to use PHP and JavaScript together. Instructor’s Notes Chapter 15 – PHP and JavaScript Together Modern JavaScript Design And Develop Copyright © 2012 by Larry Ullman
2
Objectives List of objectives Ect.
3
More Objectives More objectives if needed
4
Concepts to Demonstrate
Unobtrusive scripting Progressive enhancement Custom library DOM manipulation Ajax Closures The project needs to demonstrate these JavaScript concepts.
5
Just Three Pages There are three pages the user will see:
The home page, which lists open auctions. A login page. A page for viewing a specific auction.
6
Development Process Create the database Setup the site structure
Code the non-JavaScript version Create the Ajax resources Add the JavaScript layer
7
The Database Three tables: bids items users
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.