Tag Archives: code

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

The Duck(typing) movie – movie script idea

An continuation of my silly programming movie script ideas. Briefing room: A (commander dude): When I see a bird that walks like a duck and looks like a duck and quacks like a duck, I call that bird a duck! … Read more

Posted in Comedy, Programming | 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

What Mozilla does right with Mozilla Home and Google did wrong with iGoogle

When Google announced they were shutting down iGoogle I reacted on how they were screwing up the experience for the remaining users despite having a long closing time (1st of November 2013). Long story short they’ve accumulated massive opposition from … Read more

Posted in Firefox Home, Google, iGoogle, Mozilla | 1 Comment

Replay search on GosuGamers doesn’t work properly? No problem

Sometimes programming skills become really handy. For example like just now when I tried searching for Warcraft 3 replays including a specific player on GosuGamers. The problem is that it revealed no matches, which is kinda weird because I already … Read more

Posted in GosuGamers, PHP, Warcraft 3 | Leave a comment

Programming revitalization

Recently I posted an embarrasingly bad question at http://programmers.stackexchange.com (no you can’t read it). The thing is that I’ve been way out of my programming form of late and was not thinking straight, thus I had misconceptions about how good … Read more

Posted in Programming | Leave a comment

My take on a WordPress plugin: Redirection

Just stumbled upon the WordPress Redirection plugin at work and as usual I’m going to give a very brief and incomplete summary of my experience with it. The interface is lovely but I’m not here to chitchat so I’ll go … Read more

Posted in Wordpress | Leave a comment

Readability is important – programming principle that should be used by everyone

When you’re working in programming teams, code readability is very important to the overall quality of the system – that is if you care for it in the long run. You have to consider that other people don’t know what … Read more

Posted in Programming | Leave a comment