Developer Tools Cool and Easy HTML with Emmet Emmet is a easy-to-use, lightweight tool that reduces frustration while writing HTML.
Web Apps Web Form Feedback with AngularJS AngularJS lets you build responsive forms in HTML that let users know what they've changed and whether the information they've entered is valid.
Web Apps HTML5 Progress and Meter Elements How to use and customize the HTML5 progress and meter elements.
Web Apps HTML5 Date Inputs and Ember.js The resulting model property is a bonafide Moment object, which in our case converts cleanly when JSON.stringify is called on the way to our API.
UX/Design Tools Using HTML5 Form Validation to Improve User Experience An introduction to using HTML5 form validation features. Improve the user experience of your web forms and increase user speed and success rates.
Web Apps Testing HTML5 Offline Features Against a Remote Server Using Capybara/Selenium Covers the process of testing a mobile app with offline caching against a remote Windows server application.
Web Apps Getting the HTML5 Audio Tag to Work in Firefox HTML5 offers tags that make it easier to embed content into your website. This is the basic audio tag that I could get to work in any browser:
Web Apps Automated Tests for HTML5 Offline Web Applications with Capybara and Selenium Testing web apps that make use of the new HTML5 features can be frustrating. With some work, we can use Capybara to test them through the browser easily.
UX/Design Tools Researching HTML5 Offline After prototyping and researching offline web application technologies, here are my notes and a few useful links the team came across in the process.