Tag Archives: function

My site now respects the Do Not Track (DNT) header [UPDATED]

Update: The tracking is no longer completely removed when DNT is enabled but all IP addresses are anonymized. I remind you about the Google Analytics Opt-Out plugin if you want to avoid tracking all together. Google Analytics will from now … Read more

Posted in Do Not Track (DNT) | Leave a comment

How I implemented currency handling in Mustache across PHP and JavaScript

Originally this article was to be about how to implement currency formatting using the template language Mustache, but I see it also covers a bit on how to synchronize template variables between the server-side and client-side. Hopefully you’ll get something … Read more

Posted in JavaScript, Mustache, PHP, Programming | Leave a comment

iGoogle replacements

Netvibes Netvibes may be my iGoogle replacement of choice as of now. It seems to be fairly flexible and also importing the iGoogle feeds to Netvibes was a breeze. Appearently Netvibes requires the import file to be in an OPML … Read more

Posted in Google, iGoogle | 4 Comments

Enable fullscreen mode when generating YouTube movie with swfobject

I recently dived into the YouTube javascript API as we (the company I work for) wanted to track behaviour on the video (note that the YouTube javascript API is not great for this task, but that is another matter). However, … Read more

Posted in Programming, YouTube | Leave a comment