If I had to guess what would be big, I would guess that it could be some sort of push technology [read: not http in its current form] Currently it's difficult to create efficient multi-user systems on low bandwidth and high data rates, with RSS clients pinging servers every three minutes to check for new content and ajax calls every three seconds to check page changes and do autosaves, etc, that is a lot of undue str…
Ask YC: Whats better than AJAX?
21–30 of 32 posts
Re: Ask YC: Whats better than AJAX?
#22If 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 .
Ok. This comment will be a little over the top, but here goes. I'm actually getting sick of how MS releases products. I never used to care enough to think that having everything under the sun covered was a problem. I think in the end, Microsoft's enormous technology and feature base will be what does them in. To use Silverlight as an example, I think it sucks. It's bloated and I don't get it. I'm tired of playing cat…
I agree that keeping up with the many languages is difficult. But it's necessary if you want to be the best and on top of the game. Test drive a lot of different languages and pick the one that meets your needs and feels most comfortable. Sometimes driving more then one language is the best option.
We could argue until we are all blue in the face about what the best language is and what the next "big one" will be. I wouldn't focus as much on the language in 10 years, no one is looking to utilize that today. The future is important (as many get rich making it) but keep in mind a lot of companies that have been ahead of there time got bit in the ass from it.
Re: Ask YC: Whats better than AJAX?
#23Re: Ask YC: Whats better than AJAX?
#24Well, 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…
That sounds eerily reminiscent of Java applets.
Re: Ask YC: Whats better than AJAX?
#25Earlier quoted context omitted.
Ok. This comment will be a little over the top, but here goes. I'm actually getting sick of how MS releases products. I never used to care enough to think that having everything under the sun covered was a problem. I think in the end, Microsoft's enormous technology and feature base will be what does them in. To use Silverlight as an example, I think it sucks. It's bloated and I don't get it. I'm tired of playing cat…
From what I have read silverlight is actually the opposite of what you said. Granted I dont know if its all true, only regurgitating what I have researched and read. It's actually not that bloated and is supposed to run javascript about a 1000 time faster since its compiled and not interpreted. It will be interesting to see how it develops and competes with flash. I agree that keeping up with the many languages is di…
Re: Ask YC: Whats better than AJAX?
#26Earlier quoted context omitted.
From what I have read silverlight is actually the opposite of what you said. Granted I dont know if its all true, only regurgitating what I have researched and read. It's actually not that bloated and is supposed to run javascript about a 1000 time faster since its compiled and not interpreted. It will be interesting to see how it develops and competes with flash. I agree that keeping up with the many languages is di…
I'm not familiar with silverlight but if it's not cross platform (does it run on my Linux box) it's bound to loose. One of the advantages of building web applications is that people on any platform (pretty much) can run your application. Microsoft has been trying to maintain their Windows desktop monopoly by pushing technologies to write websites that only work with Windows/IE. Once again I don't know if SilverLight…
They must realize that the only way they will gain acceptance amongst hackers is to convince them that Silverlight is not a traditional MSFT product. A few months ago they were kissing ass to Arrington and a few others trying leave positive impressions about the platform and convince everyone of its openness.
But they may already be in trouble because AIR seems to have an edge in early adoption so far. Pownce is written in AIR for example.
It'll be interesting to see how things play out. There is a huge need for certain features of Silverlight and AIR (like local file system access and a network API), but I dont know if those will be compelling enough to drive either of these to "critical mass".
Re: Ask YC: Whats better than AJAX?
#27and
http://junctionphp.com/ - Junction: a PHP 5 object persistence layer
Re: Ask YC: Whats better than AJAX?
#28I've actually grown weary of the whole browser/css/javscript crap that I have to deal with to make things work... I've been playing with Flex lately. It's a step back in some ways, but it is nice in others. Feels more like thick client development than thin client.
How so a step back?
You end up having to write a lot of custom controls simply because the ones built in are great for rapid POC type stuff, but aren't necessarily what you want for your "real" app. Then you're just trading one set of community developed stuff for another.
I also looked at OpenLazslo and it's pretty neat, although it's lack of IDE, community support and the fact that it's stuff crashed my system a bunch (nothing like having to install tomcat on a vista box) turned me off (the ol site was down while I was testing it, and has been down numerous times when I've been demoing it, so that's a huge problem).
Re: Ask YC: Whats better than AJAX?
#29It doesn't matter. Really. Just do something. Anything. What you learn (about everything) from the doing will be way more important than any (temporary) technical skills you acquire.