<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>PHP Programming</title>
<link rel="self" type="application/atom+xml" title="PHP Programming" href="http://www.feeddistiller.com/blogs/PHP Programming/atom.xml"/>
<link rel="alternate" type="application/atom+rss" title="PHP Programming" href="http://www.feeddistiller.com/blogs/PHP Programming/feed.rss"/>
<subtitle>Blogs on Programming PHP</subtitle>
<feedid>230</feedid>
<feedname>PHP Programming</feedname>
<updated>2010-03-12T01:17:37</updated>
<author>
<name>Neal Pointer</name>
<email>barry.david.adams@googlemail.com</email>
</author>

<entry>
<from href="http://feeds.feedburner.com/ZendDeveloperZone?format=xml">Zend Developer Zone (DevZone) - Advancing the art of PHP</from>
<title>Joseph Crawford&apos;s Blog: Zend Framework: Creating RESTful Applications</title>
<link href="http://feedproxy.google.com/~r/ZendDeveloperZone/~3/bS17dNCvOc4/11953-Joseph-Crawfords-Blog-Zend-Framework-Creating-RESTful-Applications"/>
<updated>2010-03-11T17:25:04</updated>
<summary>Joseph Crawford  has a new post to his blog today with a look at his use of the Zend_Rest_Controller and Zend_Rest_Route components of the Zend Framework to  create a simple REST service .
 
</summary>
<id>ee9cd01e3d8bd89815dda771eb302baa</id>
</entry>

<entry>
<from href="http://www.phpdeveloper.org/feed">PHPDeveloper.org</from>
<title>php|architect: Programming: you&apos;re doing it wrong</title>
<link href="http://www.phpdeveloper.org/news/14169"/>
<updated>2010-03-11T17:06:42</updated>
<summary>
In an opinion piece posted to the php|architect site Marco Tabini suggests that we (as developers) are doing it wrong as we move further and further away from the pragmatic side of programming into the abstract.


No matter how advanced the techniques that we use, there is always something that we could be doing better. [...] Which one is right? The real problem is that the answer to that question is, &quot;yes.&quot; That&apos;s because it lacks a specific context in which it can be inserted.


He suggests that, in our quest to figure out what the perfect case for any situation, we stop focusing on the practicality of writing applications to accomplish goals. Sometimes it&apos;s not about getting the right theory behind the code - sometimes it&apos;s just doing it.
</summary>
<id>d48095ab2b95f1c67b9cfe929387be6c</id>
</entry>

<entry>
<from href="http://feeds.feedburner.com/ZendDeveloperZone?format=xml">Zend Developer Zone (DevZone) - Advancing the art of PHP</from>
<title>Webinar - New in Zend Framework 1.10!</title>
<link href="http://feedproxy.google.com/~r/ZendDeveloperZone/~3/JrXPzfq-drE/11954-Webinar---New-in-Zend-Framework-1.10"/>
<updated>2010-03-11T16:27:55</updated>
<summary>Zend Framework 1.10 sports a ton of new features, as well as completely revamped online documentation. In this webinar, Matthew Weier O’Phinney, Framework Project Lead, and Ralph Schindler, Zend Framework Software Engineer, will present a synopsis of the new features, discuss the new online documentation system and how it’s built, and answer your questions about the new release….
 
</summary>
<id>9a6947b6286d328bc0a777c66ae6bdef</id>
</entry>

<entry>
<from href="http://www.phpdeveloper.org/feed">PHPDeveloper.org</from>
<title>Brian Moon&apos;s Blog: PHP command line progress bar</title>
<link href="http://www.phpdeveloper.org/news/14168"/>
<updated>2010-03-11T16:23:41</updated>
<summary>
Brian Moon has a quick post that links to a but of code that gives you a progress bar for the command line that&apos;s flexible enough to be used in an number of situations.


Was just looking through some code and came across this function I wrote some time ago. If you do a lot of your processing scripts in PHP like we do, you probably need to know what is going on sometimes. So, I made a progress bar for use on the cli. I thought I would share it.


You can see a demo of it here (screencast) or just download the code. Comments on the post also point out the PEAR Console_Progressbar package and the ez Components class for creating a more advanced progress bar.
</summary>
<id>93c170eaa328f7cb1768b8aaf194ac83</id>
</entry>

