From davidalanroth at gmail.com Sun Aug 4 18:06:39 2013 From: davidalanroth at gmail.com (David Roth) Date: Sun, 4 Aug 2013 18:06:39 -0400 Subject: [nycphp-talk] Favorite PHP debugger? Message-ID: I don't think I've seen a discussion of this. What is your favorite PHP debugger? What do you find works best for stepping through your PHP code while under development? David Roth From justin at justinhileman.info Sun Aug 4 18:11:48 2013 From: justin at justinhileman.info (justin) Date: Sun, 4 Aug 2013 15:11:48 -0700 Subject: [nycphp-talk] Favorite PHP debugger? In-Reply-To: References: Message-ID: I use a Mac, and Codebug and MacGDBp are pretty good. I've been meaning to try SublimeXdebug, but somehow haven't yet. I actually gave a talk on this (among other things) at OSCON last week :) https://presentate.com/bobthecow/talks/php-for-pirate --justin On Sun, Aug 4, 2013 at 3:06 PM, David Roth wrote: > I don't think I've seen a discussion of this. What is your favorite > PHP debugger? What do you find works best for stepping through your > PHP code while under development? > > David Roth > _______________________________________________ > New York PHP User Group Community Talk Mailing List > http://lists.nyphp.org/mailman/listinfo/talk > > http://www.nyphp.org/show-participation > -- http://justinhileman.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From codebowl at gmail.com Sun Aug 4 18:16:44 2013 From: codebowl at gmail.com (Joseph Crawford) Date: Sun, 4 Aug 2013 18:16:44 -0400 Subject: [nycphp-talk] Favorite PHP debugger? In-Reply-To: References: Message-ID: <1823E26D-8413-4021-8D7D-3C22A9D2C41A@gmail.com> I use zend studio with either zend debugger in zend server or xdebug. Sent from my iPad On Aug 4, 2013, at 6:06 PM, David Roth wrote: > I don't think I've seen a discussion of this. What is your favorite > PHP debugger? What do you find works best for stepping through your > PHP code while under development? > > David Roth > _______________________________________________ > New York PHP User Group Community Talk Mailing List > http://lists.nyphp.org/mailman/listinfo/talk > > http://www.nyphp.org/show-participation From justin at justinhileman.info Sun Aug 4 18:58:36 2013 From: justin at justinhileman.info (justin) Date: Sun, 4 Aug 2013 15:58:36 -0700 Subject: [nycphp-talk] Favorite PHP debugger? In-Reply-To: References: Message-ID: Whoops. Apparently I'm incapable of copy/paste :) https://presentate.com/bobthecow/talks/php-for-pirates --j On Sun, Aug 4, 2013 at 3:11 PM, justin wrote: > I use a Mac, and Codebug and MacGDBp are pretty good. I've been meaning to > try SublimeXdebug, but somehow haven't yet. I actually gave a talk on this > (among other things) at OSCON last week :) > > https://presentate.com/bobthecow/talks/php-for-pirate > > --justin > > > > On Sun, Aug 4, 2013 at 3:06 PM, David Roth wrote: > >> I don't think I've seen a discussion of this. What is your favorite >> PHP debugger? What do you find works best for stepping through your >> PHP code while under development? >> >> David Roth >> _______________________________________________ >> New York PHP User Group Community Talk Mailing List >> http://lists.nyphp.org/mailman/listinfo/talk >> >> http://www.nyphp.org/show-participation >> > > > > -- > http://justinhileman.com > -- http://justinhileman.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From rainelemental at gmail.com Sun Aug 4 19:33:33 2013 From: rainelemental at gmail.com (Federico Ulfo) Date: Mon, 5 Aug 2013 01:33:33 +0200 Subject: [nycphp-talk] Favorite PHP debugger? In-Reply-To: References: Message-ID: xdebug + Netbeans are a good combination, as long as you don't need to debug any application that uses rewrite rules On Mon, Aug 5, 2013 at 12:58 AM, justin wrote: > Whoops. Apparently I'm incapable of copy/paste :) > > https://presentate.com/bobthecow/talks/php-for-pirates > > --j > > > On Sun, Aug 4, 2013 at 3:11 PM, justin wrote: > >> I use a Mac, and Codebug and MacGDBp are pretty good. I've been meaning >> to try SublimeXdebug, but somehow haven't yet. I actually gave a talk on >> this (among other things) at OSCON last week :) >> >> https://presentate.com/bobthecow/talks/php-for-pirate >> >> --justin >> >> >> >> On Sun, Aug 4, 2013 at 3:06 PM, David Roth wrote: >> >>> I don't think I've seen a discussion of this. What is your favorite >>> PHP debugger? What do you find works best for stepping through your >>> PHP code while under development? >>> >>> David Roth >>> _______________________________________________ >>> New York PHP User Group Community Talk Mailing List >>> http://lists.nyphp.org/mailman/listinfo/talk >>> >>> http://www.nyphp.org/show-participation >>> >> >> >> >> -- >> http://justinhileman.com >> > > > > -- > http://justinhileman.com > > _______________________________________________ > New York PHP User Group Community Talk Mailing List > http://lists.nyphp.org/mailman/listinfo/talk > > http://www.nyphp.org/show-participation > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pelhamny at gmail.com Sun Aug 18 11:44:46 2013 From: pelhamny at gmail.com (Nicholas Hart) Date: Sun, 18 Aug 2013 11:44:46 -0400 Subject: [nycphp-talk] MySQL HA + Xen Message-ID: Hi guys, I have several MySQL servers that are mission critical to operations including an API server that processes incoming Internet orders. Looking for the best option for HA. Currently using Heartbeat with MySQL replication. Open Source solutions are preferred -- as I really don't want to deal with Oracle licensing! Also, what is the consensus on using a virtual server (Xen) for MySQL? Thought the excessive I/O would make this a serious problem. The Xen server is configured with ZFS SAN and bonded interfaces for 4gb bandwidth. If you don't have either of the above servers, what are you using to handle similar issues and how much do you pay if anything? Outsourcing is an option but from my experience if there is a problem here, it is impossible to get anyone on the phone. Also, to protect against liability, all outsources make it clear there are no guarantees on up-time. Many thanks, Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: From garyamort at gmail.com Tue Aug 20 18:31:25 2013 From: garyamort at gmail.com (Gary Mort) Date: Tue, 20 Aug 2013 18:31:25 -0400 Subject: [nycphp-talk] Semi-OT: Is there a scale for language competency? In-Reply-To: References: Message-ID: <5213EE3D.9070508@gmail.com> On 7/26/2013 8:51 AM, leam hall wrote: > Not that I'm looking for a job right now, but there's always the > future. Is there a reasonably common scale for saying how good you are > with a programming language? Something more than "Rate yourself on a > 1-10" scale. > > In my case I can read several and am trying to improve a couple. It > would be nice to be able to concretely convey my skills. Of course, > that doesn't really cover related skills like version control, SDLC, > etc... > > Thoughts? The only scale I know of is "beginner/expert"... Studies show that for beginners, productivity and code quality increase dramatically when they adhere to a set of code quality rules, version control guidelines, etc as agreed upon by the expert coders in the group. At the same time, productive and code quality DECREASES dramatically for the expert programmer when they are asked to adhere to those same rules. From zippy1981 at gmail.com Tue Aug 20 18:38:40 2013 From: zippy1981 at gmail.com (Justin Dearing) Date: Tue, 20 Aug 2013 18:38:40 -0400 Subject: [nycphp-talk] Semi-OT: Is there a scale for language competency? In-Reply-To: <5213EE3D.9070508@gmail.com> References: <5213EE3D.9070508@gmail.com> Message-ID: Can you provide a link to that study? I've never heard that, and my gut says it's folk wisdom that "experts" use to justify their behaviour. On Aug 20, 2013 6:32 PM, "Gary Mort" wrote: > On 7/26/2013 8:51 AM, leam hall wrote: > >> Not that I'm looking for a job right now, but there's always the future. >> Is there a reasonably common scale for saying how good you are with a >> programming language? Something more than "Rate yourself on a 1-10" scale. >> >> In my case I can read several and am trying to improve a couple. It would >> be nice to be able to concretely convey my skills. Of course, that doesn't >> really cover related skills like version control, SDLC, etc... >> >> Thoughts? >> > > > The only scale I know of is "beginner/expert"... Studies show that for > beginners, productivity and code quality increase dramatically when they > adhere to a set of code quality rules, version control guidelines, etc as > agreed upon by the expert coders in the group. > > At the same time, productive and code quality DECREASES dramatically for > the expert programmer when they are asked to adhere to those same rules. > ______________________________**_________________ > New York PHP User Group Community Talk Mailing List > http://lists.nyphp.org/**mailman/listinfo/talk > > http://www.nyphp.org/show-**participation > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ramons at gmx.net Tue Aug 20 20:24:19 2013 From: ramons at gmx.net (David Krings) Date: Tue, 20 Aug 2013 20:24:19 -0400 Subject: [nycphp-talk] Semi-OT: Is there a scale for language competency? In-Reply-To: <5213EE3D.9070508@gmail.com> References: <5213EE3D.9070508@gmail.com> Message-ID: <521408B3.902@gmx.net> On 8/20/2013 6:31 PM, Gary Mort wrote: > The only scale I know of is "beginner/expert"... Studies show that for > beginners, productivity and code quality increase dramatically when they > adhere to a set of code quality rules, version control guidelines, etc as > agreed upon by the expert coders in the group. > > At the same time, productive and code quality DECREASES dramatically for the > expert programmer when they are asked to adhere to those same rules. Neither quality not productivity decrease in any way if developers adhere to code quality rules, version control guidelines, and good programming and code commenting practices in general. Yes, the expert coder might be able to throw something together that works well, but how does that look three months later when a different developer needs to extend or fix that code? I hear it every day, developers complaining about each others code as being convoluted and unreadable - except for one developer's code. He meticulously sticks to all the rules and guidelines the team agreed to and adds copious amounts of commentary, so much and so clearly written that even I (non-developer) can easily follow. Unfortunately, he just quit, but none of the other developers had any issues with picking up where he left off. There is no excuse for not adhering rules, guidelines, and agreements and the claim that ignoring all that improves productivity for expert developers in the long run is a myth. At least going by my almost 20 years in QA and quality related fields. I'd think that the scales of competency for programming languages are similar to those of natural languages. So can you express what is needed in code and can others with little effort understand it? Further, can you read and understand the code of others assuming they do not use some slang or shorthand that only few comprehend? David From pelhamny at gmail.com Wed Aug 21 12:02:06 2013 From: pelhamny at gmail.com (Nicholas Hart) Date: Wed, 21 Aug 2013 12:02:06 -0400 Subject: [nycphp-talk] EDI w/PHP Message-ID: Hi, I need to setup EDI for Amazon stock orders. If anyone has done this, I would really like to hear from you. Thanks. Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: