Re: [nyphp-talk] [OT] - Amazing artist on YouTube

2007-01-23 Thread Joseph Crawford
afer talking with her all i have to pay is postage :) On 1/23/07, inforequest <[EMAIL PROTECTED]> wrote: Joseph Crawford codebowl-at-gmail.com |nyphp dev/internal group use| wrote: > Guys I know this is off topic but take a look at this ;) > I sent in a video and they did the sketch. > > http:

Re: [nyphp-talk] [OT] - Amazing artist on YouTube

2007-01-23 Thread inforequest
Joseph Crawford codebowl-at-gmail.com |nyphp dev/internal group use| wrote: Guys I know this is off topic but take a look at this ;) I sent in a video and they did the sketch. http://www.josephcrawford.com/2007/01/23/anwen87-is-an-amazing-artist-on-youtube/ Very clever marketing. I bet a ch

[nyphp-talk] [OT] - Amazing artist on YouTube

2007-01-23 Thread Joseph Crawford
Guys I know this is off topic but take a look at this ;) I sent in a video and they did the sketch. http://www.josephcrawford.com/2007/01/23/anwen87-is-an-amazing-artist-on-youtube/ -- Joseph Crawford Jr. Zend Certified Engineer Codebowl Solutions, Inc. http://www.codebowl.com/ Blog: http://www.

Re: [nyphp-talk] Radial Zip Code Search

2007-01-23 Thread Ken Robinson
At 03:44 PM 1/19/2007, Donna Marie Vincent wrote: Hi, all. I am looking for a script, or a tutorial on how to create a script, that will perform a radial zip code search. I Googled this "radial zip code" and "radial postcode" and have found nothing about how to do this. Can anyone point me i

[nyphp-talk] Re:Intellectual Monday

2007-01-23 Thread Nate Abele
We just implemented this thing in Cake where you can effectively add one object to another, such that all the public methods of the first object are available in the second. It uses magic methods, and it's kind of a hack (and you can't overload methods in the base class or anything), but i

RE: [nyphp-talk] Radial Zip Code Search

2007-01-23 Thread Steve Solomon
In the real world most of these applications involve finding locations (i.e., "stores") closest to a given zip code (or city and state which is then translated to a zip code). The standard solutions are not very efficient here because they are redoing calculations that only have to be done once.

Re: [nyphp-talk] Intellectual Monday

2007-01-23 Thread edward potter
The yahoo UIL thigs are mind blowing. Check out the videos, it's 10,000 lines of JS code. I'm starting to fade out a bit from the PHP world - after MANY years, this new JS stuff is just too tempting to play with. http://developer.yahoo.com/yui/theater/ :-) ed On 1/22/07, Billy Reisinger <[EMA

RE: [nyphp-talk] Intellectual Monday

2007-01-23 Thread Cliff Hirsch
That's pretty cool. Maddening to read, but very powerful. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Marscher Sent: Monday, January 22, 2007 3:38 PM To: NYPHP Talk Subject: Re: [nyphp-talk] Intellectual Monday A lot of the methods in the Zend Fra