<?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 07:48:28 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Thomas Weinart: Using The PHP 5.4 Webserver On Windows]]></title>
      <guid>http://www.phpdeveloper.org/news/18295</guid>
      <link>http://www.phpdeveloper.org/news/18295</link>
      <description><![CDATA[<p>
<i>Thomas Weinert</i> has posted a helpful hint for those developing their PHP applications in a Windows environment - how you can <a href="http://www.a-basketful-of-papayas.net/2012/07/using-php-54-webserver-on-windows.html">use the PHP 5.4 built-in webserver</a> to test your applications.
</p>
<blockquote>
PHP 5.4 has an built-in webserver. For local development it is not necessary to install Apache Httpd or another webserver anymore. You can just start an server from the command line. [...] To make things a little easier you can create a windows shortcut.
</blockquote>
<p>
He <a href="http://2.bp.blogspot.com/-rMcALNnQ4OE/UBbtg8MvtvI/AAAAAAAAC9I/MXFyvnlGWKU/s1600/00-console.png">shows what it looks like</a> running in a console and steps you through the process of setting up the shortcut, giving you the flexibility to contril things like window size and buffer size.
</p>]]></description>
      <pubDate>Tue, 31 Jul 2012 10:35:11 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Rohit Chauhan's Blog: Eclipse Shortcuts for a PHP Programmer]]></title>
      <guid>http://www.phpdeveloper.org/news/14724</guid>
      <link>http://www.phpdeveloper.org/news/14724</link>
      <description><![CDATA[<p>
New on his blog today <i>Rohit Chauhan</i> shares <a href="http://www.technyooz.com/?q=content/eclipse-shortcuts-php-programmer">some handy shortcuts</a> for the PHP developers out there using Eclipse as their IDE to help make their work even faster.
</p>
<p>
He's made a <a href="http://www.technyooz.com/?q=content/eclipse-php-development-tutorial">few</a> <a href="http://www.technyooz.com/?q=content/php-project-eclipse-using-svn">other</a> <a href="http://www.technyooz.com/?q=content/using-iteamwork-project-management">posts</a> and this follows along with the theme with tips on:
</p>
<ul>
<li>Adding files to a SVN project through the interface
<li>Pushing changes to your version control system
<li>Synchronizing data from your repository 
<li>and a few shortcuts that can make small things simpler - jumping to a line number, find last edit location, moving through open files and more.
</ul>]]></description>
      <pubDate>Wed, 30 Jun 2010 08:42:47 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ibuildings techPortal: Keyboard Enabling Web Applications]]></title>
      <guid>http://www.phpdeveloper.org/news/12813</guid>
      <link>http://www.phpdeveloper.org/news/12813</link>
      <description><![CDATA[<p>
On the Ibuildings techPortal <i>Vito Chin</i> has <a href="http://techportal.ibuildings.com/2009/07/02/keyboard-enabling-web-applications/">written up a quick tutorial</a> on keyboard-enabling your web applications with jQuery and PHP.
</p>
<blockquote>
It's time to bring the keyboard back! When we first started doing things on the web, there wasn't much to do. There were documents with hyperlinks that we can click on but that's about it; that was 15 years ago. Thanks to the growth of sophisticated server-side tools such as PHP and client-side tools such as <a href="http://jquery.com/">jQuery</a>, we are now able to do so much more. 
</blockquote>
<p>
The tutorial gives you an example of setting up the key bindings, adding in the listener and pulling them together with some jQuery magic. The PHP comes in to defined the initial key mappings for the menu automatically.
</p>]]></description>
      <pubDate>Mon, 06 Jul 2009 11:29:16 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Danne Lundqvist's Blog: Two weeks with Zend Studio for Eclipse]]></title>
      <guid>http://www.phpdeveloper.org/news/11244</guid>
      <link>http://www.phpdeveloper.org/news/11244</link>
      <description><![CDATA[<p>
New on the DotVoid blog <i>Danne Lundqvist</i> has <a href="http://www.dotvoid.com/2008/10/two-weeks-with-zend-studio-for-eclipse/">posted about</a> the experience of two weeks with the Zend Studio for Eclipse software as a primary editor.
</p>
<blockquote>
After more than ten years with Emacs and terminal flipping as my primary development environment, whether for C, PHP, WSDL, HTML/CSS or javascript, I decided to try (I mean really really try) an IDE for a while. As PHP is my main focus these days I have been looking towards <a href="http://www.zend.com/en/store/software/studio/">Zend Studio for Eclipse</a>. I figured Eclipse with it's maturity must work well enough on linux.
</blockquote>
<p>
<i>Danne</i> talks about the transition from editor to IDE (shortcuts? features? where is everything?) including importing a project in from a subversion repository. He had a few issues as he started out - technical glitches, problems with subversion integration and encoding support - but lots of other good things too (phpDocumentor support, code folding, inline errors/warnings).
</p>]]></description>
      <pubDate>Mon, 20 Oct 2008 08:48:03 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Symfony Blog: New in symfony 1.2: Small things matter]]></title>
      <guid>http://www.phpdeveloper.org/news/10952</guid>
      <link>http://www.phpdeveloper.org/news/10952</link>
      <description><![CDATA[<p>
In <a href="http://www.symfony-project.org/blog/2008/09/02/new-in-symfony-1-2-small-things-matter">this new post</a> to the symfony blog today <i>Fabien</i> talks about some of the "small things" that help to make this latest version of the framework (1.2) even better.
</p>
<blockquote>
As for every symfony version, we try to simplify the API and make it more intuitive and powerful. Here are some examples that you will soon enjoy in symfony 1.2.
</blockquote>
<p>
There's four included in the post (and many more in the framework):
</p>
<ul>
<li>Application name in CLI tasks
<li>Native PUT and DELETE support from the browser
<li>Shortcuts in the response
<li>sfValidatorSchemaCompare validator
</ul>]]></description>
      <pubDate>Wed, 03 Sep 2008 09:33:28 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Joshua Eichorn's Blog: Understanding AJAX Digital Shortcut Available]]></title>
      <guid>http://www.phpdeveloper.org/news/5953</guid>
      <link>http://www.phpdeveloper.org/news/5953</link>
      <description><![CDATA[<p>
<i>Joshua Eichorn</i> <a href="http://blog.joshuaeichorn.com/archives/2006/08/03/understanding-ajax-digital-shortcut-available/">mentions today</a> about the "digital shortcut" created for his upcoming book "Understanding Ajax" from Prentice Hall.
</p>
<blockquote>
<p>
A chapter from my book, Understanding AJAX has been made available as a <a href="http://www.phptr.com/bookstore/product.asp?isbn=0132337932&rl=1">digital shortcut</a>. This chapter covers the different ways you can use the data you transfer using XMLHttpRequest.
</p>
<p>
Document centric approaches based on HTML and XML are described as well as various RPC approaches are shown.
</p>
</blockquote>
<p>
The <a href="http://www.phptr.com/bookstore/product.asp?isbn=0132337932&rl=1">shortcut</a> focuses on consuming data sent back in an XML or JSON format (and costs $9.99 USD). <i>Joshua</i> notes that he, personally, tends more towards "JSON based RPC approaches or HTML document based approaches" for his communication method. He <a href="http://blog.joshuaeichorn.com/archives/2006/08/03/understanding-ajax-digital-shortcut-available/">also mentions</a> client-side XSLT as an alternative to having to parse through and style the large amounts of data returned.
</p>]]></description>
      <pubDate>Fri, 04 Aug 2006 06:08:05 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Clay Loveless' Blog: TextMate and phpDoc Comment Blocks]]></title>
      <guid>http://www.phpdeveloper.org/news/5640</guid>
      <link>http://www.phpdeveloper.org/news/5640</link>
      <description><![CDATA[<p>
On the KillerSoft blog today, <a href="http://www.killersoft.com/randomstrings/2006/06/20/textmate-and-phpdoc-comment-blocks/">there's a few comments</a> from <i>Clay Loveless</i> about his trial of <a href="http://macromates.com/">Textmate</a>, specifically when dealing with phpDocumentor comment blocks.
</p>
<blockquote>
<p>
I've been a BBEdit user for a decade, and despite my switch to Zend Studio last fall for the bulk of my PHP development, I still find myself going to plain text editors for little tweaks, or less formal "hack it out" efforts. 
</p>
<p>
There are a few things that I've grown very accustomed to as a Zend Studio user over the past several months. One of those is typing "/**" in a PHP document and having a full phpDocumentor docblock appear magically, with the cursor insertion point set on the first line of the comment area.
</p>
</blockquote>
<p>
Unfortunately, TextMate doesn't handle it quite that way, but he's <a href="http://www.killersoft.com/randomstrings/2006/06/20/textmate-and-phpdoc-comment-blocks/">found a similar way</a> to accomplish it - using "doc_cp" followed by a TAB. It doesn't quite handle the preformatted blocks as well as Zend's software does, but that's nothing the scripting features of TextMate can't take care of - he shows you how.
</p>]]></description>
      <pubDate>Wed, 21 Jun 2006 06:04:09 -0500</pubDate>
    </item>
  </channel>
</rss>
