You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
(9) |
May
(28) |
Jun
(54) |
Jul
(68) |
Aug
(34) |
Sep
(20) |
Oct
(62) |
Nov
(58) |
Dec
(77) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(91) |
Feb
(101) |
Mar
(73) |
Apr
(107) |
May
(56) |
Jun
(43) |
Jul
(68) |
Aug
(31) |
Sep
(35) |
Oct
(50) |
Nov
(20) |
Dec
(37) |
2004 |
Jan
(17) |
Feb
(3) |
Mar
(2) |
Apr
(7) |
May
(3) |
Jun
(11) |
Jul
(8) |
Aug
(22) |
Sep
(10) |
Oct
(9) |
Nov
(17) |
Dec
(6) |
2005 |
Jan
(14) |
Feb
(11) |
Mar
(6) |
Apr
(30) |
May
(17) |
Jun
(57) |
Jul
(18) |
Aug
(18) |
Sep
(32) |
Oct
(49) |
Nov
(19) |
Dec
(40) |
2006 |
Jan
(48) |
Feb
(68) |
Mar
(74) |
Apr
(92) |
May
(90) |
Jun
(60) |
Jul
(25) |
Aug
(47) |
Sep
(36) |
Oct
(64) |
Nov
(57) |
Dec
(21) |
2007 |
Jan
(74) |
Feb
(24) |
Mar
(49) |
Apr
(37) |
May
(56) |
Jun
(27) |
Jul
(23) |
Aug
(24) |
Sep
(24) |
Oct
(58) |
Nov
(13) |
Dec
(9) |
2008 |
Jan
(41) |
Feb
(16) |
Mar
(53) |
Apr
(19) |
May
(53) |
Jun
(20) |
Jul
(44) |
Aug
(12) |
Sep
(19) |
Oct
(22) |
Nov
(64) |
Dec
(14) |
2009 |
Jan
(16) |
Feb
(37) |
Mar
(30) |
Apr
(24) |
May
(3) |
Jun
(14) |
Jul
(39) |
Aug
(30) |
Sep
(38) |
Oct
(10) |
Nov
(9) |
Dec
(30) |
2010 |
Jan
(27) |
Feb
(9) |
Mar
(8) |
Apr
(38) |
May
(17) |
Jun
(2) |
Jul
(15) |
Aug
(3) |
Sep
(9) |
Oct
(3) |
Nov
(14) |
Dec
(6) |
2011 |
Jan
(1) |
Feb
(14) |
Mar
(18) |
Apr
(7) |
May
(3) |
Jun
(5) |
Jul
(3) |
Aug
|
Sep
(3) |
Oct
(3) |
Nov
(3) |
Dec
(2) |
2012 |
Jan
(2) |
Feb
(2) |
Mar
(1) |
Apr
|
May
(2) |
Jun
(1) |
Jul
(2) |
Aug
(2) |
Sep
(1) |
Oct
(4) |
Nov
(5) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Anacreo <an...@gm...> - 2008-01-28 18:13:26
|
Perhaps... I figure you mine as well check on the function name you want to use as it doesn't really matter what extension or include file provides it... Alec On Jan 28, 2008 12:08 PM, Nicholas Smith <ni...@ya...> wrote: > > Couldn't you also use extension_loaded()? Just > curious. > > -- > Nic Smith > > --- Anacreo <an...@gm...> wrote: > > > You can use the function_exists or method_exists to > > see if these module's > > services are available... > > > > Hope that helps... > > > > Alec > > > > > > On Jan 27, 2008 9:09 PM, Neil Rest > > <Nei...@rc...> wrote: > > > > > I'm working my way through some sample code which > > uses a compiled-in > > > package -- and the wheels come off at the first > > call to a function in > > > the package. > > > > > > Is there a (simple) test to see if my packaged PHP > > executable has > > > package x compiled in? > > > > > > > > > > > > Neil Rest > > > -- > > > Nei...@rc... > > > http://users.rcn.com/neilrest/resume/NeilRest.htm > > > > ____________________________________________________________________________________ > Be a better friend, newshound, and > know-it-all with Yahoo! Mobile. Try it now. > http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > |
From: Nicholas S. <ni...@ya...> - 2008-01-28 18:08:32
|
Couldn't you also use extension_loaded()? Just curious. -- Nic Smith --- Anacreo <an...@gm...> wrote: > You can use the function_exists or method_exists to > see if these module's > services are available... > > Hope that helps... > > Alec > > > On Jan 27, 2008 9:09 PM, Neil Rest > <Nei...@rc...> wrote: > > > I'm working my way through some sample code which > uses a compiled-in > > package -- and the wheels come off at the first > call to a function in > > the package. > > > > Is there a (simple) test to see if my packaged PHP > executable has > > package x compiled in? > > > > > > > > Neil Rest > > -- > > Nei...@rc... > > http://users.rcn.com/neilrest/resume/NeilRest.htm ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ |
From: Anacreo <an...@gm...> - 2008-01-28 17:18:37
|
You can use the function_exists or method_exists to see if these module's services are available... Hope that helps... Alec On Jan 27, 2008 9:09 PM, Neil Rest <Nei...@rc...> wrote: > I'm working my way through some sample code which uses a compiled-in > package -- and the wheels come off at the first call to a function in > the package. > > Is there a (simple) test to see if my packaged PHP executable has > package x compiled in? > > > > Neil Rest > -- > Nei...@rc... > http://users.rcn.com/neilrest/resume/NeilRest.htm > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > |
From: Neil R. <Nei...@rc...> - 2008-01-28 03:10:08
|
I'm working my way through some sample code which uses a compiled-in package -- and the wheels come off at the first call to a function in the package. Is there a (simple) test to see if my packaged PHP executable has package x compiled in? Neil Rest -- Nei...@rc... http://users.rcn.com/neilrest/resume/NeilRest.htm |
From: Chris C. <chr...@ho...> - 2008-01-25 16:35:38
|
Hey folks,=20 An acquaintance of mine is looking for a php developer. =0A= WEB DEVELOPER - DOWNTOWN New York =0A= =0A= Responsibilities: =0A= =C2=B7 Write, update, and maintain code as advised by the Senior de= veloper =0A= =C2=B7 Provide quality assurance for all code =0A= =C2=B7 Participate in all phases of the software development lifecy= cle =0A= =C2=B7 Work both individually and in small teams to deliver on time= , error-free code that meets all design specifications =0A= =C2=B7 Respond appropriately to internal and external clients, ensu= ring that all expectations are being met =0A= =C2=B7 Work with colleagues to maintain standards, develop improvem= ents to standards, maintain documentation, and share knowledge =0A= =C2=B7 Produce reliable, scalable and effective solutions that anti= cipate future growth =0A= =C2=B7 Provide input to the company=E2=80=99s technology strategy = =0A= =0A= Requirements: =0A= =C2=B7 4+ years of PHP (PHP5 OOP required) =0A= =C2=B7 4+ years of SQL (MySQL preferred) =0A= =C2=B7 4+ years working in a LAMP environment =0A= =C2=B7 Understanding of SDLC methodologies, including Test Driven D= evelopment =0A= =C2=B7 Solid HTML, XHTML, CSS and Javascript skills =0A= =C2=B7 Experience working with structured code libraries, developme= nt frameworks and modular design =0A= =C2=B7 Solid understanding of security issues pertaining to web dev= elopment =0A= =C2=B7 Experience with Lucene or other Search Engines =0A= =C2=B7 Experience with scaling in web application development =0A= =C2=B7 Solid understanding of caching & templating techniques =0A= =C2=B7 Solid understanding and working knowledge of Subversion =0A= =C2=B7 Knowledge of creating and parsing XML for many purposes =0A= =C2=B7 Solid understanding of common design patterns (singleton, fa= ctory etc) =0A= =C2=B7 Understanding=0A= of information architecture and technologies required to manage and=0A= serve content both to end users and business to business =0A= =0A= Desired but not required: =0A= =C2=B7 Background in Economics =0A= =C2=B7 Experience in commercial information services =0A= =C2=B7 Fluent with Java and Java Servlets =0A= =C2=B7 Working knowledge of Apache and Tomcat (or other Servlet con= tainer) =0A= =C2=B7 Other languages such as perl, python as well as SysAdmin ski= lls =0A= =C2=B7 Experience with SOA / AJAX patterns =0A= =C2=B7 VIM _________________________________________________________________ Connect and share in new ways with Windows Live. http://www.windowslive.com/share.html?ocid=3DTXT_TAGHM_Wave2_sharelife_0120= 08= |
From: Terry <ma...@ao...> - 2008-01-25 04:29:50
|
In the NW burbs, Harper has this WEB250 class: http://harpercollege.edu/web/250/online Terry On Jan 24, 2008, at 8:57 PM, Steve wrote: > Hi to all... > > I'm interested in learning more PHP and am wondering if there are > courses in > the Chicago area that are open to beginners...or if this is one of > those > things that one just sits down with and learns on one's own. Any info > appreciated...thank you. > > > Steve E. > > > > ----------------------------------------------------------------------- > -- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss |
From: Steve <set...@at...> - 2008-01-25 02:57:34
|
Hi to all... I'm interested in learning more PHP and am wondering if there are courses in the Chicago area that are open to beginners...or if this is one of those things that one just sits down with and learns on one's own. Any info appreciated...thank you. Steve E. |
From: Peter H. <ph...@ma...> - 2008-01-24 22:06:13
|
On Thu, Jan 24, 2008 at 11:26:18AM -0600, Nola Stowe wrote: > personal life??? whadyado get yerself a girlfriend? :) Hey, what's going on with you? About a month ago you said you had news and I haven't seen you on IM since. I also sent a note a couple weeks ago asking what's up. -- Peter Harkins - http://push.cx - http://NearbyGamers.com |
From: Nola S. <mrn...@gm...> - 2008-01-24 17:26:26
|
personal life??? whadyado get yerself a girlfriend? :) On Jan 22, 2008 9:07 PM, Richard Lynch <ce...@l-...> wrote: > On Tue, January 22, 2008 7:10 pm, Peter Snyder wrote: > > I'm new-ish to the area and I was wondering if meetings are still > > going on. I would like to attend if they are. If someone could let > > me know if, when, and where meetings are taking place, I'd appreciate > > it a lot. > > We lost our downtown meeting space as folks changed jobs. > > I was hoping to hook up with Google as a meeting place, and have to > prod those guys again -- The ball was in their court, but I guess you > have to keep prodding... > > I *do* want to try to keep meeting, but it's getting tougher for me > due to me actually having a personal life these days... > > I don't feel too badly about not meeting so near to X-mas, but here we > are, well past the third WEDS in JAN, and no meeting in sight... > > So, we WILL meet WED FEB 20 at a location TBD. > > -- > Some people have a "gift" link here. > Know what I want? > I want you to buy a CD from some indie artist. > http://cdbaby.com/from/lynch > Yeah, I get a buck. So? > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > -- http://rubygeek.com - my blog featuring: Ruby, PHP and Perl http://DevChix.com - boys can't have all the fun |
From: Jonathan A. W. <jaw...@gm...> - 2008-01-24 05:33:23
|
This is someone I know, but you can contact them directly for more information. Here's the 'anonymous, ultra stealthy' email: job...@cr... And here's one of their posts: http://chicago.craigslist.org/chc/eng/548508165.html jaw On Jan 23, 2008 5:06 PM, Steven <coo...@ya...> wrote: > Will this be a "Drive in to the office and work every day" type of > position, or will we be able to work from home? > > I'm kind of desperate for a permanent PHP job, but I live about two hours > away from Chicago. Needless to say that would be a really long commute. > > --------------- > ~Amaroq Wolf > > ----- Original Message ---- > From: Ryan Biancofiori <ry...@al...> > To: chi...@li... > Sent: Wednesday, January 23, 2008 6:46:51 PM > Subject: [chiPHPug-discuss] PHP Developer-HOT Start-up > > > > PHP Developer - Downtown Chicago, Full-Time Permanent > > > > I work with a small team of hired guns, specifically focusing on > recruiting for highly specialized development positions in the software > industry. We've been engaged recently by the CEO of a start-up company > that > is building a new web-based social networking application that has > already attracted 4 million users. We seek a PHP Developer to work with > the product development team to help take their product to the next > level. > > > > **Experience building LAMP-based web applications > > > Please submit a resume asap to be considered for an interview. Thanks! > > > > > > Ryan Biancofiori > > Lead Technical Recruiter > > Software and Executive Division > > Allen Partners, Inc. > > 206.812.1440 > > www.allen-partners.com > > > > > > > > > > > > > > ____________________________________________________________________________________ > Never miss a thing. Make Yahoo your home page. > http://www.yahoo.com/r/hs > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > -- http://linkedin.com/in/jawolter 765-532-6876 JAWspeak.com |
From: matt d. <mm_...@ya...> - 2008-01-24 02:45:34
|
Feel free to keep us updated on every nuance of this job application. Baited breath on what this social network app entails!!! ----- Original Message ---- From: Steven <coo...@ya...> To: chi...@li... Sent: Wednesday, January 23, 2008 7:06:01 PM Subject: Re: [chiPHPug-discuss] PHP Developer-HOT Start-up Will this be a "Drive in to the office and work every day" type of position, or will we be able to work from home? I'm kind of desperate for a permanent PHP job, but I live about two hours away from Chicago. Needless to say that would be a really long commute. --------------- ~Amaroq Wolf ----- Original Message ---- From: Ryan Biancofiori <ry...@al...> To: chi...@li... Sent: Wednesday, January 23, 2008 6:46:51 PM Subject: [chiPHPug-discuss] PHP Developer-HOT Start-up PHP Developer - Downtown Chicago, Full-Time Permanent I work with a small team of hired guns, specifically focusing on recruiting for highly specialized development positions in the software industry. We've been engaged recently by the CEO of a start-up company that is building a new web-based social networking application that has already attracted 4 million users. We seek a PHP Developer to work with the product development team to help take their product to the next level. **Experience building LAMP-based web applications Please submit a resume asap to be considered for an interview. Thanks! Ryan Biancofiori Lead Technical Recruiter Software and Executive Division Allen Partners, Inc. 206.812.1440 www.allen-partners.com ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ chiPHPug-discuss mailing list chi...@li... https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss |
From: Steven <coo...@ya...> - 2008-01-24 01:06:13
|
Will this be a "Drive in to the office and work every day" type of position, or will we be able to work from home? I'm kind of desperate for a permanent PHP job, but I live about two hours away from Chicago. Needless to say that would be a really long commute. --------------- ~Amaroq Wolf ----- Original Message ---- From: Ryan Biancofiori <ry...@al...> To: chi...@li... Sent: Wednesday, January 23, 2008 6:46:51 PM Subject: [chiPHPug-discuss] PHP Developer-HOT Start-up PHP Developer - Downtown Chicago, Full-Time Permanent I work with a small team of hired guns, specifically focusing on recruiting for highly specialized development positions in the software industry. We've been engaged recently by the CEO of a start-up company that is building a new web-based social networking application that has already attracted 4 million users. We seek a PHP Developer to work with the product development team to help take their product to the next level. **Experience building LAMP-based web applications Please submit a resume asap to be considered for an interview. Thanks! Ryan Biancofiori Lead Technical Recruiter Software and Executive Division Allen Partners, Inc. 206.812.1440 www.allen-partners.com ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs |
From: Ryan B. <ry...@al...> - 2008-01-24 00:46:52
|
PHP Developer - Downtown Chicago, Full-Time Permanent I work with a small team of hired guns, specifically focusing on recruiting for highly specialized development positions in the software industry. We've been engaged recently by the CEO of a start-up company that is building a new web-based social networking application that has already attracted 4 million users. We seek a PHP Developer to work with the product development team to help take their product to the next level. **Experience building LAMP-based web applications Please submit a resume asap to be considered for an interview. Thanks! Ryan Biancofiori Lead Technical Recruiter Software and Executive Division Allen Partners, Inc. 206.812.1440 www.allen-partners.com |
From: Jason R. <ja...@ho...> - 2008-01-23 16:02:10
|
I am working on space for meetings.. should have something in time for Feb meeting.. Richard Lynch wrote: > On Tue, January 22, 2008 7:10 pm, Peter Snyder wrote: >> I'm new-ish to the area and I was wondering if meetings are still >> going on. I would like to attend if they are. If someone could let >> me know if, when, and where meetings are taking place, I'd appreciate >> it a lot. > > We lost our downtown meeting space as folks changed jobs. > > I was hoping to hook up with Google as a meeting place, and have to > prod those guys again -- The ball was in their court, but I guess you > have to keep prodding... > > I *do* want to try to keep meeting, but it's getting tougher for me > due to me actually having a personal life these days... > > I don't feel too badly about not meeting so near to X-mas, but here we > are, well past the third WEDS in JAN, and no meeting in sight... > > So, we WILL meet WED FEB 20 at a location TBD. > |
From: <jaw...@gm...> - 2008-01-23 09:38:57
|
SGksIEkgdXNlZCB0byBzZWUgbWVzc2FnZXMgbGlrZSB0aGlzIGNvbWUgYWNyb3NzIHRoaXMgbGlz dCwgc28gSSBkb24ndAoqdGhpbmsqIGl0J3Mgc3BhbS4uLiBsZXQgbWUga25vdyBpZiBpdCBpcyBu b3cuICBUaGlzIGlzIGZyb20gYSBmcmllbmQKLyBhY3F1YWludGFuY2Ugb2YgbWluZS4KCmpvbmF0 aGFuCgpwLnMuIEkgbWlzcyBzb21lIG9mIHlvdSBmb2xrcyBpbiBDaGljYWdvLi4uIEkga2luZGEg c251ayBhd2F5IHRvIFNGCgotLQpQSFAgZ3VydSBmb3Igc3RlYWx0aC9mdW5kZWQgc3RhcnR1cAoK RG8geW91IHdhbnQgdG8gd29yayB3aXRoIGEgaG90IHRlYW0gb2Ygc3RhcnR1cCB2aXNpb25hcmll cz8gQXJlIHlvdQp0YWxlbnRlZCBlbm91Z2ggdG8gd29yayBvbiBhbiBpbm5vdmF0aXZlIHdlYiBh cHAgdGhhdCBpcyBjaGFuZ2luZyB0aGUKYWR2ZXJ0aXNpbmcgaW5kdXN0cnk/IERvIHlvdSB3YW50 IHlvdXIgd29yayB0byBtYWtlIGFuIGltcGFjdCBpbiB0aGUKd2ViIGNvbW11bml0eT8KClRoaXMg cG9zaXRpb24gd2lsbCBzdGFydCBhcyBhIGZyZWVsYW5jZSBjb250cmFjdCB3aXRoIGEgbWluaW11 bSAyCm1vbnRocyB3b3JrLiBJZiB5b3UgYW5kIHlvdXIgd29yayBhcmUgc3VjY2Vzc2Z1bCB5b3Ug d2lsbCBsaWtlbHkKcmVjZWl2ZSBhIGZ1bGwgdGltZSBvZmZlciBpbiBDaGljYWdvLiBUZWxlY29t bXV0aW5nIGlzIE9LIGZvcgpmcmVlbGFuY2Ugd29yay4KClNlbGVjdGVkIGFzIGEgc2VtaWZpbmFs aXN0IGZvciBUZWNoQ3J1bmNoJ3MgNDAgaG90dGVzdCBzdGVhbHRoCnN0YXJ0dXBzIGluIHRoZSB3 b3JsZCwgb3VyIGNvbXBhbnkgaXMgZXhjaXRpbmcgYW5kIGJ1aWxkaW5nIG1vbWVudHVtCmluIHRo ZSBhZHZlcnRpc2luZyBpbmR1c3RyeS4KCllvdSB3aWxsIGhhdmUgYSBzaWduaWZpY2FudCByb2xl IGluIHRoZSBmYXN0IHBhY2VkIGRldmVsb3BtZW50IG9mIG91cgphcHBsaWNhdGlvbiAoYSByZWFs IGFwcGxpY2F0aW9uLCBub3QgYSB3aWRnZXQpLiBZb3UnbGwgd29yawppbmRlcGVuZGVudGx5IG9y IHdpdGggb3VyIHRlYW0gb2YgcmlkaWN1bG91c2x5IGNvb2wgcHJvZ3JhbW1lcnMuCgpXaGF0IHdl J3JlIGxvb2tpbmcgZm9yOgotIFNtYXJ0LCBwYXNzaW9uYXRlIHBlb3BsZSB3aG8gbG92ZSB0byBj b2RlCi0gUEhQIDQvNSBhcyBvbmUgb2YgeW91ciBwcmltYXJ5IGxhbmd1YWdlcwotIEFwcHJlY2lh dGlvbiBhbmQgdXNlIG9mIGdyZWF0IGRlc2lnbiBhbmQgc3RhbmRhcmRzCi0gQWJsZSB0byB3b3Jr IGZ1bGwgaG91cnMgcGVyIHdlZWsKLSBQZW9wbGUgd2hvIGVhdCBBUElzIGZvciBicmVha2Zhc3Qg YW5kIGtub3cgd2hhdCBNVkMgaXMKLSBFeHBlcmllbmNlIHdpdGggcmVtb3RlIGRldiB0ZWFtcyBh bmQgKmZhc3QqIHBhY2VkIGVudmlyb25tZW50cwoKRXh0cmEgY3JlZGl0OgotIEV4cGVyaWVuY2Ug d2l0aCBSb1IsIEphdmEsIFB5dGhvbiwgYW5kIG90aGVyIE9PUHMKLSBFeHBlcmllbmNlIHdpdGgg c3RhcnR1cHMgb3IgYWR2ZXJ0aXNpbmcgaW5kdXN0cnkKLSBJbnZvbHZlbWVudCBpbiBvcGVuIHNv dXJjZSBvciBsb2NhbCBkZXZlbG9wbWVudCBjb21tdW5pdHkKCldoYXQgd2UncmUgbm90IGxvb2tp bmcgZm9yOgotIFBlb3BsZSB3aG8gY2FuJ3QgaGFuZGxlIHRoZSBzcGVlZCwgcmVzcG9uc2liaWxp dHksIGFuZCBhbWJpZ3VpdHkgb2YgYSBzdGFydHVwCi0gUGVvcGxlIHdobyBoYXZlIGRvbmUgc29t ZSAnd2ViIHN0dWZmJyBidXQgaGF2ZSBub3Qgd29ya2VkIG9uCmFueXRoaW5nIHNpZ25pZmljYW50 LiBJZiB5b3VyIGxhcmdlc3QgcHJvamVjdCBpcyBhIGxvY2FsIGJha2VyeSwgdGhpcwptZWFucyB5 b3UuCi0gUGVvcGxlIHdobyBoYXZlIHRha2VuIGEgZmV3IGNsYXNzZXMgb24gd2ViIGRlc2lnbiBi dXQgYXJlIG5vdApwYXNzaW9uYXRlIGFib3V0IGl0LgotIE9mZnNob3JpbmcKCldlIHZhbHVlIGdy ZWF0IGRldmVsb3BlcnMgYW5kIHlvdXIgY29tcGVuc2F0aW9uIHdpbGwgcmVmbGVjdCB0aGF0LgpQ bGVhc2UgZW1haWwgdXMgeW91ciByw6lzdW3DqSwgcG9ydGZvbGlvLCBhbmQgc291cmNlIGNvZGUg c2FtcGxlcy4KU2VsZWN0ZWQgY2FuZGlkYXRlcyB3aWxsIGdvIHRocm91Z2ggYSBwaG9uZSBpbnRl cnZpZXcgYW5kIGEgc21hbGwKY29kaW5nIHRhc2suIFdvcmsgd2lsbCBzdGFydCBBU0FQLgpodHRw Oi8vY2hpY2Fnby5jcmFpZ3NsaXN0Lm9yZy9jaGMvZW5nLzU0ODUwODE2NS5odG1sCg== |
From: Richard L. <ce...@l-...> - 2008-01-23 03:07:06
|
On Tue, January 22, 2008 7:10 pm, Peter Snyder wrote: > I'm new-ish to the area and I was wondering if meetings are still > going on. I would like to attend if they are. If someone could let > me know if, when, and where meetings are taking place, I'd appreciate > it a lot. We lost our downtown meeting space as folks changed jobs. I was hoping to hook up with Google as a meeting place, and have to prod those guys again -- The ball was in their court, but I guess you have to keep prodding... I *do* want to try to keep meeting, but it's getting tougher for me due to me actually having a personal life these days... I don't feel too badly about not meeting so near to X-mas, but here we are, well past the third WEDS in JAN, and no meeting in sight... So, we WILL meet WED FEB 20 at a location TBD. -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/from/lynch Yeah, I get a buck. So? |
From: Peter S. <sn...@gm...> - 2008-01-23 01:10:40
|
Hello Chicago PHP User Group, I'm new-ish to the area and I was wondering if meetings are still going on. I would like to attend if they are. If someone could let me know if, when, and where meetings are taking place, I'd appreciate it a lot. Thanks in advance, Pete |
From: matt d. <mm_...@ya...> - 2008-01-14 13:33:07
|
This looks interesting if anyone is dipping toes into new frameworks. It uses Ext Javascript library. His main site went down but, the code is hosted here: https://launchpad.net/simplicity/ It's an MVC PHP framework. |
From: Richard L. <ce...@l-...> - 2008-01-10 16:03:27
|
There are actually 2 php|arch events per year, and one in Chicago for the forseeable future seems likely, especially if folks come out to it like last year. The other event tends to be a bit more "fun" oriented, such as a PHP cruise. On Thu, January 10, 2008 8:17 am, Jason Rexilius wrote: > Not sure about always, but I spoke with Marco last year and he got as > lot of good feedback for Chicago as location and it seems it should be > for a while. > > > > derby wrote: >> Will php|Tek always be in Chicago? >> >> I hope I can afford to attend this year. >> >> derby >> >> >> ------------------------------------------------------------------------- >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >> _______________________________________________ >> chiPHPug-discuss mailing list >> chi...@li... >> https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/from/lynch Yeah, I get a buck. So? |
From: derby <der...@gm...> - 2008-01-10 15:18:19
|
Hello, Does anyone use the Eclipse IDE with the PHP add-on? Specifically when I type <? eclipse closes the tag giving me <? ?>. I would like to remove the space. Is that possible? -- Best regards, derby mailto:der...@gm... |
From: Jason R. <ja...@ho...> - 2008-01-10 14:18:02
|
Not sure about always, but I spoke with Marco last year and he got as lot of good feedback for Chicago as location and it seems it should be for a while. derby wrote: > Will php|Tek always be in Chicago? > > I hope I can afford to attend this year. > > derby > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss |
From: derby <der...@gm...> - 2008-01-10 05:03:19
|
Will php|Tek always be in Chicago? I hope I can afford to attend this year. derby |
From: matt d. <mm_...@ya...> - 2008-01-10 01:09:14
|
wee! ----- Original Message ---- From: Richard Lynch <ce...@l-...> To: Sarah Gray <sa...@fa...> Cc: chi...@li... Sent: Wednesday, January 9, 2008 5:55:07 PM Subject: Re: [chiPHPug-discuss] New to list, 2 questions - Meetings, and Frameworks Done. This list is now reply-to-all, even though that is Evil. On Tue, January 8, 2008 12:38 pm, Sarah Gray wrote: > ditto on the wine bar. > > ** > > Richard, wasn't your New Years resolution to change the reply-settings > of > the chiphug list to make the community happy (reply to list, not to > sender)? > It's not too late to follow through and have Success in 2008! > > On Jan 8, 2008 10:33 AM, Richard Lynch <ce...@l-...> wrote: > >> I'm in, subject to scheduling... >> >> On Tue, January 8, 2008 9:52 am, Jason Rexilius wrote: >> > Larry, you 'ol PHP nut you.. where ya been? When you coming back >> to >> > the >> > hood? >> > >> > On the topic of the swank bottle of wine I owe Larry for a bet, >> but >> > off >> > topic from PHP: >> > >> > I know a number of us ChiPHPUG people are in or close to Rogers >> Park >> > hood, there is a great new wine bar opened up by some friends of >> mine >> > who own the Celtic Knot here in Evanston. Taste at 1506 Jarvis. >> > >> > I've been meaning to check it out for a while and thought I'd see >> if >> > anyone wanted to make it an unofficial PHP outing.. >> > >> > Larry, I'll buy your bottle of wine there, but you need to come >> back >> > to >> > collect it. >> > >> > >> > >> > >> ------------------------------------------------------------------------- >> > Check out the new SourceForge.net Marketplace. >> > It's the best place to buy or sell services for >> > just about anything Open Source. >> > >> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >> > _______________________________________________ >> > chiPHPug-discuss mailing list >> > chi...@li... >> > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss >> > >> >> >> -- >> Some people have a "gift" link here. >> Know what I want? >> I want you to buy a CD from some indie artist. >> http://cdbaby.com/from/lynch >> Yeah, I get a buck. So? >> >> >> ------------------------------------------------------------------------- >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> >> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >> _______________________________________________ >> chiPHPug-discuss mailing list >> chi...@li... >> https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss >> >> >> > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/from/lynch Yeah, I get a buck. So? ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ chiPHPug-discuss mailing list chi...@li... https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss |
From: Richard L. <ce...@l-...> - 2008-01-09 23:55:13
|
Done. This list is now reply-to-all, even though that is Evil. On Tue, January 8, 2008 12:38 pm, Sarah Gray wrote: > ditto on the wine bar. > > ** > > Richard, wasn't your New Years resolution to change the reply-settings > of > the chiphug list to make the community happy (reply to list, not to > sender)? > It's not too late to follow through and have Success in 2008! > > On Jan 8, 2008 10:33 AM, Richard Lynch <ce...@l-...> wrote: > >> I'm in, subject to scheduling... >> >> On Tue, January 8, 2008 9:52 am, Jason Rexilius wrote: >> > Larry, you 'ol PHP nut you.. where ya been? When you coming back >> to >> > the >> > hood? >> > >> > On the topic of the swank bottle of wine I owe Larry for a bet, >> but >> > off >> > topic from PHP: >> > >> > I know a number of us ChiPHPUG people are in or close to Rogers >> Park >> > hood, there is a great new wine bar opened up by some friends of >> mine >> > who own the Celtic Knot here in Evanston. Taste at 1506 Jarvis. >> > >> > I've been meaning to check it out for a while and thought I'd see >> if >> > anyone wanted to make it an unofficial PHP outing.. >> > >> > Larry, I'll buy your bottle of wine there, but you need to come >> back >> > to >> > collect it. >> > >> > >> > >> > >> ------------------------------------------------------------------------- >> > Check out the new SourceForge.net Marketplace. >> > It's the best place to buy or sell services for >> > just about anything Open Source. >> > >> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >> > _______________________________________________ >> > chiPHPug-discuss mailing list >> > chi...@li... >> > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss >> > >> >> >> -- >> Some people have a "gift" link here. >> Know what I want? >> I want you to buy a CD from some indie artist. >> http://cdbaby.com/from/lynch >> Yeah, I get a buck. So? >> >> >> ------------------------------------------------------------------------- >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> >> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >> _______________________________________________ >> chiPHPug-discuss mailing list >> chi...@li... >> https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss >> >> >> > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/from/lynch Yeah, I get a buck. So? |
From: jsWalter <jsW...@to...> - 2008-01-09 23:42:39
|
I like responses like this... > what's the pay? Short, sweet, too the point. So, to answer this question, because that is mostly all I'm getting, only 2 has even attempted to give an indication of their experience... The budget on this "sometime" work is $20 to $30, depending on the task, time frame and experience. Like I said, not great pay, but they pay! (unlike several other "clients" of mine over the past few years) So, thank you. walter |