Re: [nyphp-talk] How Programming Language Fanboys See Each Other's Language

2009-12-22 Thread Alex C
I love that.. On Tue, Dec 22, 2009 at 4:06 PM, Hans Zaunere wrote: > Just thought this would put a nice tie on the new year :) > > http://www.bootup.io/img/auximg/developers-as-seen-by.jpg > > > H > > > > ___ > New York PHP Users Group Community Talk Ma

Re: [nyphp-talk] PHP and SOAP

2009-12-03 Thread Alex C
Hi, I have only used the built in soap extension. I never had problems with it. I have not used any others. Alex Chan On Thu, Dec 3, 2009 at 12:53 PM, Jake McGraw wrote: > Hate to further extend your comparison, but I've used Zend_Soap_Client > from the Zend Framework and it works pretty well,

Re: [nyphp-talk] Is this XML valid?

2009-09-19 Thread Alex C
HI, Have you tried closing tag ? it seems not to be closed. Alex On Sat, Sep 19, 2009 at 12:42 PM, li...@nopersonal.info wrote: > David Roth wrote: > >> >> >> >> >> >> >> >> I was expecting each attribute and node to have it's own <> and , and >> the data not to be surround by double-quote

Re: [nyphp-talk] Design Firm Recommendations

2007-09-25 Thread Alex C
where i worked, we used pentagram . www.pentagram.com alex On 9/25/07, Halter, Shari <[EMAIL PROTECTED]> wrote: > > > > This may be slightly off php topic, but am wondering if anyone can provide a > recommendation. > > Has anyone on the list worked for, or with, a design firm they can recommend

[nyphp-talk] openid question

2007-07-23 Thread Alex C
Hi everybody, anybody know if Open ID allows for single sign on? Alex ___ 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

[nyphp-talk] pagination of search results with ldap

2007-04-06 Thread Alex C
Hi All, I would like to know what would be the best way to do paged search results for LDAP. Is it even possible to do it similiar to mysql limit offset functionality? Or should i do it via PHP. However, I do know LDAP has pagedSearch control. i don't know how or if i need to invoke it via php

[nyphp-talk] testing web apps with flood or tools

2007-03-23 Thread Alex C
Hi everybody, I need some advice on performance and benchmarking tools for my web application running on freebsd. I see that flood might be a good option to use. Are there other web application testing tool i can use? i know of WAST by microsoft but it is rather stale. the last update was in 2000.