James Tauber

journeyman of some

blog > 2008 > 04 > 27 >

New Site Look

If you read this in a feed reader, you might want to go to my actual site to see what I'm talking about :-)

Usually, when I rewrite the underlying code behind jtauber.com, I do a redesign of the look as well. In the 14 years that jtauber.com has been around, it's probably had around 10 different looks. The last change took place when I wrote Leonardo in 2003.

When I ported Leonardo to Django I really should have changed the look, in keeping with tradition, but I didn't. I decided this weekend to do some code clean up and add a couple of new features and ended up doing a completely new look as well. I also switched from Django 0.96.1 to Django trunk (including qs-rf), although I don't make use of any of the new features yet.

Here's a brief list of what I did change:

Had to trigger hasLayout in IE6 to get it to work there. Fortunately, I'd had that issue previously with Quisition so knew what to do. Thank goodness for VMware Fusion to enable me to check the site on IE6.

I quite like the new look, especially in comparison to the old look. I'm more than a little chuffed at getting the autoscrolling working too :-)

Categories:
prev « django » next
prev « this_site
prev « web_design » next

Comments (4)

Etienne Desautels on April 27, 2008:

If you like Open Source Software you should take a look at VirtualBox (http://www.virtualbox.org/), an Open Source virtualization product (recently bought by Sun) that works very well.

Etienne

Bulkan Evcimen on April 28, 2008:

I like the new look.

Were most of your changes done via CSS ? I still have plans to write a Django bloggin g app to my taste and move over to that. But one thing i really want is the ability to just play around with CSS (and minimum template code, skinning) to change the look and feel.

James Tauber on April 29, 2008:

Bulkan, I added some features and cleaned up some code at the same time so I ended up changing some views, etc.

But most of the visible changes were just CSS and my base template. The only real exception was changes to the blog calendar which is generated by legacy code and not yet converted to a template.

:-:s€zær -- >> on May 14, 2008:

css web template page (example) -- http://www.css-lessons.ucoz.com/css-template-page.htm

Add a Comment

Created: April 27, 2008
Last Modified: April 27, 2008
Author: jtauber