<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Fri, 24 May 2013 19:17:17 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[ServerGrove Blog: ServerGrove's PHP Education Initiative]]></title>
      <guid>http://www.phpdeveloper.org/news/18233</guid>
      <link>http://www.phpdeveloper.org/news/18233</link>
      <description><![CDATA[<p>
ServerGrove has <a href="http://blog.servergrove.com/2012/07/16/servergroves-php-education-initiative/">made an announcement</a> on their blog today about an initiative they're starting to help in their own way to improve the PHP training ecosystem across the community - their "PHP Education Initiative".
</p>
<blockquote>
PHP Training is an integral part of our PHP community and there are a lot of folks providing great training services making the PHP community safer and stronger. ServerGrove has long supported PHP education by sponsoring PHP User Groups and PHP Conferences, but we realised we have overlooked professional trainers. That is why we are pleased to announce our PHP Education Initiative.
</blockquote>
<p>
Their part in the project is to provide resources (individual VPSes) for each of the individuals involved to give them a solid platform to work from. It's available to students, educator or user group leader involved in a PHP-centric training session. For more information on getting access to this resource, check out <a href="http://blog.servergrove.com/2012/07/16/servergroves-php-education-initiative/">the post</a> for contact information and what will be included.
</p>]]></description>
      <pubDate>Tue, 17 Jul 2012 09:03:59 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Engine Yard Blog: Announcing Our New PHP User Group Program]]></title>
      <guid>http://www.phpdeveloper.org/news/18181</guid>
      <link>http://www.phpdeveloper.org/news/18181</link>
      <description><![CDATA[<p>
The folks over at Engine Yard have <a href="http://www.engineyard.com/blog/2012/announcing-our-new-php-user-group-program/">launched a new PHP-related effort</a> to try to do their part to help out PHP user groups all over the world - a new program that aims to provide user groups with support via a direct link with their leaders.
</p>
<blockquote>
Since Engine Yard was formed, we've had a deep commitment to supporting the open source community. [...] What was missing, though, was a more organized way to reach out to PHP User Groups to offer our support. We didn't really have a consistent way to connect with user group leaders. That's why we're starting a PHP User Group Program.
</blockquote>
<p>
User group leaders that sign up will get a monthly email describing the benefits available to your group, a list of upcoming events or conferences your attendees might be interested in as well as information on getting occasional swag/sponsorship for your group. 
</p>
<blockquote>
We'll also be highlighting a PHP User Group of the month, which will entail a blog post about your group, a visit from us and some extra special goodies for your members.
</blockquote>
<p>
If you're a user group leader, you can get involved by <a href="https://docs.google.com/a/engineyard.com/spreadsheet/ccc?key=0ArizYfD8IU5xdHpzWTYwUGNIellKdGl6UUdIa3BFWmc">signing up here</a> and you'll be notified when you've been added.
</p>]]></description>
      <pubDate>Wed, 04 Jul 2012 14:07:55 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Joshua Thijssen's Blog: Creating a traceroute program in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/15530</guid>
      <link>http://www.phpdeveloper.org/news/15530</link>
      <description><![CDATA[<p>
<i>Joshua Thijssen</i> has a new post to his blog looking at taking a common unix tool - traceroute - and seeing if he could <a href="http://www.adayinthelifeof.nl/2010/07/30/creating-a-traceroute-program-in-php/">translate it into PHP</a> where it could be called directly without the need for something like <a href="http://php.net/exec">exec</a>.
</p>
<blockquote>
Today i was reading upon <a href="http://blog.ksplice.com/2010/07/learning-by-doing-writing-your-own-traceroute-in-8-easy-steps/">this wonderful article</a> about writing a trace-route program in Python in 40 lines. Even though trace-route is one of the many tools i use on day to day basis, i never really got into writing a version myself (something I like to do just to gain knowledge how things works). So when I was reading this post, i thought, Python is nice, but is it possible to do it in PHP as well? The answer to that: yes and no..
</blockquote>
<p>
His post introduces you to "traceroute" (including a bit on how it works) in case you're either not a unix user or haven't gone much past some of the basics of the operating system type. One issues he butted up against was problems with the socket extension in PHP and inconsistencies with the underlying connection types. Another is the limitation of the tool only working as the root superuser. He includes the actual code and some sample output if you'd like to try it for yourself.
</p>]]></description>
      <pubDate>Thu, 02 Dec 2010 13:09:07 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect: Zend launches user group affiliate program]]></title>
      <guid>http://www.phpdeveloper.org/news/14385</guid>
      <link>http://www.phpdeveloper.org/news/14385</link>
      <description><![CDATA[<p>
<a href="http://zend.com">Zend</a> recently introduced an <a href="http://www.zend.com/en/community/user-groups-affiliate">affiliate program</a> targeted at local user groups all around the world to allow them to get discounts on Zend products and services. Unfortunately, the program has met with some mixed reviews and <i>Giorgio Sironi</i> <a href="http://www.phparch.com/2010/04/19/zend-user-groups-affiliate-program">touches</a> on just a few.
</p>
<blockquote>
The program is intended to benefit all the parties involved; primarily, Zend gets a showcase for its products in an environment of dedicated PHP programmers like the ones in PHP user groups. In exchange, the group members obtain a discount on their purchases via a group-specific coupon code.
</blockquote>
<p>
Some user groups are seeing it as a good thing, a way to provide the things Zend has to offer (software, training...anything on <a href="http://shop.zend.com/">the Zend store</a> really) for a discounted price. Others, however, see it has an unwelcome way Zend has tried to worm their way into local groups.
</p>]]></description>
      <pubDate>Wed, 21 Apr 2010 11:46:35 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPWomen: PHPWomen Launches Partnership Program]]></title>
      <guid>http://www.phpdeveloper.org/news/14091</guid>
      <link>http://www.phpdeveloper.org/news/14091</link>
      <description><![CDATA[<p>
According to a new post to their blog, the PHPWomen group has <a href="http://www.phpwomen.org/wordpress/2010/02/24/phpwomen-launches-partnership-program">announced a partnership program</a> for projects that want to put out a message of encouraging diversity in contributors:
</p>
<p>As quoted from <a href="http://www.phpwomen.org/wordpress/partnerships-with-os-projects">the information page</a> about the partnerships:
</p>
<blockquote>
PHPWomen has launched a partnership program for open source projects that are committed to embracing diversity and providing a welcoming and friendly atmosphere for contributors. We work closely with project leaders to identify specific areas of need, and will actively encourage our members to participate by promoting those needs through various channels. In return, the project leaders will ensure that newcomers to their projects will be welcomed and their contributions appreciated. This includes fostering an open and friendly environment for all newcomers, not just females.
</blockquote>
<p>
The goal of the project is to encourage inviting environments for open source projects where developers feel like they're given a chance to contribute equally and to provide something more specific than "here's a project that needs help - go for it". 
</p>
<p>
There's already <a href="http://www.phpwomen.org/wordpress/partnerships-with-os-projects">several projects</a> that are on the list including <a href="http://getspaz.com/">Spaz</a> and the <a href="http://www.php.net/docs.php">PHP Documentation team</a>. You can find out more specifics on what they're looking for in contributions on the <a href="http://www.phpwomen.org/wordpress/os-project-opportunities">Opportunities</a> page.
</p>]]></description>
      <pubDate>Thu, 25 Feb 2010 12:53:32 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Marco Tabini's Blog: The story behind TEKX's Charter Ticket program]]></title>
      <guid>http://www.phpdeveloper.org/news/13749</guid>
      <link>http://www.phpdeveloper.org/news/13749</link>
      <description><![CDATA[<p>
If you haven't heard about the Charter Tickets available for this year's <a href="http://tek.phparch.com">TekX conference</a> you only have a little bit of time to pick one up yourself - until January 6th! If you want to find out a bit more about why these special tickets were offered, check out <a href="http://blog.tabini.ca/2009/12/the-story-behind-tek%C2%B7xs-charter-ticket-program/">this new post</a> to <i>Marco Tabini</i>'s blog (of php|architect) with some of their thoughts.
</p>
<blockquote>
It pos­si­ble to pur­chase a full - ex­pe­ri­ence TEK·X tick­et'"valid for both the main con­fer­ence and tu­to­ri­al day - for $650. The catch (if you want to call it that) is that the spe­cial is only valid until we an­nounce the sched­ule. [...] The rea­son­ing be­hing the Char­ter Pro­gram is very sim­ple: we rec­og­nize that there is a core of at­ten­dees for whom our con­fer­ences have be­come an op­por­tu­ni­ty to meet up with their peers and learn what's hap­pen­ing in the PHP world. 
</blockquote>
<p>
This Charter Program was created just for those people, the ones that are there regardless of what the conference itself has to offer but are confident that they'll be in for a good even no matter what. For them it's not just about the sessions, it's about the people they'll meet and friends they'll see again.
</p>]]></description>
      <pubDate>Wed, 30 Dec 2009 11:51:09 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: Building Sample Programs for an IP-to-country Mapping Application]]></title>
      <guid>http://www.phpdeveloper.org/news/11926</guid>
      <link>http://www.phpdeveloper.org/news/11926</link>
      <description><![CDATA[<p>
DevShed has posted the <a href="http://www.devshed.com/c/a/PHP/Building-Sample-Programs-for-an-iptocountry-Mapping-Application/">second part</a> of their series looking at an IP-to-Country mapping application, this time with a focus on building some simple applications to use the data inside.
</p>
<blockquote>
Building a web site that will be seated on a multi-lingual platform often requires developing an IP-to-country application that permits you to map users' IP addresses to their corresponding countries. [...] This database contains over 82,0000 records and allows you to map more than 3,200,000 IP addresses to their respective countries. This can be really handy for developing different IP-to-country applications with minor efforts.
</blockquote>
<p>
The review the <a href="http://www.phpdeveloper.org/news/11876">previous article</a> on making the database and move ahead to create a script that selects - based off the IP range - the country that address could be from.
</p>]]></description>
      <pubDate>Wed, 11 Feb 2009 08:44:29 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Joshua Eichorn's Blog: Thanks for your thoughts on improving PEAR]]></title>
      <guid>http://www.phpdeveloper.org/news/7802</guid>
      <link>http://www.phpdeveloper.org/news/7802</link>
      <description><![CDATA[<p>
Following up from <a href="http://www.phpdeveloper.org/news/7773">a previous post of his</a> that got lots of great feedback, <i>Joshua Eichorn</i> has posted <a href="http://blog.joshuaeichorn.com/archives/2007/05/08/thanks-for-your-thoughts-on-improving-pear/">his own thanks</a>, not only for the responses to his own thoughts but to the PEAR community as a whole.
</p>
<blockquote>
You'll be happy to know that were already working on many of your suggestions, <a href="http://greg.chiaraquartet.net/archives/173-Is-anything-working-in-PEAR.html">Greg's post on the subject</a> has some more details. I'll be sharing everyones comments with the rest of the PEAR group at our meeting on the 13th, so if anyone has a suggestion they haven't submitted yet thats your deadline.
</blockquote>
<p>
The thing he's most excited about is the <a href="http://blog.joshuaeichorn.com/archives/2007/05/08/thanks-for-your-thoughts-on-improving-pear/">new mentoring program</a> that will introduce new developers to the PEAR-ality of it all and get them involved with both the coding and the community.
</p>]]></description>
      <pubDate>Tue, 08 May 2007 15:02:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Devshed: Email Management Details]]></title>
      <guid>http://www.phpdeveloper.org/news/6722</guid>
      <link>http://www.phpdeveloper.org/news/6722</link>
      <description><![CDATA[<p>
DevShed continues their look at the creation of a PHP email program (as excerpted from the "Zend PHP Certification Study Guide") with <a href="http://www.devshed.com/c/a/PHP/Email-Management-Details/">this new tutorial</a> focusing on the management of the emails themselves.
</p>
<blockquote>
In this second part of a two-part article, you'll learn how to manage email headers when creating a PHP email program, attach a file to a message, and more.
</blockquote>
<p>
In <a href="http://www.devshed.com/c/a/PHP/Email-Management-Details/">this part</a> they cover some of the details about the structure of emails, how to add an attachment to an email (for both a normal file and images for an HTML email), as well as a mention of how email is delivered.
</p>]]></description>
      <pubDate>Thu, 16 Nov 2006 11:05:36 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zak Greant's Blog: The eZ partner program (response to Seth Gottlieb's Commercial O/S business post)]]></title>
      <guid>http://www.phpdeveloper.org/news/6209</guid>
      <link>http://www.phpdeveloper.org/news/6209</link>
      <description><![CDATA[<p>
In <a href="http://zak.greant.com/the-ez-partner-program/">this new post</a> on <i>Zak Greant</i>'s blog, he takes a look at some comments made about the <a href="http://ez.no/partner/ez_publish_partner_program">eZ partner program</a> he helped to develop and his responses to clear up some issues.
</p>
<blockquote>
In a <a href="http://contenthere.blogspot.com/2006/08/commercial-open-source-business.html">blog post yesterday</a>, CMS expert and <a href="http://www.optaros.com/">Optarian</a> <a href="http://www.blogger.com/profile/5445416">Seth Gottlieb</a> wonders about the <a href="http://ez.no/">eZ partner program</a>.
</blockquote>
<p>
<i>Gottlieb</i> made comments about it seeming to be a good system, but not quite understanding how it would work when applied. <i>Zak</i> <a href="http://zak.greant.com/the-ez-partner-program/">comes back</a> with comments on the reasoning behind the program, how it works to benefit the partner, and how they see those partners, both in giving credit and their involvement with the projects.
</p>
<p>
For more information on the eZ partner program, check out <a href="http://ez.no/partner/ez_publish_partner_program">this page</a> on the eZ website</a>.
</p>]]></description>
      <pubDate>Wed, 06 Sep 2006 13:05:16 -0500</pubDate>
    </item>
  </channel>
</rss>
