<?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; david king</title>
	<atom:link href="http://davidbeking.com/tag/david-king/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>Wayne Liew Interview on social media and entrepreneurship</title>
		<link>http://davidbeking.com/wayne-liew-interview-social-media-entrepreneurship/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://davidbeking.com/wayne-liew-interview-social-media-entrepreneurship/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 02:57:47 +0000</pubDate>
		<dc:creator>David King</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[david king]]></category>
		<category><![CDATA[entrepreneurship interview]]></category>
		<category><![CDATA[social media audio interview]]></category>
		<category><![CDATA[social media expert audio interview]]></category>
		<category><![CDATA[social media interview]]></category>
		<category><![CDATA[wayne liew]]></category>
		<category><![CDATA[wayne liew blog]]></category>
		<category><![CDATA[wayne liew entrepreneurship]]></category>
		<category><![CDATA[wayne liew interview]]></category>

		<guid isPermaLink="false">http://davidbeking.com/?p=1267</guid>
		<description><![CDATA[Digg DiggEntrepreneurship and Social Media interview with Wayne Liew Read The Interview here Leave your thoughts below and share this post! David King P.S. Enter your name and email to the right to get my free video and report if you aren&#8217;t on my newsletter yet! No related posts. Related posts brought to you by [...]


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/david-king/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/david-king/feed/" data-count="vertical" data-text="david king" 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%2Fdavid-king%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%2Fdavid-king%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>Entrepreneurship and Social Media interview with Wayne Liew</p>
<div class="wp-caption alignnone" style="width: 99px">
	<img title="Wayne Liew" src="http://www.wayneliew.com/wp-content/uploads/2008/12/wayneliewavatar.jpg" alt="wayneliewavatar Wayne Liew Interview on social media and entrepreneurship " width="99" height="114" />
	<p class="wp-caption-text">Wayne Liew</p>
</div>
<p><a href="http://www.wayneliew.com/david-king-social-media-marketing/"  target="_blank">Read The Interview here</a></p>
<p>Leave your thoughts below and share this post!</p>
<p>David King</p>
<p>P.S. Enter your name and email to the right to get my free video and report if you aren&#8217;t on my newsletter yet! </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%2Fwayne-liew-interview-social-media-entrepreneurship%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/wayne-liew-interview-social-media-entrepreneurship/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>twitter influence interview with Gavin King</title>
		<link>http://davidbeking.com/twitter-influence-interview-gavin-king/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://davidbeking.com/twitter-influence-interview-gavin-king/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 02:50:25 +0000</pubDate>
		<dc:creator>David King</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[david king]]></category>
		<category><![CDATA[davidbeking]]></category>
		<category><![CDATA[Gavin King]]></category>
		<category><![CDATA[social media twitter business]]></category>
		<category><![CDATA[twitter advertising training]]></category>
		<category><![CDATA[twitter influence]]></category>
		<category><![CDATA[twitter influence interview]]></category>
		<category><![CDATA[twitter influence product]]></category>
		<category><![CDATA[twitter influence review]]></category>
		<category><![CDATA[twitter marketing training]]></category>
		<category><![CDATA[twitter training]]></category>

		<guid isPermaLink="false">http://davidbeking.com/?p=1265</guid>
		<description><![CDATA[Twitter Influence Interview With Gavin King&#8230; Click Here to Listen to The Interview Leave your thoughts and feedback! share it if you got something out of it! David King 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>Twitter Influence Interview With Gavin King&#8230;</p>
<p><img class="alignnone" title="Gavin King" src="http://s3.amazonaws.com/twitter_production/profile_images/54260142/Business_Card.gif" alt="Business Card twitter influence interview with Gavin King" width="126" height="188" /></p>
<p><a href="http://imgavinking.com/twitter_influence_social_marketing_program/"  target="_blank">Click Here to Listen to The Interview</a></p>
<p>Leave your thoughts and feedback! share it if you got something out of it!</p>
<p>David King</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdavidbeking.com%2Ftwitter-influence-interview-gavin-king%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-influence-interview-gavin-king/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brendan Wenzel interviews me on twitter influence</title>
		<link>http://davidbeking.com/brendan-wenzel-interviews-twitter-influence/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://davidbeking.com/brendan-wenzel-interviews-twitter-influence/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 02:45:13 +0000</pubDate>
		<dc:creator>David King</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[Brendan wenzel]]></category>
		<category><![CDATA[david king]]></category>
		<category><![CDATA[davidbeking]]></category>
		<category><![CDATA[social media training david king]]></category>
		<category><![CDATA[social media twitter training]]></category>
		<category><![CDATA[twitter influence]]></category>

		<guid isPermaLink="false">http://davidbeking.com/?p=1263</guid>
		<description><![CDATA[Twitter Influence Interview with Brendan Wenzel below&#8230; Visit the site and leave your thoughts! Click Here to Watch and Listen to the Interview Share your comments and share your post! Thanks! David King 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>Twitter Influence Interview with Brendan Wenzel below&#8230;</p>
<p><img class="alignnone" title="Brendan Wenzel" src="http://s3.amazonaws.com/twitter_production/profile_images/319180630/brendan-wenzel1.jpg" alt="brendan wenzel1 Brendan Wenzel interviews me on twitter influence" width="244" height="244" /></p>
<p>Visit the site and leave your thoughts!</p>
<p><a href="http://twitter-influence.com/david-king-interview"  target="_blank">Click Here to Watch and Listen to the Interview</a></p>
<p>Share your comments and share your post!</p>
<p>Thanks!</p>
<p>David King</p>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdavidbeking.com%2Fbrendan-wenzel-interviews-twitter-influence%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/brendan-wenzel-interviews-twitter-influence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get to know me better on these sites&#8230;</title>
		<link>http://davidbeking.com/get-to-know-me-better-on-these-sites/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://davidbeking.com/get-to-know-me-better-on-these-sites/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 18:52:05 +0000</pubDate>
		<dc:creator>David King</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[connect with davidbeking]]></category>
		<category><![CDATA[david b king]]></category>
		<category><![CDATA[david king]]></category>
		<category><![CDATA[david king blog setup service]]></category>
		<category><![CDATA[david king blogging]]></category>
		<category><![CDATA[david king business]]></category>
		<category><![CDATA[david king ceo]]></category>
		<category><![CDATA[david king detroit]]></category>
		<category><![CDATA[david king education]]></category>
		<category><![CDATA[david king innovation]]></category>
		<category><![CDATA[david king inspiration]]></category>
		<category><![CDATA[david king internet marketing]]></category>
		<category><![CDATA[david king leader]]></category>
		<category><![CDATA[david king marketing]]></category>
		<category><![CDATA[david king mlm]]></category>
		<category><![CDATA[david king mogul]]></category>
		<category><![CDATA[david king motivation]]></category>
		<category><![CDATA[david king network marketing]]></category>
		<category><![CDATA[david king social media marketing]]></category>
		<category><![CDATA[davidbeking]]></category>
		<category><![CDATA[find davidbeking]]></category>
		<category><![CDATA[leader david king]]></category>

		<guid isPermaLink="false">http://davidbeking.com/?p=989</guid>
		<description><![CDATA[I thought it would be smart to write this blog post to share with you some of the social media sites that I am on so that if you want to connect with me personally or ask me a question you can do so because you can just message me on one of these sites. [...]


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>I thought it would be smart to write this blog post to share with you some of the social media sites that I am on so that if you want to connect with me personally or ask me a question you can do so because you can just message me on one of these sites.</p>
<p>The sites below I check daily for the most part and if you have questions or need advice then feel free to drop me a line.</p>
<p>Facebook: <a rel="nofollow" href="http://facebook.com/davidbeking" >http://Facebook.com/davidbeking</a> (Please include a message w/ your friend request so I can approve you as a friend and know that you aren&#8217;t just adding me to sell me something or be a JV partner)<br />
Twitter: <a href="http://twitter.com/davidbeking" >http://twitter.com/davidbeking</a><br />
Linkedin: <a rel="nofollow" href="http://Linkedin.com/in/davidbeking" >http://Linkedin.com/in/davidbeking</a><br />
youtube: <a rel="nofollow" href="http://youtube.com/kingdavidb" >http://youtube.com/kingdavidb</a><br />
Friendfeed: <a href="http://friendfeed.com/davidbeking" >http://friendfeed.com/davidbeking</a></p>
<p>You can contact me on facebook, twitter or linkedin and I will get back to you the fastest.</p>
<p>Also please subscribe to my RSS here: <a href="http://feeds.feedburner.com/Davidbeking" >http://feeds.feedburner.com/Davidbeking</a></p>
<p>I don&#8217;t mail my list every time I blog so be sure to subscribe to the rss feed.</p>
<p>My email and phone number can be found on the Consulting page above.</p>
<p>Anything I can do to help let me know!</p>
<p>Take care and have an awesome day!</p>
<p>David</p>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdavidbeking.com%2Fget-to-know-me-better-on-these-sites%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/get-to-know-me-better-on-these-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

