I made a lot of changes to the site’s code this weekend. First of all I converted the layout from an old style table style layout to the newer more favoured div/css layout, looks the same right? That’s what it’s supposed to look like, the apparent advantage of using divs and css tags is the cross-browser compatibility, and also it apparently makes it a lot easier for search engines to read your page, therefore making your page ranking go up. It will be interesting to see if it makes any difference in that respect. The only visual change is the navigation bar, I’m using CSS rollovers which load much easier and with less issues than a javascript rollover and because it uses text links as well as images, it’s once again, better for search engines.
The other major change is all the pages, (except for the photo gallery) are XHTML 1.1 Transitional validated and CSS validated, what does this mean to the average person visiting this site? Bugger all, but it helps out my coding skills and makes the site more compatible to browsers other than Mozilla or IE. It would be XHTML Strict, but I still wish to use a few HTML atributes that aren’t used in XHTML, so transitional is the go.
Well, for most people that is possibly the most boring meaningless read ever, oh well.


