PDA

View Full Version : Drag & Drop...


VBAssassin
01-05-2006, 09:34 PM
Hi ya,

Im interested in learning about drag and drop techniques in javascript. However im only really interested in learning it from a book... does anyone no of a book that is gud to learn from? and recommends?

best regards,
scott

rlemon
01-06-2006, 07:23 PM
Hi ya,

Im interested in learning about drag and drop techniques in javascript. However im only really interested in learning it from a book... does anyone no of a book that is gud to learn from? and recommends?

best regards,
scott

you will probably find it difficult to get a book the specifically deals with drag and drop - Personally i think you are wasting your time looking for it. and if you find it buying it would also be a waste.

i suggest you pick up a beginners guide to JS, the find a tutorial online for drag and drop and just print it off.

you can even make it look like a book if you are that concerned.

VBAssassin
01-06-2006, 09:28 PM
you will probably find it difficult to get a book the specifically deals with drag and drop - Personally i think you are wasting your time looking for it. and if you find it buying it would also be a waste.

i suggest you pick up a beginners guide to JS, the find a tutorial online for drag and drop and just print it off.

you can even make it look like a book if you are that concerned.

Lol... there is that option... i no the basics of javascript... its all the functions in javascript and properties of elements and so on that i cant remmeber.... so maybe a book that describes them and includes drag and drop..?

You no what! What about a good book on javascript that covers drag and drop lol... know of any?

Thanks for your reply by the way, its appretiated.

Best regards,
scott

rlemon
01-07-2006, 05:33 PM
http://www.oreilly.com/

best place i can think of

VBAssassin
01-08-2006, 04:36 PM
http://www.oreilly.com/

best place i can think of

Thanks mate... i got a recommendation for SamsPublishing.com... they seem to be cheaper and have a nicer site so think i gonna use them :-) thanks for the suggestions tho.

Best regards,
scott

rlemon
01-09-2006, 02:47 PM
Thanks mate... i got a recommendation for SamsPublishing.com... they seem to be cheaper and have a nicer site so think i gonna use them :-) thanks for the suggestions tho.

Best regards,
scott

the o'reilly book set is the best BOOK sset i ccan think of - best refference books i mean. if you can find them on a different site for cheaper i say go for it. however i will stand by my statement "best refference books out there".

fine
02-07-2006, 10:12 PM
do a bit search on net you will get a lot drag drop code.
see this javascript drap drop example (http://www.kidslovepc.com/javascript/javascript-draggable-text.shtml)

rlemon
02-08-2006, 08:10 PM
http://www.rlemon.com/TESTING/dandd/

try that.

drag and drop layers by class names.

source should be easy to read.

HerrRossi
02-09-2006, 11:58 AM
Try
http://javascript-workshop.de/buch/
it's free and I think it has a tutorial/example for drag&drop

also check out www.cross-browser.com if you are interested in an open source library that covers the topic.