Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
I think Yahoo has one...not sure if it's over kill for what I want though...
I need to implement single (and possibly) multiple item click and dragging...the code must stay xhtml compliant and entirely accessible so no dynamically generated fields, etc....this is simply to act as sugar coating...
I would be tempted to look at some of the libraries out there, prototype or jscript to name but two. If you look them up on the web you should also get examples. Create your pages first with no javascript and then "hijack" the relevant parts to allow "enhancements".
Prototype + Scriptaculous have drag and drop, as does Dojo, and likely most other DHTML/Javascript Effects libraries. Implementations may vary so read the documentation for each to see what their drag and drop implementations are capable of.