<?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>ErikGable.com</title>
	<atom:link href="http://erikgable.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://erikgable.com</link>
	<description>Personal site</description>
	<lastBuildDate>Tue, 17 Jan 2012 17:22:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Feeding election totals directly into your website from Google Docs</title>
		<link>http://erikgable.com/2011/11/29/feeding-election-totals-directly-into-your-website-from-google-docs/</link>
		<comments>http://erikgable.com/2011/11/29/feeding-election-totals-directly-into-your-website-from-google-docs/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 22:05:45 +0000</pubDate>
		<dc:creator>Erik Gable</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://erikgable.com/?p=260</guid>
		<description><![CDATA[Like most newsrooms, we track vote totals precinct by precinct over the course of an election night, with some precincts reporting almost as soon as polls close and others taking two or three hours. Our web platform includes a nice-looking &#8230; <a href="http://erikgable.com/2011/11/29/feeding-election-totals-directly-into-your-website-from-google-docs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_287" class="wp-caption alignnone" style="width: 610px"><a href="http://erikgable.com/site/wp-content/uploads/2011/11/spreadsheet-with-gadget.jpg"><img class="size-full wp-image-287" title="Spreadsheet with Google gadget" src="http://erikgable.com/site/wp-content/uploads/2011/11/spreadsheet-with-gadget.jpg" alt="" width="600" height="442" /></a><p class="wp-caption-text">Google gadgets can make it easy to feed live totals straight from your internal working documents to your website.</p></div>
<p>Like most newsrooms, we track vote totals precinct by precinct over the course of an election night, with some precincts reporting almost as soon as polls close and others taking two or three hours. Our web platform includes a nice-looking election ticker function, which we&#8217;ve used in the past, but having to go back and forth from our spreadsheet to the <a href="http://en.wikipedia.org/wiki/Content_management_system">content management system</a>, entering data manually the whole time, was a time-consuming process and we inevitably fell behind.</p>
<p>This year, we used <a href="http://docs.google.com">Google Docs</a> for the spreadsheet, allowing us to share it between multiple users in the newsroom, and fed the data directly from the spreadsheet into a widget on our homepage. All you need is a Google account, a working knowledge of spreadsheet formulas, and the ability to embed wild HTML in your site.</p>
<p><strong>1. Set up your tracking spreadsheet.</strong> We had one countywide proposal that we were tracking and a number of local races that only had a few precincts, so this made our spreadsheet relatively simple. For the countywide question, we had four columns for each precinct: Yes votes, no votes, total (calculated by formula), and a column where we would simply enter &#8220;1&#8243; for each precinct as it reported. This last column allowed us to automatically display how many precincts had reported and also calculate the percentage reporting.</p>
<p><strong>2. Set up the data you want to display.</strong> The area where you enter all your data will probably be far too complicated to display conveniently, so you&#8217;ll want to have a section where all the data is displayed exactly the way you want to feed it into the site. You can make this pull data directly from the area where you&#8217;re making all your calculations, so you don&#8217;t have to enter anything directly into this area if you don&#8217;t want to.</p>
<div id="attachment_263" class="wp-caption alignright" style="width: 310px"><a href="http://erikgable.com/site/wp-content/uploads/2011/11/Step-3.jpg"><img class="size-medium wp-image-263" title="Step 3" src="http://erikgable.com/site/wp-content/uploads/2011/11/Step-3-300x189.jpg" alt="" width="300" height="189" /></a><p class="wp-caption-text">Create a gadget to display your data.</p></div>
<p><strong>3. Create a gadget to display your data.</strong> Go to the &#8220;Insert&#8221; menu, then select &#8220;Gadget.&#8221; In the menu you get next, select &#8220;Tables&#8221; on the left, then select the gadget titled &#8220;Table.&#8221; Google will ask you to select the cells you want to display. Highlight those cells, click &#8220;OK,&#8221; then click &#8220;Apply and close.&#8221;</p>
<p><strong>4. Adjust the layout of your spreadsheet if needed.</strong> We had to try several different configurations to get the gadget to look good — in particular, if we had a header above the first race, the gadget kept trying to grab that header as part of the header for the entire chart, so it may take a few tries to make Step 3 yield a gadget that looks the way you want it to. (It&#8217;s also possible to use a separate gadget for each race you want to track, or to add gadgets that display selected data as pie graphs, etc., but we found that sticking with a single gadget was more attractive and took much less time to load.)</p>
<p>As an interesting aside, we found that if the column we used for percentages had nothing but divide-by-zero errors at first, the &#8220;#DIV/0!&#8221; message showed up in the gadget, but if that column had even a single legitimate value in any of its cells — such as the 0 resulting from dividing by the total number of precincts — the error message wouldn&#8217;t show up in the gadget.</p>
<div id="attachment_265" class="wp-caption alignright" style="width: 310px"><a href="http://erikgable.com/site/wp-content/uploads/2011/11/Step-5.jpg"><img class="size-medium wp-image-265" title="Step 5" src="http://erikgable.com/site/wp-content/uploads/2011/11/Step-5-300x251.jpg" alt="" width="300" height="251" /></a><p class="wp-caption-text">Choose &quot;Publish Gadget&quot; both to grab the embed code and to update your data.</p></div>
<p><strong>5. Get the embed code for your gadget.</strong> Once you&#8217;re comfortable with the way the gadget looks, click on it and go to the &#8220;Gadget&#8221; pulldown menu right above the display. Select &#8220;Publish.&#8221; Google will give you a block of code that starts with &#8220;&lt;script src=&#8230;&#8221; and ends with &#8220;&lt;/script&gt;&#8221;. Copy this code into a blank text document. Toward the end of the block of code, you&#8217;ll see &#8220;&amp;height=(number)&amp;width=(number).&#8221; Replace the automatically generated height and width numbers with whatever is appropriate for your data and the region on your site where you&#8217;ll be displaying it.</p>
<p><strong>6. Embed the code in whatever way is appropriate for your platform. </strong>This will vary depending on your CMS.</p>
<div id="attachment_261" class="wp-caption alignright" style="width: 310px"><a href="http://erikgable.com/site/wp-content/uploads/2011/11/Goodle-gadget-in-action.jpg"><img class="size-medium wp-image-261" title="Google gadget in action" src="http://erikgable.com/site/wp-content/uploads/2011/11/Goodle-gadget-in-action-300x221.jpg" alt="" width="300" height="221" /></a><p class="wp-caption-text">A Google gadget in action on lenconnect.com.</p></div>
<p><strong>7. Enter your data and update your gadget.</strong> The data in the gadget will update whenever you change the data in the spreadsheet that it&#8217;s pulling from. Important: In order to push the updated gadget out to your site, you need to go the menu at the top of the gadget, select &#8220;Publish Gadget,&#8221; and click &#8220;Done.&#8221; The display on your site will not automatically refresh — your readers will still need to reload the page — but the updated data will instantly be there, without you needing to touch anything in your CMS.</p>
<p><a href="http://www.ghnewsroom.com/top%20stories/x1691082040/Michigan-daily-uses-Google-gadget-to-deliver-live-election-data"><em>Modified from a description originally written for GHNewsroom.com.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://erikgable.com/2011/11/29/feeding-election-totals-directly-into-your-website-from-google-docs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Web development: The sequel</title>
		<link>http://erikgable.com/2011/08/14/learning-web-development-the-sequel/</link>
		<comments>http://erikgable.com/2011/08/14/learning-web-development-the-sequel/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 02:33:28 +0000</pubDate>
		<dc:creator>Erik Gable</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://erikgable.com/?p=231</guid>
		<description><![CDATA[I just discovered, via Greg Linch, Lisa Williams&#8217; blog about learning to program as a summer project. Despite the best intentions, I&#8217;ve fallen behind on my own plans in that area, so Lisa&#8217;s project inspired me to take stock of &#8230; <a href="http://erikgable.com/2011/08/14/learning-web-development-the-sequel/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_232" class="wp-caption alignright" style="width: 310px"><a href="http://erikgable.com/site/wp-content/uploads/2011/08/books.jpg"><img class="size-medium wp-image-232" title="Books" src="http://erikgable.com/site/wp-content/uploads/2011/08/books-300x197.jpg" alt="" width="300" height="197" /></a><p class="wp-caption-text">New reading material.</p></div>
<p>I just discovered, via <a href="http://twitter.com/#!/greglinch" target="_blank">Greg Linch</a>, <a href="http://lifeandcode.tumblr.com/" target="_blank">Lisa Williams&#8217; blog</a> about learning to program as a summer project. Despite <a title="Why my new year’s resolution is to learn about programming" href="http://erikgable.com/2010/01/30/why-my-new-years-resolution-is-to-learn-about-programming/">the best intentions</a>, I&#8217;ve fallen behind on my own plans in that area, so Lisa&#8217;s project inspired me to take stock of where I&#8217;m at and set a few goals.</p>
<p>There are three main areas I&#8217;m trying to learn more about:</p>
<ul>
<li>HTML and CSS.</li>
<li>The ins and outs of WordPress themes.</li>
<li>PHP scripting.</li>
</ul>
<p>There&#8217;s one small project that I think I can take in stages that will hit all of those areas. It&#8217;s creating a &#8220;Quick Links&#8221; section below a site&#8217;s main navigation to add prominence to important pages without interfering with the logic of the site&#8217;s navigational structure.</p>
<div id="attachment_236" class="wp-caption alignnone" style="width: 624px"><a href="http://artalicious.org/"><img class="size-full wp-image-236  " title="quicklinks" src="http://erikgable.com/site/wp-content/uploads/2011/08/quicklinks.jpg" alt="" width="614" height="108" /></a><p class="wp-caption-text">A &quot;Quick Links&quot; bar on artalicious.org.</p></div>
<p>We have this feature on our website at <a title="The Daily Telegram | Adrian, Michigan" href="http://lenconnect.com/" target="_blank">work</a> and it&#8217;s really useful, so I wanted to find a way to duplicate it in WordPress.  (The image above is from the website for <a title="Art-A-Licious | Downtown Adrian's annual art festival" href="http://artalicious.org/" target="_blank">Art-A-Licious</a>, an art festival in downtown Adrian. Gratuitous plug: If you&#8217;re in southeast Michigan or northwest Ohio, come to Adrian on the third weekend of September. It&#8217;ll be a great time.)</p>
<p>My first step was the clunkiest: Going into the theme&#8217;s header.php file and dropping a block of HTML code in there. It worked. But navigation links are part of a site&#8217;s content, and any solution that requires you to edit the template files just to update content isn&#8217;t a very good one.</p>
<p>The next step was to remove the need to go into the template to edit the content. Following one of the lessons in <em><a href="http://www.amazon.com/Smashing-WordPress-Themes-Beautiful-Magazine/dp/047066990X" target="_blank">Smashing WordPress Themes</a></em>, I added a widget area to the header in the Twenty Ten theme (basically retyping lines of PHP from the book without any real understanding; the comprehension comes next). But all the styling for the Quick Links menu is sitting right there in the widget, just waiting to be messed up by a typo or a mouse click in the wrong place. So what&#8217;s next?</p>
<p>The next step is to learn how to move the styling into the theme&#8217;s stylesheets, where it belongs. But after that &#8212; how much better would it be if, instead of having to manually type all the <em>a href=blah blah blahs</em> into the widget, you could use WordPress&#8217; existing menu functionality to reduce the entire process to a drag-and-drop operation?</p>
<p>And after that, how much cooler would it be to create a plugin that would allow anyone to add a Quick Links menu to their site, without needing to write a single line of code?</p>
<p>So that&#8217;s the project. I&#8217;ve loaded up on books and I&#8217;m becoming good friends with the <a href="http://www.w3schools.com" target="_blank">W3schools</a> website. It feels good to learn something new. And if anyone has any great beginning PHP books to recommend, please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://erikgable.com/2011/08/14/learning-web-development-the-sequel/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Recent reading</title>
		<link>http://erikgable.com/2011/07/04/recent-reading/</link>
		<comments>http://erikgable.com/2011/07/04/recent-reading/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 04:57:11 +0000</pubDate>
		<dc:creator>Erik Gable</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[currently reading]]></category>
		<category><![CDATA[online news]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://erikgable.com/?p=216</guid>
		<description><![CDATA[When I helped a college newspaper get set up with WordPress a few years ago, I kept running into little ways in which making WordPress work for a multi-person news organization was &#8230; well, usually not impossible, but often a &#8230; <a href="http://erikgable.com/2011/07/04/recent-reading/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When I helped a college newspaper get set up with <a href="http://www.wordpress.org">WordPress</a> a few years ago, I kept running into little ways in which making WordPress work for a multi-person news organization was &#8230; well, usually not impossible, but often a little awkward.  So it was great to stumble across <a href="http://www.mediabistro.com/10000words/how-to-run-a-news-site-and-newspaper-using-wordpress-and-google-docs_b4781">this post</a> about how the <a href="http://bangordailynews.com/">Bangor Daily News</a> made it work, including making WordPress work with Google Docs and InDesign to make everything part of a single workflow.</p>
<p>The post includes a list of some good plugins for news sites using WordPress, some of them written by the BDN for this project. <a href="http://dev.bangordailynews.com/">The blog about the transition</a> is an interesting read.</p>
<p>I also spent an afternoon this weekend going through about four years&#8217; worth of archives on <a href="http://garciamedia.com">Mario Garcia&#8217;s blog</a>, including posts about <a href="http://http://garciamedia.com/blog/articles/us_dailies_experiment_with_front_pages/">experimenting with front pages</a>, <a href="http://http://garciamedia.com/blog/articles/making_those_ugly_ads_sing_one_australian_designer_does_it_score/">designing better ads</a>, and <a href="http://http://garciamedia.com/blog/articles/el_tiempo_at_100_a_fresh_proposition_journalistically_visually_digitally">completely rethinking a newspaper&#8217;s organization</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://erikgable.com/2011/07/04/recent-reading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 things that could go into a community engagement editor&#8217;s job description</title>
		<link>http://erikgable.com/2010/03/31/10-things-that-could-go-into-a-community-engagement-editors-job-description/</link>
		<comments>http://erikgable.com/2010/03/31/10-things-that-could-go-into-a-community-engagement-editors-job-description/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 03:33:31 +0000</pubDate>
		<dc:creator>Erik Gable</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[citizen journalism]]></category>
		<category><![CDATA[community journalism]]></category>
		<category><![CDATA[engagement]]></category>
		<category><![CDATA[the future]]></category>
		<category><![CDATA[UGC]]></category>

		<guid isPermaLink="false">http://erikgable.com/?p=207</guid>
		<description><![CDATA[This Nieman Lab post about Voice of San Diego&#8216;s search for an &#8220;engagement editor&#8221; got me thinking about all the things somebody in that kind of position could do &#8212; and just how far the potential extends. OK, sure, they&#8217;d &#8230; <a href="http://erikgable.com/2010/03/31/10-things-that-could-go-into-a-community-engagement-editors-job-description/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.niemanlab.org/2010/03/what-voice-of-san-diego-wants-in-an-engagement-editor/">This Nieman Lab post</a> about <a href="http://www.voiceofsandiego.org/">Voice of San Diego</a>&#8216;s search for an &#8220;engagement editor&#8221; got me thinking about all the things somebody in that kind of position could do &#8212; and just how far the potential extends.</p>
<p>OK, sure, they&#8217;d hang out on Twitter and Facebook, and probably serve as the primary moderator for story comment threads. But that could easily end up being only a fraction of a community engagement editor&#8217;s work week. If I were designing the position of community engagement editor for a newspaper, here are some of the things I&#8217;d put on the list:</p>
<ol>
<li>Manage the news organization&#8217;s social media accounts and serve as an evangelist for social media use among the staff, holding workshops to teach interested staff members how Twitter, Facebook and other social media tools can help them with their work.</li>
<li>Teach staff members about curation tools they can use to enhance their reports.</li>
<li>Moderate comment threads &#8212; not just by monitoring them for inappropriate comment, but also by getting timely answers for reader questions posed in the threads.</li>
<li>Work with section editors to identify places where reader-submitted material can be used to enhance the newspaper&#8217;s content.</li>
<li>Reach out to schools and community organizations, holding meetings with their staff members to show them how they can get their content into print and onto the news organization&#8217;s Web site.</li>
<li>Organize free community workshops on topics like photography, with the goal of increasing community awareness of the newspaper&#8217;s interest in reader-submitted content and improving the overall quality of what&#8217;s submitted.</li>
<li>Identify and recruit people who would be willing to serve as occasional correspondents. The parent who&#8217;s bringing a camera to the game anyway and can send us pictures, allowing us to get art for games we aren&#8217;t able to staff; the running store owner who might be able to take charge of sending in results from 5Ks and other races.</li>
<li>Serve as a point of contact for reader-submitted content, giving regular contributors a familiar face to interact with and piloting the flow of information.</li>
<li>Hold regular &#8220;office hours&#8221; at places like coffee shops and restaurants to increase interaction between the newspaper staff and the community. When possible, invite another editor to come along.</li>
<li>Take charge of staffing booths at county fairs, chamber expos and other events that provide an opportunity for interaction with large numbers of people.</li>
</ol>
<p>That&#8217;s my list so far. What would you add?</p>
]]></content:encoded>
			<wfw:commentRss>http://erikgable.com/2010/03/31/10-things-that-could-go-into-a-community-engagement-editors-job-description/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Building reference material into news sites</title>
		<link>http://erikgable.com/2010/02/01/building-reference-material-into-news-sites/</link>
		<comments>http://erikgable.com/2010/02/01/building-reference-material-into-news-sites/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 05:49:05 +0000</pubDate>
		<dc:creator>Erik Gable</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[online news]]></category>

		<guid isPermaLink="false">http://erikgable.com/?p=205</guid>
		<description><![CDATA[Two recent posts dealing with building static (or relatively static) reference material into news sites to augment the flow of day-to-day news &#8230; and, yes, this is one of those posts that&#8217;s more for my own future reference than anything &#8230; <a href="http://erikgable.com/2010/02/01/building-reference-material-into-news-sites/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Two recent posts dealing with building static (or relatively static) reference material into news sites to augment the flow of day-to-day news &#8230; and, yes, this is one of those posts that&#8217;s more for my own future reference than anything else:</p>
<p><strong><a href="http://snarkmarket.com/2010/4890">Robin Sloan</a></strong> writes at <a href="http://snarkmarket.com/">Snarkmarket</a> about the economics concept of stock and flow and relates it to media:</p>
<blockquote><p>Flow is the feed. It’s the posts and the tweets. It’s the stream of daily and sub-daily updates that remind peo­ple that you exist.</p>
<p>Stock is the durable stuff. It’s the con­tent you pro­duce that’s as inter­est­ing in two months (or two years) as it is today. It’s what peo­ple dis­cover via search. It’s what spreads slowly but surely, build­ing fans over time.</p></blockquote>
<p><strong><a href="http://ryansholin.com/2010/01/20/notes-on-the-cleverness-economy/">Ryan Sholin</a></strong> writes at <a href="http://ryansholin.com/">Invisible Inkling</a> about how this relates to online news:</p>
<blockquote><p>“Breaking News” is the treadmill. It’s the “flow” that keeps your audience engaged, coming back, checking your site or your blog, turning on the TV, visiting your national news site on their phone first thing in the morning to check if anything has blown up overnight, subscribed to your hyperlocal blog’s e-mail updates, checking their RSS feeds to see what’s new. And that’s crucial to building and engaging online news consumers.</p>
<p>But it doesn’t last. The stuff that does last? The most obvious answers include investigative and enterprise reporting, but I think there’s room these days for great infographics and data visualizations, too. &#8230;</p>
<p><strong>Recommended:</strong> Find the balance, online producer, between churning out a steady stream of content and taking time to build something of lasting value beyond the next few hours.</p></blockquote>
<p>For a lot of sites, it probably wouldn&#8217;t take more than a few hits per day for a piece of &#8220;stock,&#8221; over the course of a year, to yield just as much traffic as the average &#8220;flow&#8221; story.</p>
]]></content:encoded>
			<wfw:commentRss>http://erikgable.com/2010/02/01/building-reference-material-into-news-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why my new year&#8217;s resolution is to learn about programming</title>
		<link>http://erikgable.com/2010/01/30/why-my-new-years-resolution-is-to-learn-about-programming/</link>
		<comments>http://erikgable.com/2010/01/30/why-my-new-years-resolution-is-to-learn-about-programming/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 04:42:57 +0000</pubDate>
		<dc:creator>Erik Gable</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[online news]]></category>
		<category><![CDATA[storytelling]]></category>
		<category><![CDATA[the future]]></category>

		<guid isPermaLink="false">http://erikgable.com/?p=193</guid>
		<description><![CDATA[I&#8217;ve found myself quoting Steve Buttry a lot lately, particularly his posts about innovation in the news business. In an August 2009 post titled &#8220;Newspapers&#8217; original sin: Not failing to charge but failing to innovate,&#8221; he wrote: The disastrous error &#8230; <a href="http://erikgable.com/2010/01/30/why-my-new-years-resolution-is-to-learn-about-programming/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found myself quoting <a href="http://stevebuttry.wordpress.com">Steve Buttry</a> a lot lately, particularly his posts about innovation in the news business. In an August 2009 post titled &#8220;<a href="http://stevebuttry.wordpress.com/2009/08/16/newspapers-original-sin-not-failing-to-charge-but-failing-to-innovate/">Newspapers&#8217; original sin: Not failing to charge but failing to innovate</a>,&#8221; he wrote:</p>
<blockquote><p>The disastrous error that newspapers made early in our digital lives was treating online advertising as a throw-in or upsell for their print advertisers. Helping businesses connect with customers was always our business. We were facing new technology and new opportunities and we did next to nothing to explore how we might use this new technology to help businesses connect with customers.</p>
<p>We just offered businesses the same old solutions that we offered in print, but pop-up ads and web banners somehow didn’t work as well as display ads. Which was just as well, because we told our business customers the ads weren’t worth much by the way we treated them.</p></blockquote>
<p>For a long time, the way much of the newspaper industry handled the Web made about as much sense as trying to run a TV news broadcast by sending a newspaper reporter out to write a story, then feeding the text into an Amiga and making people watch as it scrolled across their TV screens. Or trying to make a TV commercial by pointing a camera at a Sears circular and filming as someone turned the pages.</p>
<p>But was this due to a failure of imagination on our parts &#8212; or was it something else?</p>
<p>Here&#8217;s what I keep coming back to:</p>
<p>If somebody in our building comes up with a unique idea in print &#8212; whether it&#8217;s for editorial, advertising or both &#8212; there are at least a half dozen people in the newsroom, and a half dozen more in the composing department, who know how to make it happen. But if it&#8217;s a unique idea for the Web &#8230; well, none of us are developers. Maybe we could make it happen, but maybe not.</p>
<p>The first newsroom I worked in after college had four full-time people in the newsroom. Every single one of us knew how to use QuarkXPress; every single one of us could lay out a page. I imagine it&#8217;s the same way at nearly every small paper: Working there and not knowing how to design a page would be almost unthinkable. But the chances of a small paper having a Web developer on staff are slim to none.</p>
<p>Most newspapers, regardless of size, are equipped to try new things in print. We have the tools, and we know how to use them. Online, not so much.</p>
<p>So this is my goal for 2010: to become as proficient with HTML and CSS &#8212; and Flash would be great as well &#8212; as with the tools of the print medium.  I don&#8217;t need to become a programmer or developer, any more than I can currently claim to be a graphic designer.  (I can&#8217;t, because I&#8217;m not.)  But I want to reach a level of basic competence, enough so that if somebody says &#8220;Hey, can we experiment with <em>this</em> new way of doing something?&#8221; I can confidently say &#8220;Yes, we can make that happen.&#8221;</p>
<p><strong>Further reading:</strong></p>
<ul>
<li><a href="http://mashable.com/2009/12/11/programmer-journalists/">How Programmer/Journalists Are Changing the News, by Leah Betancourt. Mashable, Dec. 11, 2009.</a></li>
<li><a href="http://www.ojr.org/ojr/stories/060605niles/">The programmer as journalist: A Q&amp;A with Adrian Holovaty, by Robert Niles. Online Journalism Review, June 5, 2006. </a></li>
<li><a href="http://onlinejournalismblog.com/2008/08/29/10-ways-that-ad-sales-people-can-save-newspapers/">10 ways that ad sales people can save newspapers, by Paul Bradshaw. Online Journalism Blog, Aug. 29, 2008.</a></li>
<li><a href="http://stevebuttry.wordpress.com/2009/04/27/a-blueprint-for-the-complete-community-connection/">A Blueprint for the Complete Community Connection, by Steve Buttry. (With related posts.) Pursing the Complete Community Connection, April 27, 2009.</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://erikgable.com/2010/01/30/why-my-new-years-resolution-is-to-learn-about-programming/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Notes on Pew&#8217;s &#8220;where news comes from&#8221; study</title>
		<link>http://erikgable.com/2010/01/11/notes-on-pews-where-news-comes-from-study/</link>
		<comments>http://erikgable.com/2010/01/11/notes-on-pews-where-news-comes-from-study/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 03:24:35 +0000</pubDate>
		<dc:creator>Erik Gable</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[the future]]></category>

		<guid isPermaLink="false">http://erikgable.com/?p=189</guid>
		<description><![CDATA[A &#8220;where news comes from&#8221; study by the Pew Research Center&#8217;s Project for Excellence in Journalism found that the vast majority of original reporting on six major news stories in Baltimore, Md., came from newspapers. A nice little ego boost, &#8230; <a href="http://erikgable.com/2010/01/11/notes-on-pews-where-news-comes-from-study/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A <a href="http://www.journalism.org/analysis_report/how_news_happens">&#8220;where news comes from&#8221; study</a> by the Pew Research Center&#8217;s Project for Excellence in Journalism found that the vast majority of original reporting on six major news stories in Baltimore, Md., came from newspapers.</p>
<p>A nice little ego boost, certainly, for those of us who work for conventional media outlets. But what does it really mean &#8212; and what <em>doesn&#8217;t</em> it mean?</p>
<p><strong>What it means:</strong></p>
<ul>
<li>That the bulk of original journalism on important news stories is still coming out of large organizations &#8212; primarily, though not exclusively, those that produce pulp-and-ink newspapers. (Although there is <a href="http://www.buzzmachine.com/2010/01/11/the-state-of-the-art-of-news/">some disagreement</a> on whether the study&#8217;s definition of news is valid or leads to the study being a self-fulfilling prophecy.)</li>
</ul>
<p><strong>What it doesn&#8217;t mean:</strong></p>
<ul>
<li>That the bulk of original journalism comes from newspapers <em>because pulp-and-ink newspapers are inherently superior</em>. Let&#8217;s not confuse the organization with the medium here &#8212; presumably most of the news organizations in question operate Web sites as well. Why give sole credit for these stories to the print medium? (A partial argument for this interpretation can be made by noting that, at most organizations that operate both a print product and a Web product, the print product still generates most of the revenue. But that&#8217;s not necessarily the way it will always be.)</li>
<li>That original journalism would go away if pulp-and-ink newspapers went away. To reach this conclusion, you would have to assume that no other medium would ever be able to fill that gap. It&#8217;d be like saying &#8220;Microsoft Windows is on 91% of all computers, so if Microsoft went away, computers would go away too.&#8221;</li>
</ul>
<p>I love newspapers. I always have. I also believe there&#8217;s value in the existence of large newsgathering institutions with plenty of resources.</p>
<p>But, hey, old-media colleagues &#8212; let&#8217;s not make this study out to mean more than it really does, OK?</p>
<p><strong>Further reading:</strong></p>
<ul>
<li><a href="http://www.nytimes.com/2010/01/11/business/media/11baltimore.html?ref=business">&#8220;Study Finds That Papers Lead in Providing News Information,&#8221; by Richard Perez-Pena. New York Times, Jan. 10, 2010.</a></li>
<li><a href="http://www.buzzmachine.com/2010/01/11/the-state-of-the-art-of-news/">&#8220;The state of the art of news,&#8221; by Jeff Jarvis. BuzzMachine, Jan. 11, 2010.</a></li>
<li><a href="http://howardweaver.posterous.com/agreeing-mainly-about-the-future-of-news">&#8220;Agreeing (mainly) about the future of news,&#8221; by Howard Weaver. The Weaver Wire, Jan. 11, 2010.</a></li>
<li><a href="http://stevebuttry.wordpress.com/2010/01/11/old-media-find-comfort-in-study-of-baltimore-media-they-didnt-look-very-close/">&#8220;Old media find comfort in study of Baltimore media (they didn&#8217;t look very close),&#8221; by Steve Buttry. Pursuing the Complete Community Connection, Jan, 11, 2010.</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://erikgable.com/2010/01/11/notes-on-pews-where-news-comes-from-study/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My first journalism job</title>
		<link>http://erikgable.com/2010/01/04/my-first-journalism-job/</link>
		<comments>http://erikgable.com/2010/01/04/my-first-journalism-job/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 03:57:58 +0000</pubDate>
		<dc:creator>Erik Gable</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://erikgable.com/?p=179</guid>
		<description><![CDATA[From 1989 to 1992, Pamela Hughes&#8217; class at the Waldorf School of Cape Cod published a class newspaper called The Waldorf Weekly. We published 11 editions in all: six in third grade, four in fourth grade and one in fifth &#8230; <a href="http://erikgable.com/2010/01/04/my-first-journalism-job/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>From 1989 to 1992, Pamela Hughes&#8217; class at the <a href="http://waldorfschoolofcapecod.org/">Waldorf School of Cape Cod</a> published a class newspaper called The Waldorf Weekly. We published 11 editions in all: six in third grade, four in fourth grade and one in fifth grade.</p>
<p>Headlines were mostly handwritten, stories were mostly typed on a manual typewriter, printing was done by photocopier, and the paper was illustrated primarily by clip art. (And I don&#8217;t mean the Microsoft Word kind of clip art &#8212; I mean the kind of clip art that had to be literally clipped from a page.)  Sports stories were accompanied by hand-drawn illustrations; we didn&#8217;t run any photos until the final issue, in 1992.</p>
<p>At the risk of being self-indulgent, here&#8217;s a collection of pages from The Waldorf Weekly, from the first issue to the last:</p>

<div class="ngg-galleryoverview" id="ngg-gallery-4-179">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://erikgable.com/site/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=4&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-55" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://erikgable.com/2010/01/04/my-first-journalism-job/?pid=55" title=" "  >
								<img title="waldorf-weekly-01" alt="waldorf-weekly-01" src="http://erikgable.com/site/wp-content/gallery/the-waldorf-weekly/thumbs/thumbs_waldorf-weekly-01.jpg" width="100" height="128" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-56" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://erikgable.com/2010/01/04/my-first-journalism-job/?pid=56" title=" "  >
								<img title="waldorf-weekly-02" alt="waldorf-weekly-02" src="http://erikgable.com/site/wp-content/gallery/the-waldorf-weekly/thumbs/thumbs_waldorf-weekly-02.jpg" width="97" height="130" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-57" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://erikgable.com/2010/01/04/my-first-journalism-job/?pid=57" title=" "  >
								<img title="waldorf-weekly-03" alt="waldorf-weekly-03" src="http://erikgable.com/site/wp-content/gallery/the-waldorf-weekly/thumbs/thumbs_waldorf-weekly-03.jpg" width="100" height="128" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-58" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://erikgable.com/2010/01/04/my-first-journalism-job/?pid=58" title=" "  >
								<img title="waldorf-weekly-04" alt="waldorf-weekly-04" src="http://erikgable.com/site/wp-content/gallery/the-waldorf-weekly/thumbs/thumbs_waldorf-weekly-04.jpg" width="100" height="128" />
							</a>
		</div>
	</div>
	
				<br style="clear: both" />
	
 		
	<div id="ngg-image-59" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://erikgable.com/2010/01/04/my-first-journalism-job/?pid=59" title=" "  >
								<img title="waldorf-weekly-06" alt="waldorf-weekly-06" src="http://erikgable.com/site/wp-content/gallery/the-waldorf-weekly/thumbs/thumbs_waldorf-weekly-06.jpg" width="99" height="130" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-60" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://erikgable.com/2010/01/04/my-first-journalism-job/?pid=60" title=" "  >
								<img title="waldorf-weekly-07" alt="waldorf-weekly-07" src="http://erikgable.com/site/wp-content/gallery/the-waldorf-weekly/thumbs/thumbs_waldorf-weekly-07.jpg" width="99" height="130" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-61" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://erikgable.com/2010/01/04/my-first-journalism-job/?pid=61" title=" "  >
								<img title="waldorf-weekly-08" alt="waldorf-weekly-08" src="http://erikgable.com/site/wp-content/gallery/the-waldorf-weekly/thumbs/thumbs_waldorf-weekly-08.jpg" width="99" height="130" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-62" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://erikgable.com/2010/01/04/my-first-journalism-job/?pid=62" title=" "  >
								<img title="waldorf-weekly-09" alt="waldorf-weekly-09" src="http://erikgable.com/site/wp-content/gallery/the-waldorf-weekly/thumbs/thumbs_waldorf-weekly-09.jpg" width="99" height="130" />
							</a>
		</div>
	</div>
	
				<br style="clear: both" />
	
 		
	<div id="ngg-image-63" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://erikgable.com/2010/01/04/my-first-journalism-job/?pid=63" title=" "  >
								<img title="waldorf-weekly-10" alt="waldorf-weekly-10" src="http://erikgable.com/site/wp-content/gallery/the-waldorf-weekly/thumbs/thumbs_waldorf-weekly-10.jpg" width="100" height="128" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-64" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://erikgable.com/2010/01/04/my-first-journalism-job/?pid=64" title=" "  >
								<img title="waldorf-weekly-11" alt="waldorf-weekly-11" src="http://erikgable.com/site/wp-content/gallery/the-waldorf-weekly/thumbs/thumbs_waldorf-weekly-11.jpg" width="100" height="128" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-65" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://erikgable.com/2010/01/04/my-first-journalism-job/?pid=65" title=" "  >
								<img title="waldorf-weekly-12" alt="waldorf-weekly-12" src="http://erikgable.com/site/wp-content/gallery/the-waldorf-weekly/thumbs/thumbs_waldorf-weekly-12.jpg" width="100" height="130" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-66" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://erikgable.com/2010/01/04/my-first-journalism-job/?pid=66" title=" "  >
								<img title="waldorf-weekly-13" alt="waldorf-weekly-13" src="http://erikgable.com/site/wp-content/gallery/the-waldorf-weekly/thumbs/thumbs_waldorf-weekly-13.jpg" width="100" height="130" />
							</a>
		</div>
	</div>
	
				<br style="clear: both" />
	
 		
	<div id="ngg-image-67" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://erikgable.com/2010/01/04/my-first-journalism-job/?pid=67" title=" "  >
								<img title="waldorf-weekly-14" alt="waldorf-weekly-14" src="http://erikgable.com/site/wp-content/gallery/the-waldorf-weekly/thumbs/thumbs_waldorf-weekly-14.jpg" width="100" height="130" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-68" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://erikgable.com/2010/01/04/my-first-journalism-job/?pid=68" title=" "  >
								<img title="waldorf-weekly-15" alt="waldorf-weekly-15" src="http://erikgable.com/site/wp-content/gallery/the-waldorf-weekly/thumbs/thumbs_waldorf-weekly-15.jpg" width="100" height="128" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-69" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://erikgable.com/2010/01/04/my-first-journalism-job/?pid=69" title=" "  >
								<img title="waldorf-weekly-16" alt="waldorf-weekly-16" src="http://erikgable.com/site/wp-content/gallery/the-waldorf-weekly/thumbs/thumbs_waldorf-weekly-16.jpg" width="100" height="130" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-70" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://erikgable.com/2010/01/04/my-first-journalism-job/?pid=70" title=" "  >
								<img title="waldorf-weekly-17" alt="waldorf-weekly-17" src="http://erikgable.com/site/wp-content/gallery/the-waldorf-weekly/thumbs/thumbs_waldorf-weekly-17.jpg" width="100" height="130" />
							</a>
		</div>
	</div>
	
				<br style="clear: both" />
	
 		
	<div id="ngg-image-71" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://erikgable.com/2010/01/04/my-first-journalism-job/?pid=71" title=" "  >
								<img title="waldorf-weekly-18" alt="waldorf-weekly-18" src="http://erikgable.com/site/wp-content/gallery/the-waldorf-weekly/thumbs/thumbs_waldorf-weekly-18.jpg" width="99" height="130" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-72" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://erikgable.com/2010/01/04/my-first-journalism-job/?pid=72" title=" "  >
								<img title="waldorf-weekly-19" alt="waldorf-weekly-19" src="http://erikgable.com/site/wp-content/gallery/the-waldorf-weekly/thumbs/thumbs_waldorf-weekly-19.jpg" width="100" height="130" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear">&nbsp;</div> 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://erikgable.com/2010/01/04/my-first-journalism-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The news as food: An analogy for the citizen journalism debate</title>
		<link>http://erikgable.com/2009/12/09/the-news-as-food-an-analogy-for-the-citizen-journalism-debate/</link>
		<comments>http://erikgable.com/2009/12/09/the-news-as-food-an-analogy-for-the-citizen-journalism-debate/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 03:12:29 +0000</pubDate>
		<dc:creator>Erik Gable</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[citizen journalism]]></category>
		<category><![CDATA[the future]]></category>

		<guid isPermaLink="false">http://erikgable.com/?p=157</guid>
		<description><![CDATA[Jay Rosen recently interviewed Dirck Halstead, editor and publisher of The Digital Journalist, about that publication&#8217;s December 2009 editorial, titled &#8220;Let&#8217;s Abolish &#8216;Citizen Journalists&#8217;.&#8221; Others have done a far better job than I can of addressing the editorial&#8217;s arguments (see &#8230; <a href="http://erikgable.com/2009/12/09/the-news-as-food-an-analogy-for-the-citizen-journalism-debate/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Jay Rosen recently <a href="http://jayrosen.tumblr.com/post/274294279/my-strange-q-a-with-the-editor-who-said-we-must">interviewed</a> Dirck Halstead, editor and publisher of <a href="http://digitaljournalist.org">The Digital Journalist</a>, about that publication&#8217;s December 2009 editorial, titled &#8220;<a href="http://digitaljournalist.org/issue0912/lets-abolish-citizen-journalists.html">Let&#8217;s Abolish &#8216;Citizen Journalists&#8217;</a>.&#8221;</p>
<p>Others have done a far better job than I can of addressing the editorial&#8217;s arguments (see both story links above), but I want to zoom in on one particular passage:</p>
<blockquote><p>We advocate abolishing the term &#8220;citizen journalist.&#8221; These people can call themselves &#8220;citizen news gatherers,&#8221; but it is no more appropriate to call them citizen journalists than it would be to sit before a citizen judge or be operated on by a citizen brain surgeon.</p></blockquote>
<p>That analogy struck me as a poor fit. I believe in the value of what journalists do, but it&#8217;s just not analogous to the work of a judge or a brain surgeon. So I started thinking: What comparison would make more sense?</p>
<p>Here&#8217;s what I ended up with. I think it demonstrates both the function and value of citizen journalists and the reasons why those of us who get paid to do journalism full time don&#8217;t need to find the concept of citizen journalism threatening.</p>
<p>Does the analogy work? Let me know.</p>
<p><strong>SCENARIO: GABLE&#8217;S GROCERY AND DELI</strong></p>
<p><img class="alignleft size-medium wp-image-158" title="grocery store" src="http://erikgable.com/site/wp-content/uploads/2009/12/grocery-store-2-300x203.jpg" alt="grocery store" width="300" height="203" />I&#8217;m the owner and proprietor of Gable&#8217;s Grocery and Deli, a nice little store in Analogytown, USA.  I employ a dedicated team of talented sandwich artists who can make you the best lunch you&#8217;ve ever had. I also have a supplier who sends a load of delicious, fresh produce to the store every morning for you to buy and take home.</p>
<p><em>The grocery and deli: A traditional news organization. The sandwich artists: Reporters, photographers and editors. The produce supplier: The Associated Press.</em></p>
<p><strong>CASE 1: MRS. JOHNSON&#8217;S BROWNIES</strong></p>
<p><img class="alignleft size-medium wp-image-160" title="brownie" src="http://erikgable.com/site/wp-content/uploads/2009/12/brownie-300x173.jpg" alt="brownie" width="300" height="173" />Some of my customers would love to have a little dessert to polish off their lunches. Now, I have limited oven space &#8230; and besides, my small staff doesn&#8217;t have enough hours in the day to add baking to their list of responsibilities. Since profit margins in the grocery business are generally pretty slim, I can&#8217;t afford to hire anyone else.</p>
<p>But I happen to know that my neighbor, Mrs. Johnson, makes excellent brownies. She certainly wouldn&#8217;t mind a little extra income, so we enter into a little business deal: Every night, she&#8217;ll bake a fresh tray of brownies, wrap them up, and bring them by the store in the morning for me to sell. She benefits because she has a place to sell her products; I benefit because I can offer my customers something I couldn&#8217;t before; my customers benefit because now they can buy brownies to go with their sandwiches.</p>
<p><em>Mrs. Johnson: A correspondent or freelancer.</em></p>
<p><strong>CASE 2: DOUG&#8217;S TOMATOES</strong></p>
<p><img class="alignleft size-medium wp-image-162" title="tomatoes" src="http://erikgable.com/site/wp-content/uploads/2009/12/tomatoes-300x225.jpg" alt="tomatoes" width="300" height="225" />Doug owns a big patch of land just outside town. He&#8217;s known for his huge vegetable garden, where he spends at least two or three hours a day.</p>
<p>This year, Doug has a bumper crop of tomatoes. I mean, the yield is <em>huge</em>. It&#8217;s way more than he and his wife could ever eat, even if they canned some for winter. He tells me he&#8217;s thinking about setting up a little roadside stand to sell off some of the excess, but I ask him if he&#8217;s like to sell his tomatoes inside my store.</p>
<p><em>Doug: A citizen journalist.</em></p>
<p><strong>CASE 3: THE HIGH SCHOOL BAKE SALE</strong></p>
<p><img class="alignleft size-medium wp-image-163" title="bake sale" src="http://erikgable.com/site/wp-content/uploads/2009/12/bake-sale-300x199.jpg" alt="bake sale" width="300" height="199" />The students at Analogytown High School want to hold a bake sale on Saturday. (They&#8217;re raising money for new SAT prep materials &#8212; just because they live in Analogytown doesn&#8217;t mean that stuff comes easy.)</p>
<p>They could set up in the school parking lot or in somebody&#8217;s front yard, but let&#8217;s face it &#8212; they wouldn&#8217;t get much traffic besides a handful of parents. So they ask if they can set up their table outside the grocery store. All Saturday, they do a brisk business, and so do I.</p>
<p><em>The bake sale organizers: Again, citizen journalists.</em></p>
<p><strong>WHERE IS THIS LEADING?</strong></p>
<p>As the owner of this fictional grocery store and deli, I can respond two ways to, say, the idea of a high school bake sale or Doug selling his tomatoes at a roadside stand.</p>
<p>I can immediately go on the defensive: &#8220;What &#8212; somebody else selling food in the area? That&#8217;s competition! Why would I let you use my property?&#8221;  Maybe I can even make a stink about them not having the appropriate permits, and tell people that amateurs getting into the food business will ruin everything.</p>
<p>Or I can realize the advantages I could reap by hosting to the bake sale and bringing Doug&#8217;s excess tomatoes into my store. In the case of Doug&#8217;s crops, people will remember that my store is where they got all those delicious tomatoes last summer. In the case of the bake sale, chances are several of the students will have a parent or grandparent stop by &#8230; and not all of those parents and grandparents will be people who&#8217;ve been to my store before, meaning I have a chance to get them hooked on my award-winning Reubens.</p>
<p>Am I going to consider laying off my purchasing manager on the grounds that now I have Doug bringing in tomatoes? Of course not. Doug&#8217;s tomatoes are great, and they&#8217;re a valuable addition to my store, but they&#8217;re only available a few weeks out of the year.  I need both that seasonal variety and the dependence of year-round produce to make my business healthy, and I know it.</p>
<p>We can view the development of more and better tools for citizen journalism as a threat &#8212; or we can see it as an opportunity. I think I have a pretty good idea which way will turn out better.</p>
<p><em>(All photos from <a href="http://www.sxc.hu/">stock.xchng</a>. Grocery store by <a href="http://www.sxc.hu/profile/OBMonkey">OBMonkey</a>, brownie by <a href="http://www.sxc.hu/profile/tazzmaniac">tazzmaniac</a>, tomatoes by <a href="http://www.sxc.hu/profile/edmondo">edmondo</a>, cupcakes by <a href="http://www.sxc.hu/profile/tam_oliver">tam_oliver</a>.)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://erikgable.com/2009/12/09/the-news-as-food-an-analogy-for-the-citizen-journalism-debate/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>90K print jobs lost? What&#8217;s a &#8220;print job&#8221;?</title>
		<link>http://erikgable.com/2009/12/06/90k-print-jobs-lost-whats-a-print-job/</link>
		<comments>http://erikgable.com/2009/12/06/90k-print-jobs-lost-whats-a-print-job/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 21:10:03 +0000</pubDate>
		<dc:creator>Erik Gable</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[doomsayers]]></category>
		<category><![CDATA[jobs]]></category>

		<guid isPermaLink="false">http://erikgable.com/?p=148</guid>
		<description><![CDATA[Gawker says: &#8220;Nearly 90,000 print jobs have been lost in the last year.&#8221; I say: &#8220;What&#8217;s a print job?&#8221; Newspapers and magazines are considered part of the print publishing category. Which makes sense to a large extent. But I suspect &#8230; <a href="http://erikgable.com/2009/12/06/90k-print-jobs-lost-whats-a-print-job/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Gawker says: <a href="http://gawker.com/5418975/nearly-90000-print-jobs-have-been-lost-in-the-last-year">&#8220;Nearly 90,000 print jobs have been lost in the last year.&#8221;</a></p>
<p>I say: &#8220;What&#8217;s a print job?&#8221;</p>
<p>Newspapers and magazines are considered part of the print publishing category. Which makes sense to a large extent. But I suspect most news organizations have very few people who can be defined as working exclusively in &#8220;print jobs.&#8221; Which means that even though &#8220;internet-based jobs&#8221; are excluded from the count, the characterization of everything that remains as a &#8220;print job&#8221; is not entirely accurate.</p>
<p>I&#8217;m looking at <a href="http://lenconnect.com">The Daily Telegram&#8217;s</a> staff directory right now. Except for a few people in circulation and the press room, there&#8217;s hardly anyone whose job is exclusively focused on print. In the newsroom, there&#8217;s not a single person who isn&#8217;t engaged in producing content for two different platforms. But because our jobs span two platforms, they&#8217;re apparently considered &#8220;print jobs&#8221; (and thus, if we get laid off, anyone who&#8217;s pushing the print-is-dead narrative will have another statistic to feel vindicated by).</p>
<p>So, do I have a &#8220;print job&#8221;? No, I don&#8217;t. I work for a news organization that operates across more than one platform, and my job is to produce and edit <em>content</em> &#8212; no matter what medium it&#8217;s distributed in.</p>
]]></content:encoded>
			<wfw:commentRss>http://erikgable.com/2009/12/06/90k-print-jobs-lost-whats-a-print-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

