Lately I’ve been hacking around with AJAX. Most of the time AJAX is used for little more than eye candy but I thought I had found a situation where AJAX would do actually something novel and solve an existing problem.
The problem is on our universal whois lookup site: easyWhois.com, where it has sporadically run into problems over the years where one registrar site or another (*cough* *cough* Netsol *cough*), would block us for “excessive queries”. The idea was to use AJAX to push the query back into the client’s browser, instead of doing it from easywhois. The server would be more of a switching station: it would grab the domain to be queried from the browser, find the appropriate whois server for it, send that back to the client who then would connect to that server and conduct the query. Nice, easy, simple and has the effect of difusing all the whois queries across the client IPs instead of at the central server, vastly reducing, if not eliminating blockages at remote registrar whois servers.
So it literally took 30 seconds to get Rasmus [Lerdorf’s] 30 Second Ajax Tutorial working and begin to understand what all the hoopla was about. A couple of other Ajax examples later (here and here) and the entire idea took a hit. The idea in it’s original form won’t work because the javascript XMLHttpRequest only lets me do HTTP GET and POST method connections (as the name would imply). There doesn’t seem to be anything like PHP’s fsockopen() available to me to get the client to open its connection to port 43 (the whois port). I’d have to use something like Java, and if I did that I may as well load the entire application in there, never mind Ajax.
Throughout this process something became clear to me which I think is perhaps lost on a few people, Ajax is a tool, period. Granted that it is an essential component of “the Web 2.0 Kool-Aid”, it is not a feature and I don’t see it as an end-user selling point. It became even clearer as I explained to my wife (who is far more technically adept than the average person) what Ajax was and did and watched her eyes glaze over. And it wasn’t an incomprehension glaze over, it was a “who cares?” glaze over.
“Ajax allows one to create bi-directional communications from the client to the server without page refreshes”
0.0001% of the population: Wow!
Everybody else: *yawn*….what’s a “page refresh”?
So in the course of all this, and what inspired this post, was MyLongTail.com which is self-described as “The first AJAX based system for Search Engine Optimization”. Something I came across co-incidently during my foray into Ajax and which hammered my point home for me. MyLongtail seems to be along the same vein as MyBlogLog.com, in that they are both search engine keyword trackers and IMHO, offer a subset of something like Indextools, which uses the same approach of embedding javascript into the remote pages to collect data and has been around for years.
But I digress, so MyLongTail talks up it’s Ajax-ness. If you look at their signup form, you really see a good application of Ajax in form validation. This in itself makes Ajax worth the price of admission because I can see this being a very effective means of providing less cumbersome form validation and probably drastically reduces form abandonment. Who wouldn’t want that? Answer: nobody. Roughly the same number of people that would actually care that the technology that enables this is something called Asynchronous JavaScript and XML, a.k.a “AJAX”.
In short, I don’t see the point in trying to turn your tools into features. We use all kinds of various tools to provide our services and most of our customers couldn’t care less what they are. They just want the box to go “Bing!” when they press the “Bing!” button and the rest is our problem.
It is beyond the scope of 99.9% of web users to even be aware of what Ajax is, and of the remainder, less care.
I could not agree more. Promoting the Ajax-iness of MyLongTail is a temporary thing, really just in that PowerPoint introduction. I’ll be removing it after it serves its purposes. What purpose is that, you ask?
Well, to make my target audience in this early adopters phase investigate just that little extra big. Because you see, the long tail is a difficult idea. Search engine optimization is a difficult idea. A tool like this that’s not analytics is a difficult idea. Yet, it all somehow manages to live together in a useful tool that people “get” once they give it a chance.
So Ajax is just a hook, because the real statement that differentiates this product that came before it is way too long for the front title of a PowerPoint! But I am open to suggestions.
Oh, that should read “differentiates this product from those that came before it”. Sorry, I’ve got to proof more carefully before I submit.
I’ve got to say, I really appreciate the feedback. I get that question a lot from those who are not part of the Web early adopter bandwagen. It’s almost time to let go of it as a feature, and lead with the benefit.
Let me ask: do YOU get it, Mark? Or is a system for bringing SEO to the average joe still too out there?
Mark —
You see to be confused about MyBlogLog. You are correct that we use a javascript include to track usage of customer web sites, but we have nothing to do with Search Engine Optimization. We provide a straightforward way for website and blog authors to better understand what their readers are clicking on to leave their site. We have also recently launch our new communities feature with Reader Rolls, which you can see at mybloglogb.typepad.com, but neither this feature or anything else uses AJAX.
BTW, I agree that AJAX seems to be an overblown buzzword for a combination of technologies that have been around for years. However, there are plenty of concepts that never take off until they are given name. The downside is that the catchy name ends up getting used in silly places.
I would love for you to try us out sometime and get a better fee for what we’re about.
Yesterday I blogged about AJAX, and how I don’t think it’s useful as a selling feature and mentioned MyLongTail.com as an example, and then I mentioned MyBlogLog.com as another site in a similar niche.
First, as I’ve commented before (somewhere), the s