Facebook Like Auto-Suggestion Text Field
AutoTextField or autoField is javascript class for creating auto suggestion input field like gmail or facebook, and required prototype.js version 1.6.0 or above. AutoTextField support mouseOver and some key: ENTER, TAB, END, HOME, UP, DOWN and ESCAPE.
Calling the class is simple: add new AutoField(fieldID, options) to the HEAD of HTML. In the example below, the fieldID is ‘compose_to’, with two options: script for Ajax request and className for CSS layout (you can find complete CSS sample for layout in demo page or download file)….
The Future of The Web
Konon, di masa depan, kita tidak akan lagi mengenal yang namanya Windows, Linux, ataupun MacOS. Semua orang memiliki komputer, tetapi semuanya tanpa OS dan hardisk, hanya program kecil berisi aplikasi browser dan network connection yang terpasang di memory.
inspectForm: Unobtrusive Form Validation
This script, inspectForm, required Prototype library version 1.6 and above. Some of the features are: unobtrusive, client checking, server checking with ajax and easy to use. To see it in action, just folow this link: http://code.lokamaya.net/inspectform/.
Video: Secrets of JavaScript Closures
A must watch presentation! From Fronteers Conference ‘08, Stuart Langridge talks about closures in JavaScript, what they are, how they trip you up, how you create them accidentally, and what a powerful tool they make. With great power comes great responsibility: here’s how to do it right. Bring your brain, and a tolerance for jokes. Must watch!


