Linked by Amjith Ramanujam on Thu 31st Jul 2008 16:02 UTC, submitted by Francis Lopez
Thread beginning with comment 325199
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
http://280slides.com/
http://www.sproutcore.com/
We are seeing some seriously impressive stuff being done on the front end. sproutcore actually has a data layer that can hook into either stuff like google gears, or a web service for persistence.






Member since:
2005-07-06
I also think that it doesn't help that Javascript is often used for tasks that are better-suited to server-side scripting languages. If I just need to run a search-replace on a text string, or truncate a string to a specific number of characters, I'll use Javascript (of course, if users need to be able to dynamically expand/collapse the truncated string without a page reload, then I'll use JS).