Web 3.0
SpunOne writes "Apparently Jeffrey Zeldman is as sick of Web 2.0 as many of us have become. In his latest article, titled "Web 3.0," he really sticks it to the Web 2.0 fan boys, and dispels a lot of the hype generated by our young new friends. It's easy to grow apathetic when a new idea gains so much traction so quickly, but his points are clear and accurate, and deserve consideration."
Paul Graham's take on Web 2.0 is a good read.
Damn, I'll bite....
;-). My college profs would have been steamed if I proposed something like that....
First, where did you get your development cycle and why would you not implement XMLHTTP to begin with (the first development phase)? No wonder your ideas are getting shot down
But, I digress. To be honest, I have been using XMLHTTP going on three years now, since well before it was known as AJAX and there are problems that it, and Javascript, solve. I would imagine it all has to do with the type of problem. In my case, I was involved in a project that implemented JSR-168 portlets in a Jetspeed environment. Unfortunately, we had requirements that each portlet had to refresh with data, some at 5 second increments, some updates would be 5 minutes. So, you have a user configurable portal and each portlet had to be dynamic. Sure, you could use a full page refresh, but that would require the refresh time to be set to the shortest duration. Plus, some of the data we presented would require a sizable pull from our Oracle database. Doing that every 5 seconds would have been a nightmare. So, each portlet has its own Javascript implementation that inherits a base XMLHTTP class. Works like a charm and met every one of the customer's timing requirements.
Additionally, I wrote an image looper that worked a great deal like a media player that would update itself with data as new images arrived (it was a weather project). Instead of refreshing the popup window, XMLHTTP was used to retrieve a listing of images and add any new ones to the list. It was pretty cool stuff.
Should XMLHTTP be how we do all web solutions? No, I totally agree with that. But it does present the developer with some unique ways of doing things.
Bryan R.
The price of freedom is eternal vigilance, or $12.50 as seen on eBay.....