You can send in your Node projects for review through our contact form or @dailyjs .
Node 0.6.8 and 0.7.1 Node 0.6.8 is out. V8 and npm are both updated in this release, and there are also numerous bug fixes including one for the cluster module and another for fs.stat in Windows. Meanwhile, the …
Note: You can send your plugins and articles in for review through our contact form or @dailyjs .
Publish Subscribe Plugin Joseph Zimmerman’s Publish Subscribe Plugin (License: GPL ) is an implementation of the aforementioned messaging pattern aimed at browser-based JavaScript: var handle …
Gbone.js Gbone.js (License: MIT ) by Gobhi Theivendran is a framework built on top of Backbone.js for building mobile applications, inspired by Spine Mobile . It contains several classes that extend Backbone’s classes to make it easier to build mobile applications. For example, Gbone.Stage …
Different Flavors of JavaScript In Different flavors of JavaScript by Lakshan Perera, ECMAScript, ES3, ES5, and ES.Next (Harmony) are explained. Lakshan gives helpful links in context, like es5.github.com , and gives hits on what browser support is available. For related reading, I touched on …
Last week in Programming Styles in the Node Community I discussed the styles of three prominent developers in the Node community. The ensuing debate mainly focused on semicolons. Rather than telling you my opinion on the topic, I’d like to explore it objectively so you can make your own …
You can send in your Node projects for review through our contact form or @dailyjs .
Node 0.7 Node 0.7.0 was announced on the Node blog, which marks the first release of the new unstable series: Almost all users will want to remain using the stable v0.6 releases This version includes …
Note: You can send your plugins and articles in for review through our contact form or @dailyjs .
Jsonify Jsonify by Jorgen Horstink can serialize DOM elements into JSON through the use of HTML5 data attributes. The two attributes, data-jsonify-name and data-jsonify-getter , are used to map and …
JavaScript Patterns The JavaScript Pattern Collection (GitHub: shichuan / javascript-patterns ) by Shi Chuan is a collection of JavaScript patterns and anti-patterns including jQuery, functions, object literals and constructors, and object-oriented design patterns. The jQuery patterns and …
Screenshot App Screenshot App (License: MIT ) by TJ Holowaychuk is an Express app that uses PhantomJS to generate screenshots of web pages. It’s a small web service with a simple API that’ll return a PNG when called with a URL: curl -# http://localhost:3000/example.com > …
Programming style is where opinion and reason collide, often leading to endless arguments with no clear winner. The real secret to style is to be consistent, and respect other people: if you’re working on a project by another author, then follow their style. Some companies and open source …