Re: [nyphp-talk] phpGACL access control

2007-08-24 Thread Mark Withington
It's used in Joomla! 1.x although I think this was something that was to be replaced in 1.5? Perhaps Mitch can chime in here. On 8/24/07, Cliff Hirsch <[EMAIL PROTECTED]> wrote: > > Does anyone use phpGACL? Good, bad, ugly? Alternative? Other suggestions > for > access control? This looks like an

Re: [nyphp-talk] [ot] Managed Hosting for PHP App.

2007-03-08 Thread Mark Withington
I use pair networks and like them a lot. Not sure whether they are/not super competitive on price; very impressed with their service. If you're a FreeBSD guru (I'm not), then you probably don't want to pay for "service" you don't need. Here's a link to their pricing so you can compare apples-to

Re: [nyphp-talk] Thoughts on using JavaScript with no progressive fall-back

2007-02-26 Thread Mark Withington
I agree. With absolutely no data to back this up, I bet any "serious" web user has JavaScript on and probably [relatively] up-to-date on their browser version. So, like the proverbial Willy Sutton reply, [Why do you rob banks, Willy?] "Cause that's where the money is" Why do we write code with

Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-14 Thread Mark Withington
I agree, MAMP is nice although I did have trouble getting the Zend IDE to work with it. Could be a problem with Zend on MacOSX - at the time they didn't have the Mac binary (as I recall) On 2/14/07, David Merryweather <[EMAIL PROTECTED]> wrote: I would suggest using MAMP (http://www.mamp.info/

Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-14 Thread Mark Withington
Did you check your "personal" httpd.conf? Should be in the etc/httpd/users folder. There might be some hocus-pocus going on there On 2/14/07, Cliff Hirsch <[EMAIL PROTECTED]> wrote: I asked before, but I'm still having trouble. I blew up the default OSX Apache after trying to switch from Ent

Re: [nyphp-talk] Zend Studio PHP5.2 support

2007-02-03 Thread Mark Withington
Answer: A whole lot slower ;-) On 2/3/07, inforequest <[EMAIL PROTECTED]> wrote: Cliff Hirsch cliff-at-pinestream.com |nyphp dev/internal group use| wrote: > unless you are so gifted that you write bug-free code. Or can > single-step in your gray matter. Hahah. Neither. But before there was

Re: [nyphp-talk] Zend remote debugger with PHP5.2

2007-02-01 Thread Mark Withington
I'm at Studio 5.1.0 on Win 2k...but then again I'm also listening to my music on 8-tracks ;-) On 2/1/07, Tom Melendez <[EMAIL PROTECTED]> wrote: On 2/1/07, Cliff Hirsch <[EMAIL PROTECTED]> wrote: > > So far on WINXP on a MAC. Seems like only Zend Platform 3 beta supports > PHP5.2, and only wit

Re: [nyphp-talk] Zend remote debugger with PHP5.2

2007-02-01 Thread Mark Withington
Is this on your Mac or Windoz box? On 2/1/07, Cliff Hirsch <[EMAIL PROTECTED]> wrote: Is anyone using Zend Studio and the remote debugger with PHP 5.2? I can't get it to work withPHP 5.2, which is very frustrating given that Zend is the driving force behind PHP and 5.2 is supposed to be the '

Re: [nyphp-talk] IDE help switching from Windows to MAC

2007-01-25 Thread Mark Withington
Cliff, would be interested to hear your experience with Zend. I'm running it on the Windows side right now (via Parallels) - I think I need to upgrade to the latest version of Zend to get it to run on the Intel/OSX side. On 1/25/07, Cliff Hirsch <[EMAIL PROTECTED]> wrote: Thanks to all the re

Re: [nyphp-talk] IDE help switching from Windows to MAC

2007-01-25 Thread Mark Withington
My thoughts below: On 1/25/07, edward potter <[EMAIL PROTECTED]> wrote: Super simple install. Works great. Welcome to Mac land! http://www.mamp.info/en/index.php On 1/24/07, Cliff Hirsch <[EMAIL PROTECTED]> wrote: > I just made the jump from Windows to MAC and am looking for software > sugge

Re: [nyphp-talk] Never heard that term: Viet Nam of programming

2007-01-24 Thread Mark Withington
Propel - http://propel.phpdb.org/trac/ On 1/24/07, LK <[EMAIL PROTECTED]> wrote: Unfortunately I missed that meeting. A search on SourceForge revealed only two non-empty ORM tools for PHP: phpDBObject and Doctrine. Can anyone recommend one of them or an equivalent commercial package? Thanks.

Re: [nyphp-talk] Content strategy question

2007-01-18 Thread Mark Withington
I have not used it, but you might want to look at http://www.htdig.org. It indexes, among other things, pdf's On 1/18/07, Cliff Hirsch <[EMAIL PROTECTED]> wrote: For my brick and mortar business, I have ten years of newsletter content in hardcopy, PDF and PageMaker formats. After failing to c

Re: [nyphp-talk] Zend IDE problems and the Apple MACs as develomentplatforms

2006-12-13 Thread Mark Withington
the way to go to run Windows on a MAC? Don't bother with the Apple or any other solution? -Original Message- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Mark Withington *Sent:* Wednesday, December 13, 2006 11:10 AM *To:* NYPHP Talk *Subject:* Re: [nyphp-talk] Zend

Re: [nyphp-talk] Zend IDE problems and the Apple MACs as develomentplatforms

2006-12-13 Thread Mark Withington
Go Pro. It's about the same amount once you get it configured with ram, hard disk, etc. On 12/13/06, Cliff Hirsch <[EMAIL PROTECTED]> wrote: I'm almost sold. Last question: Be cheap and get the MacBook or spring for the Pro? -Original Message- *From:* [EMAIL PROTECTED] [mailto

Re: [nyphp-talk] Zend IDE problems and the Apple MACs as develoment platforms

2006-12-13 Thread Mark Withington
Cliff, I'm about 3 weeks ahead of you. The MacBook Pro is great! Run it with Parallels and you can develop in both Windoz and OSX (nice for browser output comparison). OSX comes with PHP 4.x so you'll have to upgrade if you want 5.x - mysql needs to be installed. OSX also comes with Apache 1.

[nyphp-talk] executing php in the output buffer

2006-11-16 Thread Mark Withington
I'm retrofitting a simple templating system. Ends up that I've got PHP in the output buffer that needs to get executed prior to sending to the browser. I'm using the callback function within ob_start command (e.g. ob_start(runphp);). Anyone had any experience doing this (or better ideas)? Than

Re: [nyphp-talk] MySQL GPL License

2006-11-10 Thread Mark Withington
GPL is a distribution license.  If you don't distribute the code (e.g. the output is delivered via the web) then you're kewl.  If you incorporate the mysql client in your code, and then distribute your code - guess what, it's under GPL too.  Now, if that bothers you, MySQL would be happy to sell yo

Re: [nyphp-talk] XML.com: Introducing OpenLaszlo (is it the new t hang?):-)

2006-10-21 Thread Mark Withington
some by itself, but what > applications has it been used in? > the demos are pretty awesome, but all seem to revolve around flash. > > has anyone actually used it that's on this list? what's your dev > timeline been with OpenLaszlo vs other frameworks? > I really like

Re: [nyphp-talk] XML.com: Introducing OpenLaszlo (is it the new t hang?):-)

2006-10-21 Thread Mark Withington
FYI - if you're near Boston next Tuesday or Wednesday the AJAX Experience (and OpenLaszlo) is showing. Alternatively, BostonPHP is hosting an AJAX presentation 10/25 @ 6:30 where Max Carlson (Co-Founder OpenLaszlo.org) will provide and update on his 2/06 presentation: The Road to AJAX - In the pa