<?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>Wed, 23 May 2012 19:02:33 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[AndroidHive: Android Login and Registration with PHP, MySQL and SQLite]]></title>
      <guid>http://www.phpdeveloper.org/news/17487</guid>
      <link>http://www.phpdeveloper.org/news/17487</link>
      <description><![CDATA[<p>
On the AndroidHive site there's a <a href="http://www.androidhive.info/2012/01/android-login-and-registration-with-php-mysql-and-sqlite/">recent tutorial</a> (plus screencast) about combining PHP, MySQL and SQLite to act as the backend authorization for your Android application.
</p>
<blockquote>
In my previous article <a href="http://www.androidhive.info/2011/10/android-login-and-registration-screen-design/">Android Login and Registration Screen Design</a> i explained designing the login and registration interfaces, but it has no functionality. In this tutorial i am explaining how to build complete login and registration system in android using PHP, MySQL and SQLite. Also this tutorial covers how to build simple API using PHP and MySQL.
</blockquote>
<p>
<a href="http://www.androidhive.info/2012/01/android-login-and-registration-with-php-mysql-and-sqlite/">The tutorial</a> walks you through each step of the process:
</p>
<ul>
<li>Creating MySQL Database and Tables
<li>Building PHP API Classes
<li>Starting Android Project
<li>Making the JSON Parser, SQLite Database Handler and User Functions Classes
<li>Designing the Screens
<li>Switching between Activities
<li>Finally Updating AndroidManifest.xml
</ul>
<p>
If you want to get started quickly, you can just <a href="http://www.box.com/s/kscvgpb1iadv5ppxgrie">download the final result</a> and go.
</p>]]></description>
      <pubDate>Thu, 02 Feb 2012 10:41:21 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Oliver John Tibi's Blog: Mobile-ize Your CakePHP Application]]></title>
      <guid>http://www.phpdeveloper.org/news/17281</guid>
      <link>http://www.phpdeveloper.org/news/17281</link>
      <description><![CDATA[<p>
In a new post to his blog, <i>Oliver John Tibi</i> has the first part of a series looking at <a href="http://tibi.ph/posts/view/mobile-ize_your_cakephp_app_part_1">mobile-izing your CakePHP application</a>, making it mobile friendly when a mobile browser is detected.
</p>
<blockquote>
I'll be writing a short series of posts on how to create a mobile version of your CakePHP app. I've always been bragging to my peers how awesome CakePHP is, and so now I'm writing a short tutorial on how to create a mobile-friendly version of a CakePHP app. I promise to make this as easy as possible. 
</blockquote>
<p>
In this first part of the series he helps you do two things - set up some custom routes for the mobile version of the site ("/m") and add in browser detection using the RequestHandler's "isMobile()" method.
</p>]]></description>
      <pubDate>Tue, 20 Dec 2011 09:11:10 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Tutorialzine.com: Building a Website with PHP, MySQL and jQuery Mobile, Part 1]]></title>
      <guid>http://www.phpdeveloper.org/news/16759</guid>
      <link>http://www.phpdeveloper.org/news/16759</link>
      <description><![CDATA[<p>
From Tutorialzine.com today, they've posted the <a href="http://tutorialzine.com/2011/08/jquery-mobile-product-website/">first part of a series</a> looking at the construction of a full mobile website using PHP, MySQL and jQuery mobile.
</p>
<blockquote>
In this two-part tutorial, we will be building a simple website with PHP and MySQL, using the Model-View-Controller (MVC) pattern. Finally, with the help of the <a href="http://jquerymobile.com/">jQuery Mobile framework</a>, we will turn it into a touch-friendly mobile website, that works on any device and screen size. In this first part, we concentrate on the backend, discussing the database and MVC organization. Next time, we will be writing the views and integrating jQuery Mobile.
</blockquote>
<p>
Their simple application lets you browse products in a storefront with products and their categories. They don't use any particular framework and instead opt for a "include all" approach in their example. This makes it simpler to bootstrap, but shouldn't be used in a production-ready version of the application. There's simple frameworks (like <a href="http://codeigniter.com">CodeIgniter</a> out there that can help take it to the next level without much more complexity). You can see a <a href="http://demo.tutorialzine.com/2011/08/jquery-mobile-product-website/">demo of it in action</a> or just <a href="http://demo.tutorialzine.com/2011/08/jquery-mobile-product-website/mobile-store.zip">download the source</a> to get started hacking.
</p>]]></description>
      <pubDate>Tue, 23 Aug 2011 12:33:09 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Rafael Dohms' Blog: php|tek 2011 and what's trending]]></title>
      <guid>http://www.phpdeveloper.org/news/16418</guid>
      <link>http://www.phpdeveloper.org/news/16418</link>
      <description><![CDATA[<p>
<i>Rafael Dohms</i> has <a href="http://blog.rafaeldohms.com.br/2011/06/01/phptek-2011-and-whats-trending/">posted a wrapup</a> of this year's <a href="http://tek11.phparch.com">php|tek '11</a> conference and has included some of his thoughts about the "trending technologies" he saw during his time there.
</p>
<blockquote>
Another edition of php|tek has come and gone and this year some very amazing topics came into view. The conference itself was once again a great experience, great people, incredible speakers, lots of activities and incredible hack-a-thons and unconference sessions.
</blockquote>
<p>Topics he noticed coming to the forefront at this year's event included:</p>
<ul>
<li>Cloud computing (and the PHP-specific offerings related to it)
<li>Mobile development
<li>API and external tool integration
</ul>
<p>
He also mentions one thing he wouldn't mind seeing more of at events - the "soft skills" sort of presentations. They're less about the technology that's used and more about the "people skills" developers can use to make the best of their careers.
</p>]]></description>
      <pubDate>Thu, 02 Jun 2011 10:34:45 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect Blog: php|tek is goin' digital]]></title>
      <guid>http://www.phpdeveloper.org/news/16069</guid>
      <link>http://www.phpdeveloper.org/news/16069</link>
      <description><![CDATA[<p>
In an interesting move to help make things easier (and better for the environment) for the attendees of their <a href="http://tek11.phparch.com">tek11 conference</a>, the php|architect group is going with an <a href="http://www.phparch.com/2011/03/phptek-is-goin-digital/">"all digital" format</a> for their conference materials this year.
</p>
<blockquote>
Conference programs are easily misplaced, pamphlets are often discarded, and so on, and so forth. The end result is an enormous amount of waste - I'm pretty sure that, last year, we probably shipped, handled, and handed out at least 500lbs. of paper - and less value than everyone would like. This year, therefore, we have set out to "go digital" and limit our paper usage as much as possible. As part of this initiative, we are going to introduce a few changes
</blockquote>
<p>
This year you'll get a USB key instead of the usual bag of handouts, a conference program available in a wide variety of formats and a mobile application you can use to find upcoming sessions and communicate with fellow conference attendees. You can find out more about the conference including the schedule and how to get your ticket on <a href="http://tek.phparch.com/">the tek111 website</a>.
</p>]]></description>
      <pubDate>Fri, 18 Mar 2011 12:34:55 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Building Mobile Applications with PHP and Adobe AIR for Devices]]></title>
      <guid>http://www.phpdeveloper.org/news/15758</guid>
      <link>http://www.phpdeveloper.org/news/15758</link>
      <description><![CDATA[<p>
The Zend Developer Zone has <a href="http://devzone.zend.com/article/12954-Building-Mobile-Applications-with-PHP-and-Adobe-AIR-for-Devices">pointed out</a> a new webinar brought to you by Adobe (with Zend's own <a href="http://twitter.com/kpschrade">Kevin Schroeder</a>) about <a href="http://www.adobe.com/cfusion/event/index.cfm?event=detail&id=1489921&loc=en_us">building mobile applications</a> by combining the Zend Framework and the Adobe AIR technology for devices.
</p>
<blockquote>
Using Zend Framework 1.11 on the server and Adobe AIR for devices on the client, web developers will soon be able to deploy mobile applications across a wide range of smartphone and tablet devices.
</blockquote>
<p>
The webinar will show off the features of the Zend Framework particularly handy for mobile developers and how the Zend_Amf component can be used to hook it into the AIR frontend to create multi-platform applications. If you'd like to check it out, it's free but you'll <a href="http://www.adobe.com/cfusion/event/index.cfm?event=detail&id=1489921&loc=en_us">need to register</a>. It's happening on January 26th from 9am-10am Pacific time (US). 
</p>]]></description>
      <pubDate>Tue, 18 Jan 2011 10:19:55 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Kevin Schroeder's Blog: Debugging a mobile app]]></title>
      <guid>http://www.phpdeveloper.org/news/15292</guid>
      <link>http://www.phpdeveloper.org/news/15292</link>
      <description><![CDATA[<p>
<i>Kevin Schroeder</i> has been working on a Zend Framework-based mobile application (Android) and <a href="http://www.eschrade.com/page/debugging-mobile-4cb8acc8">ran up against a debugging issue</a> that he would normally solve with features of his IDE, but since those weren't available on the device, he got a bit more creative.
</p>
<blockquote>
The solution is similar to what I did with Debugging an RPC call in Zend Framework.  What this does is set the cookies from the remote browser to debug on the local instance of the Zend debugger.  To kick it off simply open up the URL to the debug kickoff page.  That will set the cookies in your mobile browser.  Then go to the page that you want to debug from your mobile phone and reload it.
</blockquote>
<p>
He includes the code you'll need (a method to drop into your Controller) to make that debugging work. It sets up an array of cookie values and, when the page to debug is reloaded, those values will be set again and the IDE (in his case, Zend Studio) will catch them as a key to start debugging.
</p>]]></description>
      <pubDate>Mon, 18 Oct 2010 08:45:06 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Dhiraj Patra's Blog: Getting Started with iPFaces PHP Mobile Application Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/15112</guid>
      <link>http://www.phpdeveloper.org/news/15112</link>
      <description><![CDATA[<p>
In a recent post to his blog <i>Dhiraj Patra</i> <a href="http://dhirajpatra.blogspot.com/2010/09/getting-started-with-ipfaces-php-mobile.html">introduces the iPFaces mobile PHP framework</a> and shows how to create a simple "Hello World" kind of application.
</p>
<blockquote>
iPFaces is a flexible solution for easy development of form-oriented network mobile applications. With the iPFaces solution, mobile devices are able to render content received from a server using their native UI  components. It uses thin presentation client (must be installed on device) to render application content. Using iPFaces it is possible to build an application where users can use their device's specific component behavior and additional device features, such as location service and additional graphic components of the device (lists, pickers etc.).
</blockquote>
<p>
He outlines the <a href="http://mobile.phpmagazine.net/upload/2010/02/getting_started_with_ipfaces_m/image01.html">architecture</a> of a typical application and includes a bit of PHP code to create a simple screen with a "Hello World Application" title and a "Hello World" message as well as a more complex application that uses a GPS element to figure out the distance between you and another location.
</p>]]></description>
      <pubDate>Fri, 10 Sep 2010 13:07:48 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: PHP, Flex and Mobile]]></title>
      <guid>http://www.phpdeveloper.org/news/15093</guid>
      <link>http://www.phpdeveloper.org/news/15093</link>
      <description><![CDATA[<p>
On the Zend Developer Zone today there's <a href="http://devzone.zend.com/article/12534-PHP-Flex-and-Mobile">a new post</a> from <i>Cal Evans</i> about an article from the minds of <i>Ryan Stewart</i> (Adobe) and <i>Kevin Schroeder</i> (Zend) about the powerful combination of Flex and PHP.
</p>
<blockquote>
These two have gotten together again to show how you can use Flex (Flash, ActionScript, AIR, you know the drill) and Zend Framework (<a href="http://devzone.zend.com/article/12518-Zend-Framework-is-a-BOSSie-Award-Winner">Winner of a BOSSie</a>) Their new article "Flex and PHP" from the most recent issue of Flash & Flex magazine, talks about using the same controllers and actions for returning both HTML and JSON. This concept of programming for multiple destinations is important in a web where your API may be more important than your HTML.
</blockquote>
<p>
You can get the full article <a href="http://devzone.zend.com/content/12534/Flex-and-PHP-PHP-Development-on-Mobile.pdf">as a PDF</a> from the DevZone site. It's an extended tutorial on getting Flex and PHP to work together via multiple formats (similar to what <i>Kevin</i> presented on <a href="http://phpdeveloper.org/news/15080">his blog</a> recently.
</p>]]></description>
      <pubDate>Wed, 08 Sep 2010 09:08:48 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[TheseDays.com: An Easy Way to Detect Mobile Devices]]></title>
      <guid>http://www.phpdeveloper.org/news/14938</guid>
      <link>http://www.phpdeveloper.org/news/14938</link>
      <description><![CDATA[<p>
On the These Days blog there's <a href="http://labs.thesedays.com/2010/07/29/an-easy-way-to-detect-mobile-devices/">a recent post</a> talking about creating a mobile version of your site and how you can detect if the visitor is using a mobile browser or not using <a href="http://wurfl.sourceforge.net/">WURFL</a>.
</p>
<blockquote>
<a href="http://wurfl.sourceforge.net/">WURFL</a>, The Wireless Universal Resource File (WURFL) is an open source project which collects information about all of the different mobile devices in use. It is constantly being updated, so as long as you keep your WURFL definitions up-to-date you don't have to worry about your detection scripts not recognising new devices. By querying a WURFL database with your visitor's User Agent string, you can not only determine whether the device they are using is a mobile device, but whether it has a touch screen, can make phone calls, is a tablet (iPad) and <a href="http://wurfl.sourceforge.net/help_doc.php#product_info">more</a>.
</blockquote>
<p>
They include a snippet of code that uses the <a href="http://www.tera-wurfl.com/wiki/index.php/Installation">Tera-WURFL service</a> and a call to getCapabilitiesFromAgent to see what kind of client is making the requests and what it supports.
</p>]]></description>
      <pubDate>Wed, 11 Aug 2010 08:24:35 -0500</pubDate>
    </item>
  </channel>
</rss>

