Note: You can send your plugins and articles in for review through our contact form or @dailyjs .
Catalyst Sponsored Content This post is about a commercial product that we think will appeal to DailyJS readers. Learning JavaScript? Join Catalyst ! Full-time, in-person training and job …
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 Preparation Before starting this tutorial, you’ll need the following: alexyoung / …
You can send in your Node projects for review through our contact form or @dailyjs .
AsyncMachine AsyncMachine (License: MIT , npm: asyncmachine ) by Tobiasz Cudnik is a state machine for declaring asynchronous logic. It’s written in TypeScript, and supports state definition using an …
Note: You can send your plugins and articles in for review through our contact form or @dailyjs .
ParamQuery Grid ParamQuery Grid (GitHub: paramquery / grid , License: MIT ) by Paramvir Dhindsa is a table grid plugin that’s based on jQuery UI widgets. It supports sorting, row and cell …
OOGL OOGL (GitHub: 71104 / oogl.js , License: MIT ) by Alberto La Rocca is a thin object-oriented library to make WebGL easier to work with. It has asynchronous shader loading, texture and attribute array management, and a render loop implemented with requestAnimationFrame and a setInterval …
Inverted Inverted (GitHub: philmander / inverted , License: MIT , npm: inverted ) by Phil Mander is an inversion of control container. Used in conjunction with AMD, Inverted uses a separate configuration file to express how classes are instantiated and how they interact. Once these defaults and …
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 Preparation Before starting this tutorial, you’ll need the following: alexyoung / dailyjs-backbone-tutorial at commit 82fe08e …
You can send in your Node projects for review through our contact form or @dailyjs .
Node 0.9.5 Node 0.9.5 (unstable) is out, and Isaac said weekly releases will be the norm for the near future: For the next month at least, the primary focus will be on bug fixing and performance. Expect …
Note: You can send your plugins and articles in for review through our contact form or @dailyjs .
jKit jKit's site includes demos of every effect and component. jKit (GitHub: FrediBach / jQuery-jKit , License: MIT ) by Fredi Bach is a relatively small (47 KB) UI toolkit. It can work with data …
What is a JavaScript string? It depends on the context. For instance, a string is a primitive value – a value represented at the “lowest level” of the language’s implementation. Strings are also members of the type String . Strings can be created with the String …