public marks

PUBLIC MARKS from decembre with tags code & firefox

2008

Firebug : bonnes pratiques pour le développement XHTML, CSS, JavaScript et DOM - La Case de l'Oncle Tom

by 2 others
Pour le développement d’applications JavaScript et pour mieux comprendre les incohérences des CSS dans une page, entre autre.Domaines d’utilisation :

FireBug - Permet d'explorer par clavier ou souris les coins les plus reculés du DOM

Outils pour fureter, produire et controler votre JavaScript, CSS, HTML et Ajax sont rassemblés ensemble à travers une seule extension, incluant un débuggeur, une console d'erreur, une ligne de commande, et une variété d'inspecteurs intéressants…

Stylish ___Firefox, Thunderbird, Flock, SeaMonkey, Mozilla Suite, and Songbird Extension__Allows easy management of user styles. userstyles.org

by 1 other
Letting you fix ugly sites, customize the look of your browser or mail client. Stylish is to CSS what Greasemonkey is to JavaScript, and unlike other methods of using user styles, most styles take effect immediately.

Extensions -Construire une extension MDC

Explications pas à pas sur la construction d'une extension pour Firefox.

ImageData__The data: URI kitchen_crer icône 16×16 encodée en Base64

by 10 others
ImageData Une icône 16×16 encodée en Base64 représentant le moteur de recherche. The data: URI kitchen (en) est un outil très pratique pour générer les données à placer ici

DOM Inspector :To inspect and edit the live DOM of any web document or XUL application.___Modules pour Firefox

The DOM hierarchy can be navigated using a two-paned window that allows for a variety of different views on the document and all nodes within. Inspects the structure and properties of a window and its contents

Mozile: (Mozilla Inline Editor) is a context-sensitive XHTML editor that allows you to edit web pages from the comfort of your own browser.

by 3 others
It can act as the client-side of a content-editing system or as a self-contained "web word processor". See how easy it is to start editing...

2007

Stylish___le relookage complet des pages web

by 1 other
En leur appliquant des styles CSS de votre cru. Milliers de styles à choisir, pour gros sites ou pour tous. Etonnant !

How to build a Firefox extension

With a bit of programming experience : not that difficult.Firefox extension is simply Javascript - and a markup language called XUL (pronounced "zool.") To build your own, you'll need some Javascript know-how, editing XML files, and curiosity

How to create Firefox extensions

by 25 others
Everyone has a good idea at one time or another to implement a new feature in a web browser. Well, with the goodness that is Mozilla Firefox, now you can do just that. You need to have a vague understanding of XUL and Javascript, but you certainly don’t

JSView____an "View Source" option with external files_extension firefox

by 2 others
All browsers include a "View Source" option, but none of them offer the ability to view the source code of external files. Most websites store their javascripts and style sheets in external files and then link to them within a web page's source code. If t

2006

Aardvark : a tool for web developers/designers providing the opportunity of viewing and editing styles (css) and content of the page elements .

by 34 others
The Aardvark Firefox extension is a tool for web developers/designers providing the opportunity of viewing and editing styles (css) and content of the page elements ... Things You Can Do With Aardvark : Clean up unwanted banners and surrounding "fluff," e

Web Developer Extension

by 19 others
The Web Developer extension adds a menu and a toolbar to the browser with various web developer tools. It is designed for Firefox, Flock, Mozilla and Seamonkey, and will run on any platform that these browsers support including Windows, Mac OS X and Linux

2005

Platypus_mozdev.org - :Faire des scripts Greasemonkey

by 22 others, 1 comment
Le compagnon idéal de greaseMonkey. Permet de modifier une page et de sauvegardez les modifications sous la forme d'un script greaseMonkey. Le script est automatiquement appliqué lorsque vous revisitez la page.