Month: January, 2008

Firefox, Group Policy and Active Directory

24 January, 2008 (12:22) | enterprise, firefox | 8 comments

One of the complaints that seems to come up a lot with regards to Firefox in the enterprise is the lack of support for management via Active Directory (using Group Policies). There have actually been a couple attempts to solve this including FirefoxADM and WetDog. There is even a company, FrontMotion, that makes custom Firefox […]

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: What Can I Change?

15 January, 2008 (14:13) | cck, enterprise, firefox | 1 comment

Now that we know where to add our XUL changes in a CCK XPI, let’s take a look at what we can change. You’ll remember from the previous post, we added this line:
<menuitem id=”menu_preferences” disabled=”true”/>and we were able to disable the Options… menuitem. The obvious questions then are, what else can I do and how […]

Firefox Enterprise Article in Computerworld

11 January, 2008 (11:46) | cck, enterprise, firefox | 5 comments

Computerworld has an article out today about Firefox in the enterprise that contains some quotes from me. There’s also some slashdot discussion, but most of that seems to be from people who don’t really understand enterprise requirements.

Unfortunately I didn’t respond quickly enough to the request for information, so my stuff is kind of tacked on […]

Simple Firefox Customizations: Using the CCK XPI

7 January, 2008 (13:51) | cck, enterprise, firefox | 1 comment

Now that we know the basics of XUL Overlays, we’re going to look at using an existing CCK XPI to make our changes. The reason we’re using the CCK XPI is because we want to take advantage of code that has already been written for us. We’ll start by examining the contents of an XPI […]