Open Web Application Security Project. A community which openly trades ideas and techniques to ensure web applications are built securely.
#webdev
Making an accessible dialog box
Making an accessible dialog box
The main elements required to make an in-page dialog more accessible, including a neat tabindex trick.
PeerJS
Peer-to-peer data in the web browser.
Finding memory leaks
Using WebKit’s Inspector (and Profiler) to find memory leaks in Javascript applications.
Dashku
Dashku lets you build real-time dashboards and widgets using HTML, CSS, and JavaScript.
Ember.js
A javascript framework for building ambitious web applications.
phpOCR
phpOCR is an Optical Character Recognition system written in PHP. It can be used in automated scripts as well as web interface. Works best for small images like numeric SMS/email authorization codes, bar-code numbers and others.
Developing Backbone.js Applications
Developing Backbone.js Applications
Complete “Early Release” copy of Addy Osmani’s book on developing web apps using Backbone.js
Underscore.js
Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It’s the tie to go along with jQuery’s tux, and Backbone.js’s suspenders.
Backbone.js
Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.