Page 2 of 2

Posted: Thu Jun 28, 2007 2:16 pm
by superdezign
onion2k wrote:Code that does things with images.

Like I even need to say.
... What do you mean?

Posted: Thu Jun 28, 2007 2:31 pm
by Luke
onion is the man when it comes to GD and image manipulation in PHP :D But don't take my word for it...

http://phpgd.com/

Posted: Thu Jun 28, 2007 2:40 pm
by superdezign
Whoa. I had no idea that was his website. @_@

Posted: Thu Jun 28, 2007 3:07 pm
by onion2k
Yep, that's me. I should update a bit of that code actually. At the moment I'm going more with images on the clientside using <canvas> ... things like http://www.ooer.com/autograph/canvas/ , http://www.ooer.com/litebox/ and http://www.ooer.com/canvastile/ ... lots of fun, but it tends to only work right in Firefox.

Posted: Thu Jun 28, 2007 4:16 pm
by superdezign
onion2k wrote:but it tends to only work right in Firefox.
As in "Not in IE," or "Only Firefox?"

Posted: Thu Jun 28, 2007 4:19 pm
by onion2k
Well... they 'work' in all browsers, including IE. But Firefox's implementation of <canvas> is a heck of a lot faster than other browsers so that's the only one the code is really usable in.

We're going a bit off topic here...

Posted: Thu Jun 28, 2007 4:38 pm
by superdezign
onion2k wrote:Well... they 'work' in all browsers, including IE. But Firefox's implementation of <canvas> is a heck of a lot faster than other browsers so that's the only one the code is really usable in.

We're going a bit off topic here...
Hehe, not by much.


But to stay on topic, I like developing things in JavaScript. Anything that does stuff that desktops can, but browsers shouldn't be able to.

Posted: Thu Jun 28, 2007 5:25 pm
by ReDucTor
I enjoy developing frameworks to simplify projects, and be universal for all scripts I write.

Posted: Thu Jun 28, 2007 5:33 pm
by Jenk
I like developing software to solve problems/meet needs. No preferences other than that.