<?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>R. Kris Hardy &#187; Marketing</title>
	<atom:link href="http://www.rkrishardy.com/category/marketing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rkrishardy.com</link>
	<description>Software Development, Web Applications and Business Analytics</description>
	<lastBuildDate>Tue, 19 Jul 2011 17:58:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Targeting Your Website Based on a Visitor&#8217;s Location</title>
		<link>http://www.rkrishardy.com/2009/06/targeting-your-website-based-on-a-visitors-location/</link>
		<comments>http://www.rkrishardy.com/2009/06/targeting-your-website-based-on-a-visitors-location/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 12:44:17 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[geotargeting]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[ip geolocation]]></category>
		<category><![CDATA[market segmentation]]></category>

		<guid isPermaLink="false">http://www.rkrishardy.com/?p=155</guid>
		<description><![CDATA[Here&#8217;s a question about geolocation-based online marketing I received today: I use google analytics. The service I sell online is location specific. I am getting visits clustered around various locations. Any creative ideas on how to target visitors from specific locations? Does this make any sense? Something like: If you are from San Diego, click [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://duggme.com/2009/05/google-analytics-map-overlay-and-targeting-specific-locations-for-marketing-a-service">Here&#8217;s a question about geolocation-based online marketing I received today:</a></p>
<blockquote><p>I use google analytics. The service I sell online is location specific. I am getting visits clustered around various locations.</p>
<p>Any creative ideas on how to target visitors from specific locations? Does this make any sense?</p>
<p>Something like: If you are from San Diego, click here for a special offer?</p>
<p>Thoughts? Ideas? Experience to share?</p></blockquote>
<p><strong>Geotargeting your advertising messages is INCREDIBLY beneficial in a lot of cases.</strong></p>
<p><span id="more-155"></span>For example, think about this.  If you are looking for a carpet cleaner and you start searching in Google for carpet cleaners, you will find a bunch.  Now, what if one of the carpet cleaner&#8217;s  sites that you visit has an special offer specifically for your city, but the other 5 you visit don&#8217;t?</p>
<p>Which business looks like it is in your city?</p>
<p><strong><em>Which one of the 6 businesses are you more likely to call?</em></strong></p>
<p><strong>See the benefit of geo-targeted messages, even on your own website?</strong></p>
<p>Now, let&#8217;s assume that your carpet cleaning business doesn&#8217;t just serve one city.  Let&#8217;s say that it is actually a large franchise that serves the entire country.  What then?</p>
<p>You can still geo-target your sales messages on your own site.  Actually, in this case it&#8217;s even more important than if you&#8217;re a small, local company.</p>
<p><strong>If you geo-target your offers, it makes your business look like it is there to serve the specific location of your visitor.  And that, my friend, is <em>HUGE!</em></strong></p>
<p>It also keeps confusion down since you&#8217;re not showing irrelevant information.  For example, if someone from New York sees an ad for San Diego on your site, they might believe that your business only serves San Diego.  If you serve New York as well, then you probably just lost a customer.  Ouch&#8230;</p>
<p>If want to capitalize on geo-targeting and are wondering exactly how you can do it, there are a few options for you, depending on how you are sending traffic to your site.  The trick is to either look up where your visitors are coming from by using their IP address or some other identifying information, or tag your url links with something that will tell your server where they are from.</p>
<h2>Here are 2 ways to do this:</h2>
<h3>The best way to do this works really well, but it is the more complex of the two.  I personally do it this way, using PHP:</h3>
<p>1) Have your web developer program your site to look at the visitor’s IP address (With an Apache server running a PHP-based site, your visitor&#8217;s IP address is stored in $_SERVER['REMOTE_ADDR']).</p>
<p>2) Set up the Net::Geo PEAR package for PHP, which allows your server to do geolocation lookups on your visitor&#8217;s IP address to determine approximately where he/she is located (at least down to the portion of the state).</p>
<p><a href="http://articles.techrepublic.com.com/5100-10878_11-6103179.html">Here’s a link to the Net::Geo installation instructions</a></p>
<p>3) If they are within the region of the state you are having the special offer for, then show the ad. Otherwise, don’t show it. (Using this method, you can have a series of ads that are all location-specific).  This will require some more code from your developer.</p>
<h3>Here&#8217;s the other way to do it, but it is limited to Pay-Per-Click ads only.  It&#8217;s easy to do, but much more limited:</h3>
<p>1) Geotarget your ads in Google Adense, Yahoo, etc. (make a set of ads that target San Diego only)</p>
<p>2) Change the urls in these ads to include a parameter, like this:</p>
<p>http://www.myurl.com/?loc=SanDiego</p>
<p>3) Now get your web developer to write in a simple test on your site so that if the loc parameter = “SanDiego”, then show the ad.</p>
<p><strong>Using either of these two methods works very well, although I prefer the first method.  It&#8217;s more complex, but it covers all cases.</strong></p>
<p>If you don&#8217;t do geo-location targeting on your website, you could be missing out on landing new customers.  Targeting your sales messages directly to your customers based on their location makes your business more relevant to what they need and gives it a more local feeling.  Those always increase sales.  Especially if your business provides a service, being in the right location (or at least the appearance of being in the right location) means everything in the mind of your customer.</p>
<p><strong>Stop missing out on sales that are so easy to capitalize on!</strong></p>
<p>If you have any questions or need help, let me know.  My business specializes in doing things just like this, which are child&#8217;s play to us.</p>
<p><a href="http://www.submergedsolutions.com">Web Development, System Integration and Online Marketing by Submerged Solutions LLC</a></p>
<p>-Kris</p>
<div class="diggthis_container">
<script type="text/javascript">
digg_url = 'http://www.rkrishardy.com/2009/06/targeting-your-website-based-on-a-visitors-location/';
digg_title = 'Targeting Your Website Based on a Visitor\'s Location';
digg_bodytext = '&lt;a href=&quot;http://duggme.com/2009/05/google-analytics-map-overlay-and-targeting-specific-locations-for-marketing-a-service&quot;&gt;Here\'s a question about geolocation-based online marketing I received today:&lt;/...';
digg_skin = 'compact';
digg_window = 'new';
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div> 
<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/geotargeting' rel='tag' target='_self'>geotargeting</a>, <a class='technorati-link' href='http://technorati.com/tag/ip+address' rel='tag' target='_self'>ip address</a>, <a class='technorati-link' href='http://technorati.com/tag/ip+geolocation' rel='tag' target='_self'>ip geolocation</a>, <a class='technorati-link' href='http://technorati.com/tag/market+segmentation' rel='tag' target='_self'>market segmentation</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.rkrishardy.com/2009/06/targeting-your-website-based-on-a-visitors-location/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Revolutionize Your Business Through Market Innovation</title>
		<link>http://www.rkrishardy.com/2009/05/revolutionize-your-business-through-market-innovation/</link>
		<comments>http://www.rkrishardy.com/2009/05/revolutionize-your-business-through-market-innovation/#comments</comments>
		<pubDate>Sat, 30 May 2009 16:09:05 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[market innovation]]></category>
		<category><![CDATA[podcasting]]></category>

		<guid isPermaLink="false">http://www.rkrishardy.com/?p=140</guid>
		<description><![CDATA[I was reading Ed Dale&#8217;s blog the other day, and this term popped into my mind.  I don&#8217;t think that I&#8217;ve heard it before, so I&#8217;m going to coin it&#8230; &#8220;Market Innovation&#8221; So what is Market Innovation and why am I writing about it? Market Innovation is a 5-step process: Start by looking at a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tubbynerd.com/2009/05/28/if-your-shy-cherish-privacy-support-manchester-united-or-heaven-forbid-own-a-pc-is-the-thirty-day-challenge-for-you-30dc/">I was reading Ed Dale&#8217;s blog the other day</a>, and this term popped into my mind.  I don&#8217;t think that I&#8217;ve heard it before, so I&#8217;m going to coin it&#8230;</p>
<h1><strong>&#8220;Market Innovation&#8221;</strong></h1>
<p>So what is Market Innovation and why am I writing about it?</p>
<p><strong>Market Innovation is a 5-step process:</strong></p>
<ol>
<li>Start by looking at a large market.</li>
<li>Identify a segment of that market that has a common, unfulfilled need.</li>
<li>Pivot the market segment &#8211; Innovate a revolutionary product that spins that market segment 180 degrees with your product as the pivot point.</li>
<li>Develop a community of consumers around your product by selling complimentary products to your consumer base.</li>
<li>Control and Grow your New Market &#8211; Through shaping the market segment and becoming the pivot, you have created an entire new market around your products.  You now control the market.  Your mission at this point is to keep them happy and grow your market.</li>
</ol>
<h3>Let me show you an example&#8230;</h3>
<p>Before <a href="http://www.apple.com">Apple </a>came out with the <a href="http://www.apple.com/itunes/">iPod</a>, there were lots of MP3 players around.  Most were cheeply made, were missing a lot of features, and required you to convert your own CDs to MP3 so that you could load them on your player.</p>
<p>The iPod changed all that.  In late 2001, they completely changed the MP3 player market by solving those problems for the people who were unhappy with their current MP3 players or who wanted an MP3 player but were scared off by the other players at that time.</p>
<p>The iPod was a very nice-looking, easy to operate and well-featured MP3 player.  Now the features and design of the iPod alone really grabbed the market&#8217;s attention, but I believe that the true market innovation happened with the iTunes software.</p>
<h3>iTunes was Apple&#8217;s Pivot</h3>
<p><a href="http://www.apple.com/itunes/overview/">iTunes</a> made it REALLY easy to get songs onto the iPod, without having to go to the store, buy a CD, bring it home and convert it to MP3.  You could download them directly from Apple to your iPod.  Another problem solved.</p>
<h3>The Podcast Built the Community</h3>
<p>They then built the community of rabbid fans with the invention of the <a href="http://en.wikipedia.org/wiki/Podcast">Podcast</a>.  By allowing users to syndicate their own MP3 recordings to anyone with iTunes, Apple extablished itself as the center of the internet audio consumer market.  By becoming the conduit of music and information, iTunes completely took over the MP3 market as the player-of-choice for most people.</p>
<p>The success of iTunes, in my opinion, is what really is keeping the iPod ahead of the competition.  iTunes has become the center of the MP3 market, and through market innovation, has grown the market from a small niche into the main stream.</p>
<p>Apple is still innovating with the iPod and iTunes and finding new things to sell to its consumers.  iTunes is regularly being updated and new features are added.</p>
<p>They now have a 75% market share of the MP3 player market, and iTunes has become the 4th largest music retailer.</p>
<p><object width="400" height="326" data="http://video.google.com/googleplayer.swf?docid=6960974522224017009&amp;hl=en&amp;fs=true" type="application/x-shockwave-flash"><param name="id" value="VideoPlayback" /><param name="src" value="http://video.google.com/googleplayer.swf?docid=6960974522224017009&amp;hl=en&amp;fs=true" /><param name="allowfullscreen" value="true" /></object></p>
<h3>So what does this mean for you?</h3>
<p>I could go through a similar process with every current market leader &amp; long-lived successful product.  Google, Microsoft, Wal-Mart, Lowes, the Apple Macintosh, etc.</p>
<p>Market Innovation is at the core of every market leader, but you don&#8217;t have to be the leader in order to start.  Nor do you have to the be market leader in order to pivot the market.  Each of these companies started small at one point, and they found the market that they could pivot.  Once you pivot the market, even if it is a small niche, you become the center of it.</p>
<p>At its simplest, I really see it as a 5-step process:</p>
<ol>
<li>Start by looking at a large market.</li>
<li>Identify a Segment of that market that has a common, unfulfilled need.</li>
<li>Pivot the Market Segment.</li>
<li>Develop a Community of Consumers.</li>
<li>Control and Grow your New Market.</li>
</ol>
<p>I am putting together a video series on how you can do this in your own market, from market research to launching your product.  If you would like to get on the insider&#8217;s list and learn how to innovate and control your own market, watch the video at <a href="http://www.submergedsolutions.com">Submerged Solutions</a>:</p>
<p><a href="http://www.submergedsolutions.com"><img class="aligncenter size-medium wp-image-137" title="Biggest Problems Video" src="http://www.rkrishardy.com/wp-content/uploads/2009/05/2009-05-29_1120-300x195.png" alt="Biggest Problems Video" width="300" height="195" /></a></p>
<p>What are your thoughts?</p>
<p>-Kris</p>
<div class="diggthis_container">
<script type="text/javascript">
digg_url = 'http://www.rkrishardy.com/2009/05/revolutionize-your-business-through-market-innovation/';
digg_title = 'Revolutionize Your Business Through Market Innovation';
digg_bodytext = '&lt;a href=&quot;http://tubbynerd.com/2009/05/28/if-your-shy-cherish-privacy-support-manchester-united-or-heaven-forbid-own-a-pc-is-the-thirty-day-challenge-for-you-30dc/&quot;&gt;I was reading Ed Dale\'s blog the oth...';
digg_skin = 'compact';
digg_window = 'new';
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div> 
<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/apple' rel='tag' target='_self'>apple</a>, <a class='technorati-link' href='http://technorati.com/tag/ipod' rel='tag' target='_self'>ipod</a>, <a class='technorati-link' href='http://technorati.com/tag/itunes' rel='tag' target='_self'>itunes</a>, <a class='technorati-link' href='http://technorati.com/tag/market+innovation' rel='tag' target='_self'>market innovation</a>, <a class='technorati-link' href='http://technorati.com/tag/podcasting' rel='tag' target='_self'>podcasting</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.rkrishardy.com/2009/05/revolutionize-your-business-through-market-innovation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your #1 Marketing Problem &#8211; Solved for FREE?</title>
		<link>http://www.rkrishardy.com/2009/05/your-1-marketing-problem-solved-for-free/</link>
		<comments>http://www.rkrishardy.com/2009/05/your-1-marketing-problem-solved-for-free/#comments</comments>
		<pubDate>Fri, 29 May 2009 15:23:33 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[internet marketing course]]></category>
		<category><![CDATA[marketing course]]></category>
		<category><![CDATA[marketing video]]></category>
		<category><![CDATA[online marketing]]></category>

		<guid isPermaLink="false">http://www.rkrishardy.com/?p=136</guid>
		<description><![CDATA[I want to share a little project with you that I have in the works&#8230; I am putting together a COMPLETELY FREE video course on online marketing, and I am looking for what your biggest problems are so that I can craft this course to have the most impact. I will also be touching on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.submergedsolutions.com"><img class="size-medium wp-image-137 alignright" title="Biggest Problems Video" src="http://www.rkrishardy.com/wp-content/uploads/2009/05/2009-05-29_1120-300x195.png" alt="Biggest Problems Video" width="300" height="195" /></a>I want to share a little project with you that I have in the works&#8230;</p>
<p>I am putting together a COMPLETELY FREE video course on online marketing, and I am looking for what your biggest problems are so that I can craft this course to have the most impact.</p>
<p>I will also be touching on some of the ninja tricks I&#8217;ve used with one of my current clients which are responsible for increasing their conversion rates by 766% and slashing their lead acquisition cost from over $50 lead to under $8 per lead.</p>
<p>Now, I am looking for business and online marketing problems from anyone and everyone, and will be building this course to solve the most common problems that everyone is facing.</p>
<p>Here&#8217;s a quick video with explains everything:</p>
<p><a class="moz-txt-link-freetext" href="http://www.submergedsolutions.com/">http://www.submergedsolutions.com</a></p>
<p>Also, if you know of anyone that this new FREE video course could help, make sure you let them know too!</p>
<p>Thanks!<br />
-Kris</p>
<div class="diggthis_container">
<script type="text/javascript">
digg_url = 'http://www.rkrishardy.com/2009/05/your-1-marketing-problem-solved-for-free/';
digg_title = 'Your #1 Marketing Problem - Solved for FREE?';
digg_bodytext = '&lt;a href=&quot;http://www.submergedsolutions.com&quot;&gt;&lt;img class=&quot;size-medium wp-image-137 alignright&quot; title=&quot;Biggest Problems Video&quot; src=&quot;http://www.rkrishardy.com/wp-content/uploads/2009/05/2009-05-29_1120-30...';
digg_skin = 'compact';
digg_window = 'new';
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div> 
<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/internet+marketing' rel='tag' target='_self'>internet marketing</a>, <a class='technorati-link' href='http://technorati.com/tag/internet+marketing+course' rel='tag' target='_self'>internet marketing course</a>, <a class='technorati-link' href='http://technorati.com/tag/marketing+course' rel='tag' target='_self'>marketing course</a>, <a class='technorati-link' href='http://technorati.com/tag/marketing+video' rel='tag' target='_self'>marketing video</a>, <a class='technorati-link' href='http://technorati.com/tag/online+marketing' rel='tag' target='_self'>online marketing</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.rkrishardy.com/2009/05/your-1-marketing-problem-solved-for-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>30 Day Challenge and Internet Marketing in General</title>
		<link>http://www.rkrishardy.com/2009/05/30-day-challenge-and-internet-marketing-in-general/</link>
		<comments>http://www.rkrishardy.com/2009/05/30-day-challenge-and-internet-marketing-in-general/#comments</comments>
		<pubDate>Wed, 20 May 2009 14:07:25 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[30dc]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[learn internet marketing]]></category>
		<category><![CDATA[thirty day challenge]]></category>

		<guid isPermaLink="false">http://www.rkrishardy.com/?p=129</guid>
		<description><![CDATA[Here is a comment that I wrote to Ed Dale&#8217;s blog. He&#8217;s ramping up to launch another 30 Day Challenge, which is a free, 30-day high intensity guided course on Internet Marketing, geared primarily for beginners. It&#8217;s a great course and it&#8217;s one of the things that I did last year that gave me a [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a comment that I wrote to Ed Dale&#8217;s blog.  He&#8217;s ramping up to launch another <a href="http://www.ustream.tv/channel/thirty-day-challenge-tv">30 Day Challenge</a>, which is a free, 30-day high intensity guided course on Internet Marketing, geared primarily for beginners.  It&#8217;s a great course and it&#8217;s one of the things that I did last year that gave me a great kick-start.</p>
<p>Ed was commenting on how last year&#8217;s 30 Day Challenge was the biggest one to date, yet he didn&#8217;t see any increase in the number of people that sent him success stories.  He&#8217;s been beating himself up trying to figure out why.</p>
<p><a href="http://tubbynerd.com/2009/05/20/edmeet-hand-that-feeds-youcrunch30dc">Click here to read his original write-up.</a></p>
<p>I&#8217;m posting my response because I think it may resonate with a lot of new marketers out there.  When you get into the IM world, there are WAY TOO MANY different offers, each one &#8220;promising&#8221; to revolutionize your life.  It&#8217;s easy to get stuck in a trap where you just buy and learn, but never DO.</p>
<p><strong>Here&#8217;s my response&#8230;</strong></p>
<p><span id="more-129"></span>Great post Ed. I&#8217;d like to give you a bit from my side of the fence&#8230;</p>
<p>I went through 30DC last year, and it was awesome.</p>
<p>I know that this might be contrary to your intent, but I believe 30DC hit me at just the right time in my marketing career&#8230; Early enough to learn from and use to develop my business (which was a web development firm at the time), but before I had the experience to know what gaps were missing in my knowledge.</p>
<p>Perhaps it&#8217;s my roots in R&amp;D, but the more I learn, the more questions I realize that I haven&#8217;t answered.</p>
<p>The 30DC was GREAT for be because it started answering those questions I knew I needed to solve, but there was SO much GREAT info that it actually overwhelmed me at the time because I saw so many new gaps open up.</p>
<p>It was because of the 30DC that I&#8217;ve spent the last year focusing on learning copywriting and PPC management, because those were my greatest gaps in knowledge. So here&#8217;s what has happened since then:</p>
<p>START OF 30DC 2008: Early in my web development business, and used the techniques for some of my clients.</p>
<p>END OF 2008: Realizing that &#8220;web development&#8221; isn&#8217;t where I want to be. While I still do it when it&#8217;s a CRITICAL project, I am now focused primarily on marketing.</p>
<p>TODAY: I&#8217;m charging roughly $200 usd/hour doing coaching, teaching and managing marketing campaigns for clients.<br />
I also grew one of my clients 7-fold over a course of 6 months, and they are doing somewhere around $3M worth of sales/year now. I have taken this &#8220;system&#8221; that I have developed for the client, and am now applying it to other cosmetic surgeons, where I do the work for them and they can focus on taking care of their patients: http://www.physprofits.com</p>
<p>Anyway, I&#8217;m rambling now&#8230;</p>
<p>To wrap this up, it took me a lot of time to get to this point, and it involved a LOT of people and information. I even read &#8220;My Life in Advertising&#8221; by Claude Hopkins (talk about old-school) in addition to TONS of current-day stuff from Sugarman, Joyner and Carlton to name a few.</p>
<p>Don&#8217;t get disheartened by the lack of feedback and successes. 30DC was a perfect stepping stone into this whole IM market for me, but it wasn&#8217;t the only thing (sorry to disappoint). =) It took time, effort, anguish, learning, dissecting, evaluating, and trial-and-error to even get to this point, and I&#8217;m nowhere done yet.</p>
<p>The biggest issue that I see in the IM space is that there is SO MUCH NOISE! Everyone is saying that this product is great, and that product is great, and when you&#8217;re new to the IM world it seems that the only way to succeed is to spend all your time learning, and then you don&#8217;t have any time left to DO!</p>
<p>I think it was Dan Thies from StomperNet that said in the anti-LSI video that you need to be a &#8220;wizard&#8221;. Corny, but I think he&#8217;s right. 30DC can teach you where to start, but it&#8217;s up to the individual to actually learn, become the master, and fill those gaps in knowledge that they find during their journey. When you&#8217;re helping out at the beginning of that journey, sometimes your students have instant success. But probably most times, you are one of the first spokes in their wheel. And it takes a lot of spokes to make a make a wheel round.</p>
<p>Best wishes, and looking forward to some more great 30DC material! Keep your chin up, my friend!<br />
-Kris Hardy</p>
<div class="diggthis_container">
<script type="text/javascript">
digg_url = 'http://www.rkrishardy.com/2009/05/30-day-challenge-and-internet-marketing-in-general/';
digg_title = '30 Day Challenge and Internet Marketing in General';
digg_bodytext = 'Here is a comment that I wrote to Ed Dale\'s blog.  He\'s ramping up to launch another &lt;a href=&quot;http://www.ustream.tv/channel/thirty-day-challenge-tv&quot;&gt;30 Day Challenge&lt;/a&gt;, which is a free, 30-day high ...';
digg_skin = 'compact';
digg_window = 'new';
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div> 
<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/30dc' rel='tag' target='_self'>30dc</a>, <a class='technorati-link' href='http://technorati.com/tag/internet+marketing' rel='tag' target='_self'>internet marketing</a>, <a class='technorati-link' href='http://technorati.com/tag/learn+internet+marketing' rel='tag' target='_self'>learn internet marketing</a>, <a class='technorati-link' href='http://technorati.com/tag/thirty+day+challenge' rel='tag' target='_self'>thirty day challenge</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.rkrishardy.com/2009/05/30-day-challenge-and-internet-marketing-in-general/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

