<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Free Web Site Hosting Using Google App Engine</title>
	<atom:link href="http://diywebguide.com/hosting/free-web-site-hosting-using-google-app-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://diywebguide.com/hosting/free-web-site-hosting-using-google-app-engine/</link>
	<description>A Guide to Simplified Web Publishing</description>
	<lastBuildDate>Thu, 29 Dec 2011 01:08:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Sam</title>
		<link>http://diywebguide.com/hosting/free-web-site-hosting-using-google-app-engine/comment-page-1/#comment-267</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 29 Dec 2011 01:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://diywebguide.com/?p=41#comment-267</guid>
		<description>Rohit,

I guess your talking about file extensions like .htm and .jpg? Because of the way GAE serves static files using the file extension to determine the mime type it will be hard to remove the file extension. Using Apache web server one would use mod_rewrite to clean up URL&#039;s. That is not an option here though.  

You could look in the &lt;a href=&quot;http://groups.google.com/group/google-appengine&quot; title=&quot;GAE Group&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;GAE Group&lt;/a&gt; for a solution.

If this is not the extension you were asking about let me know and please give an example.


Thank -- Sam</description>
		<content:encoded><![CDATA[<p>Rohit,</p>
<p>I guess your talking about file extensions like .htm and .jpg? Because of the way GAE serves static files using the file extension to determine the mime type it will be hard to remove the file extension. Using Apache web server one would use mod_rewrite to clean up URL&#8217;s. That is not an option here though.  </p>
<p>You could look in the <a href="http://groups.google.com/group/google-appengine" title="GAE Group" target="_blank" rel="nofollow">GAE Group</a> for a solution.</p>
<p>If this is not the extension you were asking about let me know and please give an example.</p>
<p>Thank &#8212; Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohit</title>
		<link>http://diywebguide.com/hosting/free-web-site-hosting-using-google-app-engine/comment-page-1/#comment-266</link>
		<dc:creator>Rohit</dc:creator>
		<pubDate>Wed, 28 Dec 2011 08:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://diywebguide.com/?p=41#comment-266</guid>
		<description>Hi, thanks for the great article, it gives lots of answers about hosting hosting a free website with gae.
But,i have a question, hope you will answer to it. &quot;can you tell me how to remove extensions in the url, i am talking about the websites which are hosted using google app engine&quot;.
Hope you will answer.</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the great article, it gives lots of answers about hosting hosting a free website with gae.<br />
But,i have a question, hope you will answer to it. &#8220;can you tell me how to remove extensions in the url, i am talking about the websites which are hosted using google app engine&#8221;.<br />
Hope you will answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://diywebguide.com/hosting/free-web-site-hosting-using-google-app-engine/comment-page-1/#comment-206</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Fri, 07 Jan 2011 02:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://diywebguide.com/?p=41#comment-206</guid>
		<description>jiten

Django is the way to go if you want to develop with python in App Engine. Is it more framework than you need? if your just throwing together small sites, Django may be overkill. If you haven&#039;t done it yet, set up a Django site on GAE and see how it goes. 

I think java on app engine is interesting. Google Web Toolkit looks interesting as does Groovy. Java skills are in demand so if your looking to dive head first into new technology that may be the way to go. 

Before I make too many people mad here I should say that these are very personal choices and your the one most likely to find the right fit for what you want to do. So, experiment, there are no wrong choices. Thanks for making me think about this!</description>
		<content:encoded><![CDATA[<p>jiten</p>
<p>Django is the way to go if you want to develop with python in App Engine. Is it more framework than you need? if your just throwing together small sites, Django may be overkill. If you haven&#8217;t done it yet, set up a Django site on GAE and see how it goes. </p>
<p>I think java on app engine is interesting. Google Web Toolkit looks interesting as does Groovy. Java skills are in demand so if your looking to dive head first into new technology that may be the way to go. </p>
<p>Before I make too many people mad here I should say that these are very personal choices and your the one most likely to find the right fit for what you want to do. So, experiment, there are no wrong choices. Thanks for making me think about this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jiten</title>
		<link>http://diywebguide.com/hosting/free-web-site-hosting-using-google-app-engine/comment-page-1/#comment-205</link>
		<dc:creator>jiten</dc:creator>
		<pubDate>Thu, 06 Jan 2011 11:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://diywebguide.com/?p=41#comment-205</guid>
		<description>Hi sam,

I also found this tutorial which talks about configuring googleapp engine with django apps.
please let me know if you have any views on this
 
http://code.google.com/appengine/articles/django-nonrel.html</description>
		<content:encoded><![CDATA[<p>Hi sam,</p>
<p>I also found this tutorial which talks about configuring googleapp engine with django apps.<br />
please let me know if you have any views on this</p>
<p><a href="http://code.google.com/appengine/articles/django-nonrel.html" rel="nofollow">http://code.google.com/appengine/articles/django-nonrel.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jiten</title>
		<link>http://diywebguide.com/hosting/free-web-site-hosting-using-google-app-engine/comment-page-1/#comment-204</link>
		<dc:creator>jiten</dc:creator>
		<pubDate>Thu, 06 Jan 2011 10:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://diywebguide.com/?p=41#comment-204</guid>
		<description>Hi All,

This is a great article for me. I am just starting with goolgeapps standard edition and was not impressed with limited template/functionality provided by googlesites.

I needed a solution which can help me in quickly learning, building my web app locally and then host it with my google apps account. I have started brushing up my python skills after reading this wonderful article. they say... you can find anything on the web as someone would have already explored it. :) Thanks sam for this article and research you did.

Please share your thoughts on using already available MVC web dev frameworks such as Django, which make life a bit more easier while developing web applications in python. Is it possible for me to build applications using such framework(s) and then host them with Google app engine? 

It would be quite helpful if you could guide me in this respect.</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>This is a great article for me. I am just starting with goolgeapps standard edition and was not impressed with limited template/functionality provided by googlesites.</p>
<p>I needed a solution which can help me in quickly learning, building my web app locally and then host it with my google apps account. I have started brushing up my python skills after reading this wonderful article. they say&#8230; you can find anything on the web as someone would have already explored it. <img src='http://diywebguide.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks sam for this article and research you did.</p>
<p>Please share your thoughts on using already available MVC web dev frameworks such as Django, which make life a bit more easier while developing web applications in python. Is it possible for me to build applications using such framework(s) and then host them with Google app engine? </p>
<p>It would be quite helpful if you could guide me in this respect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: techkilljoy</title>
		<link>http://diywebguide.com/hosting/free-web-site-hosting-using-google-app-engine/comment-page-1/#comment-199</link>
		<dc:creator>techkilljoy</dc:creator>
		<pubDate>Tue, 19 Oct 2010 19:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://diywebguide.com/?p=41#comment-199</guid>
		<description>For a guy new to Google App Engine and Python this answered a few questions I just couldn&#039;t figure out from the Google intro stuff.  THANKS!</description>
		<content:encoded><![CDATA[<p>For a guy new to Google App Engine and Python this answered a few questions I just couldn&#8217;t figure out from the Google intro stuff.  THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Free Web Site Hosting Using Google App Engine &#124; DIY Web Guide &#124; Webhosting Hosting</title>
		<link>http://diywebguide.com/hosting/free-web-site-hosting-using-google-app-engine/comment-page-1/#comment-195</link>
		<dc:creator>Free Web Site Hosting Using Google App Engine &#124; DIY Web Guide &#124; Webhosting Hosting</dc:creator>
		<pubDate>Sun, 15 Aug 2010 21:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://diywebguide.com/?p=41#comment-195</guid>
		<description>[...] Free Web Site Hosting Using Google App Engine &#124; DIY Web Guide      Cloud computing is currently in fashion for web site hosting. Unfortunately, it&#8217;s often also expensive. Enter Google&#8217;s App Engine, with free pricing for small sites &#8230; Yahoo! Search: website hosting google [...]</description>
		<content:encoded><![CDATA[<p>[...] Free Web Site Hosting Using Google App Engine | DIY Web Guide      Cloud computing is currently in fashion for web site hosting. Unfortunately, it&#8217;s often also expensive. Enter Google&#8217;s App Engine, with free pricing for small sites &#8230; Yahoo! Search: website hosting google [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://diywebguide.com/hosting/free-web-site-hosting-using-google-app-engine/comment-page-1/#comment-193</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 23 Jun 2010 02:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://diywebguide.com/?p=41#comment-193</guid>
		<description>Quavar

Very true, you can do a site on Google App Engine using just files from a static directory. As I said in the post, I wanted to demonstrate how to use template variables from the WebApp Framework to add dynamic content to web pages.Web pages inevitably have much redundant information that can reside in one template variable and be changed in one place. A menu for example can be stuck in one template variable and when menu requirements change you can make your changes in one place rather than in every page on your web site.

I tried to write the code so that a person with almost no technical skills could simply cut and paste the script changing a few variable names to add pages. My sample script also has a static directory. If a person is building a site based on my sample code and wants to add static resources, there&#039;s a pattern for doing that too. Sample code is meant to be a starting point, after all.

As for &quot;burning through Python resources,&quot; this is GOOGLE App Engine. The free allocation is quite liberal and Google has a pretty solid data center.

Thanks for your comment and I am sure some readers will find your ideas useful.</description>
		<content:encoded><![CDATA[<p>Quavar</p>
<p>Very true, you can do a site on Google App Engine using just files from a static directory. As I said in the post, I wanted to demonstrate how to use template variables from the WebApp Framework to add dynamic content to web pages.Web pages inevitably have much redundant information that can reside in one template variable and be changed in one place. A menu for example can be stuck in one template variable and when menu requirements change you can make your changes in one place rather than in every page on your web site.</p>
<p>I tried to write the code so that a person with almost no technical skills could simply cut and paste the script changing a few variable names to add pages. My sample script also has a static directory. If a person is building a site based on my sample code and wants to add static resources, there&#8217;s a pattern for doing that too. Sample code is meant to be a starting point, after all.</p>
<p>As for &#8220;burning through Python resources,&#8221; this is GOOGLE App Engine. The free allocation is quite liberal and Google has a pretty solid data center.</p>
<p>Thanks for your comment and I am sure some readers will find your ideas useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quaver</title>
		<link>http://diywebguide.com/hosting/free-web-site-hosting-using-google-app-engine/comment-page-1/#comment-192</link>
		<dc:creator>Quaver</dc:creator>
		<pubDate>Tue, 22 Jun 2010 21:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://diywebguide.com/?p=41#comment-192</guid>
		<description>There&#039;s absolutely no need to serve static pages via a Python app (which utilises additional server resoruces).  If your site gets popular, your Python resources WILL burn out long before your bandwidth, so why risk needlessly exhausting the free quota?  Just put your pages, stylesheets, css into a directory and correctly format the app.yaml file.  Eg.

application: mywebsite
version: 1
runtime: python
api_version: 1

handlers:
- url: /
  static_files: index.html
  upload: c:/\mywebsite/\index.html
 
- url: /stylesheets
  static_dir: stylesheets
  
- url: /images
  static_dir: images

Then upload with the Google App Engine launcher.  All that Python work is overkill on part of both human and webserver.</description>
		<content:encoded><![CDATA[<p>There&#8217;s absolutely no need to serve static pages via a Python app (which utilises additional server resoruces).  If your site gets popular, your Python resources WILL burn out long before your bandwidth, so why risk needlessly exhausting the free quota?  Just put your pages, stylesheets, css into a directory and correctly format the app.yaml file.  Eg.</p>
<p>application: mywebsite<br />
version: 1<br />
runtime: python<br />
api_version: 1</p>
<p>handlers:<br />
- url: /<br />
  static_files: index.html<br />
  upload: c:/\mywebsite/\index.html</p>
<p>- url: /stylesheets<br />
  static_dir: stylesheets</p>
<p>- url: /images<br />
  static_dir: images</p>
<p>Then upload with the Google App Engine launcher.  All that Python work is overkill on part of both human and webserver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sfenster</title>
		<link>http://diywebguide.com/hosting/free-web-site-hosting-using-google-app-engine/comment-page-1/#comment-47</link>
		<dc:creator>sfenster</dc:creator>
		<pubDate>Sun, 25 Oct 2009 00:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://diywebguide.com/?p=41#comment-47</guid>
		<description>This web site was moved in  the last week, and I had some problems with that. I fixed the broken link and the zip file is now available again.

Thanks for telling me about it. - Sam</description>
		<content:encoded><![CDATA[<p>This web site was moved in  the last week, and I had some problems with that. I fixed the broken link and the zip file is now available again.</p>
<p>Thanks for telling me about it. &#8211; Sam</p>
]]></content:encoded>
	</item>
</channel>
</rss>

