<?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 13:45:36 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Community News: Pusher Challenge (Make Your App Realtime)]]></title>
      <guid>http://www.phpdeveloper.org/news/16979</guid>
      <link>http://www.phpdeveloper.org/news/16979</link>
      <description><![CDATA[<p>
The folks over at Pusher (the real-time push notification service) have <a href="http://pusher.com/challenge">announced a contest</a> they're holding for developers (not just PHP either) to enter for a shot at a MacBook Air and a ticket to <a href="http://krtconf.com/">the Keeping it Realtime Conference</a> - the "Pusher Challenge".
</p>
<blockquote>
We believe you can massively improve the user experience and engagement of your existing applications by making them realtime. Pusher lets you do that quickly and simply with our hosted API. In the Pusher challenge, we want to see the innovative ways you can turbo-charge your apps with a sprinkling of Pusher magic.
</blockquote>
<p>
Pusher uses <a href="http://pusher.com/websockets">Websockets</a> to handle the notifications. You can sign up for a developer account to get the development ball rolling but the deadline is midnight (GMT) on October 16th (just five days away!) so dive in and <a href="http://pusher.com/challenge">get realtime</a> quickly for your chance to win!
</p>]]></description>
      <pubDate>Tue, 11 Oct 2011 13:57:34 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[NetTuts.com: Getting Real-Time with Pusher]]></title>
      <guid>http://www.phpdeveloper.org/news/16949</guid>
      <link>http://www.phpdeveloper.org/news/16949</link>
      <description><![CDATA[<p>
On NetTuts.com today there's a new tutorial showing you how to <a href="http://net.tutsplus.com/tutorials/javascript-ajax/getting-real-time-with-pusher/">implement the Pusher service</a> that gives you <a href="http://pusher.com/">real-time messaging</a> for your application. Their backend for the project is written in PHP using Pusher's library.
</p>
<blockquote>
Do you want to spice up your web applications by making them real-time - but don't want to create new infrastructures for the sole purpose of getting web sockets to work? In this article, we'll explore how to use and implement <a href="http://pusher.com/">Pusher</a>, an HTML5 WebSocket-powered real-time messaging service for your applications.
</blockquote>
<p>
Pusher uses HTML5 <a href="http://en.wikipedia.org/wiki/WebSocket">WebSockets</a> to handle the messaging, so you'll need a browser that supports it to follow along with the tutorial. The Pusher API provides and endpoint for authorization and the push and pull of messages. In the tutorial, they create a simple chat application that gives a "Who's Online" and a window with the latest messages. You can download the full source (Javascript and PHP) <a href="http://nettuts.s3.amazonaws.com/1059_pusher/demo.zip">here</a> or view a demo <a href="http://nikkobautista.com/demos/pusher">here</a>.
</p>]]></description>
      <pubDate>Wed, 05 Oct 2011 08:39:52 -0500</pubDate>
    </item>
  </channel>
</rss>
