Friday, September 04, 2009

Web Site Redesign

I finally got around to re-designing my web site as well as this blog. Several folks have written in asking how I did certain things. It’s virtually all XHTML and CSS,with a lot of CSS doing the hard work of the rounded corners. There isn’t an external style sheet since the inset boxes with the pics are specific to each page - so I’ve included the styles in each file. If you’re running IE6 or earlier, you’re out of luck…but then again, there’s no good reason to be using IE as a browser.

The effect for the examples of student work comes courtesy of a javascript called Lightbox. You’ll find it on numerous sites. You can achieve a similar effect with straight CSS code, but I thought the js was less tedious to implement. I tend to avoid javascript whenever I can, but convenience and lack of time won the day this time through.