TweetSo I was off to Darling Harbour for the annual Geek-fest that is #gdd11, and was pretty impressed with the quality of the lunch boxes…the talks weren’t bad either. Actually the highlights were Timothy Jordan & Julia Ferraioli’s presentation on Using the Google+ APIs and also Eric Bidelman’s Bleeding Edge HTML5. I even managed to ...
But I think there’s actually a very good reason why we should, in fact, embrace the term “HTML5” as an overarching buzzword for this latest round of web standards and specifications. Our industry has proven on several occasions that we don’t get excited about new, interesting, and useful technologies and concepts until such a buzzword is in place.
TweetFor the home page of my site I wanted to cause certain divs to fadeIn using jQuery after varying amounts of time. In javascript we can use setTimeout() to schedule an arbitrary function call for some point in future. However the function works differently between Firefox and Internet Explorer (MSIE). In FireFox, you would do ...