Archive for March 22nd, 2007

Google AdSense lang parameter

Tagged: Marketing Date: 22nd, March 2007

If you (like me) have site(s) in languages other then english and have problems of AdSense ads appearing in some other language then your own, you may want to try out adding JavaScript variable to your AdSense code.
google_language = “sr”;
Where ’sr’ would be your language code (example: ‘en’ for english or ‘fr’ for french).
Full AdSense [...]

  • Leave Comment
  • Read Comments (1)

Firebug, God damn it

Tagged: JavaScript, Programming Date: 22nd, March 2007

Up until now FireBug was my primary JavaScript debug solution and now I am in search for a new one. This post will not be about alternatives to FireBug (that one will fallow soon) but about the reason for the change.
Last 7 days at work we have had strange bug in our new software and [...]

  • Leave Comment
  • Read Comments (10)