A co-worker showed me a neat trick today. Many of you have no doubt seen it, but I thought I would use it in a discussion about custom exception handling in JavaScript. I was buried in some Java Coding, so…
Understanding Prototypal Inheritance in JavaScript | LakTEK
A good basic description of the Prototypal Inheritance in JavaScript: Understanding Prototypal Inheritance in JavaScript 02 February 2011 Behavior reuse is one of the key aspects of Object Oriented programming. Many mainstream Object Oriented languages, achieves behavior reuse by using…
Wrangling with the Facebook Graph API | Nettuts+
Wrangling with the Facebook Graph API Nikko Bautista on Dec 1st 2011 Tutorial Details Topic: Facebook Graph API Version: Facebook PHP SDK v.3.1.1 Have you ever wanted to learn how to make your applications more social with Facebook? It’s…