Validation
This is a process, much like spell checking or grammar checking, that looks for errors in the coding of a site. The less errors a site contains, the more likely it will appear correctly on all operating systems and internet browsers. Refer to the
W3C for reasons why validation is important.
To test any page on our site, click on the
html link at the bottom of the page that you want to test, this will pass you to the W3 validator which will display the results of the test. To return to Sieben Design, simply press the back button in your browser window.
DEVELOPER LINKS
The W3 page on Style
Everything you need to know about Cascading Style Sheets, straight from the authoritative W3 website. Great site for a beginner, nice reference for the more advanced.
Django wiki tutorial video
The more that I learn about Django, the more I like it. The biggest hurdle is learning Python. After that, everything seems to move quickly and easily. This looks like a great tutorial for building a wiki very quickly with the Django framework.