Archive for the 'Web Development' Category

November 3rd, 2008

See me speak at PubCon

I'm presenting at Pubcon, on a panel along wth Todd Malicoat, Bill Hartzer, and Jane Copland.

http://www.pubcon.com/sessions.cgi?action=view&record=157

The 15 minute presentation I'm doing could increase your conversions using a new technique never before published.

details will not be divulged here ...

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 ...