Show all feed information | Ping Blog Update
voxel.js When I was at BathCamp this week, Andrew Nesbitt mentioned voxel.js – a collection of projects for building browser-based 3D games. The core components were written by Max Ogden and James Halliday, take a look at voxel-engine (GitHub: maxogden / voxel-engine , License: BSD , npm: …
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 Preparation …
You can send in your Node projects for review through our contact form .
JavaScript and GNOME GNOME now recommends JavaScript for authoring GNOME applications . For information on what this means for the near future of GNOME desktop development, see JavaScript in GNOME . Although it looks like …
Note: You can send your plugins and articles in for review through our contact form .
jQuery 1.9.1 jQuery 1.9.1 has been released: Whether you’re using 1.9.0 or using an older version, these are the droids you’re looking for. There are bug fixes for Chrome, IE, and Safari, and a …
Five years ago, if you asked any client-side developer which library or framework to use the most likely answer would have been jQuery. Since then, client-side development has become far more complex. A friendly wrapper for DOM programming and a browser compatibility layer isn’t enough to …
Flight What’s the most sensible thing to do when there’s an established project called Component that aims to make client-side development more modular through reusable components? Invent something else that yet again overloads this increasingly overused term! If you weren’t …
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 Preparation Before starting this tutorial, …
You can send in your Node projects for review through our contact form .
0.9.8 Node 0.9.8 is out. This release includes an interesting patch from Jake Verbaten to support arbitrary objects in streams . Internally, streams now switch to objectMode when objects are detected. The unit tests …
Note: You can send your plugins and articles in for review through our contact form .
QUnit 1.11 There’s a good post on the official jQuery blog about a change in direction to the QUnit project: QUnit 1.11 Release: A Look Back (and Forth) . It discusses some of the history behind QUnit, …
Client-side development has been shifting away from monolithic libraries. While jQuery is still hugely popular, building projects from smaller libraries is increasingly common. To make this easier to deal with, projects have appeared to manage dependencies. These tools may be simple package …