-
Archives
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- October 2008
- August 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
-
Meta
Tag Archives: extensions
Update on Activities, Microformats and Operator
I haven’t blogged in a while, so I wanted to give everyone a quick update on som of my projects. Activities Version 0.7.1 of Firefox Activities is waiting patiently to be moved out of the AMO sandbox. Unfortunately my 0.7 … Continue reading
Microsoft Screwed Up Activities API Docs – It's addService NOT AddService
UPDATE: jst ROCKS! – I was able to do exactly what he said and I now have both cases of APIs working in my extension. OK, this is really starting to bother me because Activities are starting to show up … Continue reading
New Activities, Updated Operator and More
I’ve made version 0.6 of Firefox Activities available in the Add-ons Sandbox. If you like it, please review it so I can get it moved out of the Sandbox. This version has a working preview for Firefox 3, as well … Continue reading
Operator 0.9 is available
NOTE: There is a problem with the zh-TW, hr-HR, cs-CZ, pt-BR and ru-RU translations. I’ll post a 0.9.1 when I get this worked out. Unfortunately this makes Operator 0.9 unusable in those languages because for some reason Babelzilla replaced the … Continue reading
Group Policy Extension for Firefox
I’ve been working with Cesar Oliveira from Seneca College to put together some initial attempts at group policy support. Here’s his comment from bug 267888: Since there doesn’t seem to have been any communication from the assignee for over a … Continue reading
Microsoft Activities for Firefox – New Version
I have an update for Activities that adds preview and fixes some bugs. If you just want that, skip to the end of the post. One of the things I realized as I worked on this extension is just how … Continue reading
More Microsoft Activities for Firefox (Calling out Microsoft)
I’ve made lots of progress since yesterday. I hope to have a new version available today. I thought I’d start the day by calling out Microsoft for not even following their own spec (and you too Yahoo!). What part of … Continue reading
Microsoft Activities for Firefox
After looking at Microsoft Activities in IE8 and noticing that they look suspiciously like my ideas around actions in Operator, I decided to implement them in Firefox. For your downloading pleasure, here is a first pass at Activities support in … Continue reading
Simple Firefox Customizations: What Else Can I Do?
Before we get started on this next topic, I need to make one correction. In earlier posts, I said to use collapsed=”true” to hide XUL menuitems. A better option is to use hidden=”true” instead. Using collapsed doesn’t hide the margins, … Continue reading
Simple Firefox Customizations: The Basics
I get asked a lot of questions about customizing Firefox that are beyond the scope of the CCK. Most of these questions involve how to prevent users from doing certain things or hide certain options in the UI. My typical … Continue reading