Re: [nyphp-talk] Enterprise/Commercial CMS with Support?

2010-02-16 Thread Hans C. Kaspersetz
> Thanks. I tried that list and gave up about halfway through as none of > them seemed to offer the sort of support the client would expect--i.e. > they want something that's backed by the company that owns the product, > and if there's a problem they expect to be able to pick up the phone and > ta

Re: [nyphp-talk] Enterprise/Commercial CMS with Support?

2010-02-16 Thread Gary Mort
On Tue, Feb 16, 2010 at 11:10 PM, li...@nopersonal.info < li...@nopersonal.info> wrote: > Thanks. I tried that list and gave up about halfway through as none of > them seemed to offer the sort of support the client would expect--i.e. > they want something that's backed by the company that owns the

Re: [nyphp-talk] Enterprise/Commercial CMS with Support?

2010-02-16 Thread li...@nopersonal.info
Thanks. I tried that list and gave up about halfway through as none of them seemed to offer the sort of support the client would expect--i.e. they want something that's backed by the company that owns the product, and if there's a problem they expect to be able to pick up the phone and talk to a re

Re: [nyphp-talk] Google Grants

2010-02-16 Thread Gary Mort
On Tue, Feb 16, 2010 at 10:28 PM, John Campbell wrote: > On Tue, Feb 16, 2010 at 7:29 PM, Gary Mort wrote: > > Any idea why Google would disqualify the request I put in for my > children's > > school? > > Maybe private schools fall under the "membership or providing benefits > solely to memebers"

Re: [nyphp-talk] Enterprise/Commercial CMS with Support?

2010-02-16 Thread Ajai Khattri
http://en.wikipedia.org/wiki/List_of_content_management_systems -- Aj. ___ New York PHP Users Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/Show-Participation

Re: [nyphp-talk] Enterprise/Commercial CMS with Support?

2010-02-16 Thread li...@nopersonal.info
Andrew Yochum wrote: > Bev, > > You should check out eZ Publish - http://ez.no/ > > Regards, > Andrew Thanks, Andrew. Bev ___ New York PHP Users Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/Show-

Re: [nyphp-talk] Enterprise/Commercial CMS with Support?

2010-02-16 Thread Andrew Yochum
Bev, You should check out eZ Publish - http://ez.no/ Regards, Andrew On 2/16/10 9:25 PM, li...@nopersonal.info wrote: Mitch& Gary, Thank you both. Bev Mitch Pirtle wrote: On Tue, Feb 16, 2010 at 3:58 PM, Gary Mort wrote: Joomla or Drupal and contract with any one of the many c

Re: [nyphp-talk] Google Grants

2010-02-16 Thread John Campbell
On Tue, Feb 16, 2010 at 7:29 PM, Gary Mort wrote: > Any idea why Google would disqualify the request I put in for my children's > school? Maybe private schools fall under the "membership or providing benefits solely to memebers" exclusion. I really think they are looking for causes to support ra

Re: [nyphp-talk] Google Grants

2010-02-16 Thread Damion Hankejh
Definitely a legit nonprofit -- and has already passed verification by ActiveCause: http://activecause.com/nonprofit-profile/hudson-valley-sudbury-school/id/3d3d3c3a3e3a282724 --- Damion Hankejh | hankejh.com On Tue, Feb 16, 2010 at 8:56 PM, Gary Mort wrote: > > > On Tue, Feb 16, 2010 at 8:19

Re: [nyphp-talk] Enterprise/Commercial CMS with Support?

2010-02-16 Thread li...@nopersonal.info
Mitch & Gary, Thank you both. Bev Mitch Pirtle wrote: > On Tue, Feb 16, 2010 at 3:58 PM, Gary Mort wrote: >> Joomla or Drupal and contract with any one of the many consultants in that >> area. :-) > > Agreed. There's not many options in the PHP space, however if you are > platform agnostic yo

Re: [nyphp-talk] Google Grants

2010-02-16 Thread Gary Mort
On Tue, Feb 16, 2010 at 8:19 PM, Damion Hankejh wrote: > Hi Gary -- does the school have 503(c)1 determination? I've learned that > many schools operating in nonprofit-mode are operating under another > nonprofit parent. I can verify status through ActiveCause (full-disclosure: > a portfolio in

Re: [nyphp-talk] Google Grants

2010-02-16 Thread Damion Hankejh
Hi Gary -- does the school have 503(c)1 determination? I've learned that many schools operating in nonprofit-mode are operating under another nonprofit parent. I can verify status through ActiveCause (full-disclosure: a portfolio investment) if you send me the nonprofit name off-list; or you can

[nyphp-talk] Google Grants

2010-02-16 Thread Gary Mort
Any idea why Google would disqualify the request I put in for my children's school? Their eligibility requirements are both explicit and vague: http://www.google.com/grants/details.html#eligibility http://www.sudburyschool.org The school is a registered non profit.. Practically all income come

Re: [nyphp-talk] Enterprise/Commercial CMS with Support?

2010-02-16 Thread Mitch Pirtle
On Tue, Feb 16, 2010 at 3:58 PM, Gary Mort wrote: > Joomla or Drupal and contract with any one of the many consultants in that > area.  :-) Agreed. There's not many options in the PHP space, however if you are platform agnostic you could give Alfresco a look. That's really their sweet spot, so to

[nyphp-talk] CodeIgniter static page controller.

2010-02-16 Thread Anthony Wlodarski
I was a little dismayed at the lack of a generic pages controller to server static views that don't require dynamic data. I did a quick search in the Topic Reference pages for CodeIgniter and couldn't find anything. Well if anyone uses CodeIgniter and wants to re-use my code please do so! You ca

Re: [nyphp-talk] Enterprise/Commercial CMS with Support?

2010-02-16 Thread Gary Mort
Joomla or Drupal and contract with any one of the many consultants in that area. :-) ___ New York PHP Users Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/Show-Participation

[nyphp-talk] Enterprise/Commercial CMS with Support?

2010-02-16 Thread li...@nopersonal.info
Can anyone kindly recommend a PHP/MySQL-based CMS that would be appropriate for an enterprise situation? I've done some googling on the subject, but I'm not coming up with much--maybe I'm not searching for the right terms. The CMS will be used for both a corporate intranet and a public web site. I

Re: [nyphp-talk] Zend

2010-02-16 Thread Tim Lieberman
On Feb 16, 2010, at 12:16 PM, Jake McGraw wrote: Also, if you have pear installed and working: pear channel-discover zfcampus.org pear install zfcampus/ZF Your pear path should be a part of your include path. Oh that's handy! I've typically been doing the following: cd wget http://zf-dow

Re: [nyphp-talk] Best way to accomplish this task

2010-02-16 Thread Marcin Suterski
Anthony, I'm not sure how the data will be submitted, but remember about user's experience. If you start processing just after user's input and processing will take some time (based on the way the data will be submitted - HTML form??), user (browser?) will probably have to wait for the response f

Re: [nyphp-talk] Zend

2010-02-16 Thread Jake McGraw
Also, if you have pear installed and working: pear channel-discover zfcampus.org pear install zfcampus/ZF Your pear path should be a part of your include path. - jake On Tue, Feb 16, 2010 at 11:27 AM, Rob Marscher wrote: > On Feb 15, 2010, at 2:04 PM, Kahlil Haynes wrote: >> If you have Zend i

Re: [nyphp-talk] Zend

2010-02-16 Thread Rob Marscher
On Feb 15, 2010, at 2:04 PM, Kahlil Haynes wrote: > If you have Zend installed on your server, can you call zend methods and > instantiate objects in any script or is there some extra step you need to > access Zend from PHP. Thanks. In addition to what was already said, you need to add the path