AJAX Drag & Drop Challenge
Posted by: Hannes Preishuber,
on 22 Dec 2007 |
View original | Bookmarked: 0 time(s)
Drag and drop is typically feature from windows application. With Web application the user is loosing it. Missing Drag&Drop is one of the top ranked features for better usability. The new Web 2.0 styled applications are bringing Drag&Drop back. But it is quite complicated for developer to implement it. Drag and Drop happens on client side and must be coded by Jscript. For real web applications there must be some connection point between client and server. For instance a web service can be...