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: Neil Y. <ny...@as...> - 2007-09-26 13:49:58
|
Hello all - I've been lurking on this mailing list for several weeks, = but that article irks me into the open. =20 I'm frustrated that he not only attacks PHP, open source and older = languages using ASP.NET as the standard for good security. How can a security = expert keep a straight face when starting a sentence with "Microsoft's mindset = is to fix things..." .NET is just as likely to result in SQL injection in = the hands of a novice as any other language. I also am angered at his assertion that the latest batch of college = educated developers will be better prepared to tackle the problem of SQL = injection. Most programmers fresh out of college know little to nothing about real world problems like SQL injection, usually having barely mastered the = basics of iteration and OO design. =20 Neil ---------- Neil Young ASA Sales Systems -----Original Message----- From: chi...@li... [mailto:chi...@li...] On Behalf Of = Kenneth Downs Sent: Wednesday, September 26, 2007 5:55 AM To: chiphpug-discuss Subject: [chiPHPug-discuss] Not so subtle attack on PHP *From: http://www.eweek.com/article2/0,1759,2188714,00.asp Q: How can sites protect themselves against SQL injection? A: *The best defense is to design your database-backed Web site properly = to make sure it always separates SQL code and user data. You basically=20 have a choice between programming tools that are specifically designed=20 to prevent you from making this kind of mistake and those that allow you = to get into trouble if you're not careful. Roughly speaking, this=20 corresponds to the difference between the newer Microsoft .Net tools and = their older tools or open source frameworks like PHP. --=20 Kenneth Downs Secure Data Software, Inc. www.secdat.com www.andromeda-project.org 631-689-7200 Fax: 631-689-0527 cell: 631-379-0010 -------------------------------------------------------------------------= This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ chiPHPug-discuss mailing list chi...@li... https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss |
From: Arlo L. <ar...@ar...> - 2007-09-26 13:35:36
|
Hi all, > A: *It's a question of mentality. Microsoft's mindset is to fix things in > such a way that the user doesn't have so much control and is therefore less > vulnerable. I've been teaching classes on Microsoft software lately, and I think that neatly sums up their approach to usability in general. Try to guess what the user wants, implement a complex interface for carrying it out, and make any alternatives difficult to find. From what I've seen, this is easier for users who don't understand basic software concepts, but it also prevents them from learning the basic concepts. In a way, it's comforting to see that this is an intentional strategy; I always figured it was just sloppy design. Cheers, -Arlo _______________________________ Arlo Leach 773.769.6106 http://arlomedia.com Make friends with your computer http://compyschool.com |
From: Kenneth D. <ke...@se...> - 2007-09-26 13:25:48
|
Yeah I guess to this choir member the next paragraph was worse :( Hank Marquardt wrote: > To be fair, the next q/a ... is more balanced, though depending on > which choir you're preaching to it means different things ... > > *Q: Are you saying that sites built with open source tools like PHP > are more vulnerable to SQL injection attacks than sites built with .Net? > A: *It's a question of mentality. Microsoft's mindset is to fix things > in such a way that the user doesn't have so much control and is > therefore less vulnerable. The open source tools like PHP have a > different philosophy. They assume that users know what they are doing > and want to be free of constraints, so these tools let users do what > they want but at their own risk. The open source tools assume that > developers these days are aware of the threat of SQL injection and > will do the right thing. > > > > On 9/26/07, *Kenneth Downs* <ke...@se... <mailto:ke...@se...>> > wrote: > > *From: http://www.eweek.com/article2/0,1759,2188714,00.asp > > Q: How can sites protect themselves against SQL injection? > A: *The best defense is to design your database-backed Web site > properly > to make sure it always separates SQL code and user data. You basically > have a choice between programming tools that are specifically designed > to prevent you from making this kind of mistake and those that > allow you > to get into trouble if you're not careful. Roughly speaking, this > corresponds to the difference between the newer Microsoft .Net > tools and > their older tools or open source frameworks like PHP. > > -- > Kenneth Downs > Secure Data Software, Inc. > www.secdat.com > <http://www.secdat.com> www.andromeda-project.org > <http://www.andromeda-project.org> > 631-689-7200 Fax: 631-689-0527 > cell: 631-379-0010 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > <mailto:chi...@li...> > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > > -- Kenneth Downs Secure Data Software, Inc. www.secdat.com www.andromeda-project.org 631-689-7200 Fax: 631-689-0527 cell: 631-379-0010 |
From: Hank M. <hma...@gm...> - 2007-09-26 13:22:56
|
To be fair, the next q/a ... is more balanced, though depending on which choir you're preaching to it means different things ... *Q: Are you saying that sites built with open source tools like PHP are more vulnerable to SQL injection attacks than sites built with .Net? A: *It's a question of mentality. Microsoft's mindset is to fix things in such a way that the user doesn't have so much control and is therefore less vulnerable. The open source tools like PHP have a different philosophy. They assume that users know what they are doing and want to be free of constraints, so these tools let users do what they want but at their own risk. The open source tools assume that developers these days are aware of the threat of SQL injection and will do the right thing. On 9/26/07, Kenneth Downs <ke...@se...> wrote: > > *From: http://www.eweek.com/article2/0,1759,2188714,00.asp > > Q: How can sites protect themselves against SQL injection? > A: *The best defense is to design your database-backed Web site properly > to make sure it always separates SQL code and user data. You basically > have a choice between programming tools that are specifically designed > to prevent you from making this kind of mistake and those that allow you > to get into trouble if you're not careful. Roughly speaking, this > corresponds to the difference between the newer Microsoft .Net tools and > their older tools or open source frameworks like PHP. > > -- > Kenneth Downs > Secure Data Software, Inc. > www.secdat.com www.andromeda-project.org > 631-689-7200 Fax: 631-689-0527 > cell: 631-379-0010 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > |
From: Kenneth D. <ke...@se...> - 2007-09-26 10:55:26
|
*From: http://www.eweek.com/article2/0,1759,2188714,00.asp Q: How can sites protect themselves against SQL injection? A: *The best defense is to design your database-backed Web site properly to make sure it always separates SQL code and user data. You basically have a choice between programming tools that are specifically designed to prevent you from making this kind of mistake and those that allow you to get into trouble if you're not careful. Roughly speaking, this corresponds to the difference between the newer Microsoft .Net tools and their older tools or open source frameworks like PHP. -- Kenneth Downs Secure Data Software, Inc. www.secdat.com www.andromeda-project.org 631-689-7200 Fax: 631-689-0527 cell: 631-379-0010 |
From: Kevin M. <kev...@ma...> - 2007-09-22 00:25:31
|
I?m organizing an event for silverlight developers in Chicago next week called SilverlightDevCamp (http://barcamp.org/SilverlightDevCampChicago). I recently organized one in SF and around 100 people attended. If anyone has experience using PHP and Silverlight, it would be great if you can attend. I saw a cool demo on using PHP to generate XAML for Silverlight (http://channel9.msdn.com/ShowPost.aspx?PostID=304526) so if no PHP experts volunteer, I might present something similar to that. It?s a barcamp type event so it?s free and anyone is welcome to organize/lead a session. Thanks! -kevin marshall |
From: Richard L. <ce...@l-...> - 2007-09-21 21:45:55
|
I know nothing more than what is in here: -------------------------- Original Message -------------------------- Subject: RFQ From PHPUserGroups.org From: jr...@re... Date: Wed, September 19, 2007 11:21 am To: web...@ph... ---------------------------------------------------------------------- The following is an RFQ from PHPUserGroups.org Member Directory To be removed from this list, please email cm...@mo... Contact Name: John Rigdon Company: Eastern Digital Resources Email: jr...@re... This should be a quick job. I need help configuring OS Commerce to work on a server. I am not familiar with PHP and need to create and install a custom PHP.INI file. Phone: 8034392938 Please send your response to jr...@re... You can respond by simply replying to this email. PHPUserGroups.org is not responsible for any commitments made by either Members or Clients requesting projects. All work and payment are handled by the interested parties -- 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/browse/from/lynch Yeah, I get a buck. So? |
From: Dave B. <Dav...@mi...> - 2007-09-20 16:07:25
|
My apologies for spamming the list. Not my intention. I just wanted to inform all of the Halo fans on this list that I will be ho= sting a Halo 3 Pre-launch party at the Microsoft offices in Downers Grove (= I know...believe me... I didn't want to have it in the office either, but a= little thing called budget got in the way). We'll have Halo 3 pumping out = on several 42" Plasma screens and HD projectors. We'll have food, drinks an= d prizes throughout the night. We have a few invites left and I wanted to make sure the members of this li= st had an opportunity to join us. If you'd like to come out, head on over t= o http://www.iammasterchief.com and register with the RSVP code 'CHICAGOBCC= '. Please register only if you are sure to make it. I would hate for regist= ration to fill up with a bunch of 'Maybes'. For more information, head on over to http://davebost.com/?p=3D315. I hope to see you there. ~db dave bost | developer evangelist | microsoft corporation | o: 630.725.4090 = | b: http://www.davebost.com/blog |
From: Ben H. <wil...@gm...> - 2007-09-17 19:16:44
|
Does anyone know where or if their will be a meeting this week? Ben Hoffman |
From: <ce...@l-...> - 2007-09-17 19:01:08
|
ChiPHPug (Chicago PHP Users Group) meeting is coming up. If I wrote the PHP code correctly, it's on 09/19/2007 For sure, it's on the THIRD WEDNESDAY of each month. Time: 6 pm Location: 150 North Michigan, Suite 2800 http://info.com Directions: Drive: Lake Shore Drive to Randolph. Grant Park North Garage. Tunnel to building/sidewalk. CTA: Red/Blue line to Washington. Pedway East to building. (Blue Line Pedway closed for 2006) Loop trains to Randolph/Wabash. Walk 2 blocks East. Metra: South Shore Line to Randolph. Follow blue wavy lines down ramp. Tunnel Right to building. |
From: Richard L. <ce...@l-...> - 2007-09-14 22:27:19
|
I know nothing more about this, so please reply to Dennis directly: -------------------------- Original Message -------------------------- Subject: RFQ From PHPUserGroups.org From: de...@ma... Date: Wed, September 12, 2007 3:58 am To: web...@ph... ---------------------------------------------------------------------- The following is an RFQ from PHPUserGroups.org Member Directory To be removed from this list, please email cm...@mo... Contact Name: Dennis Mansell Company: Raintrust Email: de...@ma... I\'m looking for someone to develop some Joomla! components for our Charity. We need a carbon calculator - a page that can calculate the annual carbon usage by customer - which they can then offset by sponsoring rainforest. Also, several different views of the content have to be generated, for example a timeline. The work will be freelance or part-time at first, if things work out this could develop into an in-house relationship. Living in the Netherlands is a great advantage. Phone: +31628838432 +31206371515 Please send your response to de...@ma... You can respond by simply replying to this email. PHPUserGroups.org is not responsible for any commitments made by either Members or Clients requesting projects. All work and payment are handled by the interested parties -- 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/browse/from/lynch Yeah, I get a buck. So? |
From: Richard L. <ce...@l-...> - 2007-09-14 22:19:18
|
Please reply directly to Rebecca; I have no more info about this: -------------------------- Original Message -------------------------- Subject: PHP web developer position/opening From: "Rebecca Lieberman" <RL...@in...> Date: Thu, September 13, 2007 2:57 pm To: chi...@l-... ---------------------------------------------------------------------- Hi. I hope maybe you can help me. I'm looking to hire a PHP Developer in the Chicago Loop for a 3-6 month+ contract position as I am having a tough time finding a fit on this. We have a very competitive rate per hour on a 10-99 basis and we're ready to hire immediately. This is for a global $250mill+ manufacturing firm. I have included a job description in case you may know someone that may be interested. Thanks in advance! (This company is using our firm on an exclusive basis for their IT hiring needs) ***INSIGHT SOLUTIONS / ISG is a headhunting firm, not a 'staffing agency'. We work on a direct / exclusive basis with a small group of firms; all of our clients are personal contacts / solid business relationships. We do NOT work with firms that use vendor lists or various companies for their hiring needs.*** LOOKING FOR: 1) High-level PHP development skills with business apps, like building an order entry system, inventory tracking, whatever you can think of that might be used by a real business. Solid understanding of best practices relating to PHP development 2) Some experience with Java (does not need to be an expert) with a willingness to help design and implement Websphere infrastructure to support company's Java applications. 3) Strong knowledge of how to architect and build enterprise/business type applications 4) Familiarity with Apache web server configuration and security 5) SQL development skills (queries, stored procedures, etc) with any type of relational database (mySQL, Oracle, SQL server, etc.) 6) Experience building highly utilized, secure, and user friendly browser-based applications. 7) Strong interpersonal skills and a willingness to teach your technical skills to other members of the Information Technology Development group. ******Must know PHP extremely well, because this person will be training three team members, who are all RPG coders, on how to use PHP. This person needs to have some experience building enterprise, reasonably large scale, Business applications. Firm currently uses DB2 UDB on the iSeries (AS400s) for their database.**** Rebecca Lieberman Director of Resource Management 312-235-6708 Office 847.942.8179 Mobile www.isgtalent.com Insight Solutions Group, LLC. Proven experience. Guaranteed results. -- 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/browse/from/lynch Yeah, I get a buck. So? |
From: Beau G. <be...@op...> - 2007-09-12 17:20:28
|
This is a full time, salaried job, but you will be working from your = home office. Every programmers dream come true! Salary is dependent on your experience, but should fall in the 80-110k range. =20 Successful candidate must have solid skills and experience in developing robust web applications, using object oriented programming languages and techniques, and possess database design and optimization skills.=20 Job Requirements:=20 * 4+ years of experience in PHP development=20 * 4+ years experience in MySQL, both database management and scripting/development=20 * Most of the following: XML, XSL, XSLT, SQL, JavaScript, CSS, = HTML/XHTML=20 * Linux and/or UNIX=20 * Experience with Apache=20 If you are interested in this position, please submit your resume and = salary requirements to be...@op...=20 Thank you,=20 Beau J. Gould=20 =20 Open Source Staffing=20 www.open-source-staffing.com=20 be...@op...=20 http://groups.yahoo.com/group/gamejobz=20 |
From: <Mar...@na...> - 2007-09-12 16:54:58
|
Hello to all, I am contacting you to let you know of an opening I am working on for a Financial Software client of mine located in the Grayslake area. We are recruiting for a PHP programmer with 3+ years of experience. The position is Full-Time Permanent, full benefits and offers a generous compensation package based on experience. The job description is pasted below. If you, or someone you know may be qualified and interested in the opportunity please contact me. Thank you for your time! Best Regards, Marty Murphy Executive IT Recruiter Manpower Professional 20 N. Wacker Dr Suite 3030 Chicago, Illinois 60606 USA T: +1 312.263.3907 F: +1 312.263.5628 C: +1 312.848.9843 www.manpowerprofessional.com PHP Programmer A custom financial software company located in the North Suburbs has an immediate opening for a talented Programmer. This position is ideal for a programmer who is creative, insightful and has a firm grasp of the Financial Services Industry, (ie. Commodities, Accounting, etc.). The successful candidate will write, code, test and analyze software programs and applications relating to financial services. Requirements: - PHP - Object Oriented coding - SQL/ODBC and BASIC - Web GUI building experience is a plus - Experience with GMI is a plus Qualified candidates, please submit an attachment of your resume. ________________________________________________________________________ This e-mail and its attachments may contain Manpower Inc. proprietary information, which is PRIVILEGED, CONFIDENTIAL, or subject to COPYRIGHT belonging to Manpower Inc. This e-mail is intended solely for the use of the individual or entity to which it is addressed. If you are not the intended recipient of this e-mail, or the employee or agent responsible for delivering this e-mail to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or action taken in relation to the contents of and attachments to this e-mail is STRICTLY PROHIBITED and may be UNLAWFUL. If you have received this e-mail in error, please notify the sender immediately and permanently delete the original and any copy of this e-mail and any printout. Thank you. ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ |
From: Richard L. <ce...@l-...> - 2007-09-06 18:16:47
|
Please reply to the From: in the text, and not me: -------------------------- Original Message -------------------------- Subject: RFQ From PHPUserGroups.org From: gen...@ge... Date: Wed, September 5, 2007 2:51 pm To: web...@ph... ---------------------------------------------------------------------- The following is an RFQ from PHPUserGroups.org Member Directory To be removed from this list, please email cm...@mo... Contact Name: Gene Ward Company: VM Group Email: gen...@ge... php, css, mysql website for broker and agent sites. Must be capable of demonstrating capabilities and past client projects. This project requires building the websites from scratch and include backend database with webmail capability. No templates please. Use css style sheets to import meta tags and use info from database. Phone: 925 933-8845 Please send your response to gen...@ge... You can respond by simply replying to this email. PHPUserGroups.org is not responsible for any commitments made by either Members or Clients requesting projects. All work and payment are handled by the interested parties -- Please vote for this great band: http://acl.mp3.com/feature/soundandjury/?band=COMPANY-OF-THIEVES Requires email confirmation. One vote per day per email limit. Obvious ballot-stuffing will be revoked. |
From: Hank M. <hma...@gm...> - 2007-09-05 19:05:56
|
The company I work for is looking for a couple good flash folks; particularly with game development experience. These are not entry level positions, folks need to know their stuff and be ready to hit the ground running. I'm not the hiring manager, just trying to source some talent from 'grass roots' sources as the resume pile isn't yielding well and TPTB aren't really interested in head hunters (yet anyway). It's a decent place to work or I wouldn't be fishing under my own name. If you are, or know someone, contact me off list and I'll get you hooked up with the right folks (though a blurb, resume and online portfolio link would be swell too :)). Thanks for reading... Hank |
From: Peter H. <ph...@ma...> - 2007-09-05 14:07:02
|
On Tue, Sep 04, 2007 at 01:37:36PM -0400, Kenneth Downs wrote: > I cannot seem to figure out which javascript function I would use to > determine the event listeners that have been added to an element. Can > anybody steer me on this? Thanks... There isn't one in the current DOM, though a future standard (DOM Level 3 Events) will add support for it. One grace is that addEventListener and removeEventListener are idempotent -- so it doesn't matter whether there already is or isn't an event attached when you attempt to add/remove. http://www.howtocreate.co.uk/tutorials/javascript/domevents is a well-written and up-to-date overview of JS event support. And jQuery ( http://jQuery.com ) is my Javascript library of choice for abstracting away the cross-browser frustrations. -- Peter Harkins - http://push.cx - http://NearbyGamers.com |
From: Kenneth D. <ke...@se...> - 2007-09-04 17:37:43
|
I cannot seem to figure out which javascript function I would use to determine the event listeners that have been added to an element. Can anybody steer me on this? Thanks... -- Kenneth Downs Secure Data Software, Inc. www.secdat.com www.andromeda-project.org 631-689-7200 Fax: 631-689-0527 cell: 631-379-0010 |
From: Mingde H. <min...@gm...> - 2007-08-28 23:51:48
|
A friend of mine is looking for an experience web developer to build an web application. The work may take anywhere from one to two month. It can be done in PHP, Ruby on Rails, or Java. If anyone is ready for a full time contract, please contact me. Thanks, Mingde Hong (Victor) |
From: <ce...@l-...> - 2007-08-23 19:01:06
|
ChiPHPug (Chicago PHP Users Group) brunch social is coming up. If I wrote the PHP code correctly, it's on 09/01/2007 For sure, it's on the FIRST SATURDAY of each month. Time: 1 pm Location: Uncommon Ground http://uncommonground.com Directions: Find Wrigley Field. Drive 1.5 blocks Northwest on Clark. Park. There are several spots that have no meter but are perfectly legal right on the corner. |
From: <Mar...@na...> - 2007-08-20 16:59:44
|
Hello to all, I am contacting you to let you know of an opening I am working on for a Financial Software client of mine located in the Grayslake area. We are recruiting for a PHP programmer with 3+ years of experience. The position is Full-Time Permanent, full benefits and offers a generous compensation package based on experience. The job description is pasted below. If you, or someone you know may be qualified and interested in the opportunity please contact me. Thank you for your time! Best Regards, Marty Murphy Executive IT Recruiter Manpower Professional 20 N. Wacker Dr Suite 3030 Chicago, Illinois 60606 USA T: +1 312.263.3907 F: +1 312.263.5628 C: +1 312.848.9843 www.manpowerprofessional.com PHP Programmer A custom financial software company located in the North Suburbs has an immediate opening for a talented Programmer. This position is ideal for a programmer who is creative, insightful and has a firm grasp of the Financial Services Industry, (ie. Commodities, Accounting, etc.). The successful candidate will write, code, test and analyze software programs and applications relating to financial services. Requirements: - PHP - Object Oriented coding - SQL/ODBC and BASIC - Web GUI building experience is a plus - Experience with GMI is a plus Qualified candidates, please submit an attachment of your resume. ________________________________________________________________________ This e-mail and its attachments may contain Manpower Inc. proprietary information, which is PRIVILEGED, CONFIDENTIAL, or subject to COPYRIGHT belonging to Manpower Inc. This e-mail is intended solely for the use of the individual or entity to which it is addressed. If you are not the intended recipient of this e-mail, or the employee or agent responsible for delivering this e-mail to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or action taken in relation to the contents of and attachments to this e-mail is STRICTLY PROHIBITED and may be UNLAWFUL. If you have received this e-mail in error, please notify the sender immediately and permanently delete the original and any copy of this e-mail and any printout. Thank you. ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ |
From: Larry G. <la...@ga...> - 2007-08-19 00:03:18
|
I've already plans that day and I'm generally not there anyway, so fine by me. :-) On Saturday 18 August 2007, Richard Lynch wrote: > Hey y'all. > > The first Saturday falling on the holiday weekend, I'm gonna just skip > the brunch meeting, okay? -- Larry Garfield AIM: LOLG42 la...@ga... ICQ: 6817012 "If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea, which an individual may exclusively possess as long as he keeps it to himself; but the moment it is divulged, it forces itself into the possession of every one, and the receiver cannot dispossess himself of it." -- Thomas Jefferson |
From: Richard L. <ce...@l-...> - 2007-08-18 22:30:02
|
Hey y'all. The first Saturday falling on the holiday weekend, I'm gonna just skip the brunch meeting, okay? -- 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/browse/from/lynch Yeah, I get a buck. So? |
From: Richard L. <ce...@l-...> - 2007-08-18 00:18:06
|
Please contact the sender for questions; I have no other info: -------------------------- Original Message -------------------------- Subject: RFQ From PHPUserGroups.org From: kim...@ir... Date: Fri, August 17, 2007 12:07 pm To: web...@ph... ---------------------------------------------------------------------- The following is an RFQ from PHPUserGroups.org Member Directory To be removed from this list, please email cm...@mo... Contact Name: Kim Moritz Company: Irvine Technology Corp Email: kim...@ir... Engineering firm located in Vernon Hills, ILL (just outside of Chicago)is looking for a strong PHP Developer to help develop changes to their custom built dashboard and crm programs. You will work directly with their database manager/project manager as well as their CFO. This is a long term 6month- 2yr contract with a possibility of going perm. Experience: Skill Requirements: - HTML - PHP - SQL (TSQL Language) - DHTML - AJAX - Crystal Reports - Flash (a plus) - IIS (a plus) - MS SQL (a plus) - Microsoft Sharepoint and buildiung modules/application out of it.(Huge PLUS) Phone: 1-714-445-2602 866-322-4482 Please send your response to kim...@ir... You can respond by simply replying to this email. PHPUserGroups.org is not responsible for any commitments made by either Members or Clients requesting projects. All work and payment are handled by the interested parties -- 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/browse/from/lynch Yeah, I get a buck. So? |
From: Richard L. <ce...@l-...> - 2007-08-16 19:00:30
|
On Thu, August 16, 2007 12:28 pm, Richard Lynch wrote: > Can anybody tell me WHY in this page: > > http://www.l-i-e.com/css/mailto.php.htm > > The TEXTAREA is having all these #xxx_xxx_form styles applied, while > the INPUTs are not? > > At least, according to firebug, it is. > > And, in Firefox, it is being styled as #profile_password_form, which > is only 300 wide and has margin-left of 380, which is just totally not > what I wanted... > > NONE of the styles should be applied from an ID that's not even in the > whole page! > > And if it IS going to apply them, at least be consistent with INPUT > and TEXTAREA and apply the same rules! > > Grrrrr. > > CSS seems so damn random! Aha! As Audra Coldiron pointed out on another list... #id1 input, textarea, select means: (#id1 input), (* textarea), (* select) and does NOT mean the same as what I should have typed: #id1 input, #id1 textarea, #id1 select This even makes sense, now... :-) -- 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/browse/from/lynch Yeah, I get a buck. So? |