<?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>Davidbeking.com &#187; joel comm</title>
	<atom:link href="http://davidbeking.com/tag/joel-comm/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidbeking.com</link>
	<description>David King... Business, Marketing, Internet, Money. Inspiring Innovation. Elite Education. Mastering Marketing.</description>
	<lastBuildDate>Wed, 18 Jan 2012 21:16:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image>
<link>http://davidbeking.com</link>
<url>http://davidbeking.com/wp-content/mbp-favicon/5420_125372821897_125371816897_3000611_823528_n.jpg</url>
<title>Davidbeking.com</title>
</image>
		<item>
		<title>Joel Comm &#8211; The Seven Keys To Success</title>
		<link>http://davidbeking.com/joel-comm-keys-success/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://davidbeking.com/joel-comm-keys-success/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 17:54:02 +0000</pubDate>
		<dc:creator>David King</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[infomedia]]></category>
		<category><![CDATA[joel comm]]></category>
		<category><![CDATA[success joel comm]]></category>

		<guid isPermaLink="false">http://davidbeking.com/?p=1388</guid>
		<description><![CDATA[Digg DiggI just recently saw this video on youtube of Joel Comm speaking. It&#8217;s about the 7 keys to success and I really dugg it so here it is below! Please share this post! Take care David No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><div id='dd_ajax_float'><div class='dd_button_v'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='tall' href='http://davidbeking.com/tag/joel-comm/feed/'></g:plusone></div><div style='clear:left'></div><div class='dd_button_v'><a href="http://twitter.com/share"  class="twitter-share-button" data-url="http://davidbeking.com/tag/joel-comm/feed/" data-count="vertical" data-text="joel comm" data-via="davidbeking" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style='clear:left'></div><div class='dd_button_v'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdavidbeking.com%2Ftag%2Fjoel-comm%2Ffeed%2F&amp;locale=en_US&amp;layout=box_count&amp;action=like&amp;width=50&amp;height=60&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:50px; height:60px;' allowTransparency='true'></iframe></div><div style='clear:left'></div><div class='dd_button_v'><script src='http://www.stumbleupon.com/hostedbadge.php?s=5&amp;r=http%3A%2F%2Fdavidbeking.com%2Ftag%2Fjoel-comm%2Ffeed%2F'></script></div><div style='clear:left'></div><div id='dd_name'><a href="http://www.diggdigg2u.com"  target='_blank'>Digg Digg</a></div></div><div class='dd_content_wrap'><p>I just recently saw this video on youtube of Joel Comm speaking.  It&#8217;s about the 7 keys to success and I really dugg it so here it is below!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="598" height="387" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/3CvqyHXXplw&amp;hl=en_US&amp;fs=1?rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="598" height="387" src="http://www.youtube.com/v/3CvqyHXXplw&amp;hl=en_US&amp;fs=1?rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Please share this post!</p>
<p>Take care <img src='http://davidbeking.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Joel Comm   The Seven Keys To Success" class='wp-smiley' title="Joel Comm   The Seven Keys To Success" /> </p>
<p>David</p>
</div><style type="text/css" media="screen">#dd_ajax_float{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	float:left;
	margin-left:-120px;
	margin-right:10px;
	margin-top:10px;
	position:absolute;
	z-index:9999;
}</style><script type="text/javascript">jQuery(document).ready(function($){

	//put content div class, when scroll beyond this y, float it
	var $postShare = $('#dd_ajax_float');
	
	if($('.dd_content_wrap').length > 0){
	
		var descripY = parseInt($('.dd_content_wrap').offset().top) - 20;
		var pullX = $postShare.css('margin-left');
	
		$(window).scroll(function () { 
		  
			var scrollY = $(window).scrollTop();
			var fixedShare = $postShare.css('position') == 'fixed';
			
			//make sure .post_share exists
			if($('#dd_ajax_float').length > 0){
			
				if ( scrollY > descripY && !fixedShare ) {
					$postShare.stop().css({
						position: 'fixed',
						top: 16
					});
				} else if ( scrollY < descripY && fixedShare ) {
					$postShare.css({
						position: 'absolute',
						top: descripY,
						marginLeft: pullX
					});
				}
				
			}
	
		});
	}
});</script><script type="text/javascript"> jQuery(document).ready(function($) {
	
		if($(window).width()> 790){ 
			$('#dd_ajax_float').show()
		}else{
			$('#dd_ajax_float').hide()
		}

		$(window).resize(function() { 
			
			if($(window).width()> 790){ 
				$('#dd_ajax_float').show()
			}else{
				$('#dd_ajax_float').hide()
			}
			
		});  

	}); ;</script><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdavidbeking.com%2Fjoel-comm-keys-success%2F&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://davidbeking.com/joel-comm-keys-success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What do I think of you? internet marketing guru!</title>
		<link>http://davidbeking.com/what-do-i-think-of-you-internet-marketing-guru/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://davidbeking.com/what-do-i-think-of-you-internet-marketing-guru/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 23:23:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[experts and gurus]]></category>
		<category><![CDATA[askdklive]]></category>
		<category><![CDATA[brad fallon]]></category>
		<category><![CDATA[brad fallon seo]]></category>
		<category><![CDATA[brad fallon stompernet]]></category>
		<category><![CDATA[dennis karganilla]]></category>
		<category><![CDATA[dk]]></category>
		<category><![CDATA[jason moffat]]></category>
		<category><![CDATA[jason moffatt]]></category>
		<category><![CDATA[joel comm]]></category>
		<category><![CDATA[twitter power]]></category>

		<guid isPermaLink="false">http://davidbeking.com/?p=549</guid>
		<description><![CDATA[That&#8217;s it for this post&#8230; jason moffatt, DK, joel comm, justin brooke and brad Fallon ROCK~ You may be next&#8230; So be prepared! No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/3vMiyWTvm0U&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/3vMiyWTvm0U&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/nAc0kC4ApCE&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/nAc0kC4ApCE&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ME82R4ZmzzA&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/ME82R4ZmzzA&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/QZQo2KXvXLk&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/QZQo2KXvXLk&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/2Glz2fHrscg&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/2Glz2fHrscg&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>That&#8217;s it for this post&#8230;</p>
<p>jason moffatt, DK, joel comm, justin brooke and brad Fallon ROCK~</p>
<p>You may be next&#8230;</p>
<p>So be prepared!</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdavidbeking.com%2Fwhat-do-i-think-of-you-internet-marketing-guru%2F&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://davidbeking.com/what-do-i-think-of-you-internet-marketing-guru/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Twitter Theories</title>
		<link>http://davidbeking.com/twitter-theories/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://davidbeking.com/twitter-theories/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 00:20:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[david king twitter]]></category>
		<category><![CDATA[david king twitter theories]]></category>
		<category><![CDATA[dk]]></category>
		<category><![CDATA[joel comm]]></category>
		<category><![CDATA[mike dillard]]></category>
		<category><![CDATA[mike filsaime]]></category>
		<category><![CDATA[twitter theories]]></category>
		<category><![CDATA[twitter theories david king]]></category>

		<guid isPermaLink="false">http://davidbeking.com/?p=475</guid>
		<description><![CDATA[Twitter theories&#8230; This is my first &#8220;twitter theories&#8221; blog post. It may change overtime&#8230; my opinions and what not&#8230; but for now you know my twitter theories&#8230; The first thing on twitter that is my theory is this. If you have a twitter account and you have several thousand people following you and you are [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p>Twitter theories&#8230;</p>
<p>This is my first &#8220;twitter theories&#8221; blog post.</p>
<p>It may change overtime&#8230; my opinions and what not&#8230; but for now you know my twitter theories&#8230;</p>
<p>The first thing on twitter that is my theory is this.</p>
<p>If you have a twitter account and you have several thousand people following you and you are not recepricating at all or at a very low % then I honestly beleive that you shouldn&#8217;t be on twitter.</p>
<p>Why are you here? Most of us are here to connect with people, network and build relationships.</p>
<p>I have noticed that most of the internet marketing gurus follow a good percentage back&#8230; because they are genuinely interested in helping them with their business and building that relationship.</p>
<p>I guess some gurus don&#8217;t follow many people back because they really don&#8217;t have time to &#8220;connect&#8221; and &#8220;network&#8221; with their clients and customers&#8230;</p>
<p>that&#8217;s the most powerful aspect of it to me&#8230;</p>
<p>But I guess if they don&#8217;t recognize it or see it that way then it&#8217;s up to them&#8230;</p>
<p>So what do you think?</p>
<p>Do you think that too?</p>
<p>it&#8217;s just one of my &#8220;twitter theories&#8221;</p>
<p>I also think that twitter&#8230; and this is just my opinion&#8230; will be larger than facebook within one year.</p>
<p>crazy&#8230;. I know.</p>
<p>But don&#8217;t doubt it&#8230; don&#8217;t doubt anything on the internet.</p>
<p>Viral marketing can move at the speed of sound! or light! or whichever is faster! (don&#8217;t ask me!)</p>
<p>Twitter is one of the most powerful tools for building relationships and connecting.</p>
<p>It is truly what I call a &#8220;Networking Machine&#8221; and it&#8217;s like the New assembly line.</p>
<p>Think about it&#8230; you can tweet, join other converstaions and gain feedback in seconds.</p>
<p>It&#8217;s amazing.</p>
<p>It&#8217;s the future.</p>
<p>It&#8217;s Web 3.0.</p>
<p>I think that if you are smart, right now you should be on twitter.</p>
<p>Getting connected, connecting and plugging in.</p>
<p>Networking and building relationships.  I think that it&#8217;s awesome that the so called &#8220;guru&#8217;s&#8221; and real guru&#8217;s&#8230; lol&#8230; I just had to say &#8220;SO called&#8221; because there are some&#8230; lol anyways.</p>
<p>I think it&#8217;s cool that people like joel comm, Dk, mike dillard, and many more are using twitter&#8230;</p>
<p>ohh yeah and we can&#8217;t forget the president! He&#8217;s using twitter as well.</p>
<p>Leave your twitter theories, comments and twitter thougths below.</p>
<p>I would love to hear some feedback!</p>
<p>Thanks so much!</p>
<p>David King</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdavidbeking.com%2Ftwitter-theories%2F&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://davidbeking.com/twitter-theories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My biggest question in 2009 for you is&#8230;</title>
		<link>http://davidbeking.com/my-biggest-question-for-2009-for-you-is/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://davidbeking.com/my-biggest-question-for-2009-for-you-is/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 00:27:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[2009 commitments]]></category>
		<category><![CDATA[joel comm]]></category>
		<category><![CDATA[twitter power]]></category>
		<category><![CDATA[What skills do you need to master in 2009 to ensure that your internet marketing business is taken to the level that you want it to be at?]]></category>

		<guid isPermaLink="false">http://davidbeking.com/?p=306</guid>
		<description><![CDATA[What skills do you need to master in 2009 to ensure that your internet marketing business is taken to the level that you want it to be at? Think about this. really think about it. What skills do you need to master in 2009 to take your internet business to &#8220;that next level&#8221; or to [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>What skills do you need to master in 2009 to ensure that your internet marketing business is taken to the level that you want it to be at?</strong></p>
<p>Think about this.</p>
<p>really think about it.</p>
<p>What skills do you need to master in 2009 to take your internet business to &#8220;that next level&#8221;</p>
<p>or to just get started!</p>
<p>There are specific things you know that you need to work on and learn.</p>
<p>post them below.</p>
<p>learning what you need to work on is the best thing you can do for yourself this year.</p>
<p>For me in 2009 I will be focusing on the wtc method and driving traffic to my website&#8230;</p>
<p>My goal is to become a better social media marketer and &#8220;connector&#8221; that&#8217;s me in 09!</p>
<p>I&#8217;m pretty excited for joel comm&#8217;s new book entitled &#8220;twitter power&#8221; because I have been growing my twitter impact!</p>
<p>Joel comm is releasing his new book twitter power I recommend it&#8230; because he is a mogul in the industry and am confident that this book will change my twitter marketing efforts as well as yours.</p>
<p>I&#8217;m going to post another post on my blog about twitter and how you can use it in your marketing.</p>
<p>There is more than just following and being followed&#8230;. It is a dynamic site.</p>
<p>I will be talking about this in future blog posts&#8230;</p>
<p>Remember to subscribe to Rss and get on the early pre-notification list for when my wtc method is released!</p>
<p>Leave YOUR COMMITMENTS BELOW! not your goals&#8230; your commitments.  The things that you WILL master this year!</p>
<p>Cheers!</p>
<p>David king</p>
<p>What are your 2009 commitments?</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/lej7DN1801A&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/lej7DN1801A&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object><br />
<script src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;MarketPlace=US&amp;ID=V20070822/US/httpyougotcom-20/8001/770a070b-467b-4d15-a51f-cc3c2c5f6a88" type="text/javascript"><!--</p>
<p>// --></script> <noscript>&amp;amp;amp;amp;lt;A HREF=&#8221;http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;amp;amp;amp;amp;MarketPlace=US&amp;amp;amp;amp;amp;ID=V20070822%2FUS%2Fhttpyougotcom-20%2F8001%2F770a070b-467b-4d15-a51f-cc3c2c5f6a88&amp;amp;amp;amp;amp;Operation=NoScript&#8221; mce_HREF=&#8221;http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;amp;amp;amp;amp;amp;MarketPlace=US&amp;amp;amp;amp;amp;amp;ID=V20070822%2FUS%2Fhttpyougotcom-20%2F8001%2F770a070b-467b-4d15-a51f-cc3c2c5f6a88&amp;amp;amp;amp;amp;amp;Operation=NoScript&#8221;&amp;amp;amp;amp;gt;Amazon.com Widgets&amp;amp;amp;amp;lt;/A&amp;amp;amp;amp;gt;</noscript><noscript>&amp;amp;lt;br /&amp;amp;gt;</noscript><noscript>&amp;amp;lt;br </noscript><noscript>&amp;amp;lt;br /&amp;amp;gt;</noscript><noscript>&lt;b</noscript><noscript>&lt;br /&gt;</noscript></p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdavidbeking.com%2Fmy-biggest-question-for-2009-for-you-is%2F&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://davidbeking.com/my-biggest-question-for-2009-for-you-is/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

