GMail Drive shell extension

When GMail appeared almost instantly there was a Linux program that enabled you to mount your GMail account as 1GB drive on your local system. Today I stumbled upon same kind of program, but for Windows. If is called GMail Drive shell extension and it will make your GMail account act as ordinary storage medium. [...]

Disable form submit on enter keypress

I needed a JavaScript function that disables form submission when enter key is pressed. I’ve looked around and all solutions worked only in IE and I needed it to work in FireFox as well. Finally after some more reading I found a solution how it can be done. Here is the function that I created: [...]