473,406 Members | 2,710 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

design and image

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?

May 23 '06 #1
5 1038
no asp.net...
java ou flash

--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)
<ro*****@hotmail.com> escreveu na mensagem
news:11*********************@i40g2000cwc.googlegro ups.com...
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?

May 23 '06 #2
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
<ro*****@hotmail.com> wrote in message
news:11*********************@i40g2000cwc.googlegro ups.com...
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?

May 23 '06 #3
ASP.NET ATLAS may solve your problem.
"Bruno Alexandre" <br*********@gmail.com> wrote in message
news:ua**************@TK2MSFTNGP02.phx.gbl...
no asp.net...
java ou flash

--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)
<ro*****@hotmail.com> escreveu na mensagem
news:11*********************@i40g2000cwc.googlegro ups.com...
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?


May 23 '06 #4
to write something to a a box... ?

Java or Flash!!!!

with no doubts

--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)
"Kerem OZMAN" <tm*@home.com> escreveu na mensagem
news:uf*************@TK2MSFTNGP02.phx.gbl...
ASP.NET ATLAS may solve your problem.
"Bruno Alexandre" <br*********@gmail.com> wrote in message
news:ua**************@TK2MSFTNGP02.phx.gbl...
no asp.net...
java ou flash

--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)
<ro*****@hotmail.com> escreveu na mensagem
news:11*********************@i40g2000cwc.googlegro ups.com...
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?



May 23 '06 #5
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.

--
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

<ro*****@hotmail.com> wrote in message
news:11*********************@i40g2000cwc.googlegro ups.com...
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?

May 24 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

33
by: Joe | last post by:
I'm designing a company website. I'm relatively new to CSS and I'm having trouble creating what seems to me a very simple design: - body background: fixed full page image - banner: fixed, 100...
0
by: Ivan D. | last post by:
I am making a User Control in visual basic, it contains a Picture Box. To allow the image to change at design time I added a property. When changing a *normal* PictureBox Image at design time in...
6
by: Code4u | last post by:
I need to design data storage classes and operators for an image processing system that must support a range of basic data types of different lengths i.e. float, int, char, double. I have a...
3
by: Sorin Dolha | last post by:
Hello, We intend to create an ASP.NET-based Web application (hosted on Internet Information Services, or IIS) and one feature of the application needs to allow the end user to upload photos to...
17
by: tshad | last post by:
Many (if not most) have said that code-behind is best if working in teams - which does seem logical. How do you deal with the flow of the work? I have someone who is good at designing, but...
7
by: Shimon Sim | last post by:
I have a custom composite control I have following property
10
by: charlie | last post by:
I posted this at Macromedia Dreamweaver newsgroup but go no response. I've been trying to learn CSS. Below is a link to a couple of designs that I managed to do using absolute position. ...
4
by: Guch Wu | last post by:
I want to design an image processing class as follow: class Image { Image Data; General Image Operations; read(filename, File_Type); write(filename, File_Type); };
4
by: Ken Fine | last post by:
I've been living with a frustrating issue with VS.NET for some months now and I need to figure out what the problem is. Hopefully someone has run into the same issue and can suggest a fix. I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.