Archive for the “JavaScript” category

Javascript is like jazz

0Milinda15th May 2009JavaScript

Javascript is like impressionistic and avant-garde art, like jazz.  It flows, it molds, it changes, like a dream.  Java is like renaissance art, More »

OCR and Neural Nets in JavaScript

0Milinda25th Jan 2009JavaScript, hacks, news

A pretty amazing piece of JavaScript dropped yesterday and it’s going to take a little bit to digest it all. It’s a GreaseMonkey More »

Difference between ‘==’ operator and ‘===’ operator in JavaScript

2Milinda3rd Nov 2008JavaScript

First try the following sample code, and have a quick look at the code. <html> <head> <title>Test == and === operators in JavaScript More »

Handling HTML forms using jQuery Form Plugin

1Milinda7th Oct 2008JavaScript, jQuery

jQuery Form Plugin is a very useful JavaScript library which let you handle HTML forms in very flexible manner. The jQuery Form Plugin More »

JavaScript and HTML Forms

2Milinda6th Oct 2008JavaScript

While I am implementing filtering support for Apache ODE Management Console’s Processes List, I have to interact with HTML form and validate some More »

JavaScript __noSuchMethod__ feature

0Milinda19th Aug 2008JavaScript, programming

Today I found this document while reading the Ajaxian. This ‘__noSuchmethid__’ of JavaScript object is same as Ruby’s ‘method_missing’ feature. Example from above More »

Secrets of the JavaScript Ninja: A sneak peak

0Milinda15th Aug 2008JavaScript, news

John Resig(Creator of jQuery) is working on the Secrets of the JavaScript Ninja book, which I am sure will be a great book More »

Solution to XML namespace problem in getElementsByTagName

2Milinda31st Jul 2008JavaScript

Here is a simple code I used as a solution to XML namespace handling in different browsers(IE, Firefox 2, Firefox3, ..). But it More »

Why Most Popular JavaScript libraries doesn’t support XML with namespaces?

0Milinda28th Jul 2008JavaScript, jQuery, yui

I am involve in developing Web Based Management Console for Apache ODE these days for Google Summer of Code 2008. For the mid More »

DOM Scripting Toolkit – jQuery

0Milinda15th Jun 2008JavaScript, jQuery

I found this nice slides while I’am searching for a cross browser and easy to use DOM Scripting toolkit. The different APIs used More »