<?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>Tue, 21 May 2013 08:02:35 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Ben Ramsey: On the Rise of Community Conferences]]></title>
      <guid>http://www.phpdeveloper.org/news/18574</guid>
      <link>http://www.phpdeveloper.org/news/18574</link>
      <description><![CDATA[<p>
<i>Ben Ramsey</i>, an organizer of the <a href="http://phpcomcon.com">PHP Community Conference</a>, has <a href="http://benramsey.com/blog/2012/10/on-the-rise-of-community-conferences/">written up some of his thoughts</a> about the recent rise of "community conferences" that's been happing in the PHP community (and other communities around the world).
</p>
<blockquote>
The PHP world is exploding with community conferences. In fact, web development technologies in general are seeing a wide range of community-driven conferences springing up around the world. I think there are many reasons for the proliferation of these conferences, and in this post, I present my opinion on how this trend came to be, along with a definition of what I think constitutes a technology-focused community conference.
</blockquote>
<p>
So you're sure wat he means by "community conference" he offers a definition that has less to do with the content of the event and more to do with the group putting it on. These community conferences are organized by the community for the community and are usually people already established. He also mentions the "unconference phenomenon" and how it seemed like a precursor to the community conferences. He points out a few other criteria that make it "community".
</p>
<p>
Several conferences are mentioned both in the post and in the comments: <a href="http://phpcon.org/">PHP Community Conference</a>, <a href="http://truenorthphp.com">True North PHP</a>, <a href="http://codeconnexx.com/">CodeConnexx</a>, <a href="http://nashville.coderfaire.com/">CoderFaire</a> and others (not mentioned) like <a href="http://lonestarphp.com">Lone Star PHP</a>, <a href="http://northeastphp.org">North East PHP</a>, <a href="http://www.midwestphp.com/">Midwest PHP</a> and many more.
</p>]]></description>
      <pubDate>Tue, 09 Oct 2012 09:21:05 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Matthew Weier O'Phinney's Blog: Why Modules?]]></title>
      <guid>http://www.phpdeveloper.org/news/17887</guid>
      <link>http://www.phpdeveloper.org/news/17887</link>
      <description><![CDATA[<p>
<i>Matthew Weier O'Phinnney</i> has a new post to his blog filling in some additional details behind a series he's been doing on modules in the Zend Framework v2 releases. In <a href="http://mwop.net/blog/2012-04-30-why-modules.html">this new post</a> he answers the question "why modules?"
</p>
<blockquote>
I've blogged about <a href="http://mwop.net/blog/267-Getting-started-writing-ZF2-modules.html">getting started with ZF2 modules</a>, as well as <a href="http://mwop.net/blog/zf2-modules-you-can-use-today.html">about ZF2 modules you can already use</a>. But after fielding some questions recently, I realized I should talk about why modules are important for the ZF2 ecosystem.
</blockquote>
<p>
He covers some of the history of the idea, starting with the MVC rework/refactor of the framework and the desire from several people to have self-contained components that could be native to a ZF app. ZFv1 made it work (kinda) with Zend_Application, but it was difficult so solving this became a main focus of ZFv2. He illustrates with a "building block" metaphor based on his current blog site (currently being refactored too).
</p>
<blockquote>
This kind of building-block development makes your job easier as a developer - and allows you to focus on the bits and pieces that make your site unique. As such, I truly feel that modules are the most important new feature of ZF2.
</blockquote>]]></description>
      <pubDate>Tue, 01 May 2012 08:04:20 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect: Programming: you're doing it wrong]]></title>
      <guid>http://www.phpdeveloper.org/news/14169</guid>
      <link>http://www.phpdeveloper.org/news/14169</link>
      <description><![CDATA[<p>
In an opinion piece posted to the php|architect site <i>Marco Tabini</i> suggests that we (as developers) are <a href="http://www.phparch.com/2010/03/10/programming-youre-doing-it-wrong/">doing it wrong</a> as we move further and further away from the pragmatic side of programming into the abstract.
</p>
<blockquote>
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, "yes." That's because it lacks a specific context in which it can be inserted.
</blockquote>
<p>
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's not about getting the right theory behind the code - sometimes it's just doing it.
</p>]]></description>
      <pubDate>Thu, 11 Mar 2010 11:06:42 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Justin Carmony's Blog: Software Development With Clients In Mind]]></title>
      <guid>http://www.phpdeveloper.org/news/11860</guid>
      <link>http://www.phpdeveloper.org/news/11860</link>
      <description><![CDATA[<p>
<i>Justin Carmony</i> has <a href="http://www.justincarmony.com/blog/2009/01/31/software-development-with-clients-in-mind/">written up a new article</a> about something every developer (and/or development business) struggles with when hacking away at their code - keeping what the clients want in mind.
</p>
<blockquote>
Why does it seem so hard to deliver quality products to clients? Sometimes it feels like clients either don't appreciate quality, or they have their priorities all mixed up. [...] These seems rather obvious, but in-fact many developers get caught up in quality and then are totally surprised when their clients aren't happy. Why? Because as developers we notice and respect quality a great deal more than suitability. 
</blockquote>
<p>
Part of the problem is that clients don't care about the quality behind the scenes. Most of the time, they just want to see results and don't really care how it was done. He focuses on one thing that can really help you in dealing with these clients - keeping up with that their needs are, not just assuming. This includes a few more specific tips:
</p>
<ul>
<li>Meet the Client
<li>See the Need
<li>Open Communication
<li>Frequent Client Feedback
<li>Usability Testing
</ul>]]></description>
      <pubDate>Mon, 02 Feb 2009 15:17:45 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Foobr.co.uk: Focus Cloud [concept]]]></title>
      <guid>http://www.phpdeveloper.org/news/8134</guid>
      <link>http://www.phpdeveloper.org/news/8134</link>
      <description><![CDATA[<p>
<i>Jonathan Snook</i> <a href="http://snook.ca/archives/quick_links/quick_link_focus_clouds/">points out</a> a new take on working with tags on a site - a <a href="http://foobr.co.uk/2007/06/focus_cloud_concept/">focus cloud</a>.
</p>
<blockquote>
With this fairly broad classification I set about working out exactly what a Focus Cloud should show. To me the name could only suggest one thing. It shows the area which currently is receiving the most Focus! [...] So a Focus Cloud should show not what has been the most popular tags overall, but what is the most popular tags at present. What is your current focus.
</blockquote>
<p>
<a href="http://foobr.co.uk/2007/06/focus_cloud_concept/">The post</a> not only includes the theory behind these focus clouds but also has some PHP code to back it up (using the del.icio.us interface and tags as the foundation of the cloud's contents). The full code for the cloud can be <a href="http://foobr.co.uk/focus/index.phps">grabbed here</a>.
</p>]]></description>
      <pubDate>Wed, 27 Jun 2007 11:12:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Jacob Santos' Blog: PHP Opcode Series]]></title>
      <guid>http://www.phpdeveloper.org/news/7442</guid>
      <link>http://www.phpdeveloper.org/news/7442</link>
      <description><![CDATA[<p>
<i>Jacob Santos</i> has <a href="http://www.santosj.name/php/php-opcode/php-opcode-series/">started a series of posts</a> to his blog that focuses on the use of the opcode cache and language features in your applications.
</p>
<blockquote>
The posts will be researched and go through multiple drafts for professionalism before posting. In this hope, it will strive to enable discussion that isn't flaming and collective of the topic at hand. For as much as I can achieve at my level of writing skill and researching the topic at hand.
</blockquote>
<p>
He <a href="http://www.santosj.name/php/php-opcode/php-opcode-series/">he goes through</a> the purpose of the posts, the areas he's going to focus on, some about the theory that will be used, and the implementation and documentation he'll provide through the series.
</p>]]></description>
      <pubDate>Thu, 15 Mar 2007 15:24:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Jackson Miller's Blog: Is PHP In Trouble?]]></title>
      <guid>http://www.phpdeveloper.org/news/5728</guid>
      <link>http://www.phpdeveloper.org/news/5728</link>
      <description><![CDATA[<p>
In his <a href="http://jaxn.org/blog/archives/1854-is-php-in-trouble">latest blog post</a>, <i>Jackson Miller</i> asks the question "Is PHP in trouble?"
</p>
<blockquote>
I like PHP, I really do. PHP5 is a great language and was a huge step in the right direction, unfortunately the community doesn't agree. It is not that the PHP community thinks PHP5 is bad, it is just that they don't agree on anything really. I am starting to wonder if the lack of cohesion is going to bring real trouble to success of PHP as a language.
</blockquote>
<p>
Though he admits to no longer writing PHP, he's still interested to see it succeed. He just doesn't see the structure the language/community needs to make this happen and make the languagde advance. <i>Jackson</i> also <a href="http://jaxn.org/blog/archives/1854-is-php-in-trouble">comments on</a> the fact that there doesn't seem to be one "solid" framework for the language, and that even the Zend offering seems on shaky ground.
</p>
<p>
He also looks at the "downward spiral" things started taking around the time PHP5 was just coming into view - arguing over petty issues, delays of releases, features being added and removed.
</p>
<blockquote>
The luster was tarnished and the community hasn't recovered. I hope I am wrong, but it looks like it is not going to improve anytime soon.
</blockquote>]]></description>
      <pubDate>Fri, 30 Jun 2006 05:44:40 -0500</pubDate>
    </item>
  </channel>
</rss>
