Re: [nyphp-talk] Javascript Forum

2008-08-19 Thread David Mintz
On Tue, Aug 19, 2008 at 10:52 AM, tedd <[EMAIL PROTECTED]> wrote: > At 9:03 PM -0400 8/18/08, (Margaret) Michele Waldman wrote: > >> I've got a javascript - trigger execution - problem. Does anyone know of >> a good forum for javascript? >> >> Margaret Michele >> > > Margaret: > > I know what you

Re: [nyphp-talk] Open Source CMS for PHP5

2008-08-19 Thread Mark Armendariz
On Tue, Aug 19, 2008 at 12:28 PM, bzcoder <[EMAIL PROTECTED]> wrote: > Edward Potter wrote: >> >> Ummm, can some one tell me what I CAN'T do with Wordpress 2.6? Although I'm a big fan of Wordpress as well, there's no p5 strict version of WP either. > > I was assuming he meant a strict Content Man

Re: [nyphp-talk] Open Source CMS for PHP5

2008-08-19 Thread bzcoder
Edward Potter wrote: Ummm, can some one tell me what I CAN'T do with Wordpress 2.6? I was assuming he meant a strict Content Management System, ie save content, set publishing dates, publish/unpublish it all under strict PHP5 rules. Not the rest of the framework that a decent CMS needs or

Re: [nyphp-talk] Open Source CMS for PHP5

2008-08-19 Thread csnyder
On Tue, Aug 19, 2008 at 12:05 PM, Mark Armendariz <[EMAIL PROTECTED]> wrote: > Sorry, I kinda dragged that rant out, didn't I. No, it's good. It IS easy to write to strict mode, and usually not hard to upgrade code written otherwise. I think the main problem is foresight: you need to have strict

Re: [nyphp-talk] Open Source CMS for PHP5

2008-08-19 Thread Mark Armendariz
On Tue, Aug 19, 2008 at 11:19 AM, csnyder <[EMAIL PROTECTED]> wrote: > On Thu, Aug 14, 2008 at 12:00 PM, Mark Armendariz <[EMAIL PROTECTED]> wrote: > >> I've another project that came in disallowing me to take this project, >> so I'll likely be moving on - but I'm still largely surprised by the >>

Re: [nyphp-talk] Open Source CMS for PHP5

2008-08-19 Thread csnyder
On Thu, Aug 14, 2008 at 12:00 PM, Mark Armendariz <[EMAIL PROTECTED]> wrote: > I've another project that came in disallowing me to take this project, > so I'll likely be moving on - but I'm still largely surprised by the > results. If I had the time to keep a blog, this would likely be a > very l

Re: [nyphp-talk] Javascript Forum

2008-08-19 Thread tedd
At 9:03 PM -0400 8/18/08, (Margaret) Michele Waldman wrote: I've got a javascript - trigger execution - problem. Does anyone know of a good forum for javascript? Margaret Michele Margaret: I know what you mean, I hate to see those cute things executed too! :-) You might try here: Javascr

Re: [nyphp-talk] Accessing non-existent array elements ok?

2008-08-19 Thread tedd
At 9:18 AM -0400 8/19/08, David Mintz wrote: On Mon, Aug 18, 2008 at 11:27 PM, Daniel Convissor <[EMAIL PROTECTED]> wrote: > >Does using an array reference &$array buy you anything in this instance? The basic idea is you don't know how big the array is and you don

Re: [nyphp-talk] Open Source CMS for PHP5

2008-08-19 Thread Edward Potter
Ummm, can some one tell me what I CAN'T do with Wordpress 2.6? Seems to do ANYTHING you want as a CMS system, and now has wiki roll back features, + 2000 plugins and extensions. thanks, ed :-) On Thu, Aug 14, 2008 at 10:11 AM, Mitch Pirtle <[EMAIL PROTECTED]> wrote: > Or you could just build y

Re: [nyphp-talk] Accessing non-existent array elements ok?

2008-08-19 Thread Rolan Yang
David Mintz wrote: I heard somewhere that it does cost to reference/de-reference for no good reason, and that if youi're not going to write to it, pass it by value not reference. But I don't remember when or where, so don't ask me support that with things like facts or sources. -- David Mi

Re: [nyphp-talk] Open Source CMS for PHP5

2008-08-19 Thread David Krings
Joey Derrico wrote: Sorry to bring up what has been a dead topic for about a week but I was going through old E-Mails and reread the thread and just had a thought. If there is no CMS that supports all the features of PHP (which basically seems to be the case) maybe we could work on one that ful

Re: [nyphp-talk] Open Source CMS for PHP5

2008-08-19 Thread Joey Derrico
Sorry to bring up what has been a dead topic for about a week but I was going through old E-Mails and reread the thread and just had a thought. If there is no CMS that supports all the features of PHP (which basically seems to be the case) maybe we could work on one that fully supports ALL the

Re: [nyphp-talk] Accessing non-existent array elements ok?

2008-08-19 Thread David Mintz
On Mon, Aug 18, 2008 at 11:27 PM, Daniel Convissor < [EMAIL PROTECTED]> wrote: > > > > > > >Does using an array reference &$array buy you anything in this instance? > > > > The basic idea is you don't know how big the array is and you don't want > > to pass anything more than you want to. > > PHP