Warning! There is a new guide here Some hints and tips that may help users having trouble with https://apps.facebook.com/unlikeit/. Things to try first: Use a different browser such as Chrome or Firefox. Use the direct url too the application…
Just got all my buildings to Level 3, oh yeah! Been using this app quite a bit along with iSmoothRun. adminChris Grgich-Tran is a Development Manager from Brisbane, Australia. When he’s not dad-ing it up, he works with some very…
If you haven’t already installed the app, head over too https://apps.facebook.com/unlikeit/ and install it. The liked/unliked buttons that Facebook use can be a little confusing. The grey button represents an item that you currently ‘like’. The dark blue button…
An interesting text effect I came up with to use as a under construction page. Fiddle http://jsfiddle.net/pootie/BsR4A/ adminChris Grgich-Tran is a Development Manager from Brisbane, Australia. When he’s not dad-ing it up, he works with some very talented people.More Posts…
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’){…
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…