
jQuery Scrambling Text Effect
An interesting text effect I came up with to use as a under construction page. Fiddle http://jsfiddle.net/pootie/BsR4A/

jQuery capture ‘Enter’ key in text field
Fiddle http://jsfiddle.net/pootie/8wGFe/2/ Code $(document).ready(function() { $(’#searchBox’).keypress(function(event){ var keycode = (event.keyCode ? event.keyCode : event.which); if(keycode == ’13’){ alert(’You pressed a "enter" key in textbox’); } }); }$(document).ready(function() { $(‘#searchBox’).keypress(function(event){ var keycode = (event.keyCode ? event.keyCode : event.which); if(keycode == ’13’){…

Tumblr jQuery Plugin
So youâve got a Tumblr account and want to display it on your website. This script will allow you to put a tumblr feed onto your website using jQuery. Head on over too http://www.tumblr.com/goodies to check out their API. Fortunately, the…

Unlike a Facebook Page
A Facebook Unlike Application to help you search and sort your likes. Unlike It is a Facebook app that allows you to: Quickly see your Facebook page like history Search and Sort Quickly Unlike in 2 easy steps. So you…