Posts tagged with "JavaScript"

JavaScript is a high-level, dynamic, untyped, and interpreted programming language. It has been standardized in the ECMAScript language specification. Alongside HTML and CSS, it is one of the three core technologies of World Wide Web content production; the majority of websites employ it and it is supported by all modern Web browsers without plug-ins.

Solving Cross Browser Issues - Part 1 (JQuery and GWT)

January 9, 2012 by Christoff Truter

a few thoughts around solving cross browser issues using GWT and JQuery

JavaScript   Cross Browser  

Javascript Tip: Event Propagation

July 25, 2010 by Christoff Truter - 3 Comments

How to stop propagation of javascript events

JavaScript  

Javascript: Limit Textarea

April 14, 2010 by Christoff Truter - 1 Comment

Add a maxlength property to textareas

JavaScript  

JavaScript: Object Orientated Programming

January 28, 2010 by Christoff Truter - 1 Comment

Object orientated programming within JavaScript

JavaScript  

Javascript events: numeric textbox, tab key in a textarea

August 20, 2008 by Christoff Truter - 2 Comments

Post about doing some useful things with the key press events in Javascript

JavaScript