Firefox Extension Development Tutorial

All of the guts of your extension will be written in JavaScript. If you already know JavaScript than you are good to go! If you are new to JavaScript it is highly recommended that you read through the next section and the supporting documentation to get used to the syntax.

All of your JavaScript code files should go in the content directory of your extension. This is where the XUL files go as well, so they will be able to easily reference the code. Just insert the following line in an XUL file that needs to run functions from your files.
Read more

WebGL Makes Its Way into Firefox 3.7

It looks like support for the upcoming web 3D graphics project WebGL is building up fast, as, just one week after it made its way into Webkit’s latest experimental source-code releases, Mozilla Firefox 3.7 nightly builds also sport the new feature. The project is still pretty much in the early stages and still has a long way to go until standardization, but the developers believe there should be a much sturdier implementation within several months.
Read more

Using Firefox

Mozilla Firefox (originally known as “Phoenix” and briefly as “Mozilla Firebird”) is a free, cross-platform, graphical web browser developed by the Mozilla Foundation and hundreds of volunteers. Its current release is Firefox 1.5, released on November 29, 2005. Firefox strives to be a lightweight, fast, intuitive, and highly extensible standalone browser. Firefox has now become the foundation’s main development focus. Firefox includes an integrated pop-up blocker, tabbed browsing, live bookmarks, support for open standards, an extension mechanism for adding functionality and localization for Firefox in different languages. Firefox also attempts to produce secure software and fix security holes promptly. Although other browsers have introduced these features, Firefox is the first such browser to achieve wide adoption.
Read more

Client Framework 4.3.1 Start Guide

Backbase is the leading provider of enterprise software for creating AJAX-based Rich Internet Applications (RIAs). Medium to large enterprises and independent software vendors use Backbase to enhance the usability of their web applications, migrate fat client applications to the Web, deliver next generation online self-service applications, and create enterprise mash-ups.
Read more

Browser Security: Lessons from Google Chrome

The Web has become one of the primary ways people interact with their computers, connecting people with a diverse landscape of content, services, and applications. Users can find new and interesting content on the Web easily, but this presents a security challenge: malicious Web-site operators can attack users through their Web browsers. Browsers face the challenge of keeping their users safe while providing a rich platform for Web applications.
Read more