Table des matières

ⓦeb

Références

http://developer.mozilla.org/

http://www.javascriptkit.com/

http://www.nczonline.net/blog/2009/02/03/speed-up-your-javascript-part-4/

URL checker

http://www.deadlinkchecker.com/website-dead-link-checker.asp

http://www.brokenlinkcheck.com/

Divers

http://builtwith.com/ permet de scanner les technologies employées par un site web.

https://hoverfly.io/Hoverfly is a lightweight, open source API simulation tool. Using Hoverfly, you can create realistic simulations of the APIs your application depends on.

REST

http://mark-kirby.co.uk/2013/creating-a-true-rest-api/

CRUD = Create, Read, Update, Delete

HTTP methods = POST, GET, PUT, DELETE

Exemple :

Problème:

Le HTML (formulaires) ne comporte que les methodes 'GET' et 'POST'.

Certains proposent de passer par du XMLHTTPRequest pour utiliser d'autres méthodes ( http://api.jquery.com/jquery.ajax/)