Archive for February, 2006

How to revive Firefox after installing a bad extension

Yesterday I installed a bad extension that broke my Firefox. I’m not really sure which one it was since I tried several different ones. Well, after installation and then restarting Firefox it refused to work. Tooltips did display but the interface didn’t accept any input. Neither mouse nor keyboard. What to do?

HTTP Push Client in Posix C

Have you ever wanted to push a value to a HTTP page and don’t care about the result? Well, you can do it in pure C, but be prepared - it is not as trivial as you might think. Here is how to do it.