public marks

PUBLIC MARKS from decembre with tags howto & code

2010

Les Expressions Régulières - Rationnelles - Regex - Regexp sur ExpRegpour chaque fonction, d'une multitude d'exemples simples, qui se compliqueront par la suite, pour en arriver à des structures assez élaborées.

REGEX qui est une contraction de l'anglais Regular expression traduit en français par Expressions régulières, mais aussi Expressions rationnelles Qu'est ce qu'une expression régulière ? TROUVER (retrouver ==> coupler ==> assortir) des MOTIFS (pattern ==> profils ==> masques ==> structures) et de TRAITER (récupérer ==> extraire ==> remplacer) des éléments à l'intérieur d'un chaîne de caractères. On commence par déterminer le motif de ce que l'on cherche avant d'en appliquer le traitement souhaité grâce aux fonctions fournies par PHP. # Pour vous aider dans la compréhension de ce formidable outil, le cours sera agrémenté, Qu'est ce que je peux faire avec une expression régulière ? On peut tout faire avec une expression régulière... rien ne semble impossible en effet !.

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

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).

2008

Firefox Web Developer Toolbar | Webmaster Tips

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 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

ThickBox 3.1___A webpage UI dialog widget written in JavaScript on top of the jQuery library.

by 61 others
ThickBox is a webpage UI dialog widget written in JavaScript on top of the jQuery library. Its function is to show a single image, multiple images, inline content, iframed content, or content served through AJAX in a hybrid modal.

CSS Portal - Tutorials

Outils et Tutoriels... Templates et exemples...

WPF Flickr Viewer Using XLINQ[CodeProject.com]___ demo application___will be explained one at a time

One contains all the images retrieved from the Flickr RSS feed, and the other Window shows a single image that the user clicked on, contains several controls that the user may use to alter the shown image.

Tutoriel : XML, XPath et DotNET - Club d'entraide des développeurs francophones

Lecture et écriture dans un fichier XML avec XPath Date de publication : 26/08/2007 ,

🛠 DEV - TUTO - Dyn-web - Dynamic Web Coding - DHTML, JavaScript, Ajax and PHP in action!

by 2 others
Presenting scripts that are lightweight, unobtrusive, practical, well-documented and easy to implement. Providing tutorials with practical problem solving information.

XPath Tutorial

by 2 others
XPath is a language for finding information in an XML document. XPath is used to navigate through elements and attributes in an XML document.

Extensions -Construire une extension MDC

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

Illinois Center for Information Technology Accessibility: HTML Best Practices

by 1 other
The HTML Best Practices are designed to give web developers the markup techniques they need to make web resources functionally accessible to people with disabilities

2007

copy and paste link - Discussing copy and paste link in Flickr Hacks

How to create just the text of the code: Replace every "<" in your code with "<" (short for "less-than-symbol") and every ">" with ">" ("greater-than-symbol"). That way, the browser does not recognize it as HTML code. (btw: to write this, I had t

Pipes - Tutorials

Many excellent tutorials for Pipes have been written by users, here are a few:

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

2006

Google Cheat Sheets (Version 1.05)

by 6 others
This two page Google Cheat Sheet lists all Google services and tools as well as background information. The Cheat Sheet offers a great reference to grasp of basic to advance Google query building concepts and ideas.

2005