webdev

TwitterFacebook
Get flash to fully experience Pearltrees

Web-Drawing Throwdown: Paper.js Vs. Processing.js Vs. Raphael | Smashing Coding

Before drawing anything in a browser, ask yourself three questions: http://coding.smashingmagazine.com/2012/02/22/web-drawing-throwdown-paper-processing-raphael/
// Creates canvas 320 × 200 at 10, 50 var paper = Raphael( 10 , 50 , 320 , 200 ); // Creates circle at x = 50, y = 40, with radius 10 var circle = paper.circle( 50 , 40 , 10 ); // Sets the fill attribute of the circle to red (#f00) circle.attr( "fill" , "#f00" ); // Sets the stroke attribute of the circle to white circle.attr( "stroke" , "#fff" ); http://raphaeljs.com/

Raphaël—JavaScript Library

HTML5

php

http://www.dhtmlgoodies.com/index.html - June, 10th 2011: DHTML Chess 2.0 - New version supporting automatic relay of games from Chess tournament servers (Both in PGN and DGT format).

DHTML, Ajax And Javascript Code Library - DHTMLGoodies.com

Web tools, services and jQuery plugins - do.web.com

jCRUD - create, read, update and delete rows in HTML table jCRUD is a lightweight jQuery plugin allows you to create, read, update, and delete content of HTML tables with ASP.NET server side code and AJAX. http://do-web.com/
https://www.olympe-network.com/ Le réseau Olympe est une association à but non lucratif investie dans de nombreux projets . L'un de ses objectifs est de fournir un service d' hébergement gratuit et sans publicité de qualité et ouvert à tous.

Olympe Network - Hébergement gratuit et sans publicité - Cloud computing gratuit

MySQL Documentation: Other MySQL Documentation

© 2012, Oracle Corporation and/or its affiliates http://dev.mysql.com/doc/index-other.html
Simple app deployment from development to production. BitNami provides free, ready to run environments for your favorite open source web applications and frameworks, including Drupal, Joomla!, Wordpress, PHP, Rails, Django and many more .

BitNami: Open Source. Simplified

http://bitnami.org/
http://css.4design.tl/

Le blogzine de l'intégrateur web : du Design Web au HTML5, CSS3 et jQuery en passant par la création graphique

Il n’existe pas de méthode universelle pour faire un site web. Tout au plus peut-on dégager de la pratique quelques principes de conception pour organiser le code HTML et CSS d’un projet à l’autre.