Ubuntu 7.10 Server in VirtualBox (PAE Not Supported)
Web Fonts and Mozilla
Update:
More...Customizing WebRunner Behavior
I would like to share a technique that I am using to customize WebRunner's behavior without directly changing the source code. In my AppRunner extension I have created an overlay for webrunner.xul and within the overlay I include my custom apprunner.js script. Today I decided that I want to modify the behavior of a function in the core WebRunner application object.
In webrunner.js there is a global WebRunner object which is defined like this:
More...August 29th Mozpad Meeting
A simple extension for WebRunner
Today I created a simple extension for WebRunner. I believe that this will only work with the latest SVN version from svn.mozilla.org
To install, unzip the file into the extensions folder inside your webrunner profile. On Linux it's in ~/.webrunner/XXXX/extensions (Where XXXX is a randomly generated name)
More...Using WebRunner with docs.google.com
Writing desktop applications with XULRunner and EXT
Feedback Request
Dragging widgets (Undecorated XUL windows)
The following is a simple bit of code that can make a borderless window dragable, currently tested only on Linux. While this may not be needed in most X Windows Managers (due to alt-click dragability) it's still an important part of any desktop widget runtime. In WidgetRunner you can simply include this JavaScript file to provide the functionality automatically. More...