To support simplicity, possibility and cost effective of PHP

JavaScript

Prototype and Scriptaculous tree

Aug 18th, 2008 | By admin | Category: Featured, JavaScript

After a week trying to embrace SilverStripe JS treeview, finally I had my friend send me a treeview written on Prototype and Scriptaculous, the TafelTree. There are a dozen of treeview control written in many different JS framework like ExtJS, jQuery, etc. but it takes me long time to find out an Protopye one. Good [...]



Object Oriented Programming with JavaScript – Before Prototype, jQuery or ExtJS

Apr 27th, 2008 | By admin | Category: Featured, JavaScript

Speaking a language fluently is the key to leverage that language’s power. JavaScript has a long time being considered a difficult language to learn and use, making the Web user interface less interactive and sometimes, so boring. But in recent years, AJAX term has become so popular and many JS frameworks born to facilitate the [...]



More about JSON

Apr 27th, 2008 | By admin | Category: JavaScript

After the first post, JSON Quick start, you know what JSON is and how useful it’s in AJAX applications. This is more about JSON with more examples and advanced usages.



JSON quick start

Jan 19th, 2008 | By admin | Category: JavaScript

What does it stand for?
JavaScript Object Notation.
According to Douglas Corckford’s website, JSON is a lightweight data-interchange format. It is easy for humans to read and write… JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, [...]