Thursday 23 February 2012

All posts in Javascript

cover

Aloha: The HTML5 Editor

Aloha Editor is an easy to use WYSIWYG HTML editor, featuring fast editing, floating menu, and support for HTML5 ContentEditable. It provides WYSIWYG editor to any website content instantaneously, enabling content editors to see the changes the moment they type. Alloha [...]

Continue Reading...
useful_jquery_techniques

jQuery UI: Changing the date format for Datepicker

jQuery UI Changing the date format for Datepicker Tutorial. The dateFormat option is one of the localization options. Setting this option allows you to quickly and

javascript_logo

JavaScript if Statements Syntax

A very fundamental part of JavaScript is the if statement. One thing that gets people all up-tight is using ternary operators and not using curly brackets in your JavaScript. Some