Posted by Rasti | Jun 15th, 2009
The Dojo Toolkit is an open-source JavaScript toolkit useful for building impressive web applications. It shortens the time between idea and implementation by providing an exceptionally well conceived API and set of tools for assisting and fixing the issues experienced in everyday web development. The Dojo Toolkit is scalable, fast, robust, and supplies a solid set of tools for DOM manipulation, animations,...
Posted by Rasti | May 22nd, 2009
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition – December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family...