Show all feed information | Ping Blog Update
Validatr Validatr (GitHub: jaymorrow / validatr , License: MIT , jquery: validatr ) by Jay Morrow is a cross-browser HTML5 form validation library. That means it provides validators for the new native widgets, like color and date . The Validatr fields documentation lists all of the supported …
Part 1: Build Environment Part 2: Google's APIs and RequireJS Part 3: Authenticating with OAuth2 Part 4: Backbone.sync Part 5: List Views Part 6: Creating Lists Part 7: Editing Lists Part 8: Deleting Lists Part 9: Tasks Part 10: Oh No Not More Tasks Part 11: Spies, Stubs, and Mocks Part 12: …
You can send in your Node projects for review through our contact form .
Node 0.9.11 Node 0.9.11 was released last week, which has more changes for the new streams API. The _read method no longer takes a callback, which means your current _read methods need to be updated to call push() …
Note: You can send your plugins and articles in for review through our contact form .
jQuery 2.0 Beta 2 jQuery 2.0 Beta 2 is out, which has fixes for most of the major parts of the framework. This version also includes a Grunt build script, so you can build custom versions of jQuery more …
Layer Layer (GitHub: lovebear / layer , License: BSD , npm: layer ) by “lovebear” is a module for creating proxies without changing existing code. Given a function, it can augment it with another function that will run first. The returned values from the new function will be …
localStorage DOS Even though the Web Storage specification says user agents should limit the amount of space used to store data, a new exploit uses it to store gigabytes of junk . The exploit is based around storing data per-subdomain, which gets around the limits most browsers have already …
I was working on dailyjs-backbone-tutorial and I noticed issue #5 where “fiture” was unable to run the build script. That tutorial uses Grunt to invoke r.j from RequireJS, and it turned out I forgot to specify the version of Grunt in the project’s package.json file, which …
You can send in your Node projects for review through our contact form .
Node 0.8.21 Node 0.8.21 is out. There are fixes for the http and zlib modules, so it’s safe and sensible to update. Node Redis Pubsub Louis Chatriot sent in NRP (Node Redis Pubsub) (GitHub: louischatriot / …
Note: You can send your plugins and articles in for review through our contact form .
jQuery.IO jQuery.IO (GitHub: sporto / jquery_io.js , License: MIT ) by Sebastian Porto can be used to convert between form data, query strings, and JSON strings. It uses JSON.parse , and comes with tests and …
The Pixel. Last week I was invited to a “secret workshop” at one of the Google campuses in London. Knowing that Addy Osmani works there I expected something to do with Yeoman or AngularJS, but it turned out to be a small launch event for the Chromebook Pixel. I ended up walking out …