Monthly Archives: December 2007
Faster YUI DataTable with 5 Lines of Code
Holy Reflows Batman! The typical usage of a DataTable in the Yahoo User Interface JavaScript library involves passing a string into the constructor signifying the ID attribute of the container you want to attach the DataTable to. However, the YUI DataTable loves the DOM and creating nodes individually using DOM methods. Normally that’d be fine, [...]
Posted in JavaScript Tagged DataTable, Grid, Performance, YUI
enterval, an automatic setInterval chainer.
Hello internet. Today we’ll be exploring the magical wonders of setInterval. Have you ever worked on a project that needed multiple timers going simultaneously? Have you ever wanted to bind all of those timer callbacks into just one timer without restructuring your code manually? Well, being the Curious George that I am, I wanted to [...]
Posted in JavaScript Tagged Timers
Problems with Looping through window.setInterval
Look at this code. What do you expect to be the outcome?
Posted in JavaScript, Web Browsers Tagged Firefox, Timers


Quine using XHTML and JavaScript