<?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>Sun, 19 May 2013 18:57:19 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend.com: Enter to Win a Pass to PHP UK Conference 2011]]></title>
      <guid>http://www.phpdeveloper.org/news/15749</guid>
      <link>http://www.phpdeveloper.org/news/15749</link>
      <description><![CDATA[<p>
On the Zend.com site today there's <a href="http://www.zend.com/en/community/phpuk-drawing">a drawing you can enter</a> for a chance to win a free pass to the <a href="http:// www.phpconference.co.uk">PHP UK Conference</a> happening in February (the 25th) in London.
</p>
<blockquote>
The PHP London user group's sixth annual PHP UK Conference is a full-day event of lectures and networking for web developers and managers at the Business Design Centre in central London on Friday 25 February 2011. Enter now, and possibly win a registration to this exciting event, worth &pound;130!
</blockquote>
<p>
The drawing will end on February 14th so be sure to <a href="http://www.zend.com/en/community/phpuk-drawing">put your name in</a> for a chance to win a pass. <a href="http://www.phpconference.co.uk/talks">Talks being presented</a> at this year's event include topics such as advanced OOP patterns, frameworks, continuous improvement, NoSQL, Amazon EC2 and Xdebug. You can find out more about the conference in general on the <a http://www.phpconference.co.uk/">PHP UK website</a>.
</p>]]></description>
      <pubDate>Mon, 17 Jan 2011 09:04:51 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Michael Kimsal's Blog: Codemash free admission drawing giveaway]]></title>
      <guid>http://www.phpdeveloper.org/news/9210</guid>
      <link>http://www.phpdeveloper.org/news/9210</link>
      <description><![CDATA[<p>
Those of you wanting to go out to <a href="http://www.codemash.org/">Codemash</a>, listen up! (literallty). <i>Michael Kimsal</i> is giving away a free pass to this year's even that he'll be drawing for - but you need to listen to his latest <a href="http://www.webdevradio.com/">WebDevRadio podcast</a> to find out how.
</p>
<blockquote>
The codemash organizers have graciously donated a free pass to the upcoming <a href="http://www.codemash.org/">Codemash</a> conference to be given away to one lucky webdevradio.com listener.  To enter in to the drawing, <a href="http://www.webdevradio.com/">listen to the codemash episode interview podcast on webdevradio</a> with Jim Holmes, follow the instructions, and hope your name is drawn.
</blockquote>
<p>
You can either <a href="http://www.webdevradio.com/index.php?id=60">listen to the episode</a> right on the page, <a href="http://www.webdevradio.com/get.php?web=podcast-webdevradio-2007-12-06-38858.mp3">download the mp3</a> of the show or <a href="http://feeds.feedburner.com/WebdevradioPodcastHome">subscribe to their feed</a> to get this and other great episodes.
</p>]]></description>
      <pubDate>Mon, 10 Dec 2007 13:43:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Clay Loveless' Blog: Free Beer in Atlanta]]></title>
      <guid>http://www.phpdeveloper.org/news/8638</guid>
      <link>http://www.phpdeveloper.org/news/8638</link>
      <description><![CDATA[<p>
Going to the <a href="http://works.phparch.com/">php|works</a> conference and in the middle of a job search? Keep an eye out for <i>Clay Loveless</i> then - he and his company, <a href="http://www.mashery.com/">Mashery</a>, are looking for a few good developers and have a tempting offer as an incentive:
</p>
<blockquote>
The company I had pleasure of co-founding last summer is once again on the prowl for top-notch, Zend Certified PHP developers. We're taking the hunt for these folks to <a href="http://works.phparch.com/">php|works</a> in Atlanta. Whenever possible, <a href="http://www.mashery.com/">Mashery</a> will be luring the quality developers with free beer. That's right: free beer that is <a href="http://en.wikipedia.org/wiki/Gratis_versus_Libre">free, as in beer</a>.
</blockquote>
<p>
They're also having a drawing for an <a href="http://www.apple.com/ipodtouch/">8GB iPod Touch</a> for anyone that can prove they have recently taken the Zend Certification Exam.
</p>
<p>
<b>Company description:</b><br/>
Mashery is the leading provider of web services and API management solutions enabling software-driven companies to unlock and accelerate their web services channel. With its on-demand, fully hosted solution, Mashery takes away the cumbersome process and plumbing around managing web services. Mashery provides all the ingredients required to get web services up-and-running quickly, easily and successfully while ensuring that they will scale: usage/access management, tracking, metrics, commerce, performance optimization and developer/community tools all come pre-packaged. Mashery enables web services providers to focus their time, resources and capital on building their core software, not on creating web services management infrastructure.]]></description>
      <pubDate>Wed, 12 Sep 2007 10:27:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: Drawing Functions and the GD Library in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/8504</guid>
      <link>http://www.phpdeveloper.org/news/8504</link>
      <description><![CDATA[<p>
DevShed continues their series looking at the use of the graphics functionality in PHP, GD, with <a href="http://www.devshed.com/c/a/PHP/Drawing-Functions-and-the-GD-Library-in-PHP/">part three</a> - a focus on more of the associated functions.
</p>
<blockquote>
In this third article of the series I'll show you how to take advantage of a few more handy functions integrated with this library. These function will help you perform some basic drawing operations on a specified image stream.
</blockquote>
<p>
They look at five new functions: <a href="http://www.devshed.com/c/a/PHP/Drawing-Functions-and-the-GD-Library-in-PHP/1/">imagearc</a>, <a href="http://www.devshed.com/c/a/PHP/Drawing-Functions-and-the-GD-Library-in-PHP/2/">imagechar/imagecharup</a> and <a href="http://www.devshed.com/c/a/PHP/Drawing-Functions-and-the-GD-Library-in-PHP/3/">imageellipse/imagefilledellipse</a> with code examples for each.
</p>]]></description>
      <pubDate>Tue, 21 Aug 2007 14:32:00 -0500</pubDate>
    </item>
  </channel>
</rss>
