JSON – JavaScript Object Notation

402 views

JSON - JavaScript Object Notation
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 of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.
[Read more...]

Drop-Down Menu: 30+ Useful Scripts to Enhance Header Navigation

370 views

drop-down menu

Drop-down menu (also known as pull-down menu) is an essential in most web design. It plays important role in the creation of an effective and user friendly website. It’s a good solution to trim down long menu that is overwhelming the screen space, getting them to display in a more organize category-sub category pattern.

In this article, we’d like to show you some of the best drop-down menu scripts we come to know. These drop-down menu varies from CSS only, CSS & Javascripts and menu that will work with your current Javascript library like jQuery, MooTools and Prototype. Full list after jump.
[Read more...]

23 Indispensible Ajax and Javascript Cheat Sheets

926 views

http://i483.photobucket.com/albums/rr191/vnamedia/news/javacheat.jpg

JavaScript has always been one of the most popular programming languages on the web, and with the arrival of AJAX it quickly became the number one choice for pro web developers.
With the rapid rise of Javascript and Ajax many frameworks and libraries have been created by developers, namely MooTools, Scriptaculous, Prototype, and, of course the ever more popular and versatile jQuery.

All of these JavaScript cheat sheets are designed to act as reminders and as a comprehensive reference sheet, displaying the many Functions and Methods, Regular Expressions, XMLHttpRequest, Event Handlers… Basically, you will find, every aspect of Javascript and Ajax covered to aid you with development.
You will also find cheat sheets for all the major Javascript frameworks.
[Read more...]

MooTools Tutorials and Resources Round-Up

427 views

Author: Diogo Terror

MooTools is a JavaScript framework that focus on being flexible, modular and compact. While still not on par in number of resources with other JavaScript frameworks such as jQuery, the MooTools community has generated a large number of articles, tutorials and third party plugins that can be considered and mature and sophisticated enough for most needs.

A word about MooTools

One of the core principles of MooTools is to provide a better application programming interface for JavaScript developers, making the language better by extending its native elements and providing more concise object oriented utilities.

As a consequence of that, some people may be inclined to think that MooTools treats browser scripting as a less important feature. Indeed, MooTools is not a DOM scripting toolkit, but the whole purpose of making JavaScript better is that developers have a more solid base over which to create readable, robust, reusable browser scripting libraries.
[Read more...]

Related Posts with Thumbnails