Your browser does not support the video tag $(‘button#light’).click(function() { $(‘#stars’).fadeOut(3000); });
jQuery, Uncategorized | April 16, 2012 | 0 comments
jQuery, Uncategorized | April 16, 2012 | 0 comments
Your browser does not support the video tag $(‘button#light’).click(function() { $(‘#stars’).fadeOut(3000); });
September 30, 2011
by Shane Porter
0 comments
Say goodbye to ajaxload, and say a big hello to spin.js.
Check out these features:
- No images, no external CSS
- No dependencies (jQuery is supported, but not required)
- Highly configurable
- Resolution independent
- Uses VML as fallback in old IEs
- Uses @keyframe animations, falling back to setTimeout()
- Works in all major browsers, including IE6
- MIT License
jQuery, Screencasts | March 23, 2010 | 9 Comments
Using screenr, I’ve just recorded a new sub-five minute screencast detailing a web scraping example using YQL, jQuery and JSONP.
In the video, I quickly introduce YQL‘s web scraping capability by returning a the contents of an HTML element on the JustGiving website. The data is obtained using jQuery’s getJSON method via JSONP for a cross-domain request. It’s short, but simple, and aims to give a brief example of what’s possible using YQL and jQuery. Continue reading
jQuery, Reviews | February 19, 2010 | 0 comments

Unless they’ve been living in a cave for the last couple of years, web developers will be familiar with jQuery. Due to its speed, power and ubiquity, it’s become the de facto JavaScript library for anybody wishing to create cross-browser behaviour.
jQuery version 1.4 was released on January 14, 2009, and hot on the heels of that release is the accompanying ‘jQuery 1.4 Reference Guide‘ book from Packt. The book is nudging at 300 pages in length, and covers the API in a similar way to the excellent online documentation. This isn’t the book for readers with no JavaScript experience, but should be easy to pick up with somebody with at least a limited knowledge. Continue reading
jQuery, Screencasts | September 30, 2009 | 0 comments
Hey everyone – I’ve just recorded my first ever screencast over at screenr.com. I talk about a jQuery popup keyboard plugin that I wrote a while back.
If you haven’t already checked out screenr, be sure to head over and check it out – it’s a fantastic way to record screencasts up to 5 minutes in length and requires no extra software or faffing about. Recording a screencast is definitely a skill in itself, and since this is my first, I hope you’ll excuse the odd ‘um’ and ‘ah’, but I hope I get the general message across. Five minutes seems like a generous amount of time, but it really does go quickly when you’re recording!
Some points that I didn’t have time to go into on the screencast:
You can download a copy of the screencast project (ZIP file, 8k) shown to have a look in greater detail.