Translate

Archives

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.

IPython – A Configurable Interactive Python Shell

IPython is an enhanced interactive shell for Python which is very popular within the scientific and research communities. This post is a brief introduction to some of the more useful features of the IPython shell.