Re: [PHP] Re: Repetitive answers . . .

2011-09-16 Thread Daniel Brown
On Thu, Sep 15, 2011 at 21:31, Joshua Stoutenburg wrote: > > But let me put a spin on it: > > > $information = << > I got a great idea, why don't we write hundreds of books and websites > with all of our repetitive answers and call it the "information age". > Who cares if all the priceless pearls

Re: [PHP] Re: Repetitive answers . . .

2011-09-16 Thread Robert Cummings
On 11-09-15 09:31 PM, Joshua Stoutenburg wrote: class baboon { $ammo = ''; public __construct($ammo) { $this->ammo = $ammo; } public function flingAt($target) { $target->flingAlert($this->ammo); } } $me = new baboon($information); $you = ne

Re: [PHP] Re: Repetitive answers . . .

2011-09-16 Thread tamouse mailing lists
On Thu, Sep 15, 2011 at 8:31 PM, Joshua Stoutenburg wrote: > // I hope everyone finds this more humorous than offensive. My baboon is offended. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Repetitive answers . . .

2011-09-16 Thread Joshua Stoutenburg
On Fri, Sep 16, 2011 at 12:35 AM, tamouse mailing lists > > My baboon is offended. > class baboon extends human { $ammo = ''; public __construct($ammo) { $this->ammo = $ammo; } public function flingAt($target) { $target->flingAlert($this, $this->ammo); } pu

Re: [PHP] Re: Repetitive answers . . .

2011-09-15 Thread Joshua Stoutenburg
On Thu, Sep 15, 2011 at 5:46 PM, Jason Pruim > > I've always thought that getting a couple fairly similar answers to the same > question helped to validate the answer for someone who is in the early > process of learning ;) >> >> -nathan > > Yeah, you know, I think you are right! I'd like to ans

Re: [PHP] Re: Repetitive answers . . .

2011-09-15 Thread Jason Pruim
Jason Pruim li...@pruimphotography.com On Sep 15, 2011, at 3:22 AM, Nathan Nobbe wrote: > On Wed, Sep 14, 2011 at 10:06 PM, Joshua Stoutenburg > wrote: > >> On Wed, Sep 14, 2011 at 11:59 AM, Govinda >> wrote: As for duplicate answers..., >>> [snip] >>> >>> >>> Also newbies may t

Re: [PHP] Re: Repetitive answers . . .

2011-09-15 Thread Nathan Nobbe
On Wed, Sep 14, 2011 at 10:06 PM, Joshua Stoutenburg wrote: > On Wed, Sep 14, 2011 at 11:59 AM, Govinda > wrote: > >> As for duplicate answers..., > > > >> [snip] > > > > > > Also newbies may tend to like the multiples answers.. for the different > perspectives, as Dan said, but also when they ar

Re: [PHP] Re: Repetitive answers . . .

2011-09-14 Thread Joshua Stoutenburg
On Wed, Sep 14, 2011 at 11:59 AM, Govinda wrote: >> As for duplicate answers..., > >> [snip] > > > Also newbies may tend to like the multiples answers.. for the different > perspectives, as Dan said, but also when they are exact dupe answers - > because then the newbie knows the answer is defini

Re: [PHP] Re: Repetitive answers . . .

2011-09-14 Thread Govinda
> As for duplicate answers..., > [snip] Also newbies may tend to like the multiples answers.. for the different perspectives, as Dan said, but also when they are exact dupe answers - because then the newbie knows the answer is definitive.. and then stops asking the list.. and starts doing wha

Re: [PHP] Re: Repetitive answers . . .

2011-09-09 Thread Lester Caine
Joshua Stoutenburg wrote: Is there a way to reconfigure gmail settings to prevent this? This is a long standing irritation for many of us ;) I believe that most clients do have a setting to 'start message after quoting' One of the other suggestions has been simply to switch off quoting altogeth

Re: [PHP] Re: Repetitive answers . . .

2011-09-09 Thread George Langley
On 2011-09-09, at 12:39 PM, Larry Martell wrote: > On Fri, Sep 9, 2011 at 12:36 PM, Daniel Brown wrote: >> On Fri, Sep 9, 2011 at 14:30, Robert Cummings wrote: >>> >>> Oblig: http://www.youtube.com/watch?v=sUntx0pe_qI >> >>I didn't know it was possible to fill almost four minutes with a >

Re: [PHP] Re: Repetitive answers . . .

2011-09-09 Thread Larry Martell
On Fri, Sep 9, 2011 at 12:36 PM, Daniel Brown wrote: > On Fri, Sep 9, 2011 at 14:30, Robert Cummings wrote: >> >> Oblig: http://www.youtube.com/watch?v=sUntx0pe_qI > >    I didn't know it was possible to fill almost four minutes with a > single note, outside of a test pattern.  That's got to be t

Re: [PHP] Re: Repetitive answers . . .

2011-09-09 Thread Daniel Brown
On Fri, Sep 9, 2011 at 14:30, Robert Cummings wrote: > > Oblig: http://www.youtube.com/watch?v=sUntx0pe_qI I didn't know it was possible to fill almost four minutes with a single note, outside of a test pattern. That's got to be the worst "singer" I've ever heard in my entire life. -- Net

Re: [PHP] Re: Repetitive answers . . .

2011-09-09 Thread Robert Cummings
On 11-09-09 02:24 PM, George Langley wrote: On 2011-09-09, at 11:34 AM, Marc Guay wrote: That low-hanging fruit is too hard for some to resist... --- Phishing is a art. Did anyone notice it's Friday? Oblig: http://www.youtube.com/watch?v=sUntx0pe_qI Cheers, Rob. -- E-Mail D

Re: [PHP] Re: Repetitive answers . . .

2011-09-09 Thread Robert Cummings
On 11-09-09 02:19 PM, Joshua Stoutenburg wrote: Is there a way to reconfigure gmail settings to prevent this? Yes, just filter all PHP mail to junk. But in all reality, I can't imagine an email filter, short of genius AI, that could determine that one message was the best answer and then auto

Re: [PHP] Re: Repetitive answers . . .

2011-09-09 Thread George Langley
On 2011-09-09, at 11:34 AM, Marc Guay wrote: > That low-hanging fruit is too hard for some to resist... --- Phishing is a art. George -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Repetitive answers . . .

2011-09-09 Thread Joshua Stoutenburg
Is there a way to reconfigure gmail settings to prevent this?

RE: [PHP] Re: Repetitive answers . . .

2011-09-09 Thread HallMarc Websites
PS Top posting is frowned upon on this list for reasons regarding how the information is parsed to the online archive. Not a reprimand, just a FYI -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Repetitive answers . . .

2011-09-09 Thread Joshua Stoutenburg
I guess so. On Fri, Sep 9, 2011 at 10:34 AM, Marc Guay wrote: > That low-hanging fruit is too hard for some to resist... > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >

Re: [PHP] Re: Repetitive answers . . .

2011-09-09 Thread Marc Guay
That low-hanging fruit is too hard for some to resist... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php