<?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>Troy Scott's Web Blog &#187; Google</title>
	<atom:link href="http://troyscott.ca/category/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://troyscott.ca</link>
	<description></description>
	<lastBuildDate>Mon, 17 Oct 2011 22:30:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Installing Google App Engine SDK on Windows</title>
		<link>http://troyscott.ca/2008/04/12/installing-google-app-engine-sdk-on-windows/</link>
		<comments>http://troyscott.ca/2008/04/12/installing-google-app-engine-sdk-on-windows/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 01:50:23 +0000</pubDate>
		<dc:creator>Troy</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://troyscott.wordpress.com/2008/04/12/installing-google-app-engine-sdk-on-windows/</guid>
		<description><![CDATA[Installing the Google App Engine SDK for Windows is fairly straightforward.  You can download the SDK here.   Before installing it on Windows make sure you have python 2.5 installed: http://www.activestate.com/solutions/python/ It is a free download from ActiveState.  The Google App Engine SDK install will fail if python is not installed first. By default the installer [...]]]></description>
			<content:encoded><![CDATA[<p>Installing the Google App Engine SDK for Windows is fairly straightforward.  You can download the SDK <a href="http://code.google.com/appengine/downloads.html" target="_blank">here</a>.   Before installing it on Windows make sure you have python 2.5 installed:</p>
<p><a title="http://www.activestate.com/solutions/python/" href="http://www.activestate.com/solutions/python/" target="_blank">http://www.activestate.com/solutions/python/</a></p>
<p>It is a free download from ActiveState.  The Google App Engine SDK install will fail if python is not installed first.</p>
<p><a title="ActiveState Python 2.5" href="http://www.activestate.com/solutions/python/" target="_blank"><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" src="http://troyscott.ca/wp-content/uploads/2008/04/image.png" border="0" alt="image" width="244" height="193" /></a></p>
<p>By default the installer will install python in C:\Python2.5\ .  Once the install is complete double click on the Windows Installer application for the SDK (GoogleAppEngine.msi).</p>
<p><a href="http://troyscott.ca/wp-content/uploads/2008/04/image1.png"><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" src="http://troyscott.ca/wp-content/uploads/2008/04/image-thumb.png" border="0" alt="image" width="244" height="193" /></a></p>
<p>By default  it installs the SDK in :</p>
<p>C:\Program Files\Google\google_appengine\</p>
<p>But I prefer to have it installed at:</p>
<p>C:\google_appengine</p>
<p><a href="http://troyscott.ca/wp-content/uploads/2008/04/image2.png"><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" src="http://troyscott.ca/wp-content/uploads/2008/04/image-thumb1.png" border="0" alt="image" width="244" height="193" /></a></p>
<p>After you set the directory for the SDK the installer should complete.  Now you can go to the command line and go to the google_appengine directory.</p>
<p><a href="http://troyscott.ca/wp-content/uploads/2008/04/image3.png"><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" src="http://troyscott.ca/wp-content/uploads/2008/04/image-thumb2.png" border="0" alt="image" width="244" height="125" /></a></p>
<p>The SDK comes with a simple application called guestbook.  To see if your installation succeeded type the following from the google_appengine directory:</p>
<p>&gt; dev_appserver demos/guestbook</p>
<p>You will then be prompted to check for updates on startup.  Respond &#8220;n&#8221; for the test.   If you have a firewall like Windows OneCare you may be prompted to allow python.exe to access the Internet.  Click &#8220;Allow this program&#8221;.</p>
<p><a href="http://troyscott.ca/wp-content/uploads/2008/04/image4.png"><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" src="http://troyscott.ca/wp-content/uploads/2008/04/image-thumb3.png" border="0" alt="image" width="244" height="233" /></a></p>
<p>You can now access the guestbook application by going to your browser and entering:</p>
<p><a href="http://localhost:8080">http://localhost:8080</a></p>
<p><a href="http://troyscott.ca/wp-content/uploads/2008/04/image5.png"><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" src="http://troyscott.ca/wp-content/uploads/2008/04/image-thumb4.png" border="0" alt="image" width="244" height="175" /></a></p>
<p>Type something in the text box and click the button to try out the guest book application.</p>
<p>Troy</p>
]]></content:encoded>
			<wfw:commentRss>http://troyscott.ca/2008/04/12/installing-google-app-engine-sdk-on-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using a Secure Connection with Google App&#8217;s</title>
		<link>http://troyscott.ca/2008/03/04/using-a-secure-connection-with-google-apps/</link>
		<comments>http://troyscott.ca/2008/03/04/using-a-secure-connection-with-google-apps/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 07:28:33 +0000</pubDate>
		<dc:creator>Troy</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://troyscott.wordpress.com/2008/03/04/using-a-secure-connection-with-google-apps/</guid>
		<description><![CDATA[I use most of the Google applications like GMail, Calendar and Docs on a regular basis.  I usually access the applications by using a gadget in iGoogle and therefore the links are not secure. Well there is simple way to ensure you always have a secure connection: Mozilla Firefox Greasemonkey (Firefox addon) GMailSecure Script (Greasemonkey [...]]]></description>
			<content:encoded><![CDATA[<p>I use most of the Google applications like GMail, Calendar and Docs on a regular basis.  I usually access the applications by using a gadget in iGoogle and therefore the links are not secure.</p>
<p>Well there is simple way to ensure you always have a secure connection:</p>
<ul>
<li><a href="http://www.mozilla.com/en-US/" target="_blank">Mozilla Firefox</a></li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/748" target="_blank">Greasemonkey</a> (Firefox addon)</li>
<li><a href="http://userscripts.org/scripts/show/1404" target="_blank">GMailSecure</a> Script (Greasemonkey script)</li>
</ul>
<p>Downloading and installing Firefox is pretty straightforward.  The next step is to install the Greasemonkey addon which you can access from the link above.    Now go to the GMailSecure link and click &#8220;Install the Script&#8221; located in the upper right hand corner of the web page:</p>
<p><a href="http://troyscott.files.wordpress.com/2008/03/image.png" target="_blank"><img style="border:0;" src="http://troyscott.files.wordpress.com/2008/03/image-thumb.png" border="0" alt="image" width="244" height="173" /></a></p>
<p>By default the GMailSecure script only secures connections to GMail (<a href="http://mail.google.com">http://mail.google.com</a>).  Whenever you go to <a href="http://mail.google.com">http://mail.google.com</a> it rewrites the url using javascript to <a href="https://mail.google.com">https://mail.google.com</a> But you can easily modify the addon to include Google Docs and Google Calendar. By adding the following entries:</p>
<ul>
<li><a href="http://docs.google.com">http://docs.google.com</a></li>
<li><a href="http://www.google.com/calendar">http://www.google.com/calendar</a></li>
</ul>
<p>To do this select Tools&gt;Greasemonkey&gt;Manage User Scripts in Firefox and add the above entries:</p>
<p><a href="http://troyscott.files.wordpress.com/2008/03/image1.png"><img style="border:0;" src="http://troyscott.ca/wp-content/uploads/2008/03/image-thumb1.png" border="0" alt="image" width="244" height="154" /></a></p>
<ul>
<li></li>
</ul>
<p>Troy</p>
]]></content:encoded>
			<wfw:commentRss>http://troyscott.ca/2008/03/04/using-a-secure-connection-with-google-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

