<?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>Wed, 22 May 2013 00:44:13 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[NETTUTS.com: Building a 5 Star Rating System with jQuery, AJAX and PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/14461</guid>
      <link>http://www.phpdeveloper.org/news/14461</link>
      <description><![CDATA[<p>
On the NETTUTS.com site there's new tutorial showing you how to combine the power of PHP and jQuery to create a quick and easy <a href="http://net.tutsplus.com/tutorials/html-css-techniques/building-a-5-star-rating-system-with-jquery-ajax-and-php/">star rating system</a> for your web application.
</p>
<blockquote>
In this tutorial, you'll learn how to build a rating system with AJAX, PHP, and jQuery. Votes will be recorded and updated in real-time with the magic of AJAX, and we'll also leverage the power of PHP so that you don't even need a database!
</blockquote>
<p>
The Ajax portion of the script is handled by a "$.post" request made from jQuery to the PHP backend when a star is clicked. Once the message is sent to the PHP backend, the information is serialized and pushed into a text file. This method can easily be modified to work with a database too.
</p>]]></description>
      <pubDate>Wed, 05 May 2010 09:09:02 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP-GTK Community Site: Merry Christmas (A Holiday Widget)]]></title>
      <guid>http://www.phpdeveloper.org/news/6958</guid>
      <link>http://www.phpdeveloper.org/news/6958</link>
      <description><![CDATA[<p>
T'is the season for snow and twinkling lights, and the PHP-GTK Community site has taken this to heart with their <a href="http://www.php-gtk.eu/code-snippets/christmas-stars-object-oriented-tutorial-in-php-gtk2">latest tutorial</a> posted today showing the creation of a Drawing area with stars and blinking lights.
</p>
<p>
They <a href="http://www.php-gtk.eu/code-snippets/christmas-stars-object-oriented-tutorial-in-php-gtk2">start with an overview</a> of the mini-project (three different parts) and quickly get into the code.
</p>
<p>
First it's the abstract class Object, then the BasicStar that extends our object (complete with the method for drawing the dots), and finally the "Christmas widget" that they all get pushed into. The result is a small window that has flashing "lights" and will run until you shut it off. Happy holidays!
</p>]]></description>
      <pubDate>Thu, 21 Dec 2006 14:25:10 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[P&aacute;draic Brady's Blog: Extending the Mapper: Stars and Planets]]></title>
      <guid>http://www.phpdeveloper.org/news/6556</guid>
      <link>http://www.phpdeveloper.org/news/6556</link>
      <description><![CDATA[<p>
<i>P&aacute;draic Brady</i> is back today with <a href="http://blog.quantum-star.com/index.php?/archives/240-Extending-the-Mapper-Stars-and-Planets.html">another update</a> on the game he's working on and his latest addition - the stars and planets ("bodies").
</p>
<blockquote>
Planets and Stars ("Bodies") form the central hub around which the majority of a player's activity will center. This planning document addresses the generation and mapping of these entities, and not their individual contents, facilities or uses.
</blockquote>
<p>
He <a href="http://blog.quantum-star.com/index.php?/archives/240-Extending-the-Mapper-Stars-and-Planets.html">breaks it down</a> into a few steps:
<ul>
<li>Laying a Foundation
<li>Adding Stars
<li>Skeleton Map_Star Interfaces
<li>Implementing the Map_Star Interfaces
<li>Position Random
<li>Generate Simple
<li>Conclusion
</ul>
The end result is a system for positioning stars and providing all of the star's data to the user.
</p>]]></description>
      <pubDate>Mon, 23 Oct 2006 14:17:00 -0500</pubDate>
    </item>
  </channel>
</rss>
