Author Archives: steve

JavaScript plugin updated to 0.4.3

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, … Continue reading

Posted in code | 1 Comment

Bugfix for JavaScript plugin

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 … Continue reading

Posted in code | Comments Off

JavaScript plugin updated

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 … Continue reading

Posted in code | 1 Comment

Project Update

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 … Continue reading

Posted in code | 4 Comments

RSS Feeds for Chowhound

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 … Continue reading

Posted in code | Comments Off