<?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 18:54:48 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[NETTUTS.com: Create a Twitter-Like "Load More" Widget]]></title>
      <guid>http://www.phpdeveloper.org/news/12898</guid>
      <link>http://www.phpdeveloper.org/news/12898</link>
      <description><![CDATA[<p>
On NETTUTS.com there's <a href="http://net.tutsplus.com/tutorials/javascript-ajax/create-a-twitter-like-load-more-widget/">a new tutorial</a> they've created showing the development of a "load more" component for your page combining PHP, MySQL and a javascript library (like Mootools or jQuery).
</p>
<blockquote>
Both Twitter and the Apple App Store use a brilliant technique for loading more information; you click the link and fresh items magically appear on the screen. This tutorial teaches you to use AJAX, CSS, Javascript, JSON, PHP, and HTML to create that magic. This tutorial will also feature both jQuery and MooTools versions of the script. 
</blockquote>
<p>
The idea is that, after the initial load of the page, the user can click on the "load more" link/button and the Ajax request will get the latest results from the backend (via json messaging). The <a href="http://nettuts.s3.amazonaws.com/383_more/demo.zip">complete code</a> is available for download and you can check out <a href="http://davidwalsh.name/dw-content/load-more.php">the demo</a> if you'd like to see it in action.
</p>]]></description>
      <pubDate>Fri, 17 Jul 2009 13:19:26 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[NETTUTS.com: Twitter Emulation Using MooTools 1.2 and PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/11389</guid>
      <link>http://www.phpdeveloper.org/news/11389</link>
      <description><![CDATA[<p>
NETTUTS.com has <a href="http://nettuts.com/tutorials/php/twitter-emulation-using-mootools-12-and-php/">a new tutorial</a> posted today showing how to combine some simple PHP scripts with the <A href="http://mootools.net/">MooTools</a> Javascript library to emulate the popular social site <a href="http://www.twitter.com">Twitter</a>.
</p>
<blockquote>
People all over the world love Twitter because of how easy it is to use. All you need to do is type in your current status, click "Update", and you're done. What most people probably don't know is how simple it is to emulate Twitter's functionality. Using PHP, MySQL, and MooTools javascript, you can implement a Twitter-like status system in no time. 
</blockquote>
<p>
Their mini-application (<a href="http://nettuts.s3.amazonaws.com/073_TwitterApp/source.zip">download the source here</a>) creates a basic input box and a list of messages below. The MooTools library is used to send the message back to the PHP script and update the messages list with the latest from the current user. Complete code and screenshots of examples are included.
</p>]]></description>
      <pubDate>Tue, 11 Nov 2008 14:18:35 -0600</pubDate>
    </item>
  </channel>
</rss>
