<?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 23:07:59 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[BarelyFitz.com: CSS Colors - Take Control Using PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/5497</guid>
      <link>http://www.phpdeveloper.org/news/5497</link>
      <description><![CDATA[<p>
On BarelyFitz Designs, there's <a href="http://www.barelyfitz.com/projects/csscolor/">a handy tutorial</a> that's been posted to help developers out there combine the powers of PHP and CSS to form a sort of color management system for their site.
</p>
<quote>
<i>
While many web sites use powerful programming environments to create HTML, these same tools are usually ignored when it comes to creating Cascading Style Sheets (CSS). This article describes how to take control of your colors in CSS using PHP. You will learn how to:
<ul>
<li>Centralize your color definitions using variables.
<li>Separate presentation and content by referring to colors using abstract names such as base and highlight.
<li>Automatically generate a color gradient from a single base color:
<li>Automatically adjust the contrast of foreground colors so they can viewed on top of your background colors
</ul>
</i>
</quote>
<p>
They <a href="http://www.barelyfitz.com/projects/csscolor/">follow the steps</a> to making a CSS file with PHP - generate the header and output the CSS - as well as examples of its usage. They create a range of colors based around a central one, five levels in either direction. The file they've created to accomplish this is also <a href="http://www.barelyfitz.com/projects/csscolor/csscolor.zip">available for download</a>.
</p>]]></description>
      <pubDate>Fri, 02 Jun 2006 06:16:07 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com: Visual Verification in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/4926</guid>
      <link>http://www.phpdeveloper.org/news/4926</link>
      <description><![CDATA[In <a href="http://www.phpbuilder.com/columns/patterson20060301.php3">this article</a> from PHPBuilder.com they take a look at how to integrate a "visual verification" system into your web forms to prevent spammers (CAPTCHA).
<p>
<quote>
<i>
Many topics on the <a href="http://www.phpbuilder.com/forum/">discussion forums</a> deal with the verification of form data. Often it is checked to determine whether or not the submission is from a user or from a "bot", if the email address entered is a valid address, or if all the information that is required has been entered into the form. 
<p>
While it's fairly easy to check to see if a form field is empty, determining if the posted information came from a real human is another task altogether. Most forms now include image verification for just this reason. This article will demonstrate how to create a simplified image verification system.
</i>
</quote>
<p>
They <a href="http://www.phpbuilder.com/columns/patterson20060301.php3">walk you through the code</a>, explainign each step of the way. They start with the creation of a random string, background, and font color for the CAPTCHA image to use. It's flexible enough to make either a string or just a word, too. Once the string is made, they set up the image to be written to and push each letter into it, rotating it to make it that much more difficult for scripts to try to understand its contents.]]></description>
      <pubDate>Fri, 03 Mar 2006 06:46:42 -0600</pubDate>
    </item>
  </channel>
</rss>
