Archive for the 'code' Category

JavaScript plugin updated to 0.4.3

June 18th, 2007

This update addresses two problems — first, the keyword “import” is no longer considered a token so people using the excellent new “Components.utils.import” stuff in trunk mozilla can, well, use it without having it reported as a syntax error.
Second, I hacked support for the “let” statement into the parser to the point where you can […]


Bugfix for JavaScript plugin

May 7th, 2007

Turns out the latest SideKick comes with its own parser named “javascript” which was conflicting with my parser named “javascript”. This was causing SideKick to forget which parser I had selected for each buffer. To fix this, I creatively renamed my parsers to “skrul-javascript” and “skrul-xml-javascript”. You can download the updated version […]


JavaScript plugin updated

May 6th, 2007

I just uploaded a new version of my JavaScript plugin for jEdit. The new version is compiled with Java 1.5 and is compatible with the latest version of jEdit. Also new in this version is support for validating JavaScript that is embedded in an XML document — there is support for XHTML, XUL, […]


Project Update

May 5th, 2006

Some stuff I’ve been working on:
xpclucene - Firefox extension that lets you index and search the pages you surf.
audioscrobbler - An audioscrobbler extension for Songbird.
JavaScript plugin for jEdit - Syntax checking, scope checking, and structure browsing for JavaScript in jEdit.
threaddemo - Firefox extension demonstrating the use of threads from JavaScript.


RSS Feeds for Chowhound

September 4th, 2005

Unleash the (chow)hounds!!
I love chowhound. It has helped me find lots good grub back in New York City and is now serving me well in Los Angeles. However, it is truly the site that time forgot. Their guestbook.cgi style messageboard system is clearly busting at the seams — the message index of the […]