“Web API” is a confusing term. It can refer to interfaces to be implemented by web software such as browsers, for example the W3C geolocation API, etc. It can also refer to how a web service exposes its data, and it’s in this context that Brian Mulloy has written what I hope will become the bible of REST-based … Continue reading Web API Design: A Definitive Guide
Tag: free
Free HTML5 Template
After being asked for a bit of advice by a colleague, I decided to make a very simple starter template for creating an HTML5 page. You can download it here: Download HTML5 template Notes The tricky part is making sure it works in older browsers, for which I used the following two steps: 1. Normalize.css(Click on … Continue reading Free HTML5 Template
Free online web development checkers
Inspired by a forum post I came across the other day I’ve compiled a list of free online checkers/validators for web developers. Please let me know if you’re aware of others. (Updated 16th September 2010) (X)HTML validator.w3.org/ – The daddy of validators and your first port of call validator.nu/ – Maybe your second port of … Continue reading Free online web development checkers