<?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 01:05:56 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone: Report Review: Open Source in the Enterprise]]></title>
      <guid>http://www.phpdeveloper.org/news/10713</guid>
      <link>http://www.phpdeveloper.org/news/10713</link>
      <description><![CDATA[<p>
The Zend Developer Zone has <a href="http://devzone.zend.com/article/3738-Report-Review-Open-Source-in-the-Enterprise">a review</a> posted of a report that the O'Reilly Radar group put out concerning Open Source software and its place in the Enterprise business today.
</p>
<blockquote>
It's not often that a report generates this much excitement but "Open Source in the Enterprise" says a lot of what needs to be said to C-Levels considering making the jump to Open Source.
</blockquote>
<p>
<i>Cal</i> mentions one of the 6 factors that are driving more and more businesses to open source software (like PHP) - the community that surrounds them (how vibrant is it?). He also points out the concept of "vendor lock-in" and how open source can help companies accomplish it by ridding themselves of proprietary software. The report can be gotten from the <a href="http://radar.oreilly.com/">O'Reilly Radar</a> group for $399 for an individual copy or $995 for a sitewide license.
</p>]]></description>
      <pubDate>Wed, 30 Jul 2008 08:43:22 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Chris Hartjes' Blog: Doing RADAR in CakePHP]]></title>
      <guid>http://www.phpdeveloper.org/news/7612</guid>
      <link>http://www.phpdeveloper.org/news/7612</link>
      <description><![CDATA[<p>
<i>Chris Hartjes</i> demonstrates how to get the concept of <a href="http://www.littlehart.net/atthekeyboard/2007/04/04/keep-an-eye-on-your-radar/">RADAR</a> (RESTful Application, Dumb-Ass Recipient) <a href="http://www.littlehart.net/atthekeyboard/2007/04/11/doing-radar-in-cakephp/">up and working</a> with a simple CakePHP application.
</p>
<blockquote>
Okay, time for some code samples to boost traffic to my site. In a previous posting I talked about the idea of RADAR, or RESTful Application, Dumb-Ass Recipient. So, wanting to see if I could put it into use, I decided to do the following for a new application: Have the core of the application provide data via a REST service, For the web part of it, create controller / action pairs that call the REST service and pass the output onto the views.
</blockquote>
<p>
There's <a href="http://www.littlehart.net/atthekeyboard/2007/04/11/doing-radar-in-cakephp/">four code examples</a> included in the post:
<ul>
<li>Defining the IndexController for the app
<li>Creating the results, standings and schedule methods in the controller
<li>Rendering the XML for the response and for the standings and for the standings for a particular division (two code blocks).
</ul>
</p>]]></description>
      <pubDate>Thu, 12 Apr 2007 10:21:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Technobabbler.com: making a radar loop with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/6221</guid>
      <link>http://www.phpdeveloper.org/news/6221</link>
      <description><![CDATA[<p>
On the Technobabbler blog, there's <a href="http://technobabbler.com/?p=12">a quick look</a> at their creation of a (weather) radar loop they could view on their cell phone.
</p>
<blockquote>
I used the great mobile site from the NWS, but it still didn't give me the effect I wanted. And hey, I'm already <a href="http://technobabbler.com/?p=11">filling a database</a> with weather observations and radar images! So I decided to see what it would take to make a custom radar loop that I could get to at any given moment. The Treo can display animated gif files, so that seemed like the most efficient solution. The question is, how do we create an animated gif using PHP?
</blockquote>
<p>
To answer the question, he found <a href="http://www.phpclasses.org/browse/package/3163.html">this script</a> ("GIF images into animated GIF with native PHP class") and used it to create a simple script to grab the GIF images and combine them into a single animated image suitable for viewing in any browser. He includes the script used to generate it as well as an example of the result and how it looks on the phone.
</p>]]></description>
      <pubDate>Thu, 07 Sep 2006 13:36:21 -0500</pubDate>
    </item>
  </channel>
</rss>
