<?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>graphic designr &#187; Google</title>
	<atom:link href="http://graphicdesignr.net/blog/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://graphicdesignr.net/blog</link>
	<description>Conversations about journalism, news and design</description>
	<lastBuildDate>Sun, 26 Sep 2010 18:32:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Create a code-free Google map with tabs in 3 steps</title>
		<link>http://graphicdesignr.net/blog/2009/01/13/create-a-code-free-google-map-with-tabs-in-3-steps/</link>
		<comments>http://graphicdesignr.net/blog/2009/01/13/create-a-code-free-google-map-with-tabs-in-3-steps/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 04:32:37 +0000</pubDate>
		<dc:creator>Erica Smith</dc:creator>
				<category><![CDATA[newspapers]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://graphicdesignr.net/blog/?p=760</guid>
		<description><![CDATA[Source: Looking for Lincoln Back in July I posted a tutorial on how to create a Google map from a spreadsheet without messing with code. You can now create a map with tabbed map windows &#8212; still without messing with code. Click on the markers in this map of places President Abraham Lincoln lived and [...]]]></description>
			<content:encoded><![CDATA[<p><script src="http://graphicdesignr.net/scripts/lincoln.js" type="text/javascript"></script></p>
<div style="width:625px; font-family:Arial, sans-serif; font-size:12px; border:1px solid black">
<table id="cm_mapTABLE">
<tbody>
<tr id="cm_mapTR">
<td>
<div id="cm_map" style="width:500px; height:450px"></div>
</td>
</tr>
</tbody>
</table>
</div>
<p><small>Source: <a href="http://www.lookingforlincoln.com/">Looking for Lincoln</a></small></p>
</p>
<p>Back in July I posted a tutorial on <a href="http://graphicdesignr.net/blog/2008/07/09/create-a-code-free-google-map-in-3-easy-steps/">how to create a Google map from a spreadsheet</a> without messing with code. You can now create a map with tabbed map windows &#8212; still without messing with code. Click on the markers in this map of places President Abraham Lincoln lived and traveled in Illinois to see the tabbed windows. Here&#8217;s how to make your own.</p>
<p><br/></p>
<p><strong>1. CREATE A SPREADSHEET</strong><br />
Go to <a href="http://docs.google.com/">Google Docs</a> and create a new spreadsheet, or import an existing spreadsheet. The spreadsheet must have at least four columns: Title, address, information for the first tab and information for the second tab. The names on those last two columns are important: They should be one word and will appear on the map. A column to rank the information is optional. </p>
<p>If you have several cells of information that you want displayed in one tab, <a href="http://docs.google.com/support/spreadsheets/bin/answer.py?answer=82712&#038;query=CONCATENATE&#038;searchSyntaxExact=1">concatenate</a> them. For example, if you want to combine cells C2 and D2 (with a comma separating them) enter this formula into a new column: <code>=concatenate(C2, ", ", D2)</code>. Your concatenated cells can include HTML tags, such as bold, italics or line breaks. </p>
<ul>Publish the spreadsheet. (If your spreadsheet includes private information, do not publish it. Either delete the private information, or find another way to create a map.) </p>
<li>In the top right corner of the spreadsheet, click the &#8220;Share&#8221; button, then &#8220;Publish as web page.&#8221; </li>
<li>Click &#8220;Publish now&#8221; </li>
<li>Check the &#8220;automatically republish&#8221; box, and select &#8220;more publishing options&#8221;</li>
<li>A new window will open. Change the file format to ATOM, select the sheet you are working on (most likely Sheet 1) and click the &#8220;Generate URL&#8221; button.</li>
<li>Copy the URL and close the published formats window.</li>
</ul>
<p>Example: <a href="http://spreadsheets.google.com/pub?key=pdFrt4IUcQBreGku49enQOA">Abraham Lincoln spreadsheet</a></p>
<p><br/></p>
<p><strong>2. GEOCODE THE ADDRESSES.</strong><br />
To plot points on a map, you need latitude-longitude coordinates. (If you already have those coordinates, you can skip this step.) You don’t have to look up each one individually: there&#8217;s a <a href="http://gmaps-samples.googlecode.com/svn/trunk/spreadsheetsgeocoder/geocodespreadsheet.htm">geocode wizard</a> that will find them all at once.</p>
<p>Open the <a href="http://gmaps-samples.googlecode.com/svn/trunk/spreadsheetsgeocoder/geocodespreadsheet.htm">geocode wizard</a> in a new window. The URL you copied from your spreadsheet will include a key and worksheet ID. The URL for the Lincoln spreadsheet is <code>http://spreadsheets.google.com/feeds/list/pdFrt4IUcQBreGku49enQOA/od6/public/basic</code>. The key is <code>pdFrt4IUcQBreGku49enQOA</code> and the worksheet ID is <code>od6</code>.</p>
<p>Enter your key and ID as directed and the geocode wizard will return the latitude and longitude for each address. It will warn you if an address cannot be found. Create two new columns in your spreadsheet, and paste the latitude and longitude. (You should be able to copy and paste both columns at once.)</p>
<p>Example: <a href="http://spreadsheets.google.com/pub?key=pdFrt4IUcQBp9AWpMZ4pcWA">Abraham Lincoln spreadsheet with latitude/longitude</a></p>
<p><br/></p>
<p><strong>3. MAKE A MAP!</strong><br />
Open the <a href="http://gmaps-samples.googlecode.com/svn/trunk/spreadsheetsmapwizard/makecustommap_tabs.htm">tabbed map wizard</a>. Copy your key and worksheet ID into the new wizard, and identify the fields you used. Adjust the size of your map and the color for the markers (both can be changed later). If you use a rank, those numbers will show up in the map points; otherwise, they&#8217;ll be blank. The title of your map points will appear in the sidebar. If you do not use a sidebar, or you also want the title to appear in the tabbed window, include that information in the appropriate column. Preview your map and make any changes.</p>
<p>Below the map is the <a href="http://en.wikipedia.org/wiki/JSON">JSON code</a>. If you do not already have one, sign up for a <a href="http://code.google.com/apis/maps/signup.html">Google Map API key</a> &#8212; that is what lets you embed the map on your Web site. </p>
<p>If your map will be on a stand-alone web page, mark the box above the code and HTML header/footer information will be added. Copy the code, add your API key and save it in a blank Wordpad, TextEdit or other plain text editor document as an HTML page. </p>
<ul>If you want to embed your map on a blog, like I have done here, do not mark that box. </p>
<li>Copy the code from <code>//< ! [CDATA[</code> to <code>//]]&gt;</code>. Save that as a JavaScript file -- mine is called <a href="http://graphicdesignr.net/scripts/lincoln.js">lincoln.js</a>. FTP that file to your server. Make sure you know where you save it.</li>
<li>Add your API key to the header of your blog -- in WordPress, go to Design > Theme Editor > Header. In Blogger, go to Layout > Edit HTML. Other blog platforms will be similar. Once you've added the key to your blog, you will not have to sign up for another key. After you add the API key, look for the <code>< body ></code> tag and change it to <code>< body onLoad="load()" onUnload="GUnload()" ></code>. Remove the extra space after <code><</code> and before <code>></code>. This is needed for your map to load, and once it is changed you won't have to mess with it again.</li>
<li>Before the <code></head></code> tag, add your API key. When you sign up for the key, copy the format that looks like this:<br />
<code>< script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=YOUR KEY HERE" type="text/javascript" > < /script ></code></li>
<li>Create a new post and switch to HTML format. Add line at the top of your post:<br />
<code>< script src="LINK TO YOUR JS FILE" type="text/javascript"> < /script></code><br />
(I have added extra spaces after <code><</code> to make the script show up here. Take those out)
</li>
<li>Go back to the map wizard, and copy the code at the top from <code>< div style</code> to <code>< /div></code>. Paste that where you want the map to appear in your post.</li>
</ul>
<p>You can make changes to the spreadsheet and the map will automatically update. Each address must be geocoded before the points will appear on the final map, though -- just repeat the geocode wizard. </p>
<p>There are several notes in the JSON code (comments are marked by <code>//</code> and <code>/*</code> if you want to take a peek, figure out how it works and make changes. (But save a copy of the original -- just in case.)</p>
]]></content:encoded>
			<wfw:commentRss>http://graphicdesignr.net/blog/2009/01/13/create-a-code-free-google-map-with-tabs-in-3-steps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google knows: That&#8217;s what she said</title>
		<link>http://graphicdesignr.net/blog/2008/09/24/google-knows-thats-what-she-said/</link>
		<comments>http://graphicdesignr.net/blog/2008/09/24/google-knows-thats-what-she-said/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 07:14:12 +0000</pubDate>
		<dc:creator>Erica Smith</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[quote]]></category>

		<guid isPermaLink="false">http://graphicdesignr.net/blog/?p=631</guid>
		<description><![CDATA[Google has a new toy in the lab: In Quotes. In Quotes finds and compares, uh, quotes from stories linked to from Google News. Want to know what presidential candidates Barack Obama and John McCain said about Iraq? Oil? The bailout? Design? Bananas? (They haven&#8217;t said anything about bananas. Yet.) Cycle through quotes, or hit [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Google</strong> has a new toy in the lab: <a href="http://labs.google.com/inquotes/"><strong>In Quotes</strong></a>.</p>
<p>In Quotes finds and compares, uh, quotes from stories linked to from <a href="http://www.google.com/news"><strong>Google News</strong></a>. Want to know what presidential candidates <strong>Barack Obama</strong> and <strong>John McCain</strong> said about <a href="http://labs.google.com/inquotes/topic.html#topics=Iraq&#038;edition=0&#038;left=0&#038;right=1">Iraq</a>? <a href="http://labs.google.com/inquotes/topic.html#topics=oil&#038;edition=0&#038;left=0&#038;right=1">Oil</a>? <a href="http://labs.google.com/inquotes/topic.html#topics=bailout&#038;edition=0&#038;left=0&#038;right=1">The bailout</a>? <a href="http://labs.google.com/inquotes/topic.html#topics=design&#038;edition=0&#038;left=0&#038;right=1">Design</a>? <a href="http://labs.google.com/inquotes/topic.html#topics=bananas&#038;edition=0&#038;left=0&#038;right=1">Bananas</a>? (They haven&#8217;t said anything about bananas. Yet.) </p>
<p>Cycle through quotes, or hit &#8220;spin&#8221; to compare randomly selected quotes on a single topic. There are 20 people to choose from (only five are women; more Democrats than Republicans) for the U.S. edition; Canada, India and the United Kingdom editions are also available. The 20 most popular searches are show, but you can search for any keyword(s) you want. (Hence the banana search!)</p>
<p>So go ahead: See what McCain and Obama have to say about <a href="http://labs.google.com/inquotes/topic.html#topics=dog&#038;edition=0&#038;left=1&#038;right=0">dogs</a> and <a href="http://labs.google.com/inquotes/topic.html#topics=lipstick&#038;edition=0&#038;left=0&#038;right=1">lipstick</a>.</p>
<p>(HT <a href="http://twitter.com/MeHeatherD/statuses/932678200">MeHeatherD</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://graphicdesignr.net/blog/2008/09/24/google-knows-thats-what-she-said/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps adds walking directions</title>
		<link>http://graphicdesignr.net/blog/2008/07/23/google-maps-adds-walking-directions/</link>
		<comments>http://graphicdesignr.net/blog/2008/07/23/google-maps-adds-walking-directions/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 07:25:49 +0000</pubDate>
		<dc:creator>Erica Smith</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://graphicdesignr.net/blog/?p=590</guid>
		<description><![CDATA[One-way streets often complicate driving directions (especially in St. Louis). So using Google Maps to get walking directions is often not practical. Now when you search for directions, and the distance is 6 miles or less, you&#8217;ll see a link for &#8220;walking&#8221; directions. (Where available, there&#8217;s also a link for public transportation.) For example, drive [...]]]></description>
			<content:encoded><![CDATA[<p>One-way streets often complicate driving directions (especially in St. Louis). So using <strong>Google Maps</strong> to get walking directions is often not practical. Now when you search for directions, and the distance is 6 miles or less, you&#8217;ll see a link for &#8220;walking&#8221; directions. (Where available, there&#8217;s also a link for public transportation.)</p>
<table border="0" width="100%" cellspacing="5px">
<tr>
<td width="50%" valign="top">For example, drive from the <strong>St. Louis Arch</strong> to <strong>Busch Stadium</strong>:<br/></td>
<td width="50%" valign="top">Now walk from the St. Louis Arch to Busch Stadium: <br/></td>
</tr>
<tr>
<td><iframe width="98%" height="250" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=d&amp;hl=en&amp;geocode=12559050602791486119,38.622994,-90.194272&amp;saddr=st.+louis+arch,+st.+louis,+mo&amp;daddr=700+Clark+Ave,+St+Louis,+MO+63102+(Busch+Stadium)&amp;mra=pe&amp;mrcr=0&amp;doflg=ptm&amp;sll=38.624456,-90.189606&amp;sspn=0.034668,0.032701&amp;ie=UTF8&amp;ll=38.61953,-90.1898&amp;spn=0.00974,0.01174&amp;output=embed&amp;s=AARTsJrTZG0HPwqwQfmtFB5gNr0sKyBYEw"></iframe><br /><small><a href="http://maps.google.com/maps?f=d&amp;hl=en&amp;geocode=12559050602791486119,38.622994,-90.194272&amp;saddr=st.+louis+arch,+st.+louis,+mo&amp;daddr=700+Clark+Ave,+St+Louis,+MO+63102+(Busch+Stadium)&amp;mra=pe&amp;mrcr=0&amp;doflg=ptm&amp;sll=38.624456,-90.189606&amp;sspn=0.034668,0.032701&amp;ie=UTF8&amp;ll=38.61953,-90.1898&amp;spn=0.00974,0.01174&amp;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small></td>
<td><iframe width="98%" height="250" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=d&amp;hl=en&amp;geocode=&amp;saddr=st.+louis+arch,+st.+louis,+mo&amp;daddr=700+Clark+Ave,+St+Louis,+MO+63102+(Busch+Stadium)&amp;mra=cc&amp;dirflg=w&amp;doflg=ptm&amp;sll=38.61953,-90.1898&amp;sspn=0.017335,0.016351&amp;ie=UTF8&amp;ll=38.61953,-90.1898&amp;spn=0.017335,0.016351&amp;output=embed&amp;s=AARTsJqNvQcayw9sMdJmRANR9dOHPKb0wQ"></iframe><br /><small><a href="http://maps.google.com/maps?f=d&amp;hl=en&amp;geocode=&amp;saddr=st.+louis+arch,+st.+louis,+mo&amp;daddr=700+Clark+Ave,+St+Louis,+MO+63102+(Busch+Stadium)&amp;mra=cc&amp;dirflg=w&amp;doflg=ptm&amp;sll=38.61953,-90.1898&amp;sspn=0.017335,0.016351&amp;ie=UTF8&amp;ll=38.61953,-90.1898&amp;spn=0.017335,0.016351&amp;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small></td>
</tr>
</table>
<p>(For some reason, the walking directions on <a href="http://maps.google.com/maps?f=d&#038;hl=en&#038;geocode=&#038;saddr=st.+louis+arch,+st.+louis,+mo&#038;daddr=700+Clark+Ave,+St+Louis,+MO+63102+(Busch+Stadium)&#038;mra=cc&#038;dirflg=w&#038;doflg=ptm&#038;sll=38.61953,-90.1898&#038;sspn=0.017335,0.016351&#038;ie=UTF8&#038;z=15">Google&#8217;s site</a> let you walk under or beside the Arch. The embedded version wants you to see more of the sights.)</p>
<p>Walking directions are still in beta so Google (wisely) warns to use caution when walking in unfamiliar areas, and that there may not always be sidewalks.</p>
<p>(<a href="http://google-latlong.blogspot.com/2008/07/pound-pavement.html">Via</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://graphicdesignr.net/blog/2008/07/23/google-maps-adds-walking-directions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a code-free Google map in 3 easy steps</title>
		<link>http://graphicdesignr.net/blog/2008/07/09/create-a-code-free-google-map-in-3-easy-steps/</link>
		<comments>http://graphicdesignr.net/blog/2008/07/09/create-a-code-free-google-map-in-3-easy-steps/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 20:56:26 +0000</pubDate>
		<dc:creator>Erica Smith</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[map]]></category>

		<guid isPermaLink="false">http://graphicdesignr.net/blog/2008/07/09/create-a-code-free-google-map-in-3-easy-steps/</guid>
		<description><![CDATA[You can make this map without knowing any code. Really. Here&#8217;s how: 1. CREATE A SPREADSHEET. Go to Google Docs and create a new spreadsheet, or import an existing spreadsheet. You can have a lot or just a little information in the spreadsheet, but you will must have at least three columns: A title for [...]]]></description>
			<content:encoded><![CDATA[<p><script src="http://graphicdesignr.net/scripts/brewery.js" type="text/javascript"></script></p>
<div style="width:575px; font-family:Arial, sans-serif; font-size:11px; border:0px">
<table id="cm_mapTABLE">
<tbody>
<tr id="cm_mapTR">
<td>
<div id="cm_map" style="width:450px; height:300px"></div>
</td>
</tr>
</tbody>
</table>
</div>
<p>You can make this map without knowing any code. Really. Here&#8217;s how:<br/><br/></p>
<p><b>1. CREATE A SPREADSHEET.</b><br />
Go to <a href="http://docs.google.com/">Google Docs</a> and create a new spreadsheet, or import an existing spreadsheet. You can have a lot or just a little information in the spreadsheet, but you will must have at least three columns: A title for the map points, a description and an address. A column to rank the information is optional.</p>
<p>If you have several cells of information that you want displayed in the map, <a href="http://docs.google.com/support/spreadsheets/bin/answer.py?answer=82712&#038;query=CONCATENATE&#038;searchSyntaxExact=1">concatenate</a> them. For example, if you want to combine cells C2 and D2 (with a comma separating them), enter this formula in a new column: <code>=concatenate(C2, ", ", D2)</code> Your concatenated cells can include HTML tags, such as bold, italic or line breaks.</p>
<p>Publish the spreadsheet. (If your spreadsheet includes private information, do not publish it.) After hitting &#8220;Publish now,&#8221; mark the &#8220;automatically republish&#8221; box, select &#8220;More publishing options,&#8221; change the file format to ATOM, select Sheet 1 and copy the URL. </p>
<p><i>Example: <a href="http://spreadsheets.google.com/pub?key=pdFrt4IUcQBrZaWvtvgNSKA">Brewery spreadsheet</a></i><br/><br/></p>
<p><b>2. GEOCODE THE ADDRESSES.</b><br />
To plot points on a map, you need latitude-longitude coordinates. (If you already have those coordinates, you can skip this step.) You don&#8217;t have to look up each one individually: the <a href="http://gmaps-samples.googlecode.com/svn/trunk/spreadsheetsgeocoder/geocodespreadsheet.htm">geocode wizard</a> will find them all at once.</p>
<p>The URL you copied from your spreadsheet will include a key and worksheet ID. Enter them as directed and the <a href="http://gmaps-samples.googlecode.com/svn/trunk/spreadsheetsgeocoder/geocodespreadsheet.htm">geocode wizard</a> will return the latitude and longitude for each address. It will warn you if an address cannot be found. Create two columns in your spreadsheet, and paste the latitude and longitude. (You should be able to copy and paste both columns at once.)</p>
<p><i>Example: <a href="http://spreadsheets.google.com/pub?key=pdFrt4IUcQBorjod9-6N2eQ">Brewery spreadsheet with lat/lng coordinates</a></i><br/><br/></p>
<p><b>3. MAKE A MAP!</b><br />
Copy your key and worksheet ID into the <a href="http://gmaps-samples.googlecode.com/svn/trunk/spreadsheetsmapwizard/makecustommap.htm">map wizard</a>. Identify the fields and adjust the size of your map (you can change it later) and the color for the markers. If you use a rank, those numbers will show up on the map points; otherwise, they&#8217;ll be blank. Preview your map and make any changes you want. </p>
<p>Below the map is the <a href="http://en.wikipedia.org/wiki/JSON">JSON code</a>. If you do not already have one, sign up for an <a href="http://code.google.com/apis/maps/signup.html">API key</a> &#8212; that&#8217;s what lets you embed the map on your Web site. Copy the code and add your API key. </p>
<p>You can make changes to the spreadsheet, and the map will automatically update. There are several notes in the code (comments are marked by <code>//</code> and <code>/*</code>) if you want to take a peek, figure out how it works and make changes. But save a copy of the original file &#8230; just in case. </p>
]]></content:encoded>
			<wfw:commentRss>http://graphicdesignr.net/blog/2008/07/09/create-a-code-free-google-map-in-3-easy-steps/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>St. Louis joins Google&#8217;s Street View</title>
		<link>http://graphicdesignr.net/blog/2008/06/10/st-louis-joins-googles-street-view/</link>
		<comments>http://graphicdesignr.net/blog/2008/06/10/st-louis-joins-googles-street-view/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 04:20:59 +0000</pubDate>
		<dc:creator>Erica Smith</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[St. Louis]]></category>

		<guid isPermaLink="false">http://graphicdesignr.net/blog/2008/06/10/st-louis-joins-googles-street-view/</guid>
		<description><![CDATA[St. Louis has finally been added to the cities you can see via Google&#8217;s Street View. Co-worker Kurt Greenbaum says the most detailed areas are in downtown St. Louis and along Highway 40. Google added 36 other cities too: &#8226; Huntsville, Ala. &#8226; Bakersfield, Fresno, Sacramento and Stockton, Calif. &#8226; Boca Raton, Cape Coral, Fort [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://graphicdesignr.net/blog/wp-content/uploads/2008/06/arch.jpg' alt='St. Louis Arch' /></p>
<p>St. Louis has finally been added to the cities you can see via Google&#8217;s Street View. Co-worker <a href="http://www.stltoday.com/blogzone/virtual-st-louis/virtual-st-louis/2008/06/googles-street-view-operating-in-huge-chunks-of-our-area/">Kurt Greenbaum</a> says the most detailed areas are in downtown St. Louis and along Highway 40. </p>
<p>Google added <a href="http://googlemapsmania.blogspot.com/2008/06/huge-update-to-street-view.html">36 other cities</a> too:<br />
&bull; Huntsville, Ala.<br />
&bull; Bakersfield, Fresno, Sacramento and Stockton, Calif.<br />
&bull; Boca Raton, Cape Coral, Fort Lauderdale, Jacksonville, Sarasota and West Palm Beach, Fla.<br />
&bull; Atlanta<br />
&bull; Topeka, Kan.<br />
&bull; Lexington and Louisville, Ky.<br />
&bull; Springfield, Mass.<br />
&bull; Ann Arbor, Mich.<br />
&bull; Jackson, Miss.<br />
&bull; Lincoln, Neb.<br />
&bull; Reno<br />
&bull; Newark, N.J.<br />
&bull; Buffalo, Rochester and Syracuse, N.Y.<br />
&bull; Charlotte and Winston-Salem, N.C.<br />
&bull; Cincinnati, Columbus, Dayton and Toledo, Ohio<br />
&bull; Oklahoma City and Tulsa, Okla.<br />
&bull; Columbia and Greenville, S.C.<br />
&bull; Knoxville, Tenn.<br />
&bull; Virginia Beach, Va.</p>
]]></content:encoded>
			<wfw:commentRss>http://graphicdesignr.net/blog/2008/06/10/st-louis-joins-googles-street-view/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Use Google Maps with Flash</title>
		<link>http://graphicdesignr.net/blog/2008/05/15/use-google-maps-with-flash/</link>
		<comments>http://graphicdesignr.net/blog/2008/05/15/use-google-maps-with-flash/#comments</comments>
		<pubDate>Thu, 15 May 2008 06:36:29 +0000</pubDate>
		<dc:creator>Erica Smith</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://graphicdesignr.net/blog/2008/05/15/use-google-maps-with-flash/</guid>
		<description><![CDATA[I&#8217;m just now catching up on Google Reader items, so if you&#8217;ve already heard, I apologize. But Google Maps are now Flash compatible! OK, I have to be honest: I guess I didn&#8217;t realize Google Maps weren&#8217;t Flash compatible, although I should have. (Yahoo Maps is Flash-based while Google is JavaScript-based, and I knew that.) [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just now catching up on Google Reader items, so if you&#8217;ve already heard, I apologize.</p>
<p>But <a href="http://google-latlong.blogspot.com/2008/05/news-flash-maps-now-open-to-flash.html">Google Maps are now Flash compatible!</a> OK, I have to be honest: I guess I didn&#8217;t realize Google Maps <i>weren&#8217;t</i> Flash compatible, although I should have. (Yahoo Maps is Flash-based while Google is JavaScript-based, and I knew that.) Of course the downside is that the maps are developed in ActionScript 3, which I&#8217;d kind of been putting off learning. (Again with the honesty thing though, I haven&#8217;t opened Flash in more than a month, so what do I know?) </p>
<p>Speaking of Google Maps, you can track the <a href="http://media.myfoxchicago.com/airfox/">WFLD helicopter</a> when it&#8217;s out and about flying in Chicago (5:30-8:30 a.m. and during breaking news). The map does not auto-update (which would be easy to fix Fox Chicago!), so you&#8217;ll have to refresh your browser if you actually want to see the chopper move.</p>
]]></content:encoded>
			<wfw:commentRss>http://graphicdesignr.net/blog/2008/05/15/use-google-maps-with-flash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google covers Pennsylvania primary</title>
		<link>http://graphicdesignr.net/blog/2008/04/23/google-covers-pennsylvania-primary/</link>
		<comments>http://graphicdesignr.net/blog/2008/04/23/google-covers-pennsylvania-primary/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 06:54:46 +0000</pubDate>
		<dc:creator>Erica Smith</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[election]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://graphicdesignr.net/blog/2008/04/23/google-covers-pennsylvania-primary/</guid>
		<description><![CDATA[Did you see Google&#8217;s election map coverage? I&#8217;m not sure how I hadn&#8217;t seen it before, but I love it. It&#8217;s very similar to the map I want to do for Missouri&#8217;s next election.]]></description>
			<content:encoded><![CDATA[<p>Did you see Google&#8217;s election map coverage?</p>
<p><script src="http://gmodules.com/ig/ifr?url=http://primary-maps-2008.googlecode.com/svn/trunk/gadget.xml&amp;up_state=pa&amp;up_stateselector=1&amp;up_party=&amp;up_partyselector=1&amp;synd=open&amp;w=450&amp;h=500&amp;title=Election+Map+from+Google&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"></script></p>
<p>I&#8217;m not sure how I hadn&#8217;t seen it before, but I love it. It&#8217;s very similar to the map I want to do for Missouri&#8217;s next election.</p>
]]></content:encoded>
			<wfw:commentRss>http://graphicdesignr.net/blog/2008/04/23/google-covers-pennsylvania-primary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brilliant!</title>
		<link>http://graphicdesignr.net/blog/2007/05/25/brilliant/</link>
		<comments>http://graphicdesignr.net/blog/2007/05/25/brilliant/#comments</comments>
		<pubDate>Fri, 25 May 2007 08:52:30 +0000</pubDate>
		<dc:creator>Erica Smith</dc:creator>
				<category><![CDATA[future of journalism]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[newspaper]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[workplace]]></category>
		<category><![CDATA[Adrian Holovaty]]></category>
		<category><![CDATA[American Idol]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[moblogs]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[Shelby Star]]></category>
		<category><![CDATA[Skybus]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[Washington Post]]></category>

		<guid isPermaLink="false">http://graphicdesignr.net/blog/?p=82</guid>
		<description><![CDATA[Google&#8217;s hot trends shows what folks are searching. Many times they make sense â€” there were many &#8220;American Idol&#8221;-related searches after the season finale, but sometimes &#8230; they don&#8217;t. That many people were really searching for &#8220;Kansas rivers?&#8221; That&#8217;s a big school project somewhere &#8230; (I love the degrees of &#8220;hotness.&#8221;) Skybus is offering $10 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.com/trends?hl=en">Google&#8217;s hot trends</a> shows what folks are searching. Many times they make sense â€” there were many &#8220;American Idol&#8221;-related searches after the season finale, but sometimes &#8230; they don&#8217;t. That many people were really searching for <a href="http://www.google.com/trends/hottrends?q=kansas+rivers&amp;date=2007-5-24&amp;sa=N">&#8220;Kansas rivers?&#8221;</a> That&#8217;s a big school project somewhere &#8230; (I love the degrees of &#8220;hotness.&#8221;)</p>
<p><a href="http://www.skybus.com">Skybus is offering $10 plane tickets</a> I know, I didn&#8217;t believe it either until I checked. Not every ticket is that cheap, but I did find some that were. <a href="http://ask.skybus.com/about/where-we-fly.shtml">They don&#8217;t have many destinations</a>, though; their hub is in Columbus, Ohio, so be prepared to make a stop there.</p>
<p>The Shelby (N.C.) Star is taking <a href="http://www.journalism.co.uk/news/story3327.shtml">lessons from TV journalists</a> to drive its multimedia coverage. This includes blogs, moblogs, video and, soon, the &#8220;Star Car.&#8221; And they&#8217;ve increased online traffic by 84 percent. <em>Eighty-four percent!</em></p>
<p>More great advice to newspapers: <a href="http://journalistopia.com/2007/05/22/your-news-site-needs-people-pages/">Set up &#8220;people pages&#8221;</a> on your Web site. (Example: <a href="http://topics.nytimes.com/top/reference/timestopics/">Times Topics</a>)</p>
<blockquote><p>The best part is once you set up your page to automatically bring in stories based on keywords, it populates itself and will likely bring in viewers with little to no hands-on management necessary.</p></blockquote>
<p><a href="http://www.holovaty.com/">Adrian Holovaty</a> (famous for <a href="http://www.chicagocrime.org/">chicagocrime.org</a>, <a href="http://projects.washingtonpost.com/fallen/">Faces of the Fallen</a>, <a href="http://projects.washingtonpost.com/2008-presidential-candidates/tracker/">Campaign Tracker</a>) is leaving the <a href="http://www.washingtonpost.com/">Washington Post</a> to start his own company, <a href="http://www.everyblock.com/">EveryBlock</a>. I can&#8217;t wait to see what he comes up with.</p>
<p><a href="http://technology.guardian.co.uk/weekly/story/0,,2086171,00.html?gusrc=rss&amp;feed=20">&#8220;Work from home and save the planet.&#8221;</a> <em>That</em> is what I&#8217;ve been waiting for! (By the numbers, the savings may not be that great. Sanity-wise, though &#8230; )</p>
]]></content:encoded>
			<wfw:commentRss>http://graphicdesignr.net/blog/2007/05/25/brilliant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Web, by the numbers</title>
		<link>http://graphicdesignr.net/blog/2007/05/22/the-web-by-the-numbers/</link>
		<comments>http://graphicdesignr.net/blog/2007/05/22/the-web-by-the-numbers/#comments</comments>
		<pubDate>Tue, 22 May 2007 09:03:19 +0000</pubDate>
		<dc:creator>Erica Smith</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[network and cable news]]></category>
		<category><![CDATA[newspaper]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[CNN]]></category>
		<category><![CDATA[Dlisted]]></category>
		<category><![CDATA[Drudge Report]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Fox News]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Kevin]]></category>
		<category><![CDATA[MSNBC]]></category>
		<category><![CDATA[MySpace]]></category>
		<category><![CDATA[New York Times]]></category>
		<category><![CDATA[Perez Hilton]]></category>
		<category><![CDATA[St. Louis Post-Dispatch]]></category>
		<category><![CDATA[TMZ]]></category>
		<category><![CDATA[USA Today]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://graphicdesignr.net/blog/?p=78</guid>
		<description><![CDATA[During the (very strange) budget meeting Monday, someone questioned why a story on MySpace was big news â€” more important, why it warranted a position on A1. I tried to explain that MySpace was the largest social networking site. Proof from Hitwise: â€¢ MySpace has 5.86 percent of the total market share. Google is No. [...]]]></description>
			<content:encoded><![CDATA[<p>During the (very strange) budget meeting Monday, someone questioned why a <a href="http://www.msnbc.msn.com/id/18783923/">story on MySpace</a> was big news â€” more important, why it warranted a position on A1. I tried to explain that MySpace was the largest social networking site. Proof from <a href="http://www.hitwise.com">Hitwise</a>:<br />
â€¢ <a href="http://hitwise.com/datacenter/rankings.php">MySpace has 5.86 percent of the total market share.</a> Google is No. 2 with 4.64 percent. (Facebook is No. 10 with 0.84 percent.)<br />
â€¢ Of social networks, <a href="http://hitwise.com/press-center/hitwiseHS2004/socialnets.php">MySpace has 79.9 percent of the market share</a>. Facebook â€” No. 2 â€” has 11.47 percent. In the U.S., visits to MySpace have increased by 70 percent in the last year (ending in April). But Facebook saw an increase of 126 percent; the site was opened to everyone, which allowed traffic to grow 106 percent. (More <a href="http://mashable.com/2007/05/21/facebook-f8/">Facebook changes</a> coming Thursday.)</p>
<p>OK, so while we&#8217;re on traffic stats, let&#8217;s look at the media. Because it&#8217;s fun. (Just go with it.)<br />
â€¢ Print news and media have 1.2 percent of the market share<br />
â€¢ Broadcast news and media have 0.63 percent (That surprised me.)<br />
â€¢ Weather has 0.42 percent</p>
<p>The top 10 media sites:<br />
1. <a href="http://news.yahoo.com">Yahoo News</a><br />
2. <a href="http://www.weather.com">The Weather Channel</a><br />
3. <a href="http://www.cnn.com">CNN</a><br />
4. <a href="http://www.msnbc.com">MSNBC</a><br />
5. <a href="http://news.google.com">Google News</a><br />
6. <a href="http://weather.yahoo.com">Yahoo Weather</a><br />
7. <a href="http://www.drudgereport.com">Drudge Report</a><br />
<strong>8. <a href="http://www.usatoday.com">USA Today</a></strong><br />
<strong>9. <a href="http://www.nytimes.com">New York Times</a></strong><br />
10. <a href="http://www.foxnews.com">Fox News</a></p>
<p>For Kevin, the top five gossip blogs:<br />
1. <a href="http://www.tmz.com">TMZ</a><br />
2. <a href="http://www.perezhilton.com">Perez Hilton</a><br />
3. <a href="http://www.thesuperficial.com">The Superficial</a><br />
4. <a href="http://www.justjared.com">Just Jared</a><br />
5. <a href="http://dlisted.blogspot.com">Dlisted</a></p>
]]></content:encoded>
			<wfw:commentRss>http://graphicdesignr.net/blog/2007/05/22/the-web-by-the-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wizards &amp; cards</title>
		<link>http://graphicdesignr.net/blog/2007/05/21/wizards-cards/</link>
		<comments>http://graphicdesignr.net/blog/2007/05/21/wizards-cards/#comments</comments>
		<pubDate>Mon, 21 May 2007 18:35:00 +0000</pubDate>
		<dc:creator>Erica Smith</dc:creator>
				<category><![CDATA[future of journalism]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[sports]]></category>
		<category><![CDATA[baseball]]></category>
		<category><![CDATA[cards]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[Royals]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[tag cloud]]></category>

		<guid isPermaLink="false">http://graphicdesignr.net/blog/?p=76</guid>
		<description><![CDATA[&#8220;When you care enough to hit send&#8221; &#8212; hilarious cards for nearly any situation. A wizard that creates a Google Map from a Google spreadsheet. Yay! Salary vs. performance for major league baseball. No surprise that the Royals are at the bottom of the list performance-wise; I was kinda surprised by their salary, though. Created [...]]]></description>
			<content:encoded><![CDATA[<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.someecards.com/filestorage/enc_3.jpg"><img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 320px;" src="http://www.someecards.com/filestorage/enc_3.jpg" border="0" alt="" /></a><br />
<a href="http://www.someecards.com/">&#8220;When you care enough to hit send&#8221;</a> &#8212; hilarious cards for nearly any situation.</p>
<p>A wizard that <a href="http://gmaps-samples.googlecode.com/svn/trunk/spreadsheetsmapwizard/makecustommap.htm">creates a Google Map from a Google spreadsheet</a>. Yay!</p>
<p><a href="http://benfry.com/salaryper/">Salary vs. performance</a> for major league baseball. No surprise that the Royals are at the bottom of the list performance-wise; I was kinda surprised by their salary, though. Created from free-ware that seems to operate kinda similar to Flash &#8230;</p>
<blockquote><p>If your company won&#8217;t pay for someone to train you, then teach yourself. You&#8217;re a journalist, for god&#8217;s sake, and there was a time in your career when you wouldn&#8217;t take &#8220;no&#8221; for an answer.</p></blockquote>
<p><a href="http://paulconley.blogspot.com/2007/05/teach-yourself.html">Where to learn online journalism skills</a></p>
<p>Create a <a href="http://zoomclouds.egrupos.net/">tag cloud from any RSS feed</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://graphicdesignr.net/blog/2007/05/21/wizards-cards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

