June 2012
25 posts
1 tag
Mixins and Constructor Functions →
JavaScript lets us take properties from one object and mix them into others. There are several ways to accomplish this ‘mixing’ and Peter Michaux explores a few of them here
2 tags
Declaring module exports (Node.js, AMD) →
Modules are mostly the same in Node.js and AMD. A sequence of statements that assign internal values to variables and exported values to an object. This blog post shows several patterns for doing the latter. It also explains how ECMAScript.next handles exports.
2 tags
requestAnimationFrame | CreativeJS →
If you’ve ever tried to create an animation or game loop in JavaScript by hand, you may have leaned on the setTimeout or setInterval functions. But ‘requestAnimationFrame’ has many advantages - learn more here
2 tags
Caret Navigation in Web Applications →
It explains in length the challenges involved in merely keeping the text insertion cursor in the right place dynamically. Deep reading
3 tags
Fixing These jQuery →
A smashing HTML5 presentation by Adam Sontag covering basic approaches to debugging jQuery and JavaScript code.
4 tags
Extending PhoneGap with native plugins for Android →
3 tags
Using Your App’s YUI Components on the Server →
YUI core team member Eric Ferraiuolo has built an example app (for both desktop and mobile clients) to demonstrate using YUI on both the client and server.
3 tags
Cubism.js: Time Series Visualization →
Cubism.js is a D3 plugin for visualizing time series. It can be used to build realtime dashboards, pulling data from Graphite, Cube and other sources.
8 tags
So you need a template engine.. →
Need a JavaScript library to do templating? Here are 11 for you, all filterable by answers to 7 simple questions.
4 tags
bestiejs →
A drop-in replacement for Underscore.js that claims to deliver an ‘up to 8x performance improvement’ along with some extra features. I haven’t tested it myself yet but it has good provenance.
4 tags
dgrid - A New Dojo grid created by SitePen →
Bills itself as a ‘next-generation grid component that takes full advantage of modern browsers and object stores.’ The examples are appealing and it’s a fine example of a good project site.
3 tags
crud-bones →
A boilerplate project for kicking off your own simple MySQL or Mongo-powered Node.JS project. It includes Cluster, Express, EJS, logging, and access to MySQL, Mongo and Redis, as well as instructions on how to deploy to Heroku.
2 tags
cdir: An interactive console.dir() for node.js. →
cdir presents an interactive representation of an object similar to that of console.dir() in WebKit, except in the terminal. Looks nice!
4 tags
Punch - A Fun and Easy Way to Build Modern... →
Punch is a simple tool to generate Web sites from Mustache templates and content stored in JSON and Markdown format. It’s built in Node.js and designed to work on your local filesystem.
4 tags
Wizek/Tree: JavaScript unit testing framework for... →
A new unit testing framework aimed at the browser (though Node support is coming soon) that takes an interesting tree-based approach to displaying its output. Screenshot inside.
2 tags
An Enhanced Javascript Bundle for Sublime Text 2 →
2 tags
Code Avengers, learn Javascript →
Beginner-focused interactive JavaScript tutorial. Code Avengers includes 40 interactive lessons with 5 tasks in each.
4 tags
Building Android Apps with HTML, CSS, and... →
4 tags
Bootstrap Xtra extends Bootstrap from Twitter →
5 tags
Single-Page CRUD Application with Backbone.js and... →
Demo of an single-page application created using Backbone.js an Bootstrap. This site has also many interesting articles about web development.
3 tags
Backbone.js Wine Cellar Tutorial — Part 1: Getting... →
3 tags
Tutorial de Backbone.js « Alfonso Marín Marín →
Tutorial completo y detallado de Bakbone.js.
3 tags
Use jQuery Mobile to Build a Native Android News... →
In this three part tutorial series, the main goal is to describe how jQuery Mobile can be used to develop a native Android application. First, It will develop a stand-alone, sample web application that will browse articles from Yahoo! News using jQuery Mobile. Then it will convert that web application into a native Android application with minimal effort.
2 tags
5 tags
Web Application Engineering (CS253) at Udacity.com... →
I strongly recommend this course as a starting point to build web applications that scale well. Steve Huffman does a great job as a teacher. You´ll enjoy this.