Archive for August, 2008

August 29th, 2008

Translating iWant

First, install facebook's built-in Translations tool. http://www.new.facebook.com/apps/application.php?id=4329892722 You can also find Translations by typing "translations" into the facebook search box. Now you'll see a globe icon appear in your bottom toolbar. trans000.png click it, and you get a menu. trans001.png Choose a language other than English. Your page will ...
August 5th, 2008

how to freeze your browser with blur()

Here's something I do so often, it's embarassing. I use alert() often in debugging. I know there are fancier methods of tracing variables using the Firebug console, but I like to debug in multiple browsers, and an alert() is quick way to inject a little debug message into JS code. But when ...