Slashdot Mirror


Mozilla To Launch "Build Your Own Browser"

angry tapir sends in a piece from Down Under which begins "Mozilla is readying a program that will allow companies to build their own customized browsers based on the next version of Firefox, which will be out in a few weeks. ... Through the Build Your Own Browser program, which will start sometime soon after Firefox 3.5 is released at the end of June, companies can use a Web application provided by Mozilla to specify certain customizations for the browser, such as bookmarks to certain sites or corporate intranets or portals. ... The bulk of enterprises still use Internet Explorer if they mandate a browser for company use, because Microsoft provides provisioning and installation software for IE that makes it easy for enterprises to control browser settings and install across all corporate desktops, said Forrester analyst Sheri McLeish. Mozilla has not historically done this, but something like the Build Your Own Browser program is a good start to encourage enterprises to use Firefox over IE."

1 of 171 comments (clear)

  1. Re:Not for us by Photo_Nut · · Score: 5, Interesting

    I dunno, I work for a Fortune 100 company and we use IE because all the crappy "enterprise" software we run requires stupid ActiveX or JavaScript or whatever that only runs on IE6. Good luck to FireFox, but customizations ain't got nothing to do with it where I work.

    There's even more to it than that. The WebBrowser COM/.NET control is the IE control. Even if you manage to supplant IE as the browser of choice, all code which embeds the COM or .NET wrapped COM control depends on it. So for example, the Windows Shell and the help system, and Windows Update, Windows Media Player, third party apps integrating the system WebBrowser such as WinAmp, etc.

    The Internet Explorer browser itself is really just a light weight set of UIs wrapped around the standard WebBrowser COM/ActiveX control. It's actually pretty fun to write .NET code that interacts with the WebBrowser. You can add some interesting features like web page scrapers, etc.