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 [...]
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 [...]
Problems with Looping through window.setInterval
Look at this code. What do you expect to be the outcome?

Subscribe
Follow
Quine using XHTML and JavaScript