What do you enjoy developing

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Whats your style

CMS
2
29%
Other (please specify in return)
5
71%
 
Total votes: 7

User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

onion2k wrote:Code that does things with images.

Like I even need to say.
... What do you mean?
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post 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/
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

Whoa. I had no idea that was his website. @_@
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post 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.
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

onion2k wrote:but it tends to only work right in Firefox.
As in "Not in IE," or "Only Firefox?"
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post 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...
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post 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.
ReDucTor
Forum Commoner
Posts: 90
Joined: Thu Aug 15, 2002 6:13 am

Post by ReDucTor »

I enjoy developing frameworks to simplify projects, and be universal for all scripts I write.
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

I like developing software to solve problems/meet needs. No preferences other than that.
Post Reply