<?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"
	>

<channel>
	<title>App Engine Base</title>
	<atom:link href="http://www.appenginebase.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.appenginebase.com</link>
	<description>Google App Engine Demos, Google App Engine Tutorials</description>
	<pubDate>Sat, 27 Sep 2008 20:24:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>big news</title>
		<link>http://www.appenginebase.com/2008/09/big-news/</link>
		<comments>http://www.appenginebase.com/2008/09/big-news/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 20:24:53 +0000</pubDate>
		<dc:creator>Dan Podaru</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.appenginebase.com/?p=6</guid>
		<description><![CDATA[some big news.ok.aha
]]></description>
			<content:encoded><![CDATA[<p>some big news.<strong>ok</strong>.aha</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appenginebase.com/2008/09/big-news/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Setting up your domain for Google App Engine</title>
		<link>http://www.appenginebase.com/2008/04/setting-up-your-domain-for-google-app-engine/</link>
		<comments>http://www.appenginebase.com/2008/04/setting-up-your-domain-for-google-app-engine/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 16:26:26 +0000</pubDate>
		<dc:creator>Dan Podaru</dc:creator>
		
		<category><![CDATA[Intro]]></category>

		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[basics]]></category>

		<category><![CDATA[easydns settings]]></category>

		<guid isPermaLink="false">http://www.appenginebase.com/?p=3</guid>
		<description><![CDATA[Assuming you already received an invite, log in to google app engine using the invite url.
To create your first Google App Engine application , choose a name and an identifier for your application.
Make sure your applications identifier doesn&#8217;t contain the words &#8220;app engine&#8221; cause you&#8217;ll get an &#8220;This application id is unavailable.&#8221; error.
After registering your [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-4 alignleft" style="float: left;" title="create-new-account" src="http://www.appenginebase.com/wp-content/uploads/2008/04/create-new-account.png" alt="Create a new Google App Engine Application" width="320" height="262" />Assuming you already received an invite, log in to google app engine using the invite url.</p>
<p>To create your first Google App Engine application , choose a name and an identifier for your application.</p>
<p>Make sure your applications identifier doesn&#8217;t contain the words &#8220;app engine&#8221; cause you&#8217;ll get an &#8220;<strong>This application id is unavailable.</strong>&#8221; error.</p>
<p>After registering your applications name , go to <strong><em>dashboard&gt;versions</em></strong> to add a domain name for your application.</p>
<p>You&#8217;ll have to sign up for Google Apps and prove you own the domain you want to add.</p>
<p>Click the<em> <strong>Sign up for Gooogle Apps</strong></em> link on the right. On the new screen , add your domain, in my case is <em>demo.appenginebase.com </em>and <em> </em>complete the sign up process by filling in the required info.</p>
<p>After registration you&#8217;ll be redirected to a screen where you can enable/disable google services for this domain. In my case i only enabled the email service and the app engine service.</p>
<p>To verify the ownership of the domain,  2 methods are provided. By adding a CNAME or by uploading a file with a unique string on your server.</p>
<p>Login to your domains control panel, and add a subdomain , <em>demo.appengine.com</em>. After your subdomain was created upload a html file containing the google unique string and name it googlehostedservice.html.</p>
<p>Navigate to your subdomain  <em>http://demo.appengine.com/googlehostedservice.html</em>. If you can see the file go back to the google app engine page and click verify. If you can&#8217;t see it make sure your document has the right permissions.</p>
<p>After verifying that you own the domain you have to set up your domain or subdomain to point to google.</p>
<p>Go back to the <em>Version</em> tab on the google app engine page and add the domain or subdomain you want to use.</p>
<p>In my case <strong><em>demo.appenginebase.com</em></strong></p>
<p>Setting up your subdomain to point to google is done by adding a CNAME in your DNS settings.</p>
<p>Go to your DNS settings admin for the domain and add a CNAME field , set the alias to <em>demo.appenginebase.com</em> and the destination to <em>ghs.google.com.</em></p>
<p>To set up an entire domain, first set up the A record to point to google and add the CNAME field after.</p>
<p>Set the <strong><em>A record(host)</em></strong> to <strong>domain.com. </strong>, and add the following IPs 216.239.38.21 , 216.239.36.21 , 216.239.34.21, 216.239.32.21</p>
<p>To set up your email to point to google, in the mx records fields set host to <em>appenginebase.com. </em>and add the following hosts : <em>ASPMX.L.GOOGLE.COM.</em> priority <em>10</em>, <em>ALT1.ASPMX.L.GOOGLE.COM.</em> priority <em>20</em> , <em>ALT2.ASPMX.L.GOOGLE.COM.</em> priority <em>20</em></p>
<p>I&#8217;m using EasyDns for my DNS settings so here is a screen shot with the settings in place for setting up a domain with google app engine.</p>
<p><img class="alignleft size-full wp-image-5" title="easy-dns-settings-google-ap" src="http://www.appenginebase.com/wp-content/uploads/2008/04/easy-dns-settings-google-ap.png" alt="EasyDns settings for Google App Engine" width="500" height="505" /></p>
<p><a href="http://www.appenginebase.com/wp-content/uploads/2008/04/easy-dns-settings-google-ap.png"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appenginebase.com/2008/04/setting-up-your-domain-for-google-app-engine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to App Engine Base</title>
		<link>http://www.appenginebase.com/2008/04/google-app-engine-development-welcome/</link>
		<comments>http://www.appenginebase.com/2008/04/google-app-engine-development-welcome/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 16:07:07 +0000</pubDate>
		<dc:creator>Dan Podaru</dc:creator>
		
		<category><![CDATA[Intro]]></category>

		<guid isPermaLink="false">http://www.appenginebase.com/?p=1</guid>
		<description><![CDATA[Welcome to App Engine Base,
I just received a beta invite to Google&#8217;s App Engine and before starting the development of my first google app engine application i set up this blog to serve as a resource for all of you who want to learn in the same time as me.
Thanks, and check back soon for [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to App Engine Base,</p>
<p>I just received a beta invite to Google&#8217;s App Engine and before starting the development of my first google app engine application i set up this blog to serve as a resource for all of you who want to learn in the same time as me.</p>
<p>Thanks, and check back soon for the first step: Setting up the domain.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appenginebase.com/2008/04/google-app-engine-development-welcome/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
