Published on
November 17, 2006 in
topcoder.

If you never heard of TopCoder, it is one of online judges for algorithm competition. These days they held a very big event, TopCoder College Competition 2006, and currently it has finished semifinal round and tomorrow we will watch who is the best college programmer in the world.
Continue reading ‘TCCC 2006 Onsite Competition’
Firefox 2 removes option to “Force link that open new window to open in new tab”. I found this to be very disappointing, since I always activate this option. Working with tabs is one of the reason I use Firefox, if some sites force me to open new window, it is just as annoying as using MSIE 6 again!!
So here is how you can set this in Firefox 2:
Open about:config and set:
browser.link.open_external -> 3
browser.link.open_newwindow -> 3
browser.link.open_newwindow.restriction -> 2
And you’re done!