public marks

PUBLIC MARKS with tags code & extension

March 2010

unsafeWindow - Injecting JS functions into the page from a Greasemonkey script on Chrome - Stack Overflow

by decembre
I have a Greasemonkey script that works just fine in Firefox and Opera. I struggle with getting it to work in Chrome, however. The problem is injecting a function into the page that can be invoked by code from the page. Here's what I'm doing so far: First, I get a helper reference to the unsafeWindow for Firefox. This allows me to have the same code for FF and Opera (and Chrome, I thought).

September 2009

Web Developer fr-FR - Traduction française

by decembre & 1 other
Traduction française de l'extension Web Developer de Chris Pederick (http://chrispederick.com/work/web-developer/). Cette magnifique extension propose plein d'outils facilitant le développement de site web.

August 2009

JavaScript Deobfuscator - Show you what JavaScript gets to run on a web page,

by decembre
This add-on will show you what JavaScript gets to run on a web page, even if it is obfuscated and generated on the fly. Simply open JavaScript Deobfuscator from the Tools menu and watch the scripts being compiled/executed.

Projet Bespin - Mozilla Labs lance un éditeur de code online

by decembre
Le projet Bespin rejoint les laboratoires de développement de la fondation Mozilla. Bespin est un éditeur de code open source avancé (sous licence MPL) comprenant toutes les fonctions habituellement présentes dans ce type d’outil: coloration syntaxique, gestion des projets, édition des fichiers de grande taille, etc. Bespin se différencie de ses concurrents par son mode de fonctionnement. De fait, il s’agit d’une application web. Cet outil sera donc particulièrement adapté aux applications en ligne, exécutées côté serveur ou côté client. Il met également l’accent sur l’aspect collaboratif.

July 2009

X-Ray - Extension Firefox - Révèle en clair dans la page les balises (X)HTML utilisées pour chaque bloc.

by decembre
révèle en clair dans la page les balises (X)HTML utilisées pour chaque bloc. Utile pour diagnostiquer un site, son DOM et sa structure sémantique

April 2009

Gmail-Greasemonkey - Google Code

by decembre & 3 others
Ce site répertorie différents scripts Greasemonkey permettant d’enrichier et améliorer l’interface de GMail. Ces scripts ne fonctionne que sous Firefox, et bien sur, nécessite l’installation de l’extension Greasemonkey.

List of Firebug Extensions - Software is hard

by decembre
Have you ever been interested in what extensions are available for Firebug? If yes, take a look at what I have found. Frankly, I was quite surprised how many Firebug extensions already exists out there. * YSlow * Firecookie * FirePHP * RainbowForFirebug * Jiffy * Firequark * LiveCoder * PixelPerfect * FirebugCodeCoverage * Firebug Net Panel History Overlay * Fireclipse * Chromebug

February 2009

evserver - Google Code

by greut

EvServer is a lightweight http server, created especially to host python WSGI applications. Additionally, it supports little known Asynchronous WSGI extension, which was suggested by Christopher Stawarz. Using this extension it's possible to create an output html response in many data chunks, without blocking the main server process while your application waits for external resources.

Comet the WSGI way.

December 2008

Tamper Data - TamperData is an extension to track and modify http/https requests - Recherche Google

by decembre
Permet de voir toutes les requêtes HTTP/HTTPS envoyées par votre navigateur (y compris par les plugins comme Flash)__How to hack a final price and pay what you want for a product __To view and modify HTTP/HTTPS headers and post parameters. Trace and time http response/requests___How do you use tamper data on AW surveys without getting flagged?__To hack flash game scores Video on AOL Video - This is a video tutorial explaining how to__Observing Live Response Headers with TamperData.

October 2008

Gagnez en productivité grâce à ces 2 outils performants : Firebug Lite & ReCSS

by decembre
Firebug. Certainement le meilleur plugin Firefox d’aide au développement. Un seul problème, et de taille : sa compatibilité. Firebug n’est malheureusement pas compatible avec Internet Explorer, et l’Internet Explorer Developer Toolbar ne fait pas le poids. Une alternative existe avec Firebug Lite : Seule restriction : les fonctionnalités sont limitées à l’exploration du contenu (”Inspect“). FireBug Lite peut aussi être utilisé comme bookmarklet sur n’importe quel site. Pour utiliser FireBug Lite comme bookmarklet, ajoutez à vos favoris le lien suivant : FireBug Lite Bookmarklet Une alternative existe avec Firebug Lite. Une simple ligne de code JavaScript à intégrer dans vos pages et vous retrouverez sous Internet Explorer, Opera ou Safari votre panneau Firebug !

Jiffy Firefox Extension - Documentation

by camel
The Jiffy Firefox Extension is written Bill Scott of Netflix. It adds an additional panel to Firebug that provides a visual view of the Javascript time measurements captured by Jiffy-Web. The extension is available under Creative Commons license. Jiffy-Web is a fine-grained and flexible website performance tracking and analysis suite written by Scott Ruthfield and the team at Whitepages.com. The library provides a simple way to insert and capture time measurements in your Javascript code and save them to a backend service for later analysis.

Venkman's JavaScript Debugger - Provides a way to watch local variables

by decembre & 4 others
The way to debug JavaScript web applications. The Venkman JavaScript Debugger is similar to the Codetch Editor in the sense that its an IDE in itself. The extension provides a way to watch local variables, move through the JavaScript source, set breakpoints, and step through each line of code. An excellent tool for web developers of JavaScript.

Firefox Web Developer Toolbar | Webmaster Tips

by decembre
Web Developer Toolbar is one of the most useful tools you can have for web design. This is a short introduction that will show you some ways that you can use it when making web sites.

Create the Ultimate Firefox Web Development Profile :: the How-To Geek

by decembre & 1 other
Firefox configured with a separate profile just for web development, let's take a look at the extensions we can use to make Firefox into the ultimate web development tool. Must-Have Web Dev Extensions : These are all extensions that I use on a regular basis for web development. Firebug Web Developer Extension Aardvark Extension Colorzilla View Source With

Convert POST to GET in forms firefox - Recherche Google

by decembre
Je cherche à savoir quelle données passent en post après le submit d'un form.. Y'a t'il une extension de firefox qui permette de visualiser les données en post ? - - WebDevelopper Ensuite sur la page de ton formulaire, Forms>Convert Form Method> Posts To Gets ... Et ça convertit les formulaires post en get ( surprenant non ;) ) et ainsi tu pourras voir les variables passées dans l'url!

June 2008

Anthony Lieuallen's Greasemonkey Compiler___Better Flickr is a compilation of work done by several Greasemonkey scripters

by decembre
Creates a full fledged Firefox XPI (extension) from a greasemonkey script._I modified the output of the compiler to include multiple scripts with the ability to enable and disable individual features.

Mozile (Mozilla Inline Editor)___Editer directement dans le navigateur votre page en XHTML/CSS - Recherche Google

by decembre
Mozile (Mozilla Inline Editor) est un éditeur de pages XHTML, directement depuis votre navigateur. Outils d'édition courants (copier-coller, mettre en gras, changer la casse, mise en page, etc.) et insertion de liens etc ...

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

by decembre & 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

by decembre
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 decembre & 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.

Active users

decembre
last mark : 12/03/2010 07:06

greut
last mark : 18/02/2009 22:06

camel
last mark : 09/10/2008 12:13