<entry>
<from href="http://feeds.feedburner.com/ZendDeveloperZone?format=xml">Zend Developer Zone (DevZone) - Advancing the art of PHP</from>
<title>Webinar - Optimizing Drupal: Performance Tips and Benchmarking by Zend and Acquia</title>
<link href="http://feedproxy.google.com/~r/ZendDeveloperZone/~3/JsmwSTnuR6U/11952-Webinar---Optimizing-Drupal-Performance-Tips-and-Benchmarking-by-Zend-and-Acquia"/>
<updated>2010-03-11T16:19:55</updated>
<summary>To be successful, larger Drupal sites face key issues of site performance and scalability. This webinar is targeted at managers and developers who are trying to get the most out of a Drupal site. We’ll discuss common Drupal performance bottlenecks and a number of techniques to dramatically improve site performance. A detailed review of recent performance and stress testing will highlight  PHP  opt…
 
</summary>
<id>2258d105b8c917c24369936c88f9d2a3</id>
</entry>

<entry>
<from href="http://www.phpdeveloper.org/feed">PHPDeveloper.org</from>
<title>Alan Skorkin&apos;s Blog: How To Fix The WP-Syntax Special Character Escaping Issue</title>
<link href="http://www.phpdeveloper.org/news/14167"/>
<updated>2010-03-11T15:15:21</updated>
<summary>
Alan Skorkin has a recent post to his blog about a trouble that many WordPress users have come across in working with their content and the WP-Syntax plugin (for displaying code) - a special character escaping bug that escapes characters that don&apos;t need it.


Suffice to say, [WP-Syntax] does the job fine except for one very annoying issue. Whenever you have any kind of special characters in your code (which you inevitably do e.g. , &amp; etc.), these always render as their escaped representations.


It only happens with the WYSIWYG editor for writing content (which the tool&apos;s FAQ recommends turning off) but there&apos;s a better solution that Alan found - change a line of code in the plugin to use the htmlspecialchars_decode function to rid your install of this pesky escaping bug.
</summary>
<id>45880c87a1c41e41eb258f49f39229ba</id>
</entry>

<entry>
<from href="http://www.phpdeveloper.org/feed">PHPDeveloper.org</from>
<title>Eli White&apos;s Blog: An intriguing use of lambda functions</title>
<link href="http://www.phpdeveloper.org/news/14166"/>
<updated>2010-03-11T14:48:16</updated>
<summary>
In a new post to his blog today Eli White takes a look at an interesting use of lambda functions he&apos;s figured out for a his development at work.


I found a very specific use out of the blue of Lambda functions that I have now used and I see as a great use-case. Which is specifically passing functions/logic from your Controller to your View. In the case of Goodsie, I&apos;m using PHP for my templating language and as usual I&apos;m trying to remove as much logic from my View as possible, while still allowing the view to be malleable.


His method centered around a pagination subview that he wanted to make flexible enough to work with both the standard page view and with an ajax request. Lambda functions came to the rescue by dynamically creating a function based on the request need. 
</summary>
<id>88b4caf3d0f6f1179f6f50a9cb3f675e</id>
</entry>

