Theme development!
Style Mozilla applications the way you want with pixel-perfect themes.
Getting Started
Creating a Skin for Firefox
Learn how to find the right files to edit, make your changes, and package up your new theme in this tutorial.
How to Create a Firefox Theme
Thomas McMahon explains how to create a Firefox theme from start-to-finish in this tutorial.
Theme Development
Theme Packaging
This article explains the packaging of themes.
First Steps in Theme Design
This blog post by Lim Chee Aun explains the use of -moz-image-region in themes.
Making Sure Your Theme Works with RTL Locales
It's important to make sure your theme works in all locales. This article explains how to tweak your theme to look great for users who browse in right-to-left.
Theme Documentation Index
If you haven't found what you're looking for yet, try the Mozilla Developer Center's Themes section.
The Firefox Goodies blogs provides you with latest firefox news,themes,extensions,tutorials,news and much more.In other words here's the place where you can find everything for your Firefox browser!
Showing posts with label make. Show all posts
Showing posts with label make. Show all posts
Saturday, 23 July 2011
Wednesday, 20 July 2011
How to make a Firefox add-on tutorial:extension development:Advanced Topics
Video:
Stupid/Awesome Extension Development Hacks
In this video, Jono Xia explains how to go further in extension development using XPCOM, overlays, XHRs, DOM manipulation, etc. in order to make Firefox do things you might have never thought possible.
JavaScript Code Modules
JavaScript code modules let multiple privileged JavaScript scopes share code. For example, a module could be used by Firefox itself as well as by extensions, in order to avoid code duplication.
Creating Custom Firefox Extensions with the Mozilla Build System
This article describes how to set up the development environment for a large, complex Firefox extension with a need for high-performance, use of third-party libraries in C/C++, or interfaces not exposed via XPCOM.
Multiple Item Packaging
This article explains how to create an extension package with multiple items "extensions".
Extension Documentation Index
If you can't find what you're looking for in the above articles, try the Mozilla Developer Center's Extensions landing page.
Tweet
Stupid/Awesome Extension Development Hacks
In this video, Jono Xia explains how to go further in extension development using XPCOM, overlays, XHRs, DOM manipulation, etc. in order to make Firefox do things you might have never thought possible.
JavaScript Code Modules
JavaScript code modules let multiple privileged JavaScript scopes share code. For example, a module could be used by Firefox itself as well as by extensions, in order to avoid code duplication.
Creating Custom Firefox Extensions with the Mozilla Build System
This article describes how to set up the development environment for a large, complex Firefox extension with a need for high-performance, use of third-party libraries in C/C++, or interfaces not exposed via XPCOM.
Multiple Item Packaging
This article explains how to create an extension package with multiple items "extensions".
Extension Documentation Index
If you can't find what you're looking for in the above articles, try the Mozilla Developer Center's Extensions landing page.
Tweet
Subscribe to:
Posts (Atom)