<?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, 21 Nov 2008 05:30:13 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Evan Sims' Blog: Automattic releases WordPress for iPhone]]></title>
      <guid>http://www.phpdeveloper.org/news/10657</guid>
      <link>http://www.phpdeveloper.org/news/10657</link>
      <description><![CDATA[<p>
AS <a href="http://evansims.com/news/automattic-releases-wordpress-for-iphone">Evan Sims</a> mentions on his blog today, Automattic has released a <a href="http://ping.fm/ovCDi">version of WordPress</a> for the iPhone (a client to connect to your remote blogging system).
</p>
<blockquote>
There are a least a half dozen plugins for creating a more hospitable environment for managing your content on the iPhone, but quite honestly the quality of the ones I'd tried left a lot to be desired.
</blockquote>
<p>
He noes that the application is "polished, official and completely native" and includes features that allow you to take a picture with the phone's camera and embed it directly into the post you're writing. Check out <a href="http://iphone.wordpress.org/">the sample video</a> of it in action on an iPhone. You can <a href="http://ping.fm/ovCDi">download it</a> from the App Store for free.
</p>]]></description>
      <pubDate>Tue, 22 Jul 2008 11:13:04 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[CSS Tricks: Create a Slick iPhone/Mobile Interface from any RSS Feed]]></title>
      <guid>http://www.phpdeveloper.org/news/10627</guid>
      <link>http://www.phpdeveloper.org/news/10627</link>
      <description><![CDATA[<p>
On the CSS Tricks blog there's a <a href="http://css-tricks.com/create-a-slick-iphonemobile-interface-from-any-rss-feed/">recent article</a> showing how to combine the <a href="http://www.jquery.com">jQuery</a> Javascript library and the <a href="http://simplepie.org/">SimplePie</a> PHP feed aggregator to create a iPhone/mobile interface to any RSS feed.
</p>
<blockquote>
We are going to create a web page that is formatted specifically for the iPhone (but would presumably be good for other mobile devices as well). This web page will dynamically fill itself with content from any RSS feed that you give it. The interface is going to be built to be easy to use on a mobile device, with large "touchable" areas and nice (jQuery) animations that whisk you between articles.
</blockquote>
<p>They work through the process - five simple steps:</p>
<ul>
<li>Create the iPhone Environment
<li>Pull in the RSS Feed
<li>Creating the Front Page: Headlines Only
<li>Creating the Article Pages: jQuery Slider Style
<li>Adding Some Flair
</ul>
<p>
All code and images needed are included (as well as <a href="http://css-tricks.com/examples/iPhoneInterfaceFromRSS/">a demo</a> if you'd like to try it out).
</p>]]></description>
      <pubDate>Thu, 17 Jul 2008 10:22:55 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Symfony Blog: How to create an optimized version of your website for the iPhone in symfony 1.1]]></title>
      <guid>http://www.phpdeveloper.org/news/10402</guid>
      <link>http://www.phpdeveloper.org/news/10402</link>
      <description><![CDATA[<p>
With the recent stir caused by the new iPhone, it's only natural that developers are looking for easy ways to make their sites as compatible as possible with the mobile platform. The Symfony project has <a href="http://www.symfony-project.org/blog/2008/06/09/how-to-create-an-optimized-version-of-your-website-for-the-iphone-in-symfony-1-1">posted a guide</a> to helping you make your apps optimized for mobile use.
</p>
<blockquote>
symfony 1.1 introduces native support for different formats and mime-types. This means that the same model and controller can have different templates based on the requested format. The default format is still HTML but symfony supports several other formats out of the box as defined in the factories.yml file.
</blockquote>
<p>
Using this system, it's easy to add new output formats by adding to the default layouts the framework comes equipped with. The Content-Type can be changed and layouts can be disabled as needed. This lets you make a custom definition just for use with the iPhone without a lot of hassle.
</p>
<p>
They also <a href="http://www.symfony-project.org/blog/2008/06/09/how-to-create-an-optimized-version-of-your-website-for-the-iphone-in-symfony-1-1">include an example</a> of how to make one of these optimized layouts, including some iPhone "screenshots" of the resulting pages.
</p>]]></description>
      <pubDate>Thu, 12 Jun 2008 14:24:10 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[The Bakery: PremierMarinas.com, ScienceHack.com and an iPhone App]]></title>
      <guid>http://www.phpdeveloper.org/news/8196</guid>
      <link>http://www.phpdeveloper.org/news/8196</link>
      <description><![CDATA[<p>
On The Bakery today, there's three new examples of how the CakePHP framework was used to create three very different types of sites - <a href="http://www.premiermarinas.com/">PremierMarinas.com</a>, <a href="http://sciencehack.com/">ScienceHack.com</a> and a simple iPhone-compatible application.
</p>
<ul>
<li>In <a href="http://bakery.cakephp.org/articles/view/marinas-and-yacht-sales-web-site">the first article</a> they describe how they built a "powerful, full featured CMS" to allow their customers to login and work with their personal information. It included the use of JSON messaging and the use of dynamic libraries.
<li>The <a href="http://bakery.cakephp.org/articles/view/sciencehack-com-search-engine-for-science-videos">article for the second site</a> talks about the creation of a search engine for science videos to provide a more reliable resource for fellow video enthusiasts. He talks about what all he learned in the process and the design of the application. Check out the <a href="http://sciencehack.com/">end result here</a>.
<li>Finally, the <a href="http://bakery.cakephp.org/articles/view/building-an-iphone-app-in-a-day">third article</a> talks about the creation of an application for the iPhone - "an app that would allow other users to add RSS feeds and I could go look for some and add them to my collection". He details the process he went through to create the application and the modules that he used to accomplish it.
</ul>
<p>
Check out the rest of <a href="http://bakery.cakephp.org/">The Bakery</a> for more great CakePHP-related articles and tutorials.
</p>]]></description>
      <pubDate>Fri, 06 Jul 2007 14:15:19 -0500</pubDate>
    </item>
  </channel>
</rss>
