<?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>Sat, 25 May 2013 19:02:29 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[AjaxRay.com: Extending Zend Form Element to create customized Phone number field]]></title>
      <guid>http://www.phpdeveloper.org/news/15063</guid>
      <link>http://www.phpdeveloper.org/news/15063</link>
      <description><![CDATA[<p>
On the AjaxRay.com site today there's <a href="http://www.ajaxray.com/blog/2010/08/25/extending-zend-form-element-for-customized-phone-number/">a new tutorial</a> for the Zend Framework users out there with a library they can use to extend Zend_Form for custom phone number fields.
</p>
<blockquote>
When taking Phone number as user input, we can worn users about phone number format by setting a hint/description and can validate using Regular Expression. [...] Now, if we try provide this feature in Zend Form, that's possible. We can create three individual Zend_Form_Element_Text objects and join there value together to make the phone number. But, in this case, validating them together is a hassle.
</blockquote>
<p>
Instead of separate fields, <a href="http://www.ajaxray.com/blog/downloads/Zend_Form_Element_Phone">the library</a> they create makes it simple to handle them as a whole field. It works as a helper for Zend_Form and lets you set things like the separator between the text fields, a "format" string and a validator to apply to their fields (in the example code, it's the "digits" validator). Sample code is included to show you how it fits in your form.
</p>]]></description>
      <pubDate>Thu, 02 Sep 2010 08:05:06 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Simon Harris' Blog: Making Phone Calls and Sending SMS with HTML]]></title>
      <guid>http://www.phpdeveloper.org/news/14630</guid>
      <link>http://www.phpdeveloper.org/news/14630</link>
      <description><![CDATA[<p>
In a recent post o his blog <i>Simon Harris</i> talks about how you can <a href="http://pointbeing.net/weblog/2010/01/making-phone-calls-and-sending-sms-with-html.html">make phone calls and send SMS messages</a> from your PHP applications (well, sort of). He shows how to trigger phone calls and SMS on certain phones by way of an HTML page.
</p>
<blockquote>
Okay, so you can't really make phone calls and send SMS messages using only HTML; that would be silly. However, if you are developing web sites and web applications for mobile handsets, you can take advantage of some features in XHTML Mobile Profile which make it easy for a user to call a number without typing that number in. You can also use the same mechanism to trigger - on the user's handset - an SMS or MMS dialog with the intended recipient's number and the message content prepopulated.
</blockquote>
<p>
He includes three examples if it in action (using PHP to render the page) - creating a link to make a call from the HTML, sending an SMS if the text inside a link and doing the same with a MMS message. He uses the <a href="http://wurfl.sourceforge.net/">WURFL project</a> to make it all work and code snippets are included.
</p>]]></description>
      <pubDate>Thu, 10 Jun 2010 08:59:06 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect: 5 meta-skills for the PHP developer]]></title>
      <guid>http://www.phpdeveloper.org/news/14079</guid>
      <link>http://www.phpdeveloper.org/news/14079</link>
      <description><![CDATA[<p>
In a recent post to the php|architect site <i>Marco Tabini</i> has a suggestion of <a href="http://www.phparch.com/2010/02/22/5-meta-skills-for-the-php-developer/">five meta-skills</a> he thinks every PHP developer should learn.
</p>
<blockquote>
But being a PHP developer is much more than writing PHP code. In fact, good PHP skills would be something that I would take for granted that every PHP developer should have'"and, if enough employers are as crazy as I am, there's a chance that I'm not the only one who wants to look beyond mere PHP to decide who is good and who is exceptional.
</blockquote>
<p>
His list five of meta-skills for the PHP developer covers a wide range of things, not just involving the technology of web development:
</p>
<ul>
<li>HTML, CSS and JavaScript
<li>Understanding business
<li>Coming to grips with reality
<li>Using the phone
<li>Being humble
</ul>]]></description>
      <pubDate>Tue, 23 Feb 2010 14:13:38 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Vinu Thomas' Blog: Wordpress blogging on a S60 Phone]]></title>
      <guid>http://www.phpdeveloper.org/news/11560</guid>
      <link>http://www.phpdeveloper.org/news/11560</link>
      <description><![CDATA[<p>
In <a href="http://blogs.vinuthomas.com/2008/12/11/wordpress-blogging-on-a-s60-phone/">this new post</a> to his blog <i>Vinu Thomas</i> shows how to install an application onto his <a href="http://www.s60.com/life">S60 phone</a> to access his WordPress blog.
</p>
<blockquote>
I just came across this S60 freeware today which allows me to manage my wordpress blog on my E71. Wordmobi is a Python app which can be used to perform the following tasks on the blog: create/publish new posts, include images in the posts, view/approve comments and delete posts.
</blockquote>
<p>
You'll need to install <a href="http://sourceforge.net/project/showfiles.php?group_id=154155">Python on the phone</a> before you can get <a href="http://code.google.com/p/wordmobi/downloads/list">Wordmobi</a> up and running. He includes screenshots for quick blog setup and the resulting listing of posts it pulls in.
</p>]]></description>
      <pubDate>Fri, 12 Dec 2008 09:31:39 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Derick Rethans' Blog: PHP on OpenMoko]]></title>
      <guid>http://www.phpdeveloper.org/news/10944</guid>
      <link>http://www.phpdeveloper.org/news/10944</link>
      <description><![CDATA[<p>
Having just received his brand new <a href="http://www.openmoko.com/product.html">Neo Freerunner</a> device (a linux-based phone) <i>Derick Rethans</i> did what any other good PHP developer out there would do - he <a href="http://derickrethans.nl/php_on_openmoko.php">installed PHP on it right away</a>.
</p>
<blockquote>
As I mentioned, the Freerunner is basically a Linux computer - which means total freedom of what you install on it. Traditionally it comes with perl and python, including GTK bindings. However, no PHP is found on it. I set out to change that. Unfortunately there were some issues with cross compiling, so I decided to compile PHP  on the phone. There were some issues with this. 
</blockquote>
<p>
Because the included BusyBox toolset (that emulates much of the traditional Unix tools) didn't have all he needed to compile directly, he compiled the "coreutils" libraries and installed them to the phone. After a few manual tweaks and file copies he had what he needed and ran the compile without issues. He even created <a href="http://files.derickrethans.nl/countdown_0.0.1-1_arm.ipk">a package</a> you can download (a countdown timer) to see if your install is working correctly.
</p>]]></description>
      <pubDate>Tue, 02 Sep 2008 11:11:15 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Vinu Thomas' Blog: PHP Apps on Mobile using PAMP]]></title>
      <guid>http://www.phpdeveloper.org/news/9797</guid>
      <link>http://www.phpdeveloper.org/news/9797</link>
      <description><![CDATA[<p>
<i>Vinu Thomas</i> <a href="http://blogs.vinuthomas.com/2008/03/14/php-apps-on-mobile-using-pamp/">talks about</a> a platform on his blog today that can be used to create PHP applications to live on a <a href="http://www.s60.com">S60 phone</a>.
</p>
<blockquote>
If you'd like to work on your favorite PHP apps on your S60 phones, here's PAMP - Personal Apache, MySQL and PHP. This is implemented on the Symbian OS using Open C, which is a set of industry-standard POSIX and middleware C libraries for S60.
</blockquote>
<p>
The <a href="http://wiki.opensource.nokia.com/projects/PAMP">PAMP system</a> is pretty easy to install and guides can be found over on <a href="http://dev.mobi/node/817">the dev.mobi website</a> to help get you started. You can download the latest version of the project from <a href="http://sourceforge.net/project/showfiles.php?group_id=212597&package_id=255753">its SourceForge website</a>.
</p>]]></description>
      <pubDate>Fri, 14 Mar 2008 10:25:57 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Join the Founding Members of PHPWomen.Org in a Live PHP Abstract Podcast]]></title>
      <guid>http://www.phpdeveloper.org/news/9145</guid>
      <link>http://www.phpdeveloper.org/news/9145</link>
      <description><![CDATA[<p>
The Zend Developer Zone is hosting a <a href="http://devzone.zend.com/article/2752-Join-the-Founding-Members-of-PHPWomen.Org-in-a-Live-PHP-Abstract-Podcast">special event</a> involving the <a href="http://www.phpwomen.org">PHP Women</a>'s user group - a live podcast as a part of the PHP Abstract series happening December 4th.
</p>
<blockquote>
<a href="http://www.phpwomen.org/wordpress/2007/10/25/phpwomen-quietly-passes-its-1-year-birthday/">PHPWomen.org recently celebrated it's first birthday</a>. To honor the occasion, four of it's prominent members, Ligaya Turmelle, Elizabeth Naramore, Elizabeth Smith and Sara Golemon have agreed to sit down with me on the phone and talk about PHPWomen.org, it's goals, how well they feel they are achieving them, and why the #phpwomen chat room has nice wallpaper and a couch in it.
</blockquote>
<p>
Since it is live, listeners are invited to participate too through two methods - via IRC on the Freenode network and on a toll-free number to call in. And, as <i>Cal</i> puts it: "if you ask a good question and they answer it on the podcast, I'll send you one of the new <a href="http://www.flickr.com/photos/calevans/2071724366/">elePHPants</a>!"
</p>
<p>
You can get full details on the podcast from <a href="http://devzone.zend.com/article/2752-Join-the-Founding-Members-of-PHPWomen.Org-in-a-Live-PHP-Abstract-Podcast">this post</a> on the Zend Developer Zone's site.
</p>]]></description>
      <pubDate>Thu, 29 Nov 2007 12:02:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Joey's Blog: 8 Practical PHP Regular Expressions]]></title>
      <guid>http://www.phpdeveloper.org/news/8855</guid>
      <link>http://www.phpdeveloper.org/news/8855</link>
      <description><![CDATA[<p>
On his web development blog, <i>Joey</i> has <a href="http://devolio.com/blog/archives/34-8-Practical-PHP-Regular-Expressions.html">posted a new list</a> of eight handy regular expressions you can use in your code for common validations.
</p>
<blockquote>
Here are eight examples of practical PHP regular expressions and techniques that I've used over the past few years using Perl Compatible Regular Expressions. This guide goes over the eight different validation techniques and describes briefly how they work. Usernames, telephone numbers, email addresses, and more.
</blockquote>
<p>
Each of the regular expressions comes complete with an explanation of what it is and the kinds of strings it's looking for. Comments on <a href="http://devolio.com/blog/archives/34-8-Practical-PHP-Regular-Expressions.html">the post</a> have helped even more, finding places where they might break or not catch all possibilities.
</p>]]></description>
      <pubDate>Wed, 17 Oct 2007 10:27:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Marcus Whitney's Blog: Mobile Apps In A Hurry - Flash Lite to PHP?]]></title>
      <guid>http://www.phpdeveloper.org/news/4795</guid>
      <link>http://www.phpdeveloper.org/news/4795</link>
      <description><![CDATA[In one of his latest posts, <i>Marcus Whitney</i> <a href="http://www.marcuswhitney.com/?p=43">looks at</a> the upcoming year and what the future holds for mobile applications - and where PHP might fit into it (with a little help from Flash Lite).
<p>
<quote>
<i>
Since meeting <a href="http://jaxn.org/blog/archives/1503-lunch-with-marcus.html">with Jackson for lunch this week</a>, I am definitely convnced that he is on to something when he says <a href="http://jaxn.org/blog/archives/1452-mobile-homes.html">2006 is going to be huge for mobile</a>. Here's another challenge to the PHP community. <a href="http://www.macromedia.com/mobile/">Flash Lite</a> is pretty cool. So.. I'm pretty excited by Flash Lite, and the announcement that Samsung phones will support it is good news for me and all the Sprint/Nextel/Embarq customers out there. 
<p>
Any chance us PHP devs will be able to start writing robust mobile apps? Maybe working in tandem wiith the beauty of Flash on the front end?
</i>
</quote>
<p>
It'd be interesting to <a href="http://www.marcuswhitney.com/?p=43">see if this line of thought</a> would lead to any major PHP/Flash applications. The possibility is definitely there with its ability to not only import data like XML, but pull in other resources as well...]]></description>
      <pubDate>Mon, 06 Feb 2006 07:02:40 -0600</pubDate>
    </item>
  </channel>
</rss>
