Here are some shortcuts that work in the Google Chrome browser.
You can generate XForms in OpenOffice from sample input—as long as you're aware of the technique's limitations.
Microsoft has released a number of new Windows Vista fonts, for use in web development.
Discover how to design and customize XForms in OpenOffice.
Lots of people use online email like Gmail nowadays, but one functionality these types of email hosts lack is the ability to refer to a group of contacts and have every email in that group receive the mail.
Find out how to use hotkeys and JavaScript together.
Find out how to draw a transparent window which allows all mouse events on the window to fall through to the underlying windows, put informative text in the window.
If you are the type of person who finds keyboard inputs such as HotKeys convenient for controlling Windows, read on. AutoHotKey is a simple scripting language that will allow you to extend HotKey functionality and send inputs to applications.
You're not limited to the familiar asynchronous pluggable protocols (APPs) such as ftp://, http://, and javascript:// that are built into Windows; you can implement your own protocols, add them to Windows' recognized protocol list, and then use them from any applicationand you can implement your protocol in any language. This article uses the Rebol scripting language to create a protocol that works similarly to the javascript:// protocol, compiling and evaluating arbitrary Rebol statements and displaying the results.