Website: Start to Finish

Tutorials are useful, but often it's really hard to find the right one. Especially if this is the first time you've tried to create a website. What I'm going to try and do here is create a series of lessons to take through the web design process, from beginning to end - well, there is no 'end' in web design - it just gets more and more advanced the more you know, the more things develop, and the bigger the site you try and create. But anyway, here goes...

Lessons

  1. Design – things to consider when creating the design
  2. Dreamweaver Site – start by defining a site
  3. Basic page layout and introduction to CSS
  4. Templates
    1. Create template
    2. Create pages from template
    3. updating
  5. More CSS formatting of template
  6. Adding and formatting of page content
  7. intro to PHP
  8. Contact form (using PHP)
  9. intro to javascript
  10. using javascript to check your content form
  11. Making tabs using javascript
  12. databases
    1. setting up a database
    2. adding info manually
    3. retrieving data and putting onto a page
    4. creating a basic content management system
  13. intro to AJAX
    1. intro
    2. simple example
    3. useful examples
  14. advanced CSS formatting