design and image

  • Thread starter Thread starter robc737
  • Start date Start date
R

robc737

I'm trying to write a web page that will allow users to design their
own rug by dragging and dropping smaller images onto the rug. They
should also be able to change the border of the rug, as well as the
background and color or each individual element on the rug. When they
are done I need to save their rug as a jpeg or gif. Can this be done in
asp.net or is there a better alternative? If asp.net, then what tools
would I use?
 
Look for ATLAS, AJAX, DragDrop Panel That might give you some Idea.
It can be done, but not that easy to be done right.

Sa
 
to write something to a a box... ?

Java or Flash!!!!

with no doubts
 
Do you have a surprise waiting for you when you realize how complex this
type of DHTML scripting task is going to be. It sure is worth persuing
though as it is a very compelling application that once designed and
developed well can make you a lot of moola. Furthermore, the use of AJAX aka
ATLAS is also going to be needed to fetch images from the image library
residing on the server doing so on demand without an entire page refresh. I
wish you much success.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top