Connecting Tech Pros Worldwide Forums | Help | Site Map

design and image

robc737@hotmail.com
Guest
 
Posts: n/a
#1: May 23 '06
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?


Bruno Alexandre
Guest
 
Posts: n/a
#2: May 23 '06

re: design and image


no asp.net...


java ou flash

--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)


<robc737@hotmail.com> escreveu na mensagem
news:1148412698.583022.21610@i40g2000cwc.googlegro ups.com...[color=blue]
> 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?
>[/color]


msdn
Guest
 
Posts: n/a
#3: May 23 '06

re: design and image


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


<robc737@hotmail.com> wrote in message
news:1148412698.583022.21610@i40g2000cwc.googlegro ups.com...[color=blue]
> 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?
>[/color]


Kerem OZMAN
Guest
 
Posts: n/a
#4: May 23 '06

re: design and image


ASP.NET ATLAS may solve your problem.
"Bruno Alexandre" <bruno.in.dk@gmail.com> wrote in message
news:ua0tPSqfGHA.5088@TK2MSFTNGP02.phx.gbl...[color=blue]
> no asp.net...
>
>
> java ou flash
>
> --
>
> Bruno Alexandre
> (a Portuguese in Københanv, Danmark)
>
>
> <robc737@hotmail.com> escreveu na mensagem
> news:1148412698.583022.21610@i40g2000cwc.googlegro ups.com...[color=green]
>> 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?
>>[/color]
>
>[/color]


Bruno Alexandre
Guest
 
Posts: n/a
#5: May 23 '06

re: design and image


to write something to a a box... ?

Java or Flash!!!!

with no doubts

--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)


"Kerem OZMAN" <tmp@home.com> escreveu na mensagem
news:ufqLDoqfGHA.356@TK2MSFTNGP02.phx.gbl...[color=blue]
> ASP.NET ATLAS may solve your problem.
> "Bruno Alexandre" <bruno.in.dk@gmail.com> wrote in message
> news:ua0tPSqfGHA.5088@TK2MSFTNGP02.phx.gbl...[color=green]
>> no asp.net...
>>
>>
>> java ou flash
>>
>> --
>>
>> Bruno Alexandre
>> (a Portuguese in Københanv, Danmark)
>>
>>
>> <robc737@hotmail.com> escreveu na mensagem
>> news:1148412698.583022.21610@i40g2000cwc.googlegro ups.com...[color=darkred]
>>> 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?
>>>[/color]
>>
>>[/color]
>
>[/color]


clintonG
Guest
 
Posts: n/a
#6: May 24 '06

re: design and image


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/



<robc737@hotmail.com> wrote in message
news:1148412698.583022.21610@i40g2000cwc.googlegro ups.com...[color=blue]
> 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?
>[/color]


Closed Thread