Some people know that vertigo is a problem I have to deal with. For me it’s less of a problem in planes or steel constructions – but old brick made buildings above ten levels scare the hell out of me.
I spent this january in Dubai and was quite happy, that our room was only at the 5th level. But today i found this video on youtube that even makes me feel bad by simply looking at it.
It’s taken by some guy on top of the Burj Dubai at 818 …
My current project involves some jQuery code.
I needed to alternate the background color for a html table with subtables and i wanted to do it in javascript.
So if your table looks something like this, use my Javascript code to color the rows:
<table>
<tbody class="Alternate">
<tr><td>I’m a row</td></tr>
<tr><td><table><tr><td>I’m a subtable for whatever purpose…</td></tr></table></td></tr>
<tr><td>I’m a row</td></tr>
<tr><td><table><tr><td>I’m a subtable for …