<?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>I B Codin' &#187; google</title>
	<atom:link href="http://ibcodin.com/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://ibcodin.com</link>
	<description>Getting things done my way with code</description>
	<lastBuildDate>Sun, 21 Sep 2008 15:51:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Diving in with the Google App Engine</title>
		<link>http://ibcodin.com/python/diving-in-google-app-engine/</link>
		<comments>http://ibcodin.com/python/diving-in-google-app-engine/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 01:00:47 +0000</pubDate>
		<dc:creator>techmonkey</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[app engine]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://ibcodin.com/?p=11</guid>
		<description><![CDATA[I&#8217;m finally getting around to actual development using the Google App Engine. Since Python is currently the only supported language, I&#8217;ve had to do a little up front studying of the language itself. My programming language experience includes &#8220;C&#8221;, Java, and PHP, so learning Python is no big deal. I just need to work on [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m finally getting around to actual development using the Google App Engine. Since Python is currently the only supported language, I&#8217;ve had to do a little up front studying of the language itself. My programming language experience includes &#8220;C&#8221;, Java, and PHP, so learning Python is no big deal. I just need to work on learning all the syntax and structure.</p>
<p>I have been reading up on the documentation and following the associated Google Group for the App Engine. Along with the new language, I&#8217;m working out how to use the App Engine web application framework and the Django template system. The Django template system was rather easy to grasp because it is very similar to how I use XML/XSL for web page templates in Java.</p>
<p>For a test application, I&#8217;m building a dynamic blog that will have posts, articles, categories, tags, links, images, etc. It will use Django templates fully and will be integrated with stylesheets and selectable &#8220;themes&#8221;. Kind of like a mini wordpress system. It will have a management interface for configured &#8220;admins&#8221; and will use the App Engine datastore for all data. This should be enough of a project to allow me to fully utilize all the various aspects of the App Engine prior to starting a more serious work project that I have in mind.</p>
<p>I&#8217;ll keep you updated!</p>
]]></content:encoded>
			<wfw:commentRss>http://ibcodin.com/python/diving-in-google-app-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run your web applications on Google&#8217;s infrastructure</title>
		<link>http://ibcodin.com/development/run-your-web-applications-on-googles-infrastructure/</link>
		<comments>http://ibcodin.com/development/run-your-web-applications-on-googles-infrastructure/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 04:55:15 +0000</pubDate>
		<dc:creator>techmonkey</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://ibcodin.com/?p=10</guid>
		<description><![CDATA[On April 7th, Google announced their new offering called &#8220;AppEngine&#8221;. AppEngine is an environment that allows you to develop web based applications that run on Google&#8217;s scalable systems. AppEngine provides dynamic web serving, a &#8220;datastore&#8221; used to store your applications data, automatic scaling and load balancing and a downloadable development environment. The AppEngine framework is [...]]]></description>
			<content:encoded><![CDATA[<p>On April 7th, Google announced their new offering called &#8220;AppEngine&#8221;. AppEngine is an environment that allows you to develop web based applications that run on Google&#8217;s scalable systems. AppEngine provides dynamic web serving, a &#8220;datastore&#8221; used to store your applications data, automatic scaling and load balancing and a downloadable development environment. The AppEngine framework is currently only for the Python language.</p>
<p>AppEngine is currently considered to be &#8220;beta&#8221;. The initial release is only available to the first 10,000 developers that signed up. I was able to snag one of the 10,000 beta slots and now have access to AppEngine. I have not yet downloaded their development environment. I currently do not know Python but I have developed applications over the last 22 years in at least 6 different programming languages. I have started to look at the basic Python syntax and it looks straightforward. I&#8217;ll write a couple of small Python apps and get a better feel for the capabilities prior to downloading the AppEngine development kit.</p>
<p>I think this has the potential to be big considering the AppEngine environment takes care of scalability and load balancing for you. Scalability is not easy to build into web applications but having a framework provide those capabilities and having Google&#8217;s scalable systems backing the environment will be enticing to many developers.</p>
<p>Check out Google&#8217;s own page covering &#8220;<a title="What is Google App Engine?" href="http://code.google.com/appengine/docs/whatisgoogleappengine.html" target="_blank">What is Google App Engine?</a>&#8221; for all the details.</p>
]]></content:encoded>
			<wfw:commentRss>http://ibcodin.com/development/run-your-web-applications-on-googles-infrastructure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
