<?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 13:22:54 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Fortrabbit.com: BETA survey results]]></title>
      <guid>http://www.phpdeveloper.org/news/18413</guid>
      <link>http://www.phpdeveloper.org/news/18413</link>
      <description><![CDATA[<p>
Fortrabbit.com has conducted a survey of developers world-wide about what kind of platform, tools and software they use in their development work. They've <a href="http://blog.fortrabbit.com/beta-survey-results/">posted the results</a> to their site today, the answers from about 160 different developers.
</p>
<blockquote>
We have asked our readers a few questions on their PHP workflows, hosting and tools. We are very curious about this, because we want to build the best PHP PaaS for dev guys. 
</blockquote>
<p>
Some of the highlights from their findings include the large share of Zend Framework use, the predominant use of git for deployment, MySQL still being the database of choice and multi-stage deployment (environments) are a preferred setup. You can see the <a href="http://blog.fortrabbit.com/wp-content/uploads/2012/09/fortrtabbit-beta-survey-results.pdf">full results here</a> [pdf].
</p>]]></description>
      <pubDate>Tue, 28 Aug 2012 11:19:54 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Symfony Blog: The Symfony Community Survey 2012: The Results]]></title>
      <guid>http://www.phpdeveloper.org/news/18280</guid>
      <link>http://www.phpdeveloper.org/news/18280</link>
      <description><![CDATA[<p>
On the Symfony Blog there's <a href="http://symfony.com/blog/the-symfony-community-survey-2012-the-results">a new post</a> sharing the results of a recent poll they took of some of their developers covering things like job title, how long they've been working with Symfony and their work with the framework.
</p>
<blockquote>
Before the Symfony Live Conference in Paris, we conducted the first Symfony community survey. The raffle winners will soon be contacted by Anne-Sophie. And without further ado, here are the survey results!
</blockquote>
<p>Results are posted both in numbers and in easy to read graphs to questions like:</p>
<ul>
<li>What is your job?
<li>How did you get to know symfony?
<li>Do you use any other PHP framework/CMS?
<li>What is the average size of projects that you/your company work on?
<li>How do you get trained?
</ul>
<p>
The last question is interesting - it asked the community how many would be interested in getting a Symfony certification. The results were almost broken into equal thirds of "yes", "no" and "somewhat interested. You can <a href="http://symfony.com/blog/the-symfony-community-survey-2012-the-results">see the full results here</a>.
</p>]]></description>
      <pubDate>Fri, 27 Jul 2012 07:22:58 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend: Results from "Zend Developer Pulse" 2012 Survey Posted]]></title>
      <guid>http://www.phpdeveloper.org/news/18146</guid>
      <link>http://www.phpdeveloper.org/news/18146</link>
      <description><![CDATA[<p>
Zend has <a href="http://www.zend.com/en/community/zend-developer-pulse-summer-2012">published the results</a> of their "Developer Pulse" survey for 2012 - the product of a survey of over three thousand developers across the PHP community.
</p>
<blockquote>
The summer 2012 edition of the Zend Developer Pulse&trade; survey shows that PHP is gaining prominence as a cloud application development language of choice. The combination of speed and ease of use enables developers to build and deploy PHP-based cloud applications quickly: more than half the developers surveyed indicated that the apps they are developing today are destined to be deployed in cloud environments.
</blockquote>
<p>
You can view the full results of the report in <a href="http://static.zend.com/topics/zend-developer-pulse-survey-report-Q2-2012-0612-EN.pdf">this PDF</a> which touches on topics like:
</p>
<ul>
<li>Developing in the cloud
<li>Working with APIs
<li>Versions of PHP developers are using
<li>Tools & best practices
</ul>]]></description>
      <pubDate>Wed, 27 Jun 2012 11:13:25 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Symfony Blog: Symfony Community Survey 2012]]></title>
      <guid>http://www.phpdeveloper.org/news/17965</guid>
      <link>http://www.phpdeveloper.org/news/17965</link>
      <description><![CDATA[<p>
The Symfony Project is <a href="http://symfony.com/blog/symfony-community-survey-2012">running a community survey</a> for developers using the framework. It asks some generic questions including "how long have you been working with Symfony?" and "how did you get to know Symfony?"
</p>
<blockquote>
Symfony 2.0 has been released for quite a long time now, and so we would like to conduct a quick survey to get a better understanding of the Symfony community. I'm going to use some of the aggregated results for my Symfony Live <a href="http://paris2012.live.symfony.com/">keynote</a>, and all the aggregated results will be published on this blog after the conference.
</blockquote>
<p>
If you're a SenseioLabs Connect user, you can also get a badge for participating and will be included in a giveaway for tshirts and hats.
</p>]]></description>
      <pubDate>Wed, 16 May 2012 09:05:21 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Larry Garfield's Blog: PHP project structure survey]]></title>
      <guid>http://www.phpdeveloper.org/news/17401</guid>
      <link>http://www.phpdeveloper.org/news/17401</link>
      <description><![CDATA[<p>
<i>Larry Garfield</i> has posted the results of some of his research into popular PHP frameworks and projects and <a href="http://www.garfieldtech.com/blog/php-project-structure">see how they handle their structure</a> as it relates to the PSR-0 standard.
</p>
<blockquote>
As <a href="http://drupal.org/">Drupal</a> is in the process of considering how to restructure code to best leverage the PSR-0 standard, I figured it would be wise to take a quick survey of how some other major projects organize their code bases. This is not a complete rundown of every project, simply roughly comparable notes for those areas Drupal is currently discussing. I am posting it here in the hopes that it will be useful to more than just Drupal.
</blockquote>
<p>The projects he looked to for his examples were:</p>
<ul>
<li><a href="http://cakephp.org/">CakePHP</a>
<li><a href="http://symfony.com/">Symfony2</a>
<li><a href="http://silex.sensiolabs.org/">Silex</a>
<li><a href="http://codeigniter.com/">CodeIgniter</a>
<li><a href="https://github.com/zendframework/zf2">Zend Framework 2</a>
<li><a href="http://packagist.org/">Composer</a>
</ul>]]></description>
      <pubDate>Mon, 16 Jan 2012 13:08:38 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend: Zend Takes The Pulse Of Developers In The APP Economy]]></title>
      <guid>http://www.phpdeveloper.org/news/17386</guid>
      <link>http://www.phpdeveloper.org/news/17386</link>
      <description><![CDATA[<p>
In <a href="http://www.zend.com/en/company/news/press/339_zend-takes-the-pulse-of-developers-in-the-app-economy">this new press release</a> Zend has announced the posting of the results from their "Zend Developer Pluse" survey - a survey taken of developers world-wide about their habits, preferences and desires.
</p>
<blockquote>
Zend Technologies addresses [the question of how a new demand for a new generation of apps] in Zend Developer Pulse, a new survey series that takes the pulse of a vibrant community of developers from around the world. The company's first developer survey conducted in late November 2011 offers insights on emerging technology and career trends captured from 3,335 respondents. The findings are summarized in a report now available at [<a href="http://www.zend.com/topics/zend-developer-pulse-survey-report-0112-EN.pdf">http://www.zend.com/topics/zend-developer-pulse-survey-report-0112-EN.pdf</a>].
</blockquote>
<p>
The press release mentions some of the details from the survey including that 66% of developers will be working with mobile app development projcts, that next-generation UI deveopment scored high in skillsets, there was a strong interest in cloud development and that there's been a strong rise in the need for PHP development skills in the last year.
</p>
<p>
You can <a href="http://www.zend.com/topics/zend-developer-pulse-survey-report-0112-EN.pdf">read the entire report here</a>.
</p>]]></description>
      <pubDate>Thu, 12 Jan 2012 12:56:15 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend: Zend Reveals What Music Will Keep Developers Productive (and Happy) This Holiday]]></title>
      <guid>http://www.phpdeveloper.org/news/17287</guid>
      <link>http://www.phpdeveloper.org/news/17287</link>
      <description><![CDATA[<p>
In <a href="http://www.zend.com/en/company/news/press/334_zend-reveals-what-music-will-keep-developers-productive-and-happy-this-holiday">a new press release</a> to their site, Zend teases at some of the results from their Zend Developer Pulse survey. In these results, they share what music developers prefer (according to the survey) for when they're developing.
</p>
<blockquote>
The survey showed that as much as 86% of developers listen to music while coding. Of the major music genres, 42% of developers said they prefer coding to music of the rock/pop variety.
</blockquote>
<p>
The results also included the top artists, some "guilty pleasure" choices and some of the least popular artists. The full results of this survey will be coming out in January 2012, giving a "developer perspective" on the current state of the industry, technology in general and their career.
</p>]]></description>
      <pubDate>Wed, 21 Dec 2011 10:06:59 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[CodeIgniter.com: PHP Framework Usage Survey]]></title>
      <guid>http://www.phpdeveloper.org/news/17245</guid>
      <link>http://www.phpdeveloper.org/news/17245</link>
      <description><![CDATA[<p>
As is mentioned on CodeIgniter.com, they've <a href="http://codeigniter.com/news/php_framework_usage_survey#When:21:02:18Z">set up</a> a survey to find out more information about how PHP <a href="https://www.surveymonkey.com/s/5H6C7Y7">are using frameworks</a>.
</p>
<blockquote>
The anonymous survey is very brief - just seven questions - and should take no more than five minutes or so to complete.  The survey is open immediately and will remain open over the weekend.
</blockquote>
<p>The seven questions on the survey include questions about framework usage, sets of how you feel about different framework-related topics, what editor you usually use (and for how long), how you usually interact with Git/Github. Go and <a href="https://www.surveymonkey.com/s/5H6C7Y7">voice your opinion now</a>!
</p>]]></description>
      <pubDate>Mon, 12 Dec 2011 12:34:10 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer Drive: PHP User Survey: Setting Variable Values and Reading from Tables]]></title>
      <guid>http://www.phpdeveloper.org/news/17189</guid>
      <link>http://www.phpdeveloper.org/news/17189</link>
      <description><![CDATA[<p>
The Developer Drive blog has the latest post in their "PHP User Survey" series focusing on <a href="http://www.developerdrive.com/2011/11/php-user-survey-setting-variable-values-and-reading-from-tables/">setting up admin functionality</a> for the poll managers to use.
</p>
<blockquote>
In Part I of this series, we started the process of creating user polls for a business web site. Part I gave the layout of the data layer and began the construction of the class file. In this part we will continue with adding methods to the class file that will enable the administrator to set the variable values and read from the database tables.
</blockquote>
<p>
Code is included for setting the poll and answer ID values (setters), grabbing the number of polls currently defined, finding the active ones and pulling out poll data along with its answers. If you need to catch up, you can find the other parts here: <a href="http://www.developerdrive.com/2011/11/creating-a-php-user-survey-database-tables-and-class-file-constructor/">part one</a>, <a href="http://www.developerdrive.com/2011/11/creating-a-php-user-survey-writing-to-database-tables/">part two</a>.
</p>]]></description>
      <pubDate>Wed, 30 Nov 2011 11:04:33 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer Drive: Creating a PHP User Survey: Writing to Database Tables]]></title>
      <guid>http://www.phpdeveloper.org/news/17157</guid>
      <link>http://www.phpdeveloper.org/news/17157</link>
      <description><![CDATA[<p>
On Developer Drive today they've posted the most recent article in a tutorial series showing you how to <a href="http://www.developerdrive.com/2011/11/creating-a-php-user-survey-writing-to-database-tables/">create a user survey</a> that stores the results to a database table. In this latest tutorial, they show how to hook the current code into a MySQL backend.
</p>
<blockquote>
In the first two parts of this series, we created the data layer that will hold the polling data and established methods for setting the variable values and reading from the database tables. In this part, we will build the methods that will write new polls and answers to the tables.
</blockquote>
<p>
They include the code for an "addPoll" method that inserts the questions and answers for the polls. Their "editPoll" method updates the poll questions/answers and the "addVote" method does exactly like it sounds - adding a vote to one of the poll options. Also included are "deletePoll", "activatePoll" and "deactivatePoll".
</p>]]></description>
      <pubDate>Tue, 22 Nov 2011 14:54:03 -0600</pubDate>
    </item>
  </channel>
</rss>
