Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Other Web Development Languages (http://www.programmingforums.org/forum40.html)
-   -   What can I use/learn? (http://www.programmingforums.org/showthread.php?t=5933)

Aphex_Twin Sep 16th, 2005 5:43 AM

What can I use/learn?
 
I want to do the following thing for a website:

1. Present a user with tools with which to construct simple bitmap graphics (primitives for points, lines, circles, etc...) - in the form of buttons and mouse actions. All laid out in a page.
2. The possibility to save that into a gif or pgn.


I think Javascript would sound suitable for the first thing, but I don't quite know how to create an actual bitmap or how to save it on the server.


Right now I have some basic HTML skills, can work with PHP/MySQL and can generally figure out Java Script.


What I'm looking for is a kind of pointer, nudge in the right direction or some advice on how to do the above.


Edit: As a secondary question... Is there a way to detect if a text string (like: "http://something/somethingelse/something.extension") points to a picture (a gif/jpg/png) or to something else?

DaWei Sep 16th, 2005 6:24 AM

Both questions indicate that you need to Google around for image formats and the like.

coldDeath Sep 16th, 2005 10:28 AM

I beleive PHP has good image handling functions.

Polyphemus_ Sep 16th, 2005 12:06 PM

Quote:

Originally Posted by coldDeath
I beleive PHP has good image handling functions.

Yeah, but that is serverside.. he needs client side image handling. You could create a java applet, that would be the easiest.


All times are GMT -5. The time now is 4:12 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC