<?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>mikejcorey.com &#187; Projects</title>
	<atom:link href="http://www.mikejcorey.com/wordpress/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikejcorey.com/wordpress</link>
	<description>Online mapping, data visualization, and the future of journalism.</description>
	<lastBuildDate>Fri, 25 Feb 2011 21:53:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Location-aware potholes map lives!</title>
		<link>http://www.mikejcorey.com/wordpress/2010/03/09/location-aware-potholes-map-lives/</link>
		<comments>http://www.mikejcorey.com/wordpress/2010/03/09/location-aware-potholes-map-lives/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 02:07:51 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[News and posts]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[des moines]]></category>
		<category><![CDATA[Droid]]></category>
		<category><![CDATA[geolocation]]></category>
		<category><![CDATA[Google Maps API]]></category>
		<category><![CDATA[Google Maps Static API]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[iowa]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[journalism]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[potholes]]></category>

		<guid isPermaLink="false">http://www.mikejcorey.com/wordpress/?p=225</guid>
		<description><![CDATA[We launched a beta today of our mobile potholes map, which features extensive use of geolocation using the user&#8217;s Web browser. This has been on my and James Wilkerson&#8217;s plate for a long time, and it feels really good to...]]></description>
			<content:encoded><![CDATA[<p>We launched a beta today of our mobile potholes map, which features extensive use of geolocation using the user&#8217;s Web browser. This has been on my and James Wilkerson&#8217;s plate for a long time, and it feels really good to get at least this version out in the public.</p>
<p>The mobile site is at <a href="http://dmreg.com/potholes" target="_blank">http://dmreg.com/potholes</a>.</p>
<p>You can see the desktop browser version at <a href="http://DesMoinesRegister.com/potholes" target="_blank">DesMoinesRegister.com/potholes</a>, and <a href="http://www.mikejcorey.com/wordpress/2010/02/26/new-project-killing-potholes-with-user-input-local-government-support/">there&#8217;s more info on that project in a previous post</a>.</p>
<p>This is our first extensively location-aware site, and it&#8217;s our first really extensive specialty mobile site, so there&#8217;s a lot of figuring out still left on this one. But we&#8217;re pretty happy with the result.</p>
<p>We used quite a few methods that were different or modified from our other mapping projects.</p>
<p>1. For geolocation, we&#8217;re using the <a href="http://dev.w3.org/geo/api/spec-source.html" target="_blank">W3C geolocation API</a> built in to many phones&#8217; browsers. Safari for iPhone and most Google phones have it, but BlackBerries don&#8217;t. Theoretically we&#8217;re also supporting <a href="http://code.google.com/apis/gears/api_geolocation.html" target="_blank">Google Gears geolocation</a>, but we haven&#8217;t really tested it on mobile devices.</p>
<p>2. We used the <a href="http://code.google.com/apis/maps/documentation/staticmaps/" target="_blank">Google Static Maps API</a> instead of the more-familiar <a href="http://code.google.com/apis/maps/" target="_blank">Javascript API</a>. The Javascript API actually works fairly well, technically speaking, on iPhones and Google phones, but the user experience can quickly become confusing. Dragging things on the map is hard on a mobile device, and zooming in and out on the map often messes with the browser zoom. The static maps API is a lot lighter load for a mobile connection to bear. Almost as a bonus, <a href="http://www.mikejcorey.com/wordpress/2010/03/02/frustrated-with-all-things-blackberry/">because I was about ready to write off the BlackBerry browser</a>, using the static API also enables BlackBerry users to use the site (the lack of browser GPS still limits BlackBerry users, but they can at least submit a pothole using an address).</p>
<p>3. We&#8217;re using Prototype&#8217;s Ajax and JSON to load points and send new pothole data. We&#8217;ve done this a few times now, and it&#8217;s becoming our standard. JSON is lighter than XML on the server, and you can send data back and forth as Javascript objects, which makes sending complex data much easier (and much easier to modify later).</p>
<p>4. We did this as a website instead of an app in order to work with more platforms at once, and because we&#8217;re much better at Web design than objective C (which is to say I know not a bit, and learning will take a while). I&#8217;m curious to hear others&#8217; thoughts on this, because I think most journalism shops are going to have a hard time making the economics of iPhone, BlackBerry and Google apps a pretty tough thing to make work. As long as mobile browsers keep developing quickly, I think this is probably the way to go for now, unless you can afford to build your own apps, have a lot more time to devote to one project than we do, or can afford to pay someone else to build them for you.</p>
<p>Check it out, let me know what works and what doesn&#8217;t.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikejcorey.com/wordpress/2010/03/09/location-aware-potholes-map-lives/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New project: Killing potholes with user input, local government support</title>
		<link>http://www.mikejcorey.com/wordpress/2010/02/26/new-project-killing-potholes-with-user-input-local-government-support/</link>
		<comments>http://www.mikejcorey.com/wordpress/2010/02/26/new-project-killing-potholes-with-user-input-local-government-support/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 04:22:18 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Featured projects]]></category>
		<category><![CDATA[News and posts]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[des moines]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Connect]]></category>
		<category><![CDATA[geolocation]]></category>
		<category><![CDATA[Google Maps API]]></category>
		<category><![CDATA[government partnership]]></category>
		<category><![CDATA[iowa]]></category>
		<category><![CDATA[MySQL->PHP->JSON->Ajax]]></category>
		<category><![CDATA[potholes]]></category>
		<category><![CDATA[user-generated]]></category>

		<guid isPermaLink="false">http://www.mikejcorey.com/wordpress/?p=176</guid>
		<description><![CDATA[Location awareness, Facebook Connect and the first time we've ever sent data TO a local government.]]></description>
			<content:encoded><![CDATA[<p><strong>Project link:</strong> <a href="http://data.desmoinesregister.com/dmr/des-moines-potholes-map/" target="_blank">DesMoinesRegister.com/potholes</a></p>
<p><strong>HTML/Javascript/Facebook Connect Development:</strong> Michael Corey<br />
<strong>Database backend/Local government admin:</strong> James E. Wilkerson</p>
<p><a href="http://www.mikejcorey.com/wordpress/2010/03/09/location-aware-potholes-map-lives/"><strong>UPDATE:</strong> Mobile, location-aware potholes beta map now launched!</a></p>
<p>In case you haven&#8217;t noticed, potholes are everywhere. We hate &#8216;em, and we&#8217;re out to kill them.</p>
<p>We did a similar map two years ago, but there&#8217;s a few big twists that make us pretty proud of this one.</p>
<p><strong>Working with local governments:</strong> We consulted extensively with Des Moines Public Works to see how we could build a system for reporting potholes that worked for our users AND for the city. We sent them data last time as well, but it didn&#8217;t work well for them. We didn&#8217;t have reverse-geocoding figured out two years ago, and someone had to re-enter our data into the city&#8217;s system to make anything happen.</p>
<p>Neither side wanted a repeat of that, but we really wanted to build a system Des Moines would actually use. The result: We send them daily e-mails with Excel attachments showing new potholes with exact locations. They&#8217;ve told use they&#8217;re going to hand those spreadsheets directly to their road crews and use that as a manifest for the day alongside their existing system. We&#8217;ve gotten word from several suburbs that they&#8217;ll participate as well.</p>
<p>As far as I know this is the first time we&#8217;ve ever pushed data TO a government agency. Usually we&#8217;re trying our best to pry it loose from them. And we think this is a pretty big win-win. We have a larger megaphone than the city Web site, and they have the power to make the evil potholes go away.</p>
<p><strong>Facebook Connect support:</strong> This is our first Facebook Connect app. We&#8217;re giving users the option of logging in with their Facebook ID or their DesMoinesRegister.com account. We wanted to add registration of some kind this time around to cut down on spam and to see how willing people will be to use their real ID on our site.</p>
<p>We&#8217;re only scratching the surface of what we can do with Facebook Connect, but hey, we launched this thing today. Give us a bit. Lots more to come.</p>
<p><strong>Geo-awareness:</strong> We&#8217;ve enabled browser-geolocation if the user chooses, so she can mark a pothole near her current location. This isn&#8217;t incredibly useful for desktop users, but we&#8217;re adding a mobile version soon, and we all know that&#8217;s where the real geolocation action is.</p>
<p>The early buzz on Twitter in response to the launch has really been good. And this is the first time I&#8217;ve been happy about the worst winter in my recent memory: there won&#8217;t be a shortage of potholes to fill this spring.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikejcorey.com/wordpress/2010/02/26/new-project-killing-potholes-with-user-input-local-government-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User-submitted RAGBRAI photo map</title>
		<link>http://www.mikejcorey.com/wordpress/2009/08/01/new-project-ragbrai-photo-map/</link>
		<comments>http://www.mikejcorey.com/wordpress/2009/08/01/new-project-ragbrai-photo-map/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 16:04:38 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[More featured projects]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[MySQL->PHP->XML->Ajax]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[ragbrai]]></category>
		<category><![CDATA[user-generated]]></category>

		<guid isPermaLink="false">http://www.mikejcorey.com/wordpress/?p=137</guid>
		<description><![CDATA[RAGBRAI riders share their photos in droves, as long as you ask them in the right way.]]></description>
			<content:encoded><![CDATA[<p><strong>Project link:</strong> http://ragbrai.com/data/2009/ragbrai-main-map-2009.php</p>
<p><strong>HTML/Javascript development:</strong> Michael Corey<br />
<strong>Database back-end:</strong> James E. Wilkerson<br />
<strong>Photo upload process:</strong> Pat McCoy and Michael Corey</p>
<p>The Register&#8217;s Annual Great Bicycle Ride Across Iowa, or RAGBRAI, is a massive human-powered party that pedals its way across the state each July. Riders have always taken tons of photos, and for several years we&#8217;ve wanted to share as many of those photos as we can on our site.</p>
<p>Photos from the ride are a great example of inherently geographic data &#8212; time and place are important to the context &#8212; so we&#8217;ve also wanted to map them. In 2008 we developed a system that asked users to map their photos, but the process was clunky and we later realized we went about it backwards.</p>
<p>This year, we got it right, and riders have responded. We&#8217;ve simplified the photo uploading process (Pat McCoy built a photo uploader class to extend NextGEN Gallery&#8217;s uploader for Wordpres, which replaced an earlier Pluck Sitelife API system when we moved RAGBRAI.com to WordPress this year).</p>
<p><a href="http://ragbrai.com/data/2009/ragbrai-main-map-2009.php"><img class="alignnone size-full wp-image-139" title="ragbraiphotomap" src="http://www.mikejcorey.com/wordpress/wp-content/uploads/2009/08/ragbraiphotomap.jpg" alt="ragbraiphotomap" width="621" height="443" /></a></p>
<p>After users upload their photo and add a description, we then prompt them to tell us where the photo was taken, if they remember. First we check to see if there&#8217;s any geographic data in the photo&#8217;s meta data (iPhones and some newer cameras add GPS data by default). If that&#8217;s not there, we use any city or address data the user enters to run the photo through Google&#8217;s geocoder. Or if users remember exactly where the photo was taken, they can just click on a map to set the position.</p>
<p>As of today, 6 days after the ride ended, RAGBRAI.com&#8217;s 2009 gallery has 817 user photos, 554 of which have been mapped. That means users have given us geographic data for nearly 70 percent of the photos, compared to something like 5 or 10 percent last year.</p>
<p>So what accounts for the difference? It&#8217;s possible some of it i just that average Web users (RAGBRAI riders tend to be about 40) are just getting more accustomed to online mapping functionality. But I think the vast majority of the difference is in the process we use.</p>
<p>In 2008 we asked users to &#8220;map their photos,&#8221; and it was possible to upload photos without seeing that prompt. But I think fundamentally, people didn&#8217;t get it. But when we integrated it into the upload process, and just asked them where the photos were taken, it made more sense and was a much more passive user experience.</p>
<p>We&#8217;ve learned our lesson: Don&#8217;t expect users to share your goals for your apps and expect them to do something new &#8212; figure out what users are already doing and figure out how to tap into that process.</p>
<p>As you can see, a few photos got placed pretty far from the route. Ah, the joys of user-submitted content! Actually, I&#8217;m surprised it didn&#8217;t happen a bit more. I think a lot of it is users who initially input some data, then see the map that pops up, and click on it out of curiosity, not realizing that they&#8217;ve just moved their photo&#8217;s placement.</p>
<p>There&#8217;s definitely ways to handle it. If we had more time I&#8217;d probably add a spatial query to the uploading process that warns users that their photo has been placed outside a buffer zone around the route &#8212; something like 1o miles probably. We could still add this after the fact on the display side, so we only showed photos inside that buffer. But to be honest, as long as the number of outliers is small, I&#8217;m fine with a few of them &#8212; this isn&#8217;t news data analysis here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikejcorey.com/wordpress/2009/08/01/new-project-ragbrai-photo-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iowa&#8217;s top air polluters</title>
		<link>http://www.mikejcorey.com/wordpress/2009/07/14/iowas-top-air-polluters/</link>
		<comments>http://www.mikejcorey.com/wordpress/2009/07/14/iowas-top-air-polluters/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 00:16:14 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[More featured projects]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[MySQL->PHP->XML->Ajax]]></category>
		<category><![CDATA[pollution]]></category>

		<guid isPermaLink="false">http://www.mikejcorey.com/wordpress/?p=37</guid>
		<description><![CDATA[The Google Maps Flash API drives a Des Moines Register analysis of the top emitters of six health-threatening chemicals.]]></description>
			<content:encoded><![CDATA[<p><strong>Project link:</strong> <a href="http://DesMoinesRegister.com/pollution" target="_blank">http://DesMoinesRegister.com/pollution</a><br />
<strong>Flash and Ajax development:</strong> Michael Corey<br />
<strong>Data back-end:</strong> James E. Wilkerson<br />
<strong>Data analysis: </strong>Chase Davis<br />
<strong>Reporting:</strong> Perry Beeman and Chase Davis</p>
<p><a href="http://DesMoinesRegister.com/pollution"><img class="alignnone size-full wp-image-39" title="iowapollution" src="http://www.mikejcorey.com/wordpress/wp-content/uploads/2009/07/iowapollution.jpg" alt="iowapollution" width="627" height="387" /></a>Here&#8217;s our latest major project, A Des Moines Register analysis of state records revealed the top emitters of six health-threatening chemicals monitored by the state, plus two other contaminants.</p>
<p>The map is an Actionscript 3 application using the Google Maps Flash API for the geo functionality. The Flash also talks back and forth with Ajax on the HTML page. Both the Ajax and the Flash are driven by XML created by PHP with a MySQL database in the background.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikejcorey.com/wordpress/2009/07/14/iowas-top-air-polluters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Denmark workplace deaths</title>
		<link>http://www.mikejcorey.com/wordpress/2009/06/25/new-project-denmark-workplace-deaths/</link>
		<comments>http://www.mikejcorey.com/wordpress/2009/06/25/new-project-denmark-workplace-deaths/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 03:23:44 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Featured projects]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Denmark]]></category>
		<category><![CDATA[workplace deaths]]></category>

		<guid isPermaLink="false">http://www.mikejcorey.com/wordpress/?p=77</guid>
		<description><![CDATA[Site design for tracking premature deaths in Denmark's largest union.]]></description>
			<content:encoded><![CDATA[<p><strong>Project link:</strong> <a href="http://www.3f.dk/dod/" target="_blank">www.3f.dk/dod/</a></p>
<p><strong>Project Editors:</strong> Kaas &amp; Mulvad<br />
<strong>Database/Django development:</strong> Hot Type Consulting<br />
<strong>Project design:</strong> Michael Corey</p>
<p>This analysis examined the deaths of 121,054 current members of the 3F union, Denmark&#8217;s largest union, from 1990 through 2006, and found that accidents are the greatest single cause of the high mortality among union members. Figures are from Statistics Denmark and the Cause of Death Register.</p>
<p>The project leaders wanted union members to be able to see as easily as possible how their local branch was affected. We settled on an Ajax model that showed basic chart data for each branch.</p>
<p><a href="http://tema.3f.dk/apps/pbcs.dll/misc?url=/mal/tema_doed_data.pbs&amp;videoFileName=&amp;"><img class="alignnone size-full wp-image-79" title="3fdk-screenshot" src="http://www.mikejcorey.com/wordpress/wp-content/uploads/2009/07/3fdk-screenshot.jpg" alt="3fdk-screenshot" width="630" height="357" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikejcorey.com/wordpress/2009/06/25/new-project-denmark-workplace-deaths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personalized garage-sale shopping</title>
		<link>http://www.mikejcorey.com/wordpress/2009/06/01/personalized-garage-sale-shopping/</link>
		<comments>http://www.mikejcorey.com/wordpress/2009/06/01/personalized-garage-sale-shopping/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 02:45:11 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[More featured projects]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[classifieds]]></category>
		<category><![CDATA[garage sales]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[MySQL->PHP->XML->Ajax]]></category>
		<category><![CDATA[revenue]]></category>

		<guid isPermaLink="false">http://www.mikejcorey.com/wordpress/?p=42</guid>
		<description><![CDATA[Pick your favorite sales, print them on a custom map, and sign up for personalized e-mail alerts.]]></description>
			<content:encoded><![CDATA[<p><strong>Project link:</strong> http://www.DesMoinesRegister.com/garagesales</p>
<p><strong>HTML/Javascript development:</strong> Michael Corey<br />
<strong>Database back-end:</strong> James E. Wilkerson<br />
<strong>E-mail alerts back-end:</strong> Matt Heeren</p>
<p>Classified advertising has long subsidized the practice of journalism, and traditional classified advertising has been under attack. At DesMoinesRegister.com, we wanted to see what we could do to influence that tide by applying the online development and mapping skills that we have learned in our Information Center to the user experience of finding and selling garage sales listings online.</p>
<p>Getting the project off the ground was initially a tough sell, as the collaboration broke through traditional departmental and philosophical barriers. But our conclusion was that there was no conflict of interest in creating a better experience for our customers, and that in trying economic times we have to use our development resources as widely as we can.</p>
<p><a href="http://www.desmoinesregister.com/garagesales"><img title="garagesalesgrab" src="http://www.mikejcorey.com/wordpress/wp-content/uploads/2009/07/garagesalesgrab.jpg" alt="garagesalesgrab" width="630" height="497" /></a></p>
<p>We felt we could offer several big improvements over traditional print garage sale listings. Our garage sales are automatically plotted on a Google Maps mashup, and the map display responds to user searches to show only sales in particular neighborhood or sales featuring a desired item.</p>
<p>Garage salers can pick their favorite sales, then print out a customized map with only their choices to take along with them as they shop.</p>
<p>Users can also sign up to be alerted by e-mail as soon as someone posts a new sale with items they&#8217;re looking for (&#8220;baby clothes&#8221; or &#8220;furniture,&#8221; for example) or a sale near their home.</p>
<p><a href="http://data.desmoinesregister.com/garage_sales_alerts/"><img title="garagesalesgrab2" src="http://www.mikejcorey.com/wordpress/wp-content/uploads/2009/07/garagesalesgrab2.jpg" alt="garagesalesgrab2" width="630" height="637" /></a></p>
<p>Since the launch, we&#8217;ve had several requests from other newspapers wanting to adopt our technology for their own garage sales sites.</p>
<p>On a summer weekend we routinely have more than 200 sales listed &#8212; not an easy list to navigate in traditional form. Instead of fumbling with a map and a torn-out newspaper page with circled favorites, we&#8217;ve made garage sale shopping more convenient, most customized, and more fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikejcorey.com/wordpress/2009/06/01/personalized-garage-sale-shopping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buddy Holly crash anniversary mini-site</title>
		<link>http://www.mikejcorey.com/wordpress/2009/02/28/buddy-holly-crash-anniversary-mini-site/</link>
		<comments>http://www.mikejcorey.com/wordpress/2009/02/28/buddy-holly-crash-anniversary-mini-site/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 03:08:51 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[buddy]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[holly]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[panorama]]></category>

		<guid isPermaLink="false">http://www.mikejcorey.com/wordpress/?p=45</guid>
		<description><![CDATA[Music history in an Iowa cornfield: 50 years after the crash that changed rock 'n' roll]]></description>
			<content:encoded><![CDATA[<p><strong>Update:</strong> <a href="http://www.mikejcorey.com/wordpress/2009/10/20/buddy-holly-parkersburg-projects-win-regional-emmy-awards/">The Buddy Holly project was one of TWO Des Moines Register projects to receive a regional Emmy in September!</a></p>
<p><strong>Project link:</strong> <a href="http://www.DesMoinesRegister.com/buddyholly" target="_blank">http://www.DesMoinesRegister.com/buddyholly</a></p>
<p><strong>Project editors:</strong> Kyle Munson, Michael Corey, Travis Graven, Craig Johnson<br />
<strong>Design:</strong> Kelli Morris, Mark Marturello<br />
<strong>Photography:</strong> Rodney White, Doug Wells<br />
<strong>Reporting:</strong> Mike Kilen, John Naughton, Joe Lawler<strong></strong></p>
<p>&#8220;The Day the Music Died&#8221; played out 50 years ago in a frozen Iowa field. The Register faced the challenge of tackling the historical moment without making it unfold like a high school history lesson, completely irrelevant to our younger audience. It wasn&#8217;t enough to commemorate the event: the Register had to explain why it has become one of the most famous dates in the history of rock music.</p>
<p>From the start the project was built around a strong collaboration among our online, multimedia, photo, graphics and features departments. We made several major trips to Clear Lake, Ia., and the Surf Ballroom to gather video, photos and stories. We contacted musicians, Holly authorities and other sources around the globe.</p>
<p>The result is the Web&#8217;s most comprehensive hub for understanding &#8220;the Day the Music Died.&#8221; Highlights include:</p>
<ul>
<li>A video mini-documentary, presented within the Flash player skin of a vintage TV set, weaving together the entire project and serving as a gateway to the site.</li>
<li>An eye-popping splash page that allows navigation to major sections of the site and includes a spinning 45rpm record that plays a Buddy Holly cover song.</li>
<li>An hour-by-hour Flash diagram of the night of the crash, which traces the flightpath, includes precise details on the plane and more.</li>
<li>A 360-degree, interactive panorama of the famous “signature room” backstage at the Surf, where hundreds of musicians have left their mark in the last couple of decades.</li>
</ul>
<p><a href="http://data.desmoinesregister.com/holly/panorama/panorama.php"><img class="alignnone size-full wp-image-53" title="holly-panorama" src="http://www.mikejcorey.com/wordpress/wp-content/uploads/2009/07/holly-panorama.jpg" alt="holly-panorama" width="630" height="377" /></a></p>
<ul>
<li>Extensive coverage of the 50th anniversary weekend at the Surf, produced in conjunction with the Rock and Roll Hall of Fame, including video (both live replays and edited segments with key figures such as Graham Nash), stories, photos and more.</li>
<li>A forum in which visitors to the site shared their own memories, tributes and thoughts.</li>
</ul>
<p><a href="http://data.desmoinesregister.com/holly/memories.php"><img class="alignnone size-full wp-image-54" title="holly-memories" src="http://www.mikejcorey.com/wordpress/wp-content/uploads/2009/07/holly-memories.jpg" alt="holly-memories" width="630" height="457" /></a></p>
<p>For those wanting to go deeper, there was more:</p>
<ul>
<li>A wealth of source documents used in reporting for the project, including death certificates, coroner’s reports and a book excerpt.</li>
<li>An interactive quiz that separates Day the Music Died fact from myth.</li>
<li>Two Buddy cover songs solicited from an Iowa band (Poison Control Center) that claims significant Buddy influence. The cover of “Well All Right” brands the project with the spinning record on the splash page.</li>
<li>Widgets to help spread the the project across the Web</li>
<li>@buddyholly Twitter account used for project presence on social media and for live news updates the weekend of the 50th anniversary.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mikejcorey.com/wordpress/2009/02/28/buddy-holly-crash-anniversary-mini-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash project: The Falcons rise again</title>
		<link>http://www.mikejcorey.com/wordpress/2008/08/27/flash-project-the-falcons-rise-again/</link>
		<comments>http://www.mikejcorey.com/wordpress/2008/08/27/flash-project-the-falcons-rise-again/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 02:59:15 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[More featured projects]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[football]]></category>
		<category><![CDATA[parkersburg]]></category>
		<category><![CDATA[tornado]]></category>

		<guid isPermaLink="false">http://www.mikejcorey.com/wordpress/?p=44</guid>
		<description><![CDATA[Meet the team that survived a massive tornado and returned to its rightful place as the lifeblood of Parkersburg, Iowa.]]></description>
			<content:encoded><![CDATA[<p><strong>Update:</strong> <a href="http://www.mikejcorey.com/wordpress/2009/10/20/buddy-holly-parkersburg-projects-win-regional-emmy-awards/">The Parkersburg football project was one of TWO Des Moines Register projects to receive a regional Emmy in September!</a></p>
<p><strong>Project link:</strong> <a href="http://www.DesMoinesRegister.com/parkersburgfootball" target="_blank">http://www.DesMoinesRegister.com/parkersburgfootball</a></p>
<p><strong>Site and team photo graphic: </strong>Michael Core<em>y<br />
</em><strong>Story:</strong> Reid Forgrave<br />
<strong>Photos:</strong> Justin Hayworth<br />
<strong>Video:</strong> Todd Bailey and Justin Hayworth</p>
<p>Parkersburg, Iowa, has always shouldered more than its share. Before May 25, 2008, the town was best known for the four NFL linemen produced by the school&#8217;s small but powerful high school football team.</p>
<p>Since that Sunday, though, the town has endured more hardship than any town could be expected to overcome. A massive EF5 tornado killed seven people and devastated the town&#8217;s homes, businesses and schools.</p>
<p>Over the next year, residents rebuilt their homes and their lives. One of the most important milestones in that recovery was the Aplington-Parkersburg Falcons&#8217; return to the field.</p>
<p>Several players and coaches faced dramatic brushes with death, but every team member had their own story. We couldn&#8217;t tell every one, but we wanted people to meet the entire team.</p>
<p><a href="http://www.desmoinesregister.com/parkersburgfootball"><img class="alignnone size-full wp-image-48" title="parkersburg-grab" src="http://www.mikejcorey.com/wordpress/wp-content/uploads/2009/07/parkersburg-grab.jpg" alt="parkersburg-grab" width="630" height="331" /></a></p>
<p>The Actioncript 3 team photo app I built includes a video player that pops up when users roll over a player with a featured story, and rolling over any player shows their name and position.</p>
<p>After the project was complete, the town suffered another shock: Ed Thomas, the team&#8217;s revered head coach, was shot and killed while supervising students in the school&#8217;s weight room. A former student and player was charged with Thomas&#8217; murder.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikejcorey.com/wordpress/2008/08/27/flash-project-the-falcons-rise-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Des Moines&#8217; million-dollar homes</title>
		<link>http://www.mikejcorey.com/wordpress/2007/08/26/des-moines-million-dollar-homes/</link>
		<comments>http://www.mikejcorey.com/wordpress/2007/08/26/des-moines-million-dollar-homes/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 03:12:45 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[More featured projects]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.mikejcorey.com/wordpress/?p=62</guid>
		<description><![CDATA[Project link: http://www.DesMoinesRegister.com/milliondollarhomes Google Earth Video Production: Michael Corey Data analysis: James E. Wilkerson Voiceover: Doug Peterson Reporting: Dave Elbert [See post to watch Flash video] We used the MovieMaker functionality of Google Earth Professional to create a virtual tour...]]></description>
			<content:encoded><![CDATA[<p><strong>Project link:</strong> <a href="http://desmoinesregister.com/milliondollarhomes" target="_blank">http://www.DesMoinesRegister.com/milliondollarhomes</a></p>
<p><strong>Google Earth Video Production:</strong> Michael Corey<br />
<strong>Data analysis:</strong> James E. Wilkerson<br />
<strong>Voiceover:</strong> Doug Peterson<br />
<strong>Reporting:</strong> Dave Elbert</p>
[See post to watch Flash video]
<p>We used the MovieMaker functionality of Google Earth Professional to create a virtual tour of the 10 homes with the highest assessed values in the Des Moines metro area.</p>
<p>This was our first attempt at Google Earth moviemaking, and we kept things pretty basic.</p>
<p>I made individual video clips of the Google Earth flyover effect between each property, and combined those clips with still images in FinalCut Express.</p>
<p>For most homes, we only had publicly available county assessor photos of the properties, so we were limited in the angles we could use. If we had the opportunity to take new photos we might have tried to transition a little more seamlessly between the Google and still images, but the effect works well enough as is.</p>
<p>The project also included a Javascript Google Maps API map of every property in the metro area with an assessed value over $1 million, a photo gallery showing the interior of one of the homes, and a story about the increasing numbers of homes with assessed values over $1 million.</p>
<p>After much discussion about the potential privacy issues involved in showing the homes, we limited the zoom level of the Google Map so people wouldn&#8217;t so easily be able to hone in on exactly where the homes were on each block.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikejcorey.com/wordpress/2007/08/26/des-moines-million-dollar-homes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

