Month: March 2010

  • Firefox 3.6: graphic bug finally fixed!

    Can you believe it? The graphic bug in Firefox that I once told about was finally fixed in version 3.6! The bug was first reported in May 2009 – so it just took them almost a year … ;) But well, it was only a rarely occurring bug and therefore probably didn’t have the highest priority.…

  • Search google.com (in English)

    Recently I wanted to google something, but all the German search results were of no use. So I wanted to try in English – but how? Usually I simply enter my search term in English and thus get English results, too. But this time I was looking for a quite “international” term such as “instant…

  • PHP + Recursion + loop + global array = trouble

    Once again, I came across an issue that I racked my brain about for hours, if not days: I had written a recursive function in PHP that should run through a globally declared array with a foreach loop and then restart itself if necessary. Everything ran perfectly well – but only on my local server.…