Category: extensions

Microsoft Activities for Firefox - New Version

7 March, 2008 (13:51) | microsoft, activities, extensions, firefox, operator | 69 comments

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 amazingly easy it is to write Firefox extensions. When you combine great technology (Firefox extensions), great […]

More Microsoft Activities for Firefox (Calling out Microsoft)

6 March, 2008 (11:40) | microsoft, activities, extensions, firefox | No comments

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 320×240 preview window do you not understand? (And yes there is stuff offscreen even if […]

Microsoft Activities for Firefox

5 March, 2008 (16:09) | microsoft, activities, extensions, firefox, operator | 25 comments

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 Firefox. I haven’t actually looked at IE 8, so what I did was based on the […]

Simple Firefox Customizations: What Else Can I Do?

21 January, 2008 (15:40) | cck, extensions, enterprise, firefox | 3 comments

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, so you get a lot of whitespace in your menus.

I also mentioned customizing the toolbar […]

Simple Firefox Customizations: The Basics

27 December, 2007 (11:17) | cck, extensions, enterprise, firefox | 2 comments

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 answer is “you can write an extension for that,” but most people don’t want to […]