Archive for April, 2009

Recursive object merge with $.extend()

This post comes as an addition to this article:
Coding with a purpose: jquery $.extend() and $.fn.extend() confusion

As recommended in a jQuery plugin structure, I have a separate “default” object ($.fn.myplugin.defaults) which holds my default values for the plugin.
I then merge this object in the main function with a “configuration” object passed in Read the rest of this entry »

, ,

No Comments

Starting with Cappuccino & Objective-J

Quoting the guys at 280north.com:

“Cappuccino is an open source framework that makes it easy to build desktop-caliber applications that run in a web browser.”

This web framework offers a different approach to web apps development by offering a desktop application architecture very close if not identical to Mac OS X apps. The language syntaxe is brand new to someone like me who Read the rest of this entry »

, , ,

No Comments