Note: You can send your plugins and articles in for review through our contact form or @dailyjs .
jQuery Auto-geocoder jQuery Auto-geocoder (GitHub: tristandunn / jquery-auto-geocoder , License: MIT ) by Tristan Dunn enables incremental search for Google Maps. A text input is displayed, and the …
There are a lot of control flow libraries for Node. Most libraries seek to wrap more complex patterns like promises with a simpler API, and others place a unique emphasis on a particular aspect of control flow. Some are the result of extracting generic functionality from another project, and …
keywords api, asynchronous, callback, control flow, functionality, libraries, nakamura, npm, parameters, promises
tQuery Valentine’s Day Card Jerome Etienne, WebGL experimenter and author of the Learning Three.js blog, recently published a WebGL Valentine’s Day card tutorial which demonstrates his new library, tQuery (License: MIT ). While development on tQuery is still ongoing, it provides a …
If you’re familiar with npm’s documentation you’ll have noticed that it comes with a lot of manual pages. I don’t think I could have published an npm module without reading man npm-json several times first. To this day I still bring it up to search for the correct …
Gumroad Gumroad is a new payment service aimed at digital goods sales that works in over 190 countries. As someone who builds small web applications with subscription fees, I can honestly say that receiving payments is the least fun part of development. It’s fun getting paid, but dealing …
jQuery-Paging We’ve seen a lot of pagination plugins on DailyJS recently, but diversity is good so I’ll keep collecting them until somebody convinces me not to! jQuery-Paging (License: MIT/GPL , GitHub: infusion / jQuery-Paging ) by Robert Eisele is another take on client-side …
Mote.js Mote.js (License: MIT , GitHub: satchmorun / mote , npm: mote ) by “satchmorun” is a Mustache implementation with some impressive benchmarks . It runs in both Node and browsers, and usage should look familiar to users of existing Mustache engines: var normal = mote . compile …
Mystik Map Editor So, you want to build the next Ultima in JavaScript? As well as a game engine tools are required. Mystik Map Editor (GitHub: Mystik-RPG / mapeditor ) is an open source tile map editor. The client-side code is built with jQuery and jQuery UI. It supports a few drawing …
Recently, Node has received a huge amount of development effort to its improve Windows support. However, most of us probably run Node on some flavour of Unix – whether it be a Linux, Mac OS, Solaris, or a non-fruit BSD. As JavaScript enthusiasts we can do a lot in Unix with just a little …
Note: You can send your plugins and articles in for review through our contact form or @dailyjs .
0.6.10, 0.7.3 Node 0.6.10 was released last week. Of interest to Windows users is the following: Add npm msysgit bash shim to msi installer dgram: Implement udp multicast methods on Windows Node …