<?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>Thu, 08 Jan 2009 02:50:16 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Timothy Boronczyk's Blog: Paste Ninja (a new kind of pastebin)]]></title>
      <guid>http://www.phpdeveloper.org/news/11525</guid>
      <link>http://www.phpdeveloper.org/news/11525</link>
      <description><![CDATA[<p>
<i>Timothy Boronczyk</i> has <a href="http://zaemis.blogspot.com/2008/12/dialog-and-paste-ninja.html">posted about</a> a new site/service he's created with PHP - <a href="http://pasteninja.com">Paste Ninja</a>. He details it more in the post:
</p>
<blockquote>
<p>
Paste Ninja is a pastebin application that lets you to share code snippets with others. Instead of flooding an IRC channel or your Instant Messenger conversations with lines of source code, you can paste it online for public viewing.
</p>
<p>
The world probably doesn't need another pastebin app, either, but there are several features in store that other pastebins don't have.
</p>
</blockquote>
<p>
Features for <a href="http://pasteninja.com">Paste Ninja</a> include:
</p>
<ul>
<li>the ability to create threaded pastes, 
<li>set an expiration date for the entry, 
<li>set a password to protect the code, 
<li>see how many times its been viewed 
<li>set the comments on a line-by-line basis
<li>and - a very cool feature - submitting it via an email account versus just through the site.
</p>]]></description>
      <pubDate>Mon, 08 Dec 2008 11:19:37 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Matthew Weier O'Phinney's Blog: Pastebin app and conference updates]]></title>
      <guid>http://www.phpdeveloper.org/news/11001</guid>
      <link>http://www.phpdeveloper.org/news/11001</link>
      <description><![CDATA[<p>
<i>Matthew Weier O'Phinney</i> has <A href="http://weierophinney.net/matthew/archives/189-Pastebin-app-and-conference-updates.html">posted an update</a> on two things to his blog - that he will be speaking at this year's <a href="http://www.zendcon.com">ZendCon</a> and that new things have been posted from his <a href="http://www.zend.com/en/webinar/Framework-Dojo/Webinar-Rec-Framework-Dev-EN-ZFDojo-20080903.flv">Zend Framework & Dojo webinar</a> the other day.
</p>
<blockquote>
First off, you may now view my <a href="http://www.zend.com/en/webinar/Framework-Dojo/Webinar-Rec-Framework-Dev-EN-ZFDojo-20080903.flv">Dojo Webinar online</a> (requires login and registration at zend.com). Attendance was phenomenal, and I've had some really good feedback. [...] Second, I've completed what I'm calling version 1.0.0 of the pastebin application I demo'd in the webinar. The PHP code is fully unit tested (though I haven't yet delved into using DOH! to test the JS), and incorporates a number of best practices and tips that Pete Higgins from Dojo was kind enough to provide to me.
</blockquote>
<p>
This application can be downloaded directly <a href="http://weierophinney.net/matthew/uploads/pastebin-1.0.0.tar.gz">from his site</a>, ready to drop in and test with your local Zend Framework install.
</p>]]></description>
      <pubDate>Thu, 11 Sep 2008 08:34:32 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[The PHP Blog: Writing a Pastebin in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/5587</guid>
      <link>http://www.phpdeveloper.org/news/5587</link>
      <description><![CDATA[<p>
From The PHP Blog today, there's <a href="http://www.the-php-blog.com/writing-a-pastebin-in-php">this tutorial</a> covering the creation of a "pastebin" style website of your very own. Pastebins are a simple collaboration tool allowing the posting of textual data (most commonly code) to a public place anonymously.
</p>
<quote>
<i>
This post will show you step by step, how to create your own personal pastebin. If you don't know already, a pastebin is a website that lets people share text. These kinds of sites are useful when collaborating with project members who are in different locations, because it lets you quickly share pasted data with all members, instead of emailing the text back and forth. Some popular pastebins are <a href="http://www.pastebin.com/">pastebin.com</a>, and <a href="http://www.pastebin.ca/">pastebin.ca</a>.
</i>
</quote>
<p>
They <a href="http://www.the-php-blog.com/writing-a-pastebin-in-php">develop the backend</a> first, creating a simple MySQL database to hold the information. From there, it's just a bit of PHP away from allowing users to post their information. It's a very basic kind of interface (no feedback capabilities or anything), but with a little tweaking, it could definitely do more.
</p>]]></description>
      <pubDate>Wed, 14 Jun 2006 06:52:40 -0500</pubDate>
    </item>
  </channel>
</rss>