<entry>
<from href="http://www.phpdeveloper.org/feed">PHPDeveloper.org</from>
<title>Site News: Blast from the Past - One Year Ago in PHP</title>
<link href="http://www.phpdeveloper.org/news/14165"/>
<updated>2010-03-11T13:03:15</updated>
<summary>: : News Feed Jobs Feed Sections Tutorials Books Events Talks Jobs Recent Jobs Job Posting : Vermont Information Processing Seeks Senior Lead PHP Developer Burlington , VT Job Posting : Mediware Blood Center Technologies Seeks PHP Software Developer Jacksonville , FL PHP Zone : Can Learning Drupal Get You a Job Job Posting : Tilllate Media Seeks Senior PHP Developer Glasgow , UK Job Posting : Agency Matrix Seeks Senior Application Developer Addison , TX Job Posting : HUGE Seeks Freelance Zend WordPress Developer Brooklyn , NY Job Posting : Abbott Laboratories Seeks PHP Developer Irving , TX Job Posting : BetFair Seeks Lead Software Engineer Web Job Posting : Uplifting Innovations Seeks Lead PHP Developer Portland , OR Job Posting : Ganz Seeks PHP Developer Toronto , Ontario News Archive php|architect : Programming : you&apos;re doing it wrong Brian Moon&apos;s Blog : PHP command line progress bar Alan Skorkin&apos;s Blog : How To Fix The WP-Syntax Special Character Escaping Issue Eli White&apos;s Blog : An intriguing use of lambda functions Site News : Blast from the Past One Year Ago in PHP Perplexed Labs Blog : PHP Forking to Concurrency with pcntl_fork( Community News : Microsoft Returns with The</summary>
<id>dd178420dc451e9d3a0c74cb3dba3929</id>
</entry>

<entry>
<from href="http://feeds.feedburner.com/ZendDeveloperZone?format=xml">Zend Developer Zone (DevZone) - Advancing the art of PHP</from>
<title>DZone.com: Q&amp;A with Jason Gilmore: The Zend Framework </title>
<link href="http://feedproxy.google.com/~r/ZendDeveloperZone/~3/Y-aQyZNZjog/11946-DZone.com-QA-with-Jason-Gilmore-The-Zend-Framework-"/>
<updated>2010-03-10T01:12:39</updated>
<summary>On DZone.com today there&apos;s a new interview by  Lyndsey Clevesy  with  Jason Gilmore  looking at  the Zend Framework  and some of the general things to expect in coming versions.
 
</summary>
<id>97ba688b0f6efde5fa51cafba0ed9212</id>
</entry>

<entry>
<from href="http://feeds.feedburner.com/ZendDeveloperZone?format=xml">Zend Developer Zone (DevZone) - Advancing the art of PHP</from>
<title>Ben Scholzen&apos;s Blog: Modern Application Design - Part 1</title>
<link href="http://feedproxy.google.com/~r/ZendDeveloperZone/~3/fj3EBYeuGds/11924-Ben-Scholzens-Blog-Modern-Application-Design---Part-1"/>
<updated>2010-03-05T22:13:16</updated>
<summary>Ben Scholzen has started a serial about modern appication design on his blog. As base of this serial he is using his blog source for demonstration.
 &amp;lt;/img
</summary>
<id>79db173710a483ac0ba92a2e89757728</id>
</entry>

<entry>
<from href="http://feeds.feedburner.com/ZendDeveloperZone?format=xml">Zend Developer Zone (DevZone) - Advancing the art of PHP</from>
<title>Matthew Weier O&apos;Phinney&apos;s Blog: Responding to Different Content Types in RESTful ZF Apps</title>
<link href="http://feedproxy.google.com/~r/ZendDeveloperZone/~3/L30lEIC-xdY/11925-Matthew-Weier-OPhinneys-Blog-Responding-to-Different-Content-Types-in-RESTful-ZF-Apps"/>
<updated>2010-03-05T21:11:04</updated>
<summary>Continuing on from his  previous   articles  on working with REST in Zend Framework applications (and making the endpoints for a web service)  Matthew Weier O&apos;Phinney  has a new tutorial with the next logical step in the series, automatically  responding to different content types  in your application based on the content-type the client sends.
 
</summary>
<id>ca47cce75e915e7f3148c8d657c79043</id>
</entry>

<entry>
<from href="http://feeds.feedburner.com/ZendDeveloperZone?format=xml">Zend Developer Zone (DevZone) - Advancing the art of PHP</from>
<title>Do you queue? Introduction to the Zend Server Job Queue</title>
<link href="http://feedproxy.google.com/~r/ZendDeveloperZone/~3/hGqf-8LH7j0/11907-Do-you-queue-Introduction-to-the-Zend-Server-Job-Queue"/>
<updated>2010-03-05T14:00:54</updated>
<summary>There has been a lot of talk over the past several years about the difference between performance and scalability.  Never mind that the difference between the two will probably not really affect most developers.  Never mind that the “difference between performance and scalability” argument is often used when someone’s code performs poorly and their best argument is “Yeah, but my code scales”.  Yeah, sure it does.
 
</summary>
<id>0d626f6bb138b0bbc203f9747d15e482</id>
</entry>

<entry>
<from href="http://feeds.feedburner.com/ZendDeveloperZone?format=xml">Zend Developer Zone (DevZone) - Advancing the art of PHP</from>
<title>Michael Kimsal&apos;s Blog: Zend Framework and Doctrine integration - autoloading of doctrine models</title>
<link href="http://feedproxy.google.com/~r/ZendDeveloperZone/~3/PE32CHDDMzU/11913-Michael-Kimsals-Blog-Zend-Framework-and-Doctrine-integration---autoloading-of-doctrine-models"/>
<updated>2010-03-05T04:56:19</updated>
<summary>Michael Kimsal  has a new post today looking at using Doctrine models in a Zend Framework application and how to  get them to autoload  when you need them with the help of Zend&apos;s Zend_Loader_Autoloader.
 
</summary>
<id>1c9d01bfec2632ee845958eadfdad092</id>
</entry>

<entry>
<from href="http://feeds.feedburner.com/ZendDeveloperZone?format=xml">Zend Developer Zone (DevZone) - Advancing the art of PHP</from>
<title>Rob Allen&apos;s Blog: Zend Framework, IIS and 500 errors</title>
<link href="http://feedproxy.google.com/~r/ZendDeveloperZone/~3/cUaLap_K3Ts/11912-Rob-Allens-Blog-Zend-Framework-IIS-and-500-errors"/>
<updated>2010-03-05T04:53:03</updated>
<summary>If you&apos;ve been using the Zend Framework on a Windows platform (running IIS as the web server) and have been getting some 500 errors and have been left lacking the detail you need on the problem, you should read this  new post from Rob Allen about an IIS setting  that can help you out.
 
</summary>
<id>7491607f664e0a808c3881dc77301aef</id>
</entry>

<entry>
<from href="http://feeds.feedburner.com/ZendDeveloperZone?format=xml">Zend Developer Zone (DevZone) - Advancing the art of PHP</from>
<title>System i Network&apos;s IBM i Essentials 2010 Virtual Conference will feature PHP!</title>
<link href="http://feedproxy.google.com/~r/ZendDeveloperZone/~3/ZncRjiKl6e4/11911-System-i-Networks-IBM-i-Essentials-2010-Virtual-Conference-will-feature-PHP"/>
<updated>2010-03-05T04:40:48</updated>
<summary>This  FREE  event will help you learn how to leverage the power of the  IBM  i platform to develop, deploy and manage web applications. 

	 The Virtual Conference has the advantages of a traditional conference without any of the travel time and cost! Attend an educational session, ask questions, visit a trade show booth, interact with other industry professionals and pick up valuable literature – all from the comfort of your office!
 
</summary>
<id>8ca137866e381d32e3ccb1fb4d764d12</id>
</entry>

<entry>
<from href="http://feeds.feedburner.com/ZendDeveloperZone?format=xml">Zend Developer Zone (DevZone) - Advancing the art of PHP</from>
<title>Juozas Kaziukenas&apos; Blog: Don&apos;t be afraid of PHP 5.3</title>
<link href="http://feedproxy.google.com/~r/ZendDeveloperZone/~3/gerTUvlBpUQ/11900-Juozas-Kaziukenas-Blog-Dont-be-afraid-of-PHP-5.3"/>
<updated>2010-03-02T22:15:02</updated>
<summary>Juozas Kaziukenas  has a suggestion for all of those developers (and web applications) out there that are still resting back on their comfort zone of PHP 5.2 -  don&apos;t be afraid of PHP 5.3 , the earlier the adoption the better!
 
</summary>
<id>2315f55515f7a5c4ab16e6ecdfd07f6b</id>
</entry>

<entry>
<from href="http://feeds.feedburner.com/ZendDeveloperZone?format=xml">Zend Developer Zone (DevZone) - Advancing the art of PHP</from>
<title>ZendCasts.com: Creating Custom Zend_Form Decorators</title>
<link href="http://feedproxy.google.com/~r/ZendDeveloperZone/~3/qsFBMCD6A1E/11901-ZendCasts.com-Creating-Custom-Zend_Form-Decorators"/>
<updated>2010-03-02T21:15:49</updated>
<summary>On ZendCasts.com today there&apos;s a new screencast aimed at showing off  custom Zend_Form decorators  for your Zend Framework application.
 
</summary>
<id>187a2f3175c45f43f917923dffa91137</id>
</entry>

<entry>
<from href="http://feeds.feedburner.com/ZendDeveloperZone?format=xml">Zend Developer Zone (DevZone) - Advancing the art of PHP</from>
<title>Connecting Flex 4 and RESTful Web Services using Zend Framework</title>
<link href="http://feedproxy.google.com/~r/ZendDeveloperZone/~3/vT1gWS27aSk/11899-Connecting-Flex-4-and-RESTful-Web-Services-using-Zend-Framework"/>
<updated>2010-03-02T19:04:19</updated>
<image href="http://devzone.zend.com/content/articles/11899/connect_to_xml.jpg" width="150" height="167"/>
<summary>With Adobe’s latest incarnation of the Flex Framework and the
								Flash Builder 
								integrated development environment ( IDE ), creating truly engaging front-end 
								clients is now more streamlined. Some of the useful tools and features 
								covered in this article are the Data/Services, Test Operation, and Network 
								Monitor additions to Flash Builder. In this article, I explain how to set up 
								a simple Representational State Transfer ( REST ) service using the Zend 
								Framework 1.9 locally and connect to it in the Flex 4 application.
 
</summary>
<id>d171d93fea4aa7c1d86c15012b8c1a88</id>
</entry>

<entry>
<from href="http://feeds.feedburner.com/ZendDeveloperZone?format=xml">Zend Developer Zone (DevZone) - Advancing the art of PHP</from>
<title>PHP.net: PHP 5.2.13 Released!</title>
<link href="http://feedproxy.google.com/~r/ZendDeveloperZone/~3/18696Z0BIlw/11884-PHP.net-PHP-5.2.13-Released"/>
<updated>2010-02-26T18:03:13</updated>
<summary>As mentioned on the  main PHP site  today, the latest version in the PHP 5.2 series has been released -  PHP 5.2.13 .
 
</summary>
<id>69395f0c82736be4c2bf27def4e67368</id>
</entry>

<entry>
<from href="http://feeds.feedburner.com/ZendDeveloperZone?format=xml">Zend Developer Zone (DevZone) - Advancing the art of PHP</from>
<title>Padraic Brady&apos;s Blog: PHP Framework Benchmarks: Entertaining But Ultimately Useless</title>
<link href="http://feedproxy.google.com/~r/ZendDeveloperZone/~3/WponnAYmzAA/11873-Padraic-Bradys-Blog-PHP-Framework-Benchmarks-Entertaining-But-Ultimately-Useless"/>
<updated>2010-02-25T00:50:05</updated>
<summary>In a new post to his blog  Padraic Brady  takes a humorous look at  benchmarking PHP frameworks  in a response to some of the other recent posts from developers on the  Symfony  and  Solar  frameworks.
 
</summary>
<id>4cad6679501b1c796b1b448a6d9f6edf</id>
</entry>

<entry>
<from href="http://feeds.feedburner.com/ZendDeveloperZone?format=xml">Zend Developer Zone (DevZone) - Advancing the art of PHP</from>
<title>Cal Evans&apos; Blog: How I got Zend_Tool working on Windows</title>
<link href="http://feedproxy.google.com/~r/ZendDeveloperZone/~3/c3WX_g-_1ZA/11872-Cal-Evans-Blog-How-I-got-Zend_Tool-working-on-Windows"/>
<updated>2010-02-25T00:43:14</updated>
<summary>A few version back the Zend Framework introduced a handy component that can help you get a Zend Framework started quickly -  Zend_Tool  (and the command line &quot;zf&quot;). It works like a charm on unix-based systems, but has some quirks about it on Windows. To help with the situation,  Cal Evans  has  posted a guide on Zend_Tool  and how he got it working on his Windows 7 platform.
 </summary>
<id>75ab0d5bfe361a0744cda77f7f976973</id>
</entry>

<entry>
<from href="http://feeds.feedburner.com/ZendDeveloperZone?format=xml">Zend Developer Zone (DevZone) - Advancing the art of PHP</from>
<title>Zend Framework 1.10.2 Released</title>
<link href="http://feedproxy.google.com/~r/ZendDeveloperZone/~3/7qMSQKxW1fk/11869-Zend-Framework-1.10.2-Released"/>
<updated>2010-02-24T23:04:34</updated>
<summary>On behalf of the Zend Framework community, I&apos;m pleased to announce
    the immediate availability of Zend Framework 1.10.2, our second maintenance
    release in the 1.10 series. You can download it from our downloads page:
 

   http://framework.zend.com/download/latest   

 
    This release includes approximately 50 bugfixes, the majority of which were
    contributed during our Bug Hunt Days last week (more information on that in
    the days to come). The fixes contributed are helping stabilize and improve
    this release.
 
</summary>
<id>d1fd72a048dcba9efd6682ba883856c8</id>
</entry>

<source>
<title>Zend Developer Zone (DevZone) - Advancing the art of PHP</title>
<link href="http://feeds.feedburner.com/ZendDeveloperZone?format=xml"/>
<count>17</count>
</source>

<source>
<title>PHPDeveloper.org</title>
<link href="http://www.phpdeveloper.org/feed"/>
<count>5</count>
</source>

</feed>
