Translate

Archives

POSIX Way to Check User Input in Shell Scripts

This post discusses how to validate both localized and non-localized user input in the POSIX shell.

GNOME 3.0 and 3.1 Shell Extensions

This post discusses how to write extensions for the GNOME 3.0 and 3.1 Shell. A number of working examples are provided which demonstrate how to interact with various components of the GNOME 3.0 and 3.1 Shell.

Firefox 4 Restartless Add-ons

This post discusses how to create restartless add-ons for Firefox 4 and provides the code for a working Hello World restartless add-on.

Using JavaScript Code Modules in Firefox 4 Add-Ons

This port discusses JavaScript code modules and how they can be used in Firefox 4 add-ons to simplify code and more easily access functionality.