archives

Posts tagged AJAX

What is AJAX?

January 10 2006
by Rachel

Tagged

AJAX enables richer online user interfaces.

When we use desktop packages, like Word or Excel, we can drag, drop, click, sort, and so forth – all without having to wait around for your screen to reload. AJAX brings this sort of functionality to the web.

AJAX is a term used to describe a combination of four key elements:

  • Javascript - for the programming
  • CSS – for the style/layout
  • DOM – for the page elements that Javascript will change
  • XMLHttpRequest object – for retrieving data from the server behind the scenes without refreshing the page

A few years ago, DHTML was all the rage – it combined the first three of those AJAX elements. It enabled rich user interfaces, but the problem was that you still had to refresh the page each time you changed something significant.

Examples

Footnotes: I have a number of tech skills I want to develop this year – two of them are AJAX and Ruby on Rails.
To help get me going, I’m taking notes and my writing up my thoughts on the topic while reading this book:

Ajax in Action

AJAX vs AJAX

January 3 2006
by Rachel

Tagged

Ajax in Action

I am waiting on this book to arrive from Amazon in the next week or two and got thinking about AJAX tonight. If you’d asked me what AJAX was six months ago or earlier, I would have said it was a household cleaner:

Ajax

…which made me wonder, since AJAX is a registered trademark to Colgate, have there been any lawsuits over the use of it? A quick search on google brought up the following information:

Colgate-Palmolive vs. Ajax.org. Those of us over the age of 40 remember Mom using the blue can of Ajax to scrub the pots and pans after dinner. Colgate-Palmolive took exception to the use of that trademark name by “Ajax.org.” Public support for the general information portal website was so strong, however, that the corporate giant eventually dropped the suit. (Source, 2003)

Ajax.org is now practically an empty site. I can’t seem to find any information on Colgate taking legal action against the current use of AJAX. (Unlike Sellotape ®) Since books are now being published, I guess the cat is out of the bag.

Elsewhere: Skype MSN Messenger Twitter Facebook