Email Us! answers AT tanabi PERIOD com or use the form:
Tanabicom, LLC is a company dedicated to providing custom software solutions to your needs. If you need work done, use the contact form to the left to get in touch. No project is too big or too small -- we want to help you make it happen!
We are located in Raleigh, North Carolina though we gladly service customers anywhere in the world.
Ajax: The Most Overused Web Technology?
So it’s been awhile since I’ve posted here, and I figured I probably should at some pointSomething that has really bothered me of late is the proliferation of Ajax on … pretty much all websites.
Ajax, in layman’s terms, is a technology that basically lets you load things off the web server after the page is already delivered. It’s good (and arguably intended) uses are for things like … product selectors! Let’s say you want to download drivers for your printer. The thing that makes you first pick the type of product (Printer), then the model line (InkJet) then the model (2000) from lists that change based on what you pick is probably powered by Ajax. Very useful, very clean, very nice.
Other powerful uses of ajax can include chat boxes, or form validation (ajax that checks to see if the username you want to create is already in use on a registration form for instance). There’s even something to be said for web applications where there are multiple “tabs” to click thruogh, and each tab is loaded by Ajax.
However, I’m finding more often then not, Ajax is being used as a cheap fake-solution to the “first byte” problem. The “first byte” problem is, basically, minimizing the time between client request and the first byte of data being sent by the server. This “dead air” period of time is, more or less, overhead that makes the viewer perceive a site as “slow”.
What seems to be “the rage” now, is to serve up a really simple skeleton of a page so “something” shows up, and then use Ajax to fetch in the components of the page. To the end user, they see something on their screen almost immediately… but the screen starts jumping around like a man on fire as soon as the page “loads”.
I really hate this! For one thing, in my opinion, the “first-byte” problem is not that big a deal. But setting that user perception despute aside, the usability of this kind of software is horrible. Let’s use Google Documents as an example.
First, it loads the design with the list of items. Then, the screen “twitches” — I’m not sure what it’s loading, but something shows up somewhere that makes it twitch. And then maybe two to four seconds from start of page load later, the entire list of documents JUMPS about half an inch down as it ajaxes in the “Google Docs will soon be Google Drive” notification message.
If you know exactly what you’re looking for, you’re probably trying to click on what you want … just in time for what you want to JUMP half an inch down and for you to click on the wrong thing.
On what planet is this usable or a good idea? Firstly, it’s kind of dumb for a small block of text to be ajax’d in for an arbitrary reason. Seems like they could just load that up front with the rest of the design. Secondly, do they even use this thing? It caught me unawares about two or three times before I finally learned I needed to wait for Google to be done being stupid for me to click on the document I wanted.
I see this all over the place, loading a page, only to have it twitch and spasm until all the sub-components are loaded. I just don’t get it; it looks horrible, it’s terrible UI, and honestly I’d rather wait the extra couple of seconds for a whole page than hope that page is done moving all the links around.
Maybe I’m just crazy! Sorry for the rant without any “solution suggestions”, I kind of find the whole “problem” to be silly to begin with. Kind of solving to a non-issue![]()
Anyway, I do intend to start posting some products here soon. Really!
published: Sun, 08 Jul 2012 22:12
New Site!
Hello and welcome to our new site! As it turns out, we were not getting many requests for Zend Framework jobs, but we have been getting tons of WordPress work. As such, it seemed like time to go from a Zend Framework custom-build to WordPress build. Also, WordPress allows us to have a software store which we will be using to sell a variety of WordPress plugins and other items. We are still dedicated to open source software, so we’ll try to stick to offering support and value-added options when possible. And of course, we are always open for custom work — any kind of PHP or JavaScript you need, we can do. Along with C, C++, Java, and all kinds of other fun stuff. Use the form to the right to send us an email if you’re interested.
published: Sun, 06 May 2012 19:25
