Ask YC: Whats better than AJAX?
1–10 of 32 posts
Re: Ask YC: Whats better than AJAX?
#2Re: Ask YC: Whats better than AJAX?
#3Re: Ask YC: Whats better than AJAX?
#4Re: Ask YC: Whats better than AJAX?
#5The key word here is could.
Re: Ask YC: Whats better than AJAX?
#6Re: Ask YC: Whats better than AJAX?
#7If Adobe AIR and Microsoft Silverlight continue to gain traction then they could begin to replace AJAX-style implementations for feature-rich web sites. The key word here is could .
To use Silverlight as an example, I think it sucks. It's bloated and I don't get it. I'm tired of playing catch up with MS technologies and all the freaking featues they pack into them. I mean: ASP.NET. ASP.NET AJAX VB.NET 3.0, LINQ, F#, C#, J# (being retired), VBScript, VS 2003, VS 2005, VS Team Foundation, Windows Workflow, Windows Communication Foundation and Windows Presentation Foundation. Seriously?
Windows Workflow in particular is extraordinarily huge. If keeping a program in one's head is important (and it is), then it's not going to happen with Windows Workflow. As I get more comfortable knowing what I want to code and how I want to code it, I'm finding myself just wanting to use stuff that gets it done in the path that is the most natural to me.
Silverlight? No, thanks.
Re: Ask YC: Whats better than AJAX?
#8Re: Ask YC: Whats better than AJAX?
#9Until then, the next version of XMLHttpRequest should somehow provide a way for the server to send a request to the client, not needinng the client to make requests all the time...
Or maybe you should be asking what will replace or make better the DOM?
Re: Ask YC: Whats better than AJAX?
#10Well, if I was to predict the future I would say that we will see new browser architectures that will allow new types of code to be written that are not currently possible. I think web browsers will be more like a VM that can run any kind of code compiled to them instead of being forced to render only HTML and JavaScript. I would take a look at the things about web development that people currently complain about and…