By Paul Kimmel
| JavaScript/Jscript Article Published 29-Aug-07
Learn how object-based JavaScript can be used to clone and fix the position of a grid header, handling runtime changes in the associated grid's appearance.
By Chris Schalk
| JavaScript/Jscript Article Published 30-Jul-07
Get the scoop on Google's powerful JavaScript AJAX APIs, AJAX Search, and AJAX Feed. Learn how to easily embed rich Internet search and Feed content gathered by Google into your Web pages with just a few lines of JavaScript.
By Paul Kimmel
| JavaScript/Jscript Article Published 16-Jul-07
See how to make your web clients read or play content to its users. You will
experiment with JavaScript from the command line, learn a JavaScript debugging technique that might be useful, and see how to load the Speech API and ask it to read the ALT (text) attribute of HTML controls.
By Vlad Kofman
| JavaScript/Jscript Article Published 06-Jun-07
Implement an Ajax-enabled scrollable table, in which rows are dynamically fetched from the server, as the user scrolls, without the whole page refreshing. This technique is unique and very convenient for implementing pages with a lot of dynamic content in a readable form; for instance, a live news feed.
By Richard G. Baldwin
| JavaScript/Jscript Article Published 22-May-07
Learn how to write the Java code necessary to make effective use of the DOM
class in the Google Web Toolkit.
By Vlad Kofman
| JavaScript/Jscript Article Published 12-Apr-07
Take a look at the Yahoo User Interface (YUI) library. If you are looking for a solid AJAX framework to help with rich user interface development or just want to code some AJAX, the YUI can be a great start.
By Richard G. Baldwin
| JavaScript/Jscript Article Published 27-Mar-07
Learn how to write the Java code necessary to perform drag-and-drop operations in AJAX using the GWT and Java. Also learn a little more about the use of the FocusListener and ClickListener interfaces.
By Vlad Kofman
| JavaScript/Jscript Article Published 19-Mar-07
Review several implementations of Rich Text Editors (RTE) that dynamically apply HTML markup to plain text before it is submitted to the server. You will see how to install several versions of the editor widgets, and then determine which is best for you.