News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
feed this:

Larry Garfield's Blog:
PHP project structure survey
January 16, 2012 @ 13:08:38

Larry Garfield has posted the results of some of his research into popular PHP frameworks and projects and see how they handle their structure as it relates to the PSR-0 standard.

As Drupal 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.

The projects he looked to for his examples were:

0 comments voice your opinion now!
project structure survey namespace framework drupal



Zend:
Zend Takes The Pulse Of Developers In The APP Economy
January 12, 2012 @ 12:56:15

In this new press release 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.

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 [http://www.zend.com/topics/zend-developer-pulse-survey-report-0112-EN.pdf].

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.

You can read the entire report here.

0 comments voice your opinion now!
zend survey pulse results developer


Zend:
Zend Reveals What Music Will Keep Developers Productive (and Happy) This Holiday
December 21, 2011 @ 10:06:59

In a new press release 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.

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.

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.

0 comments voice your opinion now!
music survey developer productive opinion like dislike


CodeIgniter.com:
PHP Framework Usage Survey
December 12, 2011 @ 12:34:10

As is mentioned on CodeIgniter.com, they've set up a survey to find out more information about how PHP are using frameworks.

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.

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 voice your opinion now!

0 comments voice your opinion now!
framework usage survey codeigniter


Developer Drive:
PHP User Survey Setting Variable Values and Reading from Tables
November 30, 2011 @ 11:04:33

The Developer Drive blog has the latest post in their "PHP User Survey" series focusing on setting up admin functionality for the poll managers to use.

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.

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: part one, part two.

0 comments voice your opinion now!
survey poll tutorial database table


Developer Drive:
Creating a PHP User Survey Writing to Database Tables
November 22, 2011 @ 14:54:03

On Developer Drive today they've posted the most recent article in a tutorial series showing you how to create a user survey that stores the results to a database table. In this latest tutorial, they show how to hook the current code into a MySQL backend.

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.

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".

0 comments voice your opinion now!
tutorial database table poll survey answers questions


Tobias Schlitt's Blog:
PHP library release survey
December 02, 2010 @ 11:50:49

Tobias Schlitt has a new post to his blog about a survey the Apache Zeta Components project is running about how developers would like to receive the libraries they use in their code.

The Apache Zeta Components project is currently discussing how to adjust the old eZ Components release process to the ASF guidelines. During this discussions, quite some ideas came up on how the process could be optimized. This brought my interest to how users of PHP libraries would actually like to obtain library code for their projects. I will publish the raw results of the survey later, so all of the PHP libraries and frameworks can benefit. So please take some minutes and fill out the form!

The survey itself is embedded in his blog post, so you can fill it out right there on the same page. It asks questions about currently used libraries, preferred install methods and deployment methods. If you'd like a more direct link, you can go here.

0 comments voice your opinion now!
library release survey usage process


W3Techs.com:
Highlights of web technology surveys, Nov. 2010 3/4 of all websites are based on PHP
November 03, 2010 @ 10:19:30

According to a new article on the W3Tech.com site today, around three quarters of all websites are based on PHP. They've run their own survey to gather the results about the use of several different languages like ASP.NET, Java, Ruby and, of course, PHP.

Our server-side programming language survey shows that a very remarkable 74.9% of websites use PHP, slightly increasing in the last year. ASP.NET technologies (presumably mostly C#) come in second, and a few percentages are left for Java. That's about it. The variety of programming languages used to develop websites is surprisingly small, considering that everyone and his dog develops websites these days. There is a lot of talk in the IT blogoshere about alternative languages such as Ruby and Python, but their real world usage is tiny compared to PHP.

They talk about some of the contributing factors to these numbers including the wide use of various PHP-based content management systems, the balance of high traffic versus low traffic sites and some breakdowns according to operating system, geographical area and a hint at how their survey operates to find the systems using PHP.

0 comments voice your opinion now!
survey usage result programming language website


Bradley Holt's Blog:
PHP Users Group Survey
August 16, 2010 @ 12:09:10

In this new post Bradley Holt shares some of the results he found in questioning his local user group about why they would get involved with the user group.

This was certainly not a scientific survey and there were only 16 responses, but it still offers some insight that can be useful in planning user group activities. Here are the top reasons...

The reasons included things like "learning from peers", "meet the experts" and "finding job opportunities". He graphed the results showing that learning from peers and networking came out on top.

0 comments voice your opinion now!
usergroup survey involvement


Cal Evans' Blog:
An entirely unscientific look at why people attend conferences.
July 20, 2010 @ 09:52:19

Cal Evans, following some "unscientific research" he did on the subject, has posted some interesting findings about technology conferences and why people attend.

Those of you who follow me on twitter (@calevans) know that recently I asked for opinions on conference attendance. I've collected what I learned in this blog post.

He asked three groups of people - speakers, non-speakers and managers - for their opinions as to why they attend or send their developers to these events. his results were interesting, finding that slightly more people were looking for networking than just the training you get in the sessions. General community interaction also scored high. On the flip side, the things that mattered most to the managers were the training and a good price that seemed right for what was offered.

Both sides are reinforced by comments from people who submitted to the survey, both well-known PHPers and general community members alike.

0 comments voice your opinion now!
research survey developer manager conference attend



Community Events





Don't see your event here?
Let us know!


api unittest custom application phpunit community release framework podcast language opinion component symfony2 conference development extension interview introduction series test

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework