About this lesson: Learn how to use php's include / require functions in combination with 960 CSS grid system and Jquery UI tabs to create a simple website

References

Key topics

Key Operators

Key terms

Create your application directory

The Include Statement

Step 1: Create a html header

Step 2: Create a html footer

Step 3: Create Index.php File

Create and run this file and examine the source generated

Step 4: Update header file with css and jquery

  1. Download 960.gs css and place it css directory
  2. Download jqueryUI css and place it css directory
  3. Link to Live version of jquery
  4. Download jquery UI

Step 5: Create custom JS file

Step 6: Create a new Body file

  1. Create a set of divs which are converted into tabs by jquery
  2. Further Reference: Jquery UI Tabs

Step 7: Update Index.php File

  1. Update file to include new body file

Step 8: Build a Navigation Template

  1. A common navigation bar
  2. Further Reference: Listamatic

Step 9: Build a Navigation CSS file

  1. A separate CSS file for navigation
  2. Further Reference: Listamatic

Step 10: Update header references for CSS

Step 11: Update index.php references to new navigation