Posts Tagged: Regular Expressions

Developing simple Windows 7 Gadget – Part 1

Posted by & filed under Javascript, Miscellaneous, Windows 7.

Gadgets are simple and lightweight applications, which can be developed using HTML, Javascript and CSS. Gadgets can also include Image files. In Windows Vista, we can create Gadgets by zipping the files, and rename the it with .Gadget extension. In Windows 7 we can create Gadget by creating the .Gadget folder in C:\Program Files\Windows Sidebar\Gadgets\ [...]