Buy me a Beer
Web 2.0 Training
 
headermask image

Random Header :: Unpredictably Exciting

AJAX browser vote exceeds ‘wild’ expectations

There’s been a late surge of interest in voting for a wishlist of features users want added to web browsers, after being ignored for months.
With less than a day left before the OpenAjax Alliance closes its poll for most-wanted browser features 116 people have now voted, according to the project’s summary. That’s up from a [...]

Streamline your search with Yahoo! Web Services and AJAX

Despite what you might read and hear about Google’s web dominance, this is not Google-owned world. Yahoo! may be playing second fiddle to the internet’s favorite search and ads service, but it still plays one hell of a tune in terms of numbers of users and the services it offers.
If you use Yahoo! for your [...]

Great User Interface with YUI (Yahoo! User Interface) Library

YUI Library
The YUI Library is a set of utilities and controls in JavaScript, as well as CSS templates for building richly interactive Web applications using standard technologies such as DHTML, DOM scripting, and AJAX.
You can download the YUI Library 2.3.1 for free from SourceForge.net. The download allows you to install the libraries on a Web [...]

7 Deadly Sins of AJAX application development

At first blush, those pitfalls may seem avoidable through sheer common sense, and to a degree, that’s true. But AJAX apps bristle with architectural differences from its DHTML forebears. No matter how much common sense you bring to the application development task, it is still good to learn from the mistakes of those who have [...]

How to make an AJAX Call?

So not you know What is Ajax and Why should you use it, now I’ll teach you how to make an AJAX call. There are three simple steps to achieve that:
1) Create and AJAX Object:

function createAjaxObject() {

//Code for Mozilla

if (window.XMLHttpRequest) {

[...]