web design checklist v1.1
As I learn new things I need to add to what I know already. So this is the updated version of the web design or web site checklist.
- robots.txt file
- php includes instead of templates
- .htaccess files
- accessibility
- custom error pages
Now that I’m using php I can’t just use the F12 button in Dreamweaver to see how my site looks when I start fiddling with the stylesheet. So it’s all done live as it were. I think it’s time for me to get a testing server don’t you think? I also don’t need to keep the css rules in the head section of the html document and because I’m now networked at home, I can do the ie/win testing at the same time. I don’t need to put it on my memory stick and take it over to the pc. Put it all on the server and then open up all the browsers. Fiddle with the conditional comments in the php header include file and I’m done.