Tag Archives: Windows Vista

Internet Explorer 9 RTM Released

IE9 RTM is now available for download from http://windows.microsoft.com/en-US/internet-explorer/products/ie/home

Posted in Miscellaneous, Windows 7 | Tagged , , , | Leave a comment

Internet Explorer 9 Beta is now public

IE9 Beta is now available for download at http://windows.microsoft.com/ie9?os=win7&arch=a&browser=other. You can test drive IE 9 from here

Posted in Windows 7 | Tagged , , | Leave a comment

Developing simple Windows 7 Gadget – Part 3

In this I am exploring another two features of Gadget API, one is Docking and other is Flyout. The Docking feature is helpful in Windows Vista, because the gadget lives only in Vista Sidebar, but in Windows 7 it can … Continue reading

Posted in Javascript, Miscellaneous, Windows 7 | Tagged , , | 2 Comments

Developing simple Windows 7 Gadget – Part 2

In my last post I have created a simple Windows 7 Gadget for testing Regular expressions. In this post we look into the Gadget Options dialog and Gadget API, which helps to display the options dialog and save the preferences … Continue reading

Posted in Javascript, Miscellaneous, Windows 7 | Tagged , , , , , | Leave a comment

Developing simple Windows 7 Gadget – Part 1

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 … Continue reading

Posted in Javascript, Miscellaneous, Windows 7 | Tagged , , , , , | 1 Comment