Please consider donating: a local project in memory of my daughter

Archive for February, 2009

Analytics for Bookmarklets & Injected Scripts

Lately I've been working on a number of different pure JavaScript projects ranging from widgets that are injected, bookmarklets and include scripts (red your site for example). The one big thing that I've always wanted to see is analytics for usage, in particular referral tracking. So I've written code for that too

JSONP request in Adobe Air

With the jQuery API browser my key aim was to build an app that worked both in the Adobe Air environment and without any changes work on the web. Typically, the environment is the same, with a few exceptions - one of which I ran in to yesterday. Making a JSONP call simply doesn't return back to [...]