Web Designers

15th November 2008

Tags : Rants, Web Design, Random

What it is with web designers and gradients? Oh yeah, rounded gradient edges, they're the worst. Bloody designers, I ask you...

Alternating Row Colours

30th October 2008

Tags : Javascript, DOM, Code Examples

I like to use alternating row columns in tables. If the tables in question are static HTML then updating the row colours, (when adding/removing/shifting rows), can become a real chore.

Using some of the wonderful W3C DOM Methods within Javascript I came up with a simple function to do all the work for me.

Continue reading "Alternating Row Colours"