Archive for the ‘tips’ Category

Somebody is stealing my website design – what are my options?

Friday, April 23rd, 2010

The authors of this blog also run a software company called ZeroTurnaround. We monitor the mentions of the company name and its products with different tools. I personally use Google Alerts (you get an email when the interwebz mentions your monitored word).
One day we stumbled upon a page that had stolen our website design. It [...]



Bleeding edge of development – upgrading system and ANT stops working

Monday, December 28th, 2009

I run Debian Unstable as my main desktop system. I shoot myself in the foot couple of times a year with the upgrades but I like using the bleeding edge of development.
Today after my “regular” upgrade I noticed that one of the ANT tasks did not perform as I would have expected.

/home/toomasr/workspace/project/build.xml:459: The following error [...]



Hacking with IDE plugins – fun art of binary patching

Friday, December 11th, 2009

Today’s software is so much about integration. You can have a cool Java utility but if you don’t have an Eclipse plugin for that, a large % of Eclipse users won’t adopt (IDEA & NetBeans users require plugins just as much). In the consumer market the same goes for browser extensions and iPhone apps [...]



Waiting for GMail themes? Log out and log back in

Friday, November 21st, 2008

I was waiting for the Gmail themes tab to appear on the settings page but it never did. I run Gmail under Prism and I hardly ever log out. Once I did do that and logged back in I finally got the themes tabs. Running terminal right now, nooooot.



How to waste 3GB of traffic on 404 pages

Thursday, November 6th, 2008

The previous post on dow.ngra.de generated tons of traffic. That tons of traffic generated 120 000 requests to a style sheet file that did not exist. Wordpress will display a semi fancy page for 404 files that weighs about 25 KB. 25 KB times 120 000 is 3 000 000 KB :).
Actually the same happened [...]