19 March 2009 0 Comments

Using jQuery to nudge links

Using jQuery to nudge links

jQuery is so blooming useful! There’s an effect you’re seeing all over the web now, where links nudge over to the right when you mouse over them.
So, here’s a simply tutorial to get jQuery link nudges onto your pages in just 5 minutes!
First we need need to include the jQuery library in the <head> section [...]

2 February 2009 20 Comments

How to use jQuery with a JSON Flickr feed to display photos

How to use jQuery with a JSON Flickr feed to display photos

So today I needed to display photos from our Flickr Group without using php or asp.net. I have a WordPress widget that does this job nicely, but no PHP was allowed.
Thank goodness for jQuery! jQuery has a handy little function which allows us to load JSON data using an HTTP GET request, and then process [...]