Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
You may want to consider learning a JS framework, such as jQuery, Prototype, etc. I recommend jQuery, because its AJAX functions are especially efficient, but every framework will have an excellent way of providing shortcuts to do common functions. Every framework has a way to do drag-n-drop also, either in its core system or as part of an extension to the library.
Of course, there is nothing wrong with not using a framework, but I find that it takes longer to work out all of the bugs and make it cross-browser compatible, since the code is larger and the issues more complex. That said, it is important to understand the core of JavaScript, so that you don't end up using a library as a crutch, which will hinder you in furthering your understanding of the browser and scripting.
Last edited by wayfarer07; 09-26-2008 at 11:28 AM..
|