Sponsorised links
This year
Sponsorised links
2008
2007
2006
Variable fixed width layout | clagnut/blog
There’s an different approach to web page layout which is gradually getting some traction. The idea is that the layout is changed to best accommodate the window size. As you might expect, it is accomplished by using JavaScript to change the CSS of the webpage. Here are some examples:
Magnetic Storm - NOVA
Gradually, the [Earth's magnetic] field is growing weaker. Could we be heading for a demagnetized doomsday that will leave us defenseless against the lethal effects of solar wind and cosmic rays? "Magnetic Storm" looks into our potentially unsettling magn
2005
Liquid template engine
Liquid is a template engine which I wrote for very specific requirements
* It has to have beautiful and simple markup. Template engines which don't produce good looking markup are no fun to use.
* It needs to be non evaling and secure. Liquid templates are made so that users can edit them. You don't want to run code on your server which your users wrote.
* It has to be stateless. Compile and render steps have to be seperate so that the expensive parsing and compiling can be done once and later on you can just render it passing in a hash with local variables and objects.
* It needs to be able to style emails as well as html.
Three Column Layouts - css-discuss
list of 3 column layouts and notes about features, fluidity, etc.
CSS 3-col Layout Wizard
CSS layout, 3 columns with Header and Footer, Ordered columns, Netscape 4 compatible
