Re: Re[2]: [nyphp-talk] Timeouts ... how to get around it?

2008-10-13 Thread Elijah Insua
gt; http://lists.nyphp.org/mailman/listinfo/talk > >> > >> NYPHPCon 2006 Presentations Online > >> http://www.nyphpcon.com > >> > >> Show Your Participation in New York PHP > >> http://www.nyphp.org/show_participation.php > > > _

Re[2]: [nyphp-talk] Timeouts ... how to get around it?

2008-10-13 Thread mikesz
>> Show Your Participation in New York PHP >> http://www.nyphp.org/show_participation.php > ___ > New York PHP Community Talk Mailing List > http://lists.nyphp.org/mailman/listinfo/talk > NYPHPCon 2006 Presentations Online > http

Re: [nyphp-talk] Timeouts ... how to get around it?

2008-10-13 Thread Joseph Crawford
First of all you will want to index your database. I am guessing the query is taking forever due to it not having indexes. Also I would suggest that you do this $res = ("SELECT * FROM table WHERE email = ' ". email2chk." ' "; also I would make sure you have no duplicates in the database by

RE: [nyphp-talk] Timeouts ... how to get around it?

2008-10-13 Thread (Margaret) Michele Waldman
I take it email is indexed? Michele -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, October 14, 2008 1:57 AM To: NYPHP Talk Subject: [nyphp-talk] Timeouts ... how to get around it? Hello NYPHP, I have an array that has

[nyphp-talk] Timeouts ... how to get around it?

2008-10-13 Thread mikesz
Hello NYPHP, I have an array that has 13000 email addresses. For now, its in the script but will be in a database table eventually. It is a list of known bad guys. I have a database table with 9000 records and one of the fields is an email address. In PHP I am using a foreach to loop

RE: [nyphp-talk] Newbie books

2008-10-13 Thread porciem
Sorry. I was "thinking" Perl while reading the PHP listserv. My apologies. Margaret M. Porciello Professor - Computer Systems Department Farmingdale State College 2350 Broadhollow Road Farmingdale, NY 11735 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [nyphp-talk] Newbie books

2008-10-13 Thread Corey H Maass - gelform.com
Great, thx. And thx, Ben. I'll have a look. Corey On Mon, 13 Oct 2008 16:53:43 -0400, "csnyder" <[EMAIL PROTECTED]> said: > On Mon, Oct 13, 2008 at 4:03 PM, Corey H Maass - gelform.com > <[EMAIL PROTECTED]> wrote: > > The problem I've run into is that my knowledge carries me to the last third >

Re: [nyphp-talk] Newbie books

2008-10-13 Thread csnyder
On Mon, Oct 13, 2008 at 4:03 PM, Corey H Maass - gelform.com <[EMAIL PROTECTED]> wrote: > The problem I've run into is that my knowledge carries me to the last third > of most > PHP intro books I've looked at. Gotta check, did you read the online manual? Specifically http://www.php.net/manual/en/

Re: [nyphp-talk] nyphp-talk Open Source Conference

2008-10-13 Thread Ajai Khattri
On Mon, 13 Oct 2008, Donald J. Organ IV wrote: > I think he's just responding to my origianl question if anyone knew of any in > the area. This is what happens when you top-post... -- Aj. ___ New York PHP Community Talk Mailing List http://lists.n

Re: [nyphp-talk] Newbie books

2008-10-13 Thread Corey H Maass - gelform.com
> Just out of curosity, do you disagree with the syntax of static > function, or just not understand their purpose? Can you suggest a > syntax you would prefer? The syntax btw is taken from C++. It is > obtuse on one hand, but on the other hand its immediatly clear your > calling a static function

Re: [nyphp-talk] Newbie books

2008-10-13 Thread Ben Sgro
Hello Corey, 1) http://www.amazon.com/PHP-5-Objects-Patterns-Practice/dp/1590593804 2) http://www.amazon.com/Object-Oriented-Thought-Process-Developers-Library/dp/0672330164/ref=sr_1_1?ie=UTF8&s=books&qid=1223927768&sr=1-1 3) http://www.amazon.com/Object-Oriented-Design-Heuristics-Arthur-Riel/d

Re: [nyphp-talk] nyphp-talk Open Source Conference

2008-10-13 Thread Justin Dearing
On Mon, Oct 13, 2008 at 3:21 PM, (Margaret) Michele Waldman <[EMAIL PROTECTED]> wrote: > Made sense to me. But then again, I read the previous emails. Funny. Yeah gmail didn't thread it for me and I didn't put two and two together. I guess I got a case of the Monday's. Sorry _

Re: [nyphp-talk] Newbie books

2008-10-13 Thread Justin Dearing
Professor Porciello, I'm quite confused here. The book is called programming perl, and the cover indicated it also has a Python edition to it. Also your responding to an email on a php list about a person that wants to learn PHP better. So, does this book have a PHP section? Are you suggesting th

Re: [nyphp-talk] Newbie books

2008-10-13 Thread Elijah Insua
The zend php5 certification book is great (especially if you already know how to code in some language) -- Elijah On Mon, Oct 13, 2008 at 12:16 PM, <[EMAIL PROTECTED]> wrote: > I would recommend an older book - the Deitel book - Perl How to Program. > Amazon has it > ( > http://www.amazon.com/Pe

RE: [nyphp-talk] nyphp-talk Open Source Conference

2008-10-13 Thread (Margaret) Michele Waldman
Made sense to me. But then again, I read the previous emails. Funny. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Justin Dearing Sent: Monday, October 13, 2008 3:14 PM To: NYPHP Talk Subject: Re: [nyphp-talk] nyphp-talk Open Source Conference What ab

RE: [nyphp-talk] Newbie books

2008-10-13 Thread porciem
I would recommend an older book - the Deitel book - Perl How to Program. Amazon has it (http://www.amazon.com/Perl-How-Program-Harvey-Deitel/dp/0130284181/ref=cm_cr _pr_product_top), and there are reviews on their site that are very favorable. Margaret M. Porciello Professor - Computer Systems Dep

Re: [nyphp-talk] nyphp-talk Open Source Conference

2008-10-13 Thread Donald J. Organ IV
I think he's just responding to my origianl question if anyone knew of any in the area. - Original Message - From: "Justin Dearing" <[EMAIL PROTECTED]> To: "NYPHP Talk" Sent: Monday, October 13, 2008 3:14:08 PM GMT -05:00 US/Canada Eastern Subject: Re: [nyphp-talk] nyphp-talk Open Sourc

Re: [nyphp-talk] nyphp-talk Open Source Conference

2008-10-13 Thread Justin Dearing
What about it? Do you want to go to it? Are you suggesting nyphp gets a table at it? Your message lacks context. On Mon, Oct 13, 2008 at 1:10 PM, Joe <[EMAIL PROTECTED]> wrote: > How about http://opensqlcamp.org > > > > ___ > New York PHP Community Talk

[nyphp-talk] nyphp-talk Open Source Conference

2008-10-13 Thread Joe
How about http://opensqlcamp.org ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/s

[nyphp-talk] Newbie books

2008-10-13 Thread Corey H Maass - gelform.com
Hey, all. I wanted to introduce myself. I'm an experienced programmer (remember ASP, before dont net?) with little formal training, so often referred to as a hacker. I'm a professional Front End Dev - XHTML, CSS, JS - now tackling PHP and loving it. A couple coworkers recommended this list, so I'll

Re: [nyphp-talk] Singular value decomposition with PHP

2008-10-13 Thread csnyder
On Mon, Oct 13, 2008 at 1:07 PM, Edward Potter <[EMAIL PROTECTED]> wrote: > Ummm, that's like what my last GF told me as she dropped me - "it's > just that, well you know, you're just an example of a Singular Value > Decomposition Matrix, and that's not the crowd I hang with." > > Now I know. :-

Re: [nyphp-talk] Blog Posts with Embedded Content

2008-10-13 Thread csnyder
On Mon, Oct 13, 2008 at 10:12 AM, Jake McGraw <[EMAIL PROTECTED]> wrote: > Forget diffs and HTML text, this problem totally ate up all my time at > a startup where a JavaScript WYSIWYG editor was the only choice for > generating a marked-up document. May I suggest Markdown [1,2] + the > Showdown pr

Re: [nyphp-talk] Singular value decomposition with PHP

2008-10-13 Thread Edward Potter
Ummm, that's like what my last GF told me as she dropped me - "it's just that, well you know, you're just an example of a Singular Value Decomposition Matrix, and that's not the crowd I hang with." Now I know. :-) yipes! :-) ed On Mon, Oct 13, 2008 at 10:38 AM, csnyder <[EMAIL PROTECTED]>

Re: [nyphp-talk] Open Source Conferences

2008-10-13 Thread Ajai Khattri
On Sun, 12 Oct 2008, Donald J. Organ IV wrote: > Does anyone know of any opensource conferences in LinuxWorld used to be in NYC at the Javits Center then it moved to Boston for awhile. Now I think its only on the west coast. Yeah, its annoying... UPDATE: Did some checking and it looks like i

[nyphp-talk] Singular value decomposition with PHP

2008-10-13 Thread csnyder
I'm interested in playing around with singular value decomposition of matrices, and wondering: Does anyone here use this on a regular basis, and for what? I'm pretty much vector/matrix illiterate, so feel free to mention the obvious. And can you point me to an existing library in PHP (or better y

Re: [nyphp-talk] Blog Posts with Embedded Content

2008-10-13 Thread Jake McGraw
Forget diffs and HTML text, this problem totally ate up all my time at a startup where a JavaScript WYSIWYG editor was the only choice for generating a marked-up document. May I suggest Markdown [1,2] + the Showdown preview panel [3]. Markdown is a very light syntax for generating HTML documents, S

Re: [nyphp-talk] Open Source Conferences

2008-10-13 Thread Justin Dearing
You missed NYCBSDCON, and a pitsburg perl conference. Debianconf 10 is supposed to be in NYC. However devbianconf8 was this year so I aasume that will occur in 2010. Nothing else I know of. On Sun, Oct 12, 2008 at 6:32 PM, Donald J. Organ IV <[EMAIL PROTECTED]> wrote: > Ok lets try this again. >

Re: [nyphp-talk] Blog Posts with Embedded Content

2008-10-13 Thread John Campbell
On Sun, Oct 12, 2008 at 7:19 PM, Hans Zaunere <[EMAIL PROTECTED]> wrote: > Gentlemen, > >> > The safest approach is probably to pass the html through tidy, and >> > then into DOM, and traverse and count the length of text nodes, but >> > that would be quite slow if you ran it on every request. >> >