<?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>Junal On The Run &#187; Google App Engine</title>
	<atom:link href="http://junalontherun.com/category/google-app-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://junalontherun.com</link>
	<description>...miles to go before i sleep!</description>
	<lastBuildDate>Wed, 09 May 2012 20:25:08 +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>Welcoming All Bangladeshis to &#8220;Amra Positive&#8221;</title>
		<link>http://junalontherun.com/2009/11/08/welcoming-all-bangladeshis-to-amra-positive/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=welcoming-all-bangladeshis-to-amra-positive</link>
		<comments>http://junalontherun.com/2009/11/08/welcoming-all-bangladeshis-to-amra-positive/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 08:44:23 +0000</pubDate>
		<dc:creator>junal</dc:creator>
				<category><![CDATA[Bangla]]></category>
		<category><![CDATA[Bangladesh]]></category>
		<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Positive Bangladesh]]></category>
		<category><![CDATA[Positive Bangladeshis]]></category>

		<guid isPermaLink="false">http://junalontherun.com/?p=476</guid>
		<description><![CDATA[I promised to release “Amra Positive” soon, today i&#8217;m announcing the release of this small application that is developed for Bangladeshis. Let me give you some ideas about the application first&#8230;. [i'm just coping the “about” page from the application] &#8230; <a href="http://junalontherun.com/2009/11/08/welcoming-all-bangladeshis-to-amra-positive/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://junalontherun.com/2009/11/08/welcoming-all-bangladeshis-to-amra-positive/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Getting Distinct Result From Google App Engine GQL Query</title>
		<link>http://junalontherun.com/2009/10/24/getting-distinct-result-from-google-app-engine-gql-query/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=getting-distinct-result-from-google-app-engine-gql-query</link>
		<comments>http://junalontherun.com/2009/10/24/getting-distinct-result-from-google-app-engine-gql-query/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 20:22:34 +0000</pubDate>
		<dc:creator>junal</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[GQL]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[GQL distinct result]]></category>

		<guid isPermaLink="false">http://junalontherun.com/2009/10/24/getting-distinct-result-from-google-app-engine-gql-query/</guid>
		<description><![CDATA[One of the big limitations of Google App Engine is query syntax. Like SQL we don&#8217;t have all freedom in GQL. As an example, we cannot get DISTINCT result like following SQL query&#8230; &#8220;Select DISTINCT name from users&#8221; Let&#8217;s say &#8230; <a href="http://junalontherun.com/2009/10/24/getting-distinct-result-from-google-app-engine-gql-query/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://junalontherun.com/2009/10/24/getting-distinct-result-from-google-app-engine-gql-query/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Google App Engine Server Side Validation Examples</title>
		<link>http://junalontherun.com/2009/10/21/google-server-side-validation-examples/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-server-side-validation-examples</link>
		<comments>http://junalontherun.com/2009/10/21/google-server-side-validation-examples/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 11:26:09 +0000</pubDate>
		<dc:creator>junal</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[check length of chars n google app engine]]></category>
		<category><![CDATA[Google app engine server side validation]]></category>

		<guid isPermaLink="false">http://junalontherun.com/2009/10/21/google-server-side-validation-examples/</guid>
		<description><![CDATA[Google app engine uses &#8220;Django Form Validation Framework&#8221; for server side validation. I would like to show some examples on server side validation for Google app engine. So let&#8217;s have a look at the following validation rules we are going &#8230; <a href="http://junalontherun.com/2009/10/21/google-server-side-validation-examples/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://junalontherun.com/2009/10/21/google-server-side-validation-examples/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Google App Engine SDK on Ubuntu</title>
		<link>http://junalontherun.com/2009/01/12/installing-google-app-engine-sdk-on-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installing-google-app-engine-sdk-on-ubuntu</link>
		<comments>http://junalontherun.com/2009/01/12/installing-google-app-engine-sdk-on-ubuntu/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 11:40:23 +0000</pubDate>
		<dc:creator>junal</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://junalontherun.com/?p=216</guid>
		<description><![CDATA[Installing Google app engine SDK on Windows and Mac OS X is very easy as they have installation launcher, but for Linux and other system we have Google App Engine SDK in a zip format which has to be installed &#8230; <a href="http://junalontherun.com/2009/01/12/installing-google-app-engine-sdk-on-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://junalontherun.com/2009/01/12/installing-google-app-engine-sdk-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

