RE: [PHP] PHP Programming Innovation Award

2004-04-15 Thread Jay Blanchard
[snip] I started writing a SIRDS generator. (Single Image Random Dot Stereogram.) Those are the images that look like static unless you focus in front or behind them, and then you can see shapes. [/snip] That sounds cool! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] PHP Programming Innovation Award

2004-04-15 Thread Rob Adams
Hello. "Manuel Lemos" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > This award was created mainly to make potential contributors rethink > what they submit. It is probably not very useful to contribute more > template engines or MySQL database access classes if what is submitted >

Re: [PHP] PHP Programming Innovation Award

2004-04-15 Thread Dennis Gearon
"Andy B" <[EMAIL PROTECTED]> wrote: one question though how can you tell if a class or package you are writting or want to attempt to write has ever been created before?? 99.9% of the time anything i ever thought of for classes/packages to write are either too simple or the idea has alrea

Re: [PHP] PHP Programming Innovation Award

2004-04-14 Thread Manuel Lemos
Hello, On 04/15/2004 03:00 AM, Andy B wrote: so basically regardless of whether it already exists or not just keep trying to improve the stuff i have untill such time... and if it is somewhat the same as someone elses then it doesnt matter then...? Well it depends on what you reckon it is a benefi

Re: [PHP] PHP Programming Innovation Award

2004-04-14 Thread Andy B
lt;[EMAIL PROTECTED]> Sent: Thursday, April 15, 2004 1:49 AM Subject: Re: [PHP] PHP Programming Innovation Award > Hello, > > On 04/15/2004 01:54 AM, Andy B wrote: > > one question though how can you tell if a class or package you are > > writting or want to at

Re: [PHP] PHP Programming Innovation Award

2004-04-14 Thread Manuel Lemos
Hello, On 04/15/2004 01:54 AM, Andy B wrote: one question though how can you tell if a class or package you are writting or want to attempt to write has ever been created before?? 99.9% of the time anything i ever thought of for classes/packages to write are either too simple or the idea h

Re: [PHP] PHP Programming Innovation Award

2004-04-14 Thread Andy B
one question though how can you tell if a class or package you are writting or want to attempt to write has ever been created before?? 99.9% of the time anything i ever thought of for classes/packages to write are either too simple or the idea has already been created before... i.e. i want