<?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>Scott Johnson &#187; Google</title>
	<atom:link href="http://scottj.info/category/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://scottj.info</link>
	<description>Dallas, Texas</description>
	<lastBuildDate>Fri, 12 Aug 2011 23:03:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Google Chrome: Aw, Snap!</title>
		<link>http://scottj.info/2008/09/google-chrome-aw-snap/?source=rss</link>
		<comments>http://scottj.info/2008/09/google-chrome-aw-snap/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 19:31:04 +0000</pubDate>
		<dc:creator>Scott Johnson</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://scottj.info/?p=75</guid>
		<description><![CDATA[Google Chrome won&#8217;t run properly on my work PC. Whenever it loads, I get the sad folder saying, &#8220;Aw, Snap!&#8221; No matter whether I&#8217;m trying to access a local html file, a local image, or a remote site, I always get the same result. Update: It turns out that there&#8217;s a conflict between Chrome and [...]<p><br/><br/><a href="http://scottj.info/2008/09/google-chrome-aw-snap/">Google Chrome: Aw, Snap!</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://scottj.info/images/2008/09/awsnap.png?source=rss"class="lightbox" ><img align="right" src="http://scottj.info/images/2008/09/awsnap-t.png" alt="Aw, Snap!" /></a><br />
Google Chrome won&#8217;t run properly on my work PC.  Whenever it loads, I get the sad folder saying, &#8220;Aw, Snap!&#8221;  No matter whether I&#8217;m trying to access a local html file, a local image, or a remote site, I always get the same result.</p>
<p><b>Update:</b>  It turns out that there&#8217;s <a href="http://code.google.com/p/chromium/issues/detail?id=38" rel="nofollow" >a conflict</a> between Chrome and <a href="https://forums.symantec.com/syment/board/message?board.id=endpoint_protection11&#038;view=by_date_ascending&#038;message.id=15855#M15855" rel="nofollow" >Symantec Endpoint Protection</a>.  Adding <code>--no-sandbox</code> to the command line bypasses the bug.  It&#8217;s not a great solution, but it&#8217;s got chrome working on my work PC for now.</p>
<p><b>Update 2:</b>  Here&#8217;s <a href="http://service1.symantec.com/SUPPORT/ent-security.nsf/docid/2008090310121448" rel="nofollow" >Symantec&#8217;s current official response</a>.</p>
<p><br/><br/><a href="http://scottj.info/2008/09/google-chrome-aw-snap/">Google Chrome: Aw, Snap!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://scottj.info/2008/09/google-chrome-aw-snap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Static Maps</title>
		<link>http://scottj.info/2008/02/google-static-maps/?source=rss</link>
		<comments>http://scottj.info/2008/02/google-static-maps/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 16:45:48 +0000</pubDate>
		<dc:creator>Scott Johnson</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://scottj.info/2008/02/google-static-maps/</guid>
		<description><![CDATA[Google released their new static maps API a few days back, and it prompted me to finally dig into their tools a bit to see what I could accomplish. I still didn&#8217;t get into the real API, but the static API provided a bit of entertainment. The developer&#8217;s guide answered all of my questions, and [...]<p><br/><br/><a href="http://scottj.info/2008/02/google-static-maps/">Google Static Maps</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img align="right" src="http://maps.google.com/staticmap?center=32.785,-96.797&#038;markers=32.797155,-96.785313,reds&#038;zoom=13&#038;size=300x250&#038;key=ABQIAAAAXYnsz68YavJbH0LpvRCnjBSgpsEiF8ez13sWjpqbH0XE8GDjCBRJRm2_qfYRnQHyg2VF6bXHWyXWsA" alt="Map to Scott in Dallas" />  Google <a href="http://googlemapsapi.blogspot.com/2008/02/google-maps-without-scripting.html" rel="nofollow" >released</a> their new static maps API a few days back, and it prompted me to finally dig into their tools a bit to see what I could accomplish.  I still didn&#8217;t get into the real API, but the static API provided a bit of entertainment.  The <a href="http://code.google.com/apis/maps/documentation/staticmaps/index.html" rel="nofollow" >developer&#8217;s guide</a> answered all of my questions, and I was easily able to create the map to my house attached to this post.  There&#8217;s also a <a href="http://gmaps-samples.googlecode.com/svn/trunk/simplewizard/makestaticmap.html" rel="nofollow" >wizard </a>that can be used if you don&#8217;t want to read the docs.  Also interesting: the real <a href="http://code.google.com/apis/maps/documentation/" rel="nofollow" >maps API</a> and <a href="http://code.google.com/apis/maps/documentation/mapplets/" rel="nofollow" >mapplets</a>.</p>
<p><br/><br/><a href="http://scottj.info/2008/02/google-static-maps/">Google Static Maps</a></p>
]]></content:encoded>
			<wfw:commentRss>http://scottj.info/2008/02/google-static-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Reader Keyboard</title>
		<link>http://scottj.info/2007/03/google-reader-keyboard/?source=rss</link>
		<comments>http://scottj.info/2007/03/google-reader-keyboard/#comments</comments>
		<pubDate>Sat, 03 Mar 2007 21:34:22 +0000</pubDate>
		<dc:creator>Scott Johnson</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://scottj.info/2007/03/google-reader-keyboard/</guid>
		<description><![CDATA[Google Reader Keyboard Originally uploaded by paolovalde. Chris posted this recently, and I just had to share it. For my use, however, I&#8217;d like to see the space bar be a little taller. Google Reader Keyboard<p><br/><br/><a href="http://scottj.info/2007/03/google-reader-keyboard/">Google Reader Keyboard</a></p>
]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px; margin-bottom: 10px;">
 <a href="http://www.flickr.com/photos/paolovalde/407765578/" rel="nofollow"  title="photo sharing"><img src="http://farm1.static.flickr.com/172/407765578_177ab1f77f_m.jpg" alt="" style="border: solid 2px #000000;" /></a><br />
 <br />
 <span style="font-size: 0.9em; margin-top: 0px;"><br />
  <a href="http://www.flickr.com/photos/paolovalde/407765578/" rel="nofollow" >Google Reader Keyboard</a><br />
  <br />
  Originally uploaded by <a href="http://www.flickr.com/people/paolovalde/" rel="nofollow" >paolovalde</a>.<br />
 </span>
</div>
<p><a href="http://www.massless.org/blogger/php/2007/03/google-reader-optimized-keyboard.php" rel="nofollow" >Chris</a> posted this recently, and I just had to share it.  For my use, however, I&#8217;d like to see the space bar be a little taller.  <img src='http://scottj.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
<br clear="all" /></p>
<p><br/><br/><a href="http://scottj.info/2007/03/google-reader-keyboard/">Google Reader Keyboard</a></p>
]]></content:encoded>
			<wfw:commentRss>http://scottj.info/2007/03/google-reader-keyboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

