<?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 16:21:52 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[NETTUTS.com: Full CodeIgniter Textmate Bundle]]></title>
      <guid>http://www.phpdeveloper.org/news/13390</guid>
      <link>http://www.phpdeveloper.org/news/13390</link>
      <description><![CDATA[<p>
TextMate users working on CodeIgniter projects will be happy to see <a href="http://net.tutsplus.com/freebies/others/full-codeigniter-textmate-bundle/">this new bundle</a> they can add to their list full of handy shortcuts for the framework.
</p>
<blockquote>
This is a complete CodeIgniter TextMate/E-Texteditor bundle. It includes shortcuts for every CodeIgniter helper function, and library included in CodeIgniter 1.7.2. Tab stops and default values are provided.
</blockquote>
<p>
You can a href="https://sourceforge.net/projects/cibundle/">grab the bundle directly</a> from its page on SourceForge. <a href="http://nettuts.s3.amazonaws.com/463/example.png">This preview image</a> gives you an idea of some of the shortcuts included.
</p>]]></description>
      <pubDate>Thu, 15 Oct 2009 07:57:21 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Raphael Stolt's Blog: Kicking off custom Phing task development with TextMate]]></title>
      <guid>http://www.phpdeveloper.org/news/13094</guid>
      <link>http://www.phpdeveloper.org/news/13094</link>
      <description><![CDATA[<p>
In <a href="http://raphaelstolt.blogspot.com/2009/08/kicking-off-custom-phing-task.html">this new entry</a> to his blog <i>Raphael Stolt</i> shows how to combine <a href="http://macromates.com/">TextMate</a>'s snippets (handy bits that can be inserted/executed over and over) and <a href="http://phing.info/">Phing</a> to run custom tasks.
</p>
<blockquote>
As a reader of this blog you might have noticed that from time to time I like to utilize <a href="http://phing.info/">Phing</a>'s ability to write custom tasks. [...] This is actually a bad habit/practice I'm aware of and to improve my future endeavours in custom Phing task development, I bended <a href="http://macromates.com/">TextMate</a>'s snippet feature to my needs.
</blockquote>
<p>
He includes the snippet code example so you can copy and paste it over if you'd like to work it into your routine. This can be dropped directly into the Bundles editor and have a tab trigger applied to make using it even easier.
</p>]]></description>
      <pubDate>Mon, 24 Aug 2009 08:17:27 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Maggie Nelson's Blog: Finally, pretty syntax highlighting for blog posts!]]></title>
      <guid>http://www.phpdeveloper.org/news/12047</guid>
      <link>http://www.phpdeveloper.org/news/12047</link>
      <description><![CDATA[<p>
<i>Maggie Nelson</i> <a href="http://maggienelson.com/2009/02/finally-pretty-syntax-highlighting-for-blog-posts/">points out</a> a cool way that you <a href="http://macromates.com/">TextMate</a> users out there can get better syntax highlighted code for your blog posts.
</p>
<blockquote>
A coworker, <a href="http://craigiam.com/">Craig Campbell</a> just launched a new blog recently. One of the really neat things about his blog is how he handles syntax highlighting for code samples - check out examples in his interesting post about <a href="http://www.craigiam.com/blog/13/cool-object-building-with-php">Cool Object Building with PHP</a>. In fact, he got so many good comments about this approach that he even wrote a post explaining exactly how he does it: <a href="http://www.craigiam.com/blog/14/syntax-highlighting-for-your-blog-using-textmate!">Syntax Highlighting for Your Blog Using TextMate</a>.
</blockquote>
<p>
<a href="http://www.craigiam.com/blog/14/syntax-highlighting-for-your-blog-using-textmate!">Craig's process</a> is as simple as selecting the TextMate bundle and choosing "Create HTML from Document with Line Numbers". The resulting output takes a little tweaking in the HTML and CSS, but the end result is quite nice (and better than several of the syntax highlighting plugins out there).
</p>]]></description>
      <pubDate>Mon, 02 Mar 2009 12:52:27 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[CSSGallery.info: Textmate - php syntax check]]></title>
      <guid>http://www.phpdeveloper.org/news/11826</guid>
      <link>http://www.phpdeveloper.org/news/11826</link>
      <description><![CDATA[<p>
If you're a fan of the <a href="http://macromates.com/">Textmate</a> editor for the Mac platform, you might want to check out <a href="http://cssgallery.info/textmate-php-syntax-check/">this new post</a> from the cssgallery website. It shows how you can get your favorite editor to check your PHP syntax for you.
</p>
<blockquote>
A nice "hidden" feature that Textmate has, is to check the syntax of the php files you are writing, and display a popup with the result. [...] Each time you save, a syntax check will be done, and a popup will show you the result
</blockquote>
<p>
You'll need to edit the PHP bundle slightly to get things working, but that's as easy as going through the UI and changing a drop-down value to activate the check. You'll need to have a php binary where the editor can use it, but most OS X installs will have that in place anyway. Check out <a href="http://cssgallery.info/wp-content/uploads/2009/01/capture-21.png">this image</a> to see the end result.
</p>]]></description>
      <pubDate>Tue, 27 Jan 2009 12:55:22 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Raphael Stolt's Blog: Creating Zend Framework snippets for TextMate]]></title>
      <guid>http://www.phpdeveloper.org/news/9677</guid>
      <link>http://www.phpdeveloper.org/news/9677</link>
      <description><![CDATA[<p>
<i>Raphael Stolt</i> has <a href="http://raphaelstolt.blogspot.com/2008/02/creating-zend-framework-snippets-for.html">posted  a new entry</a> to his blog that talks about combining two things that many developers out there already use - the Zend Framework and the TextMate editor. He shows hos to make some useful code snippets that can be customized to whatever you might need.
</p>
<blockquote>
To reduce the typing effort for the most common tasks in creating a Zend Framework based application, which are creating action controllers including their hosted actions and creating new models for accessing the underlying database, I spent some minutes to figure out how to create and add these valuable snippets to the default PHP bundle.
</blockquote>
<p>
The contents of the examples snippets are included - one to set up a controller, one to add an action to it and an third that will automatically set a table name property.
</p>]]></description>
      <pubDate>Thu, 21 Feb 2008 09:39:00 -0600</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>
