<?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 13:37:28 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[LotsOfCode.com: Tag Cloud Tutorial]]></title>
      <guid>http://www.phpdeveloper.org/news/8598</guid>
      <link>http://www.phpdeveloper.org/news/8598</link>
      <description><![CDATA[<p>
In <a href="http://www.lotsofcode.com/php/tutorials/tag-cloud">this tutorial</a> on the LotsOfCode website, the author looks to help you create a feature common to several (including this one) websites out there - a tag cloud.
</p>
<blockquote>
In this tutorial i am going to show you how to create a basic word / tag cloud using php. I am going to create a class based cloud, this is because it will be more convenient for people to adapt it on there own websites, if you don't know much about class based programming then click here to take a look at the class tutorial.
</blockquote>
<p>
They <a href="http://www.lotsofcode.com/php/tutorials/tag-cloud">pull the information</a> from their "words array" (where words can be dynamically added to it) and use a percentage rating to base the CSS size for the data's span tag. The entire class listing is provided in one big chunk to make copy and paste easy.
</p>]]></description>
      <pubDate>Thu, 06 Sep 2007 08:57:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Icemelon.com: Dynamic Images in PHP (with GD)]]></title>
      <guid>http://www.phpdeveloper.org/news/4568</guid>
      <link>http://www.phpdeveloper.org/news/4568</link>
      <description><![CDATA[In <a href="http://digg.com/programming/Create_dynamic_images_using_PHP">this post</a> from digg.com today, there's a pointer to <a href="http://www.icemelon.com/tutorials/9/Dynamic_Images.htm">this tutorial</a> from Icemelon.com today about creating dynamic images in PHP.
<p>
<quote>
<i>
If you frequent forums, you'd probably remember images in people's signatures that would display information about your computer. Such mysticism! This tutorial will teach you that, and more!
</i>
</quote>
<p>
They <a href="http://www.icemelon.com/tutorials/9/Dynamic_Images.htm">show you</a> step by step how to use the GD extension in PHP to update a pre-existing image (a PNG in this case) with the viewer's IP address dynamically. It's just a small bit of what you can do with GD, but it's a good introduction to what it looks like...]]></description>
      <pubDate>Tue, 27 Dec 2005 12:08:48 -0600</pubDate>
    </item>
  </channel>
</rss>
