WinJS observables (Part III) - using WinJS.Binding.define
In my previous blog post I showed first possible solution to WinJS observables pitfalls. Let's see another.
Tweet 0 Comments Save Tags: how-to , javascript , tools
Initiating File Download With Javascript
This tutorial covers various methods to start file download using javascript, iframe and php.
Tweet 0 Comments Save Tags: javascript , php , web design
Mod Lang
It occurred to me this week that CoffeeScript is Javascript with modern syntax. The thought appeared unprompted, and I’m not writing here... more »
Tweet 0 Comments Save Tags: javascript
Dojo FAQ: Is there a way to extend a widget's template (e.g. Dialog)?
There are indeed ways of doing so, but while Dijit strives to provide extensible modules that can serve as a basis for your own custom... more »
Tweet 0 Comments Save Tags: frameworks , javascript
Proposed Angular’s WebPage structure
Guideline on creating pages on AngularJS. This applies for angularizing per page and not a SPA.
Tweet 0 Comments Save Tags: announcement , javascript , news
AngularJS Cheat Sheet
AngularJS Cheat Sheet by ProLoser
Tweet 0 Comments Save Tags: javascript , news , tools
Learn.js: a guidebook to…
This book is like a collection of LEGO guides, like walkthroughs for levels of a video game that gradually increase in difficulty. The... more »
Tweet 0 Comments Save Tags: announcement , books , javascript , news
Fun with Javascript and function tracing
It was a normal day at my job, my team mates were putting the finishing touches and bug fixes into our latest features, due to be... more »
Tweet 0 Comments Save Tags: announcement , javascript , news , tools
Learning Chrome DevTools
If you have been using Firebug, check out this list of cool features of Chrome DevTools!
Tweet 0 Comments Save Tags: gui , how-to , javascript , open source
Would you use PhoneGap again?
On a recent talk I gave somebody asked me if I would use PhoneGap again. Not sure, was my answer. There are a lot of things to consider... more »
Tweet 0 Comments Save Tags: javascript , mobile , opinion
Node v0.10.7 (Stable)
Node v0.10.7 (Stable)
Tweet 0 Comments Save Tags: frameworks , javascript , news
Deep dive into Require.js - Tech.Pro
Require.js is one of my favorite ways to write JavaScript these days. It's modularity breaks up larger apps into smaller, manageable... more »
Tweet 0 Comments Save Tags: how-to , javascript , web design
Building a Notes App with IndexedDB, Redis and Node.js
In this post, I’ll be talking about how to create a basic note-taking app that syncs local and remote content if you are online and... more »
Tweet 0 Comments Save Tags: database , frameworks , javascript , server
How to check for a '#' hash in a URL using jQuery?
jQuery code to to run a piece of code only if there is a "#" in the URL.
Tweet 0 Comments Save Tags: javascript