Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javascript Advanced Functionality...

Status
Not open for further replies.

BradF

Programmer
Mar 29, 2005
28
US
I'm looking at creating a site that allows you to drag/drop pictures, text-boxes, and certain stylized elements onto a template. It should contain the ability to edit the text in the boxes, as well as re-size the elements. There is a site that does basically the same thing using flash, but I'd like to use php/mySQL/javascript solution to accomplish the same thing. While I've written a lot of javascript, this is a little more advanced than what I've done in the past and was wondering if someone could give me some insight on the possibility of doing it using entirely javascript.

Here's a few sample links to the site that does basically the same thing:

 
I have created a solution that does this using Prototype and Scriptaculous. There is a great book that covers these two libraries as well. Check out the Scriptaculous web site for some idea as to what it can do. Scriptaculous sits on top as Prototype.

Cheers,
Jeff

[tt]Visit my blog [!]@[/!] Visit Code Couch [!]@[/!] [/tt]

Make sure your web page and css validates properly against the doctype you have chosen - before you attempt to debug a problem!

FAQ216-6094
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top