public marks

PUBLIC MARKS with tags code & web

July 2006

June 2006

May 2006

April 2006

Testez vos applications web - Neokraft Blog

by nicolasd & 4 others (via)
l y a quelques mois est sorti Selenium IDE, un produit dérivé de Selenium qui permet de réaliser et de lancer automatique des actions sur un site web et de récupérer certaines valeurs. Je savais que je m'en servirai, je ne savais pas encore à quel point j'allais adorer ! Avec Selenium, on peut enregistrer des variables, ouvrir une page, remplir un champ de formulaire identifié via XPath (une bonne occasion de réviser) ou DOM, cliquer sur un lien ou un bouton, ajouter des points d'arrêt, etc... On peut même évaluer un bout de code javascript ou encore intéragir avec une fenêtre en popup.

Web Form Factory

by jakew
Web Form Factory is an open source web form generator which automatically generates the necessary backend code to tie your form to a database. By generating the backend code for you, WFF saves you time... time you could spend doing more interesting stuff.

JSLint, The JavaScript Verifier

by sunny & 13 others
Online implementation of a Javascript verifier that not only finds javascript bugs, it can also suggest improvements

March 2006

Javascript Toolbox: Reusable Libraries And Scripts Plus Information

by yoshigi & 7 others (via)
This site is intended to be a repository of code and reusable libraries which address common needs that many web developers encounter. The code found here is based on standards but also tries to be backwards-compatible for browsers which don't support the standards.