php and mouse movements

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jaymoore_299
Forum Contributor
Posts: 128
Joined: Wed May 11, 2005 6:40 pm
Contact:

php and mouse movements

Post by jaymoore_299 »

I'm trying to get an image cropping script going and I want the surfer to be able to click and drag a resizable window over the image to be cropped.
What will I need in addition to php to accomplish this?
User avatar
andre_c
Forum Contributor
Posts: 412
Joined: Sun Feb 29, 2004 6:49 pm
Location: Salt Lake City, Utah

Post by andre_c »

javascript
and a lots of websites explaining how to do it in a cross-browser way
jaymoore_299
Forum Contributor
Posts: 128
Joined: Wed May 11, 2005 6:40 pm
Contact:

Post by jaymoore_299 »

can you recommend some good ones?
User avatar
andre_c
Forum Contributor
Posts: 412
Joined: Sun Feb 29, 2004 6:49 pm
Location: Salt Lake City, Utah

Post by andre_c »

http://www.quirksmode.org is probably the best one
http://www.mozilla.org/docs/dom/domref/ is another one i use all the time for reference
Post Reply