<?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>Sun, 07 Sep 2008 02:53:08 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Evan Sims' Blog: TwitterBash launches]]></title>
      <guid>http://www.phpdeveloper.org/news/10452</guid>
      <link>http://www.phpdeveloper.org/news/10452</link>
      <description><![CDATA[<p>
<i>Evan Sims</i> has <A href="http://feeds.feedburner.com/~r/evansims/~3/315985616/twitterbash-launches">posted about</a> the launch of a <a href="http://www.codeigniter.org">CodeIgniter</a>-driven application that brings the bash.org quoting abilities to the world of Twitter.
</p>
<blockquote>
Today marks the launch of <a href="http://twitterbash.com/">TwitterBash</a>, a concept conceived and design by my good friend <a href="http://judsoncollier.com/">Judson Collier</a>. [...] TwitterBash takes the concept of the long Internet-famous <a href="http://bash.org/">bash.org</a>, which allows folks to post snippets and quote conversations from IRC, and applies it to Twitter. Just sign up for an account, then head to the submit page. Pop in the permalink for a tweet you want to quote and you're done. 
</blockquote>
<p>
<a href="http://twitterbash.com/">The site</a> runs on the PHP5 CodeIgniter framework allowing for fast and easy development. There's already a pretty good amount of content, so go over and check it out (and <a href="http://twitterbash.com/login">submit</a> some of your own).
</p>]]></description>
      <pubDate>Fri, 20 Jun 2008 11:25:24 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christopher Jones' Blog: PHP 5.3 "NOWDOCS" make SQL escaping easier]]></title>
      <guid>http://www.phpdeveloper.org/news/9633</guid>
      <link>http://www.phpdeveloper.org/news/9633</link>
      <description><![CDATA[<p>
<i>Christopher Jones</i> has <a href="http://blogs.oracle.com/opal/2008/02/13#a269">posted about</a> an update to the development for PHP 5.3 that makes escaping SQL even easier in scripts - NOWDOCS.
</p>
<blockquote>
Escaping quotes or other meta characters in SQL can be painful unless you get lucky with your quoting style. [...] Even with PHP's "Heredoc" syntax something will need escaping, but with PHP 5.3's new "Nowdoc" syntax no escaping is needed.
</blockquote>
<p>
The only difference between HEREDOC and NOWDOC is that the initial keyword (like the first END in this statement: <<<'END' text here END;) that can make worrying about complex quoting rules a thing of the past.
</p>]]></description>
      <pubDate>Thu, 14 Feb 2008 11:18:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Gareth Heyes' Blog: htmlentities is badly designed]]></title>
      <guid>http://www.phpdeveloper.org/news/9113</guid>
      <link>http://www.phpdeveloper.org/news/9113</link>
      <description><![CDATA[<p>
<i>Gareth Heyes</i> has a <a href="http://www.thespanner.co.uk/2007/11/26/htmlentities-is-badly-designed/">quick new post</a> to his blog today about the use of <a href="http://php.net/htmlentities">htmlentities</a> and the false assumptions some developers have about it:
</p>
<blockquote>
When someone uses htmlentities I've seen it time and time again that they expect that it filters variables from all XSS. This is wrong of course because the function requires a second parameter ENT_QUOTES which correctly replaces quote characters. Some developers aren't even aware that quotes can lead to XSS injection.
</blockquote>
<p>
He reminds developers of the second parameter - the ENT_QUOTES parameter that correctly replaces quotes. Other people have mentions things in the comments as well like another optional parameter to force an encoding type and opinions about the function's use.
</p>]]></description>
      <pubDate>Mon, 26 Nov 2007 10:23:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Terry Chay's Blog: Ed Finkler agrees with me]]></title>
      <guid>http://www.phpdeveloper.org/news/7747</guid>
      <link>http://www.phpdeveloper.org/news/7747</link>
      <description><![CDATA[<p>
<i>Terry Chay</i> has some of <a href="http://terrychay.com/blog/article/ed-finkler-agrees-with-me.shtml">his own comments</a> surrounding the latest <a href="http://podcast.phparch.com/main/index.php/main">episode of the Pro::PHP Podcast</a>, an interview with <i>Ed Finkler</i> about the state of PHP security.
</p>
<blockquote>
Ed Finkler agrees with me. Thanks Ed. :-) <a href="http://podcast.phparch.com/main/index.php/episodes:20070426">Listen to the podcast</a>. It's a realistic assessment of the state of security in PHP.
</blockquote>
<p>
He also includes a favorite quote from the podcast (as said by <i>Ed</i>):
</p>
<blockquote>
If web developer doesn't understand common security issues they shouldn't be considered developers...[Web applications] essentially are dealing with data that someone is inputting there. As a developer of web applications, you are essentially stewards of that data.
</blockquote>]]></description>
      <pubDate>Tue, 01 May 2007 12:38:00 -0500</pubDate>
    </item>
  </channel>
</rss>
