<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Peter Elst &#187; PHP</title>
	<atom:link href="http://www.peterelst.com/blog/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peterelst.com/blog</link>
	<description>Flash Platform Geek</description>
	<lastBuildDate>Fri, 30 Dec 2011 13:01:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://www.peterelst.com/blog/?pushpress=hub'/>
		<item>
		<title>Flash Media Playback &#8211; WordPress plugin</title>
		<link>http://www.peterelst.com/blog/2010/07/31/flash-media-playback-wordpress-plugin/</link>
		<comments>http://www.peterelst.com/blog/2010/07/31/flash-media-playback-wordpress-plugin/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 06:47:26 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.peterelst.com/blog/?p=3074</guid>
		<description><![CDATA[Last night I started writing a plugin to easily embed the Flash Media Playback video component on WordPress blogs and its now ready for you all to use! Flash Media Playback is a free media player based on the Open Source Media Framework and hosted by Adobe so its ideal for bloggers to use. You <a href="http://www.peterelst.com/blog/2010/07/31/flash-media-playback-wordpress-plugin/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.peterelst.com/blog/2010/07/31/flash-media-playback-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
<enclosure url="http://adobe.edgeboss.net/download/adobe/adobetv/platform_evangelism/believe.mp4" length="4668374" type="video/mp4" />
<enclosure url="http://mydomain.com/video.mp4" length="0" type="video/mp4" />
		</item>
		<item>
		<title>TwitLive AIR application</title>
		<link>http://www.peterelst.com/blog/2008/07/10/twitlive-air-application/</link>
		<comments>http://www.peterelst.com/blog/2008/07/10/twitlive-air-application/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 15:44:47 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.peterelst.com/blog/?p=627</guid>
		<description><![CDATA[Last Sunday afternoon I was listening to The Tech Guy on twitlive.tv and when I accidentally closed its tab one too many times decided to quickly make an AIR app for it to have it available as a desktop application. It literally took me 11 lines of code and a good 15 minutes to build. <a href="http://www.peterelst.com/blog/2008/07/10/twitlive-air-application/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.peterelst.com/blog/2008/07/10/twitlive-air-application/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
		<item>
		<title>AIR Badge WordPress plugin</title>
		<link>http://www.peterelst.com/blog/2008/04/19/air-badge-wordpress-plugin/</link>
		<comments>http://www.peterelst.com/blog/2008/04/19/air-badge-wordpress-plugin/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 12:26:38 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.peterelst.com/blog/?p=543</guid>
		<description><![CDATA[If you want to distribute AIR applications the install badge is definitely the best way to go. The one problem I had with it is that its a pain to prepare and embed on your blog. To help remedy this I started working on this AIR Badge plugin last night, it allows you to simply <a href="http://www.peterelst.com/blog/2008/04/19/air-badge-wordpress-plugin/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.peterelst.com/blog/2008/04/19/air-badge-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>AMFPHP and Flex 2</title>
		<link>http://www.peterelst.com/blog/2006/08/28/amfphp-and-flex2/</link>
		<comments>http://www.peterelst.com/blog/2006/08/28/amfphp-and-flex2/#comments</comments>
		<pubDate>Mon, 28 Aug 2006 21:45:18 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.peterelst.com/blog/2006/08/28/amfphp-and-flex2/</guid>
		<description><![CDATA[There have been a number of posts and tutorials posted on this topic but just wanted to post it here as well because I&#8217;ve heard some people who were under the impression it is not possible to hook AMFPHP or other Flash Remoting solutions up to Flex 2. Flex 2 uses a newer and more <a href="http://www.peterelst.com/blog/2006/08/28/amfphp-and-flex2/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.peterelst.com/blog/2006/08/28/amfphp-and-flex2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress updated to 2.0.1</title>
		<link>http://www.peterelst.com/blog/2006/02/17/wordpress-upgrade/</link>
		<comments>http://www.peterelst.com/blog/2006/02/17/wordpress-upgrade/#comments</comments>
		<pubDate>Fri, 17 Feb 2006 16:30:59 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.peterelst.com/blog/2006/02/17/wordpress-upgrade/</guid>
		<description><![CDATA[If you're running <a href="http://www.wordpress.org/">WordPress </a>its well worth doing the upgrade to 2.0.1! I just did it here this afternoon and it fixes a whole lot of issues I had with 2.0. ]]></description>
		<wfw:commentRss>http://www.peterelst.com/blog/2006/02/17/wordpress-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring a Flash application &#8211; Part Two</title>
		<link>http://www.peterelst.com/blog/2006/02/08/configure-flash-application-part-two/</link>
		<comments>http://www.peterelst.com/blog/2006/02/08/configure-flash-application-part-two/#comments</comments>
		<pubDate>Wed, 08 Feb 2006 14:34:54 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Publications]]></category>

		<guid isPermaLink="false">http://www.peterelst.com/blog/2006/02/08/configure-flash-application-part-two/</guid>
		<description><![CDATA[<p><a href="http://www.dmxzone.com">DMXzone.com</a> has just published my follow-up article on using an XML file to configure your Flash applications, its a pretty cool piece even if I say so myself ;)</p>]]></description>
		<wfw:commentRss>http://www.peterelst.com/blog/2006/02/08/configure-flash-application-part-two/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP-ShortStat WordPress plugin</title>
		<link>http://www.peterelst.com/blog/2005/09/09/80/</link>
		<comments>http://www.peterelst.com/blog/2005/09/09/80/#comments</comments>
		<pubDate>Thu, 08 Sep 2005 22:24:44 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.peterelst.com/blog/2005/09/09/80/</guid>
		<description><![CDATA[I recently got word from my good friend (and CMS guru) mattie about a great plugin. This plugin is a really cool addition to those of you running a WordPress blog for getting some visitor stats (including those that read it through your RSS feed) inside the admin panel. Extremely easy to install, just upload <a href="http://www.peterelst.com/blog/2005/09/09/80/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.peterelst.com/blog/2005/09/09/80/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>mySQL 5.0 alpha available for download</title>
		<link>http://www.peterelst.com/blog/2004/01/12/mysql-50-alpha-available-for-download/</link>
		<comments>http://www.peterelst.com/blog/2004/01/12/mysql-50-alpha-available-for-download/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">/?p=34</guid>
		<description><![CDATA[ActionScript Hero has just reported some great news, a developer edition of mySQL 5.0 alpha is available for download which includes support for stored procedures. I remember working on a project a while back involving Microsoft SQL Server and it took me quite a while to get my head around the concept of stored procedures. <a href="http://www.peterelst.com/blog/2004/01/12/mysql-50-alpha-available-for-download/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.peterelst.com/blog/2004/01/12/mysql-50-alpha-available-for-download/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>AMF-PHP multiple method calls</title>
		<link>http://www.peterelst.com/blog/2003/11/03/amf-php-multiple-method-calls/</link>
		<comments>http://www.peterelst.com/blog/2003/11/03/amf-php-multiple-method-calls/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">/?p=25</guid>
		<description><![CDATA[If you&#8217;re working with Flash Remoting using AMF-PHP you might have encountered some problems in the latest release with doing multiple method calls. I&#8217;ve been browsing the mailinglist and came across a solution by Justin Watkins that fixes this problem. You can download an updated version of &#8220;Executive.php&#8221; and use that to replace the old <a href="http://www.peterelst.com/blog/2003/11/03/amf-php-multiple-method-calls/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.peterelst.com/blog/2003/11/03/amf-php-multiple-method-calls/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SHA1 class for PHP4</title>
		<link>http://www.peterelst.com/blog/2003/09/15/sha1-class-for-php4/</link>
		<comments>http://www.peterelst.com/blog/2003/09/15/sha1-class-for-php4/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">/?p=12</guid>
		<description><![CDATA[I&#8217;ve written this SHA1 class in PHP quite a while ago but thought I might just put it up in case anyone&#8217;s still interested in using it. The code was ported from Branden Hall&#8217;s SHA1 Secure Hash for Flash MX which in turn was based on a JavaScript implementation. You can download the code here, <a href="http://www.peterelst.com/blog/2003/09/15/sha1-class-for-php4/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.peterelst.com/blog/2003/09/15/sha1-class-for-php4/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

