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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Site design tool advice needed 2

Status
Not open for further replies.

nagornyi

MIS
Nov 19, 2003
882
0
0
US
Hello,
I need to create a site allowing to manipulate images, something like so that you can drag and drop several images, resize them, etc.
Would appreciate any advice on what technologies/tools/techniques are used to create something like that.
Thans!
 
A quick look at the page source shows that it's simply javascript. The actual code is linked from although it is compressed and quite hard to follow. If you want to replicate this sort of site I would suggest a prepared framework such as jquery

If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
 
Not sure which jquery plugin would work best, but there are several "picture" tools already built in php/java using jquery.

I know int he Drupal framework, there are several such, and WordPress as well... Of course, you can have a static html site with just this piece embedded, I'd imagine. And I'm sure there are other CMS options with this idea as well, in flavors such as WordPress and Joomla.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top