<?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>Raivo Ratsep &#124; PHP/MySQL Web Development St. Louis, MO &#187; PHP</title>
	<atom:link href="http://raivoratsep.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://raivoratsep.com</link>
	<description></description>
	<lastBuildDate>Sun, 10 Jul 2011 03:21:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Useful PHP functions</title>
		<link>http://raivoratsep.com/172/useful-php-functions/</link>
		<comments>http://raivoratsep.com/172/useful-php-functions/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 01:08:26 +0000</pubDate>
		<dc:creator>Raivo</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[st louis web development]]></category>

		<guid isPermaLink="false">http://raivoratsep.com/?p=172</guid>
		<description><![CDATA[Some useful stuff I&#8217;ve come across; implemented in PHP etc. Round to the next highest number ending with 0 &#160; &#160; function round_up($int) { &#160; &#160; &#160; &#160; return 10 * ceil(0.1*$int); &#160; &#160; &#160; &#160; } echo round_up(24); //30 echo round_up(21); //30 to be continued&#8230;]]></description>
		<wfw:commentRss>http://raivoratsep.com/172/useful-php-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple PHP Task Queue</title>
		<link>http://raivoratsep.com/161/simple-php-task-queue/</link>
		<comments>http://raivoratsep.com/161/simple-php-task-queue/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 01:54:51 +0000</pubDate>
		<dc:creator>Raivo</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[st louis web development]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://raivoratsep.com/?p=161</guid>
		<description><![CDATA[Here&#8217;s a simple task queue implementation that I&#8217;ve started using. It&#8217;s great when you need to send an email when you process some heavy forms and don&#8217;t want the email to slow you down. It&#8217;s also great for background syncing of data: for example I needed to persist a local change to a remote db [...]]]></description>
		<wfw:commentRss>http://raivoratsep.com/161/simple-php-task-queue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP on Android: Run SL4A + PHP in Android Emulator via Eclipse.</title>
		<link>http://raivoratsep.com/99/php-on-android-run-sl4a-php-in-android-emulator-eclipse/</link>
		<comments>http://raivoratsep.com/99/php-on-android-run-sl4a-php-in-android-emulator-eclipse/#comments</comments>
		<pubDate>Sun, 12 Sep 2010 19:12:12 +0000</pubDate>
		<dc:creator>Raivo</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[st louis web development]]></category>

		<guid isPermaLink="false">http://raivoratsep.com/?p=99</guid>
		<description><![CDATA[This tutorial assumes that you have set up Eclipse with Android SDK as described here http://developer.android.com/sdk/installing.html. Make sure to install Android SDK 1.6. You will need to create an Android Virtual Device (AVD) that runs on platform 1.6 &#8211; we will do this later. There are really two stages to this project: get SL4A (Scripting [...]]]></description>
		<wfw:commentRss>http://raivoratsep.com/99/php-on-android-run-sl4a-php-in-android-emulator-eclipse/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Resultset Paging with Yii Framework</title>
		<link>http://raivoratsep.com/64/resultset-paging-with-yii-framework/</link>
		<comments>http://raivoratsep.com/64/resultset-paging-with-yii-framework/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 03:14:36 +0000</pubDate>
		<dc:creator>Raivo</dc:creator>
				<category><![CDATA[Theory]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Yii Framework]]></category>

		<guid isPermaLink="false">http://raivoratsep.com/?p=64</guid>
		<description><![CDATA[I&#8217;ve been playing around with Yii Framework lately. Here&#8217;s how I ended up doing pagination with the resources that are provided. Now, one of the goals was not to rely on a complete solution provided by the framework itself but to understand and work with the building blocks myself. Here&#8217;s the code. This is what [...]]]></description>
		<wfw:commentRss>http://raivoratsep.com/64/resultset-paging-with-yii-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kohana MVC Framework on Google App Engine &#8230; or not</title>
		<link>http://raivoratsep.com/52/kohana-mvc-framework-on-google-app-engine-or-not/</link>
		<comments>http://raivoratsep.com/52/kohana-mvc-framework-on-google-app-engine-or-not/#comments</comments>
		<pubDate>Mon, 03 May 2010 04:24:21 +0000</pubDate>
		<dc:creator>Raivo</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[App Engine]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Quercus]]></category>

		<guid isPermaLink="false">http://raivoratsep.com/?p=52</guid>
		<description><![CDATA[Feeling inspired from getting PHP to work on the Google App Engine, I decided to try to see if I can get the Kohana MVC framework to run on top GAE as well. The process is pretty simple: just copy the framework files to the project&#8217;s &#8216;war&#8217; folder. I tried to install the latest version [...]]]></description>
		<wfw:commentRss>http://raivoratsep.com/52/kohana-mvc-framework-on-google-app-engine-or-not/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Running Quercus PHP on App Engine</title>
		<link>http://raivoratsep.com/42/running-quercus-php-on-app-engine/</link>
		<comments>http://raivoratsep.com/42/running-quercus-php-on-app-engine/#comments</comments>
		<pubDate>Sun, 02 May 2010 05:32:41 +0000</pubDate>
		<dc:creator>Raivo</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[App Engine]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Quercus]]></category>

		<guid isPermaLink="false">http://raivoratsep.com/?p=42</guid>
		<description><![CDATA[Here are the steps I took to get PHP running on Google App Engine. Since PHP is not supported by GAE as of this writing, we need to run it on the Java platform that is supported. Fortunately, there&#8217;s a PHP 5 implementation in Java that let&#8217;s us do just that. The thing is called [...]]]></description>
		<wfw:commentRss>http://raivoratsep.com/42/running-quercus-php-on-app-engine/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Differences between PHP and C#</title>
		<link>http://raivoratsep.com/16/differences-between-php-and-c-sharp/</link>
		<comments>http://raivoratsep.com/16/differences-between-php-and-c-sharp/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 01:54:19 +0000</pubDate>
		<dc:creator>Raivo</dc:creator>
				<category><![CDATA[Theory]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://raivoratsep.com/?p=16</guid>
		<description><![CDATA[I figured I&#8217;d create a list of differences between PHP and C# in case I (or someone else)  ever need a reference. I&#8217;m sure there are a lot of those difference, but I&#8217;m going to add the ones that struck me as the most obvious ones, and the ones that one needs to remember when [...]]]></description>
		<wfw:commentRss>http://raivoratsep.com/16/differences-between-php-and-c-sharp/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

