<?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>id[e]as &#187; innovate</title>
	<atom:link href="http://www.eprugh.com/blog/category/innovate/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eprugh.com/blog</link>
	<description>brainstorming ablog.</description>
	<lastBuildDate>Fri, 09 Oct 2009 06:06:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How much is an email address worth?</title>
		<link>http://www.eprugh.com/blog/2008/11/06/how-much-is-an-email-address-worth/</link>
		<comments>http://www.eprugh.com/blog/2008/11/06/how-much-is-an-email-address-worth/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 01:03:15 +0000</pubDate>
		<dc:creator>ep</dc:creator>
				<category><![CDATA[email marketing]]></category>
		<category><![CDATA[innovate]]></category>

		<guid isPermaLink="false">http://www.eprugh.com/blog/?p=20</guid>
		<description><![CDATA[I recently got the question: &#8220;How can I use my website to make my business more money?&#8221; What a great question! Note: This question was not asked by an online retailer. They offered a number of articles online and asked if charging for the articles was possible. Just $0.99 per article, just as an extra [...]]]></description>
			<content:encoded><![CDATA[<p>I recently got the question: &#8220;How can I use my website to make my business more money?&#8221; What a great question! <strong>Note</strong>: This question was not asked by an online retailer. They offered a number of articles online and asked if charging for the articles was possible. Just $0.99 per article, just as an extra revenue stream. I shuttered at the thought, and we both agreed it probably wasn&#8217;t the best approach &#8212; especially from an ROI perspective when talking about implementation costs.<span id="more-20"></span></p>
<p>So their business model is not to drive revenue through the website but more focused on driving engagement of interested parties. Although they sell merchandise online, their ultimate goal is to drive workshop attendance. The site features a top-notch speaker and the main message of the website is to engage with him, get to know him, and fork over the dough to listen to him talk. <strong>Another note</strong>: Totally worth it, and I&#8217;m not just saying that.</p>
<p>I suggested something simple: &#8220;Whenever they need to download the PDF of an article, why don&#8217;t we ask for their email address?&#8221; We would then email the link to the PDF. I suggested this for two reasons:</p>
<ol>
<li>Email marketing is an extremely cost-effective way to nurture leads and keep a steady stream of communication going with interested existing/prospective customers.</li>
<li>It provides a method to push communication to engaged visitors to the website.</li>
<li>It could ultimately lead in a workshop attendance. It&#8217;s all about timing. By delivering an email message to an interested party at the right time, we are far more likely to earn their business than if we were just provide the download outright.</li>
</ol>
<p>Of course, we&#8217;ll only find out how successful this methodology, but there is significant value to having someone&#8217;s email address. Not so we can SPAM them&#8211;though, I&#8217;m sure it can be tempting to email them until they never want to be emailed again&#8211;but so we can get to know them better while also getting the message out to more people through multiple channels. From there, we can garner tons of data about what is successful at driving workshop attendance, and tailor our marketing programs even further to better our revenue-generation strategy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eprugh.com/blog/2008/11/06/how-much-is-an-email-address-worth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Charts: not used enough</title>
		<link>http://www.eprugh.com/blog/2008/11/06/google-charts-not-used-enough/</link>
		<comments>http://www.eprugh.com/blog/2008/11/06/google-charts-not-used-enough/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 04:44:56 +0000</pubDate>
		<dc:creator>ep</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[innovate]]></category>

		<guid isPermaLink="false">http://www.eprugh.com/blog/?p=18</guid>
		<description><![CDATA[I believe firmly in the use of top-tier level platforms for the things you want to accomplish. Not necessarily for brand recognition, but because of a superior product that&#8217;s offered as part of a larger goal of accomplishing everything you need to do. Specifically, I relate to interactive marketing tools.
Google offers an incredible API for [...]]]></description>
			<content:encoded><![CDATA[<p>I believe firmly in the use of top-tier level platforms for the things you want to accomplish. Not necessarily for brand recognition, but because of a superior product that&#8217;s offered as part of a larger goal of accomplishing everything you need to do. Specifically, I relate to interactive marketing tools.</p>
<p>Google offers an incredible API for use with their <a title="Google Charts API &amp; Developer's Guide" href="http://code.google.com/apis/chart/">Charts</a> capabilities. You have the ability to pass numbers to a URL and define that URL for the source of an image. That image will render a graph or chart that you specify.<span id="more-18"></span></p>
<p>That means any time, any where, through any medium, you have the ability to better prove your point through charts. By the way, <strong>this really requires no development work</strong>. The only things you need to know are&#8230;</p>
<ol>
<li>chart size (width x height)</li>
<li>the data points</li>
<li>chart type</li>
<li>chart text</li>
</ol>
<p>That&#8217;s it. From there, you can either direct your browser to the URL that you need to build—and go to File &gt; Save As&#8230; to save the image—or you can insert the chart in a Web page using an HTML &#8220;img&#8221; tag.</p>
<p>The URL would look something like&#8230;</p>
<p><code>http://chart.apis.google.com/chart?<br />
chs=250x100<br />
&amp;chd=t:60,40<br />
&amp;cht=p3<br />
&amp;chl=Hello|World</code></p>
<p>And will render like this&#8230;</p>
<p><img src="http://chart.apis.google.com/chart?chs=250x100&amp;chd=t:60,40&amp;cht=p3&amp;chl=Hello|World" alt="" /></p>
<p>And that&#8217;s amazing. This stuff should be on every website. Seriously.</p>
<p>So get out there and go check out how you can start using <a title="Start using Google Charts API" href="http://code.google.com/apis/chart/basics.html">Google Charts</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eprugh.com/blog/2008/11/06/google-charts-not-used-enough/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

