Posts Tagged “jQuery”
Balls Deep With HTML5 Canvas
by Thai on December 6, 2010
The idea of HTML5′s reach across many mobile devices has really got me thinking about mobile games through the browser. While researching I found that Spil Games was offering a monthly HTML5 contest and first place is $5000 bucks. Such (…)
Rotate Header Based on Time of Day
by Thai on March 16, 2010
I made this because I’ve seen a php tutorial on NETTUTS that’s pretty cool and thought of a client side version just for the hell of it. It basically changes the header based on the time of day it is. (…)
Parse XML with jQuery
by Thai on March 14, 2010
This little snippet will parse XML and format any way you like. It’s as simple as using jQuery’s .each() method and then appending it to a div. If you’re trying to parse a RSS feed then I suggest using jFeed. (…)