<?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 12:05:38 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[NetTuts.com: Pro Workflow in Laravel and Sublime Text]]></title>
      <guid>http://www.phpdeveloper.org/news/19317</guid>
      <link>http://www.phpdeveloper.org/news/19317</link>
      <description><![CDATA[<p>
NetTuts.com has a new article today for the <a href="http://laravel.com">Laravel</a> developers out there (an up and coming PHP framework) with some <a href="http://net.tutsplus.com/tutorials/tools-and-tips/pro-workflow-in-laravel-and-sublime-text/">handy Sublime Text tips</a> you can use to streamline your workflow.
</p>
<blockquote>
Not too long ago, I built a handful of <a href="https://packagist.org/packages/way/generators">generators for Laravel</a>, which ease the process of various tasks. Today, thanks to help from <a href="https://github.com/gnarula">Gaurav Narula</a>, we're turning things up a notch with the release of a new Sublime Text plugin that leverages the power of Artisan and the generators from directly within your editor.
</blockquote>
<p>
They help you get it installed and running and show (via a screencast) the steps to use it when working in your code. Their examples show the creation of resources (all MVC aspects and configurations), working with Artisan commands, migrations and other bits of code.
</p>]]></description>
      <pubDate>Fri, 15 Mar 2013 09:48:39 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[7PHP.com: Interview With Timothy Boronczyk The Managing Editor of PHPmaster.com]]></title>
      <guid>http://www.phpdeveloper.org/news/19069</guid>
      <link>http://www.phpdeveloper.org/news/19069</link>
      <description><![CDATA[<p>
7PHP.com has posted their latest interview with a member of the PHP community. This time it's <a href="http://7php.com/php-interview-timothy-boronczyk/">with Timothy Boronczyk</a>, the editor of the popular PHP tutorial/article site <a href="http://phpmaster.com">PHPMaster.com</a>.
</p>
<blockquote>
In this edition I talked with Timothy Boronczyk who is the Managing Editor of the famous <a href="http://phpmaster.com/">PHPmaster.com</a> - which is a network (venture?) of the eminent SitePoint (<a href="http://www.sitepoint.com/about-us/">an online media company</a>). <a href="http://twitter.com/zaemis">@zaemis</a> is also the co-author of the book "Beginning PHP 6, Apache, MySQL 6 Web Development".
</blockquote>
<p>They talk about some of the usual stuff like:</p>
<ul>
<li>how he got started with PHP
<li>what kind of tools and development platform he prefers
<li>his recommendations to developers just getting started
<li>people in the PHP community he admires
<li>what framework he would recommend
</ul>
<p>
Check out <a href="http://7php.com/php-interview-timothy-boronczyk/">the full interview</a> for his answers to these and more.
</p>
]]></description>
      <pubDate>Mon, 21 Jan 2013 12:56:37 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[James Fuller: First Impressions: Cloud9 IDE + PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/18960</guid>
      <link>http://www.phpdeveloper.org/news/18960</link>
      <description><![CDATA[<p>
<i>James Fuller</i> has <a href="http://www.jblotus.com/2012/12/25/first-impressions-of-cloud9-ide/">posted a review</a> of the online code editing tool <a href="https://c9.io/">Cloud9</a> and how well it works for his PHP development.
</p>
<blockquote>
At first I though Cloud9 would be a simple editor, perhaps a nice showcase of what you can do with HTML5 and some well-written javascript but it quickly became evident that this app was packing a lot of powerful features. [...] Sounds pretty awesome if you think about it. You can even connect you own server via SSH instead of using the build in sandbox (this is a paid feature). Is this the Holy-Grail? Not Really, but it's close. This is a very exciting product that almost reaches holy-grail status, but it falls short in a few key areas. 
</blockquote>
<p>
He includes a little bit about trying to use PHP 5.5 in the Cloud9 editing, and points out that while he was (eventually) able to get the PHP 5.5 alpha compiled, he wasn't able to get things like memcache compiled and working. 
</p>
<blockquote>
The Cloud9 team has done a great job removing the barriers to getting a simple idea out the door. I implemented <a href="https://github.com/jblotus/cloud9-php-fizzbuzz">FizzBuzz in PHP</a> using <a href="http://getcomposer.org/">Composer</a>, <a href="http://www.phpunit.de/manual/current/en/index.html">PHPUnit</a>, and some <a href="http://php.net/manual/en/book.spl.php">SPL interfaces</a> and got it all done , and posted to GitHub in about an hour. 
</blockquote>]]></description>
      <pubDate>Thu, 27 Dec 2012 13:41:24 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[DZone.com: 2 years of Vim and PHP distilled]]></title>
      <guid>http://www.phpdeveloper.org/news/17785</guid>
      <link>http://www.phpdeveloper.org/news/17785</link>
      <description><![CDATA[<p>
On DZone.com there's a new post from <i>Giorgio Sironi</i> with some of his tips for PHP developers that <a href="http://css.dzone.com/articles/2-years-vim-and-php-distilled">want to use VIM in their development</a> - some handy tricks to help make you a more effective developer.
</p>
<blockquote>
In the case of PHP development, you'll need to add some configuration and plugins to speed up your activities. Most of the responsibilities of an IDE - like testing and version control - are outsourced to the terminal while running Vim; however, there are some tweaks that make writing and editing code faster, along with aiding in discovery classes and methods in a PHP codebase.
</blockquote>
<p>
He includes settings for your .vimrc to detect and load the right PHP functionality, using <a href="https://wincent.com/products/command-t">Command-T</a>, functionality for autocompletion and the <a href="http://www.vim.org/scripts/script.php?script_id=2540">snipMate</a> plugin for managing and using reusable code snippets.
</p>]]></description>
      <pubDate>Fri, 06 Apr 2012 09:50:35 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[InfoWorld: Review: 2 PHP tools rise above the rest]]></title>
      <guid>http://www.phpdeveloper.org/news/17722</guid>
      <link>http://www.phpdeveloper.org/news/17722</link>
      <description><![CDATA[<p>
InfoWorld has a new article posted looking at <a href="http://www.infoworld.com/d/application-development/review-2-php-tools-rise-above-the-rest-189085">some of the PHP IDE options</a> out there and comparing some of their strengths and weaknesses including PHPStorm, Eclipse, Aptana and Zend Studio.
</p>
<blockquote>
PHP is more than just a language for junior high school kids to learn after they master balancing DIV tags in HTML. It can support enterprise-grade installations and deliver the kind of heavy lifting that brings power plants to their knees. [...] To get a flavor for the latest in PHP programming, I spent some time unpacking the current set of development tools for PHP - eight in all.
</blockquote>
<p>The IDEs he sampled were:</p>
<ul>
<li>Zend Studio
<li>PHPStorm
<li>PhpEd
<li>phpDesigner
<li>NetBeans
<li>Komodo IDE
<li>CodeLobster
<li>Aptana Studio
</ul>
<p>
He points out that, while all of these tools have their good and bad things about them, sometimes you don't need something that heavy to get the job done. Sometimes <a href="http://www.sublimetext.com/2">something simpler</a> might do just right. He recommends trying them out on your projects and seeing which is the best fit, though. He thinks that you'd probably "need to be working on a bigger PHP project" before an IDE would become really useful though.
</p>]]></description>
      <pubDate>Fri, 23 Mar 2012 10:19:22 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Stuart Herbert's Blog: PHPUnit Plugin For Sublime Text 2]]></title>
      <guid>http://www.phpdeveloper.org/news/17500</guid>
      <link>http://www.phpdeveloper.org/news/17500</link>
      <description><![CDATA[<p>
<i>Stuart Herbert</i> has officially released a plugin for the popular text editor Sublime Text 2 to <a href="http://blog.stuartherbert.com/php/2012/02/04/phpunit-plugin-for-sublime-text-2/">integrate PHPUnit support</a> directly into the editing environment.
</p>
<blockquote>
<a href="http://www.sublimetext.com/2">Sublime Text 2</a> is a new cross-platform text editor that I've recently switched to. It's still in public beta, but already offers better performance (and battery life!) and a better look (fonts that render properly!) than Java-based IDEs such as Netbeans. One thing it didn't have was support for <a href="http://www.phpunit.de/">PHPUnit</a>, so I've made a <a href="https://github.com/stuartherbert/sublime-phpunit">plugin</a>. It's available to install via Package Control.
</blockquote>
<p>
The plugin allows you to directly create tests for a class using a context menu's "Test This Class" option. You can also run the tests directly from the editor and use either the menu or direct text commands to control it. He's also gathering some other well-used PHP snippets into another related plugin, the <a href="https://github.com/stuartherbert/sublime-phpsnippets">Additional PHP Snippets</a> plugin.
</p>]]></description>
      <pubDate>Mon, 06 Feb 2012 10:05:11 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[ServerGrove Blog: Easily manage multilingual sites with the new TranslationEditorBundle for Symfony2]]></title>
      <guid>http://www.phpdeveloper.org/news/17379</guid>
      <link>http://www.phpdeveloper.org/news/17379</link>
      <description><![CDATA[<p>
On the ServerGrove blog today there's a new post about <a href="http://blog.servergrove.com/2012/01/10/easily-manage-multilingual-sites-with-the-new-translationeditorbundle-for-symfony2/">using their TranslationEditorBundle</a> (Symfony2) to handle multilingual support for your site.
</p>
<blockquote>
We have been working a lot with Symfony2 translations lately (we <a href="http://servergrove.com/">translated our website</a> to Spanish and we are in the process of translating <a href="https://control.servergrove.com/">our control panel</a> too). Dealing with multiple translation files is not difficult, but it takes time, lots of copy & paste. We have found that is quite easy to make mistakes, create duplicate lines, etc... in short, it's messy. To tame the translation chaos we decided to create a simple web based editor to deal with Symfony2 translations. The result is the <a href="https://github.com/servergrove/TranslationEditorBundle">TranslationEditorBundle</a> and it's publicly available for anyone to use and contribute to.
</blockquote>
<p>
The bundle gives you a simple web frontend to the translation process, making it a lot simpler to input the different versions of the text as well as determine where any duplication might be happening. It also gives you things like the total number of entries and the number of them missing their translations.
</p>]]></description>
      <pubDate>Wed, 11 Jan 2012 12:09:36 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Rob Allen's Blog: Sublime Text 2 Snippet for PHP getter and setter generation]]></title>
      <guid>http://www.phpdeveloper.org/news/17336</guid>
      <link>http://www.phpdeveloper.org/news/17336</link>
      <description><![CDATA[<p>
In a quick new post to his blog, <i>Rob Allen</i> has <a href="http://akrabat.com/software/sublime-text-2-snippet-for-php-getter-and-setter-generation/">shared a snippet</a> for the Sublime Text 2 editor to make creating getters and setters for your class simpler (dynamically too).
</p>
<blockquote>
As with a lot of editors, Sublime Text supports snippets which are essentially text expansions of a short phrase into more text. I needed to create a few getXxx() and setXxx() methods for some properties of a class and decided that the easiest way to do this would be with a snippet.
</blockquote>
<p>
Included in the post is the code you'll need to put into the snippet - a simple find (regular expression based) looks at the currently selected variable and expands out the getter and setter for it. For more information on the Sublime Text 2 editor, see <a href="http://www.sublimetext.com/">the product's website</a>.
</p>]]></description>
      <pubDate>Tue, 03 Jan 2012 09:54:23 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP.net: PHP Documentation Update]]></title>
      <guid>http://www.phpdeveloper.org/news/16518</guid>
      <link>http://www.phpdeveloper.org/news/16518</link>
      <description><![CDATA[<p>
The PHP documentation team has <a href="http://www.php.net/archive/2011.php#id2011-06-25-1">made a new announcement</a> about some major changes that are happening with the PHP documentation - three interesting new additions to this part of the PHP project.
</p>
<blockquote>
PHP has several [three] new documentation features that the community should be aware of.
</blockquote>
<p>They've introduced the following:</p>
<ul>
<li>PHP manual pages (man pages) - pman - installed via PEAR
<li>An enhanced CHM (Windows help) version of the manual with user notes
<li>The <a href="https://edit.php.net/">Online Documentation Editor</a> allowing edits from anyone.
</ul>]]></description>
      <pubDate>Mon, 27 Jun 2011 08:57:33 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[James Cohen's Blog: How to Avoid Character Encoding Problems in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/16246</guid>
      <link>http://www.phpdeveloper.org/news/16246</link>
      <description><![CDATA[<p>
<i>James Cohen</i> has a recent post to his blog looking at a way you can <a href="http://webmonkeyuk.wordpress.com/2011/04/23/how-to-avoid-character-encoding-problems-in-php/">avoid some of the character encoding problems</a> in PHP that can come with working with multiple character sets.
</p>
<blockquote>
Character sets can be confusing at the best of times. This post aims to explain the potential problems and suggest solutions. Although this is applied to PHP and a typical LAMP stack you can apply the same principles to any multi-tier stack.
</blockquote>
<p>
He includes a "boring history" session (and recommends skipping if you just want the good stuff) that talks a bit about character sets and their history in computer system handling. All that said, he recommends using UTF-8 to ease your character encoding woes. He talks about configuring your editor to support it, making sure your browsers understand it and setting up your MySQL database connection to use it.
</p>]]></description>
      <pubDate>Mon, 25 Apr 2011 14:13:14 -0500</pubDate>
    </item>
  </channel>
</rss>
