<?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, 18 May 2013 05:30:28 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Doug Brown's Blog: Difference between ASP and PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/11680</guid>
      <link>http://www.phpdeveloper.org/news/11680</link>
      <description><![CDATA[<p>
In <a href="http://www.brownphp.com/2009/01/difference-between-asp-and-php/">this recent post</a> to his blog <i>Doug Brown</i> spends a little time comparing (at a high-level) some of the differences between ASP and PHP.
</p>
<blockquote>
The difference between PHP and ASP is that ASP is a Microsoft product based on visual basic syntax whereas PHP has C and Java based syntax. ASP works better on Microsoft servers.
</blockquote>
<p>
He describes the target audience for each language and talks about the environments that they work best in as well as some general statements about their speed and flexibility. Basing his judgment on the facts he noted, he suggests PHP as the best alternative of the two for being more flexible, running in more places and being a bit faster overall.
</p>]]></description>
      <pubDate>Tue, 06 Jan 2009 09:31:49 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Andreas Gohr's Blog: Calculating Color Contrast with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/11045</guid>
      <link>http://www.phpdeveloper.org/news/11045</link>
      <description><![CDATA[<p>
In <A href="http://www.splitbrain.org/blog/2008-09/18-calculating_color_contrast_with_php">this new post</a> to his blog <i>Andreas Gohr</i> shares three handy functions he's come up with to check colors in an image with PHP.
</p>
<blockquote>
A good designer will choose high contrast colors fer backgrounds and texts without hesitation. But sometimes no human is involved in choosin' th' colors. For example when colors are assigned in a (pseudo) random manner. [...] After some googlin' I found a page explainin' different <A href="http://www.wat-c.org/tools/CCA/1.1/">color contrast algorithms</a>. Load the cannons! I used th' data from that page and implemented 3 color check functions in PHP.
</blockquote>
<p>
You can see a <A href="http://www.splitbrain.org/_static/color/index.php">live demo</a> of the script at work showing off the three color-finding functions: color difference, brightness difference and the luminosity contrast. There's also a method for calculating the Pythagorean distance between the colors included now too.
</p>]]></description>
      <pubDate>Fri, 19 Sep 2008 09:37:37 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: Filtering Image Streams with the GD Library in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/8535</guid>
      <link>http://www.phpdeveloper.org/news/8535</link>
      <description><![CDATA[<p>
DevShed concludes their series on using the GD graphics libraries in PHP with <a href="http://www.devshed.com/c/a/PHP/Filtering-Image-Streams-with-the-GD-Library-in-PHP/">thie new article</a> focusing on the use of some of the simple filtering functionality the library has to offer.
</p>
<blockquote>
In this article I'm going to demonstrate how the GD library can be used to apply some basic graphic filters (yes, like Photoshop, but much simpler) by utilizing the versatility of a brand new function called "imagefilter()". As you'll see shortly, with this function it is possible to reverse, blur and highlight the colors of a determined image, as well as convert it to its grayscale version, among other things.
</blockquote>
<p>
They use the imagefilter function in a few different examples - <a href="http://www.devshed.com/c/a/PHP/Filtering-Image-Streams-with-the-GD-Library-in-PHP/1/">altering the colors</a> in an image, working with <a href="http://www.devshed.com/c/a/PHP/Filtering-Image-Streams-with-the-GD-Library-in-PHP/2/">contrast and brightness</a> and various other filters (like smoothing, embossing, blurring and colorizing).
</p>]]></description>
      <pubDate>Mon, 27 Aug 2007 11:25:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Tnx.nl: PHP in Contrast to Perl]]></title>
      <guid>http://www.phpdeveloper.org/news/5415</guid>
      <link>http://www.phpdeveloper.org/news/5415</link>
      <description><![CDATA[<p>
As long as people "choose sides" when it comes to programming languages, there will always be articles <a href="http://tnx.nl/php">like this</a> to compare them. This time, it's a look at PHP versus another much-loved language, Perl.
</p>
<p>
<a href="http://tnx.nl/php">The article</a> takes a look at several different topics under this one umbrella, including:
<ul>
<li>Arguments and return values are extremely inconsistent
<li>PHP has inconsistent function naming
<li>PHP has no lexical scope
<li>PHP has too many functions in the core
</ul>
</p>
<p>
Obviously, they all seem to take a negative slant on PHP, but they do provide some content under each of the headings to back up their claims. They break out the contents of each of these examples to make comparison of Perl's and PHP's similar functionality easier. At the end, they also provide links to other resources and other posters illustrating some of the points <a href="http://tnx.nl/php">they've shown</a>.
</p>]]></description>
      <pubDate>Mon, 22 May 2006 06:21:33 -0500</pubDate>
    </item>
  </channel>
</rss>
