- Details
- Category: Developer News
Consider this your invitation to join us on Saturday, the 16th of March, for Pizza, Bugs, and Fun. It's an all-day global event that's open to all virtual participants that are interested. There will also be local venues wherever they are organized, including at Joomla!Day Boston. The key goal is to fix as many...
- Details
- Category: Developer News
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 implemented. Users testing it found Chrome would crash when...
- Details
- Category: Developer News
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 / node-redis-pubsub, License: MIT, npm: node-redis-pubsub) which...
- Details
- Category: Developer News
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 meant newcomers were getting an incompatible version of...
- Details
- Category: Developer News
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 a Grunt build script.
Converting a form to a JavaScript...