<?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>Colin&#039;s Blog &#187; conferences</title>
	<atom:link href="http://colincarmichael.ca/tag/conferences/feed/" rel="self" type="application/rss+xml" />
	<link>http://colincarmichael.ca</link>
	<description>My thoughts on everything.</description>
	<lastBuildDate>Thu, 01 Jul 2010 13:22:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>It&#8217;s All In The Timing</title>
		<link>http://colincarmichael.ca/its-all-in-the-timing/</link>
		<comments>http://colincarmichael.ca/its-all-in-the-timing/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 04:52:44 +0000</pubDate>
		<dc:creator>Colin Carmichael</dc:creator>
				<category><![CDATA[General Interest Stuff]]></category>
		<category><![CDATA[Random Stuff]]></category>
		<category><![CDATA[anecdotes]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[Internet Yellow Pages]]></category>
		<category><![CDATA[Local Search]]></category>
		<category><![CDATA[yellowpages]]></category>

		<guid isPermaLink="false">http://colincarmichael.ca/?p=1636</guid>
		<description><![CDATA[photo credit: How can I recycle this I was recently reminded of this little story and thought I'd share. I was at a "local search" conference and one of the keynote speakers was the owner of an upstart yellow pages publisher that was taking a huge chunk of the market share in a major Metro. [...]


Related posts:<ol><li><a href='http://colincarmichael.ca/twitterbowl-analysis/' rel='bookmark' title='Permanent Link: Twitterbowl Analysis'>Twitterbowl Analysis</a></li>
<li><a href='http://colincarmichael.ca/meddling-with-us-presidential-politics-from-canada/' rel='bookmark' title='Permanent Link: Meddling with US Presidential Politics (from Canada)'>Meddling with US Presidential Politics (from Canada)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div style="float:right"><a href="http://www.flickr.com/photos/87481332@N00/186838960/" title="phone_book" target="_blank"><img src="http://farm1.static.flickr.com/70/186838960_32d70aae28_m.jpg" alt="phone_book" border="0" /></a><br /><small><a href="http://creativecommons.org/licenses/by/2.0/" title="Attribution License" target="_blank"><img src="http://colincarmichael.ca/wp-content/plugins/photo-dropper/images/cc.png" alt="Creative Commons License" border="0" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a href="http://www.flickr.com/photos/87481332@N00/186838960/" title="How can I recycle this" target="_blank">How can I recycle this</a></small>
</div>
<p>I was recently reminded of this little story and thought I'd share. </p>
<p>I was at a "local search" conference and one of the keynote speakers was the owner of an upstart yellow pages publisher that was taking a huge chunk of the market share in a major Metro. </p>
<p>In the Q&#038;A, the guy was asked: How did you erode the incumbent's market-share so quickly?</p>
<p>His answer went something like this:</p>
<p><strong>"Ma'am, what do you do with your old yellowpages book as soon as the new one shows up?"</strong></p>
<p>Her answer was, predictably,<strong> "Get rid of it."</strong></p>
<p>He continued: <strong>"Of course! Which is precisely why we publish our book three months after the other guys."</strong>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcolincarmichael.ca%2Fits-all-in-the-timing%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcolincarmichael.ca%2Fits-all-in-the-timing%2F&amp;source=ccarmichael&amp;style=normal&amp;service=bit.ly&amp;hashtags=anecdotes,conferences,Internet+Yellow+Pages,Local+Search,yellowpages" height="61" width="50" /><br />
			</a>
		</div>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcolincarmichael.ca%2Fits-all-in-the-timing%2F&amp;t=It%27s%20All%20In%20The%20Timing" id="facebook_share_button_1636" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link_1636') || document.getElementById('facebook_share_icon_1636') || document.getElementById('facebook_share_both_1636') || document.getElementById('facebook_share_button_1636');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button_1636') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>


<p>Related posts:<ol><li><a href='http://colincarmichael.ca/twitterbowl-analysis/' rel='bookmark' title='Permanent Link: Twitterbowl Analysis'>Twitterbowl Analysis</a></li>
<li><a href='http://colincarmichael.ca/meddling-with-us-presidential-politics-from-canada/' rel='bookmark' title='Permanent Link: Meddling with US Presidential Politics (from Canada)'>Meddling with US Presidential Politics (from Canada)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://colincarmichael.ca/its-all-in-the-timing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conference Twitterati Unite!</title>
		<link>http://colincarmichael.ca/conference-twitterati-unite/</link>
		<comments>http://colincarmichael.ca/conference-twitterati-unite/#comments</comments>
		<pubDate>Mon, 19 May 2008 15:42:05 +0000</pubDate>
		<dc:creator>Colin Carmichael</dc:creator>
				<category><![CDATA[Social Media Stuff]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[ITEC]]></category>
		<category><![CDATA[MESH]]></category>
		<category><![CDATA[PBWiki]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://colincarmichael.ca/2008/05/19/conference-twitterati-unite/</guid>
		<description><![CDATA[Okay, the title's a little over the top, but the idea is this: We need a place to keep track of where all of our Twitterati are conferencing. Many of us will be at MESH this week, though others will be at ITEC, etc. To solve this "who's where" conundrum, I create ConferenceTwits at PBWiki. [...]


Related posts:<ol><li><a href='http://colincarmichael.ca/twitterbowl-analysis/' rel='bookmark' title='Permanent Link: Twitterbowl Analysis'>Twitterbowl Analysis</a></li>
<li><a href='http://colincarmichael.ca/mesh-conference-schedule-posted/' rel='bookmark' title='Permanent Link: Mesh Conference Schedule Posted'>Mesh Conference Schedule Posted</a></li>
<li><a href='http://colincarmichael.ca/meddling-with-us-presidential-politics-from-canada/' rel='bookmark' title='Permanent Link: Meddling with US Presidential Politics (from Canada)'>Meddling with US Presidential Politics (from Canada)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Okay, the title's a little over the top, but the idea is this: We need a place to keep track of where all of our Twitterati are conferencing.  Many of us will be at <a href="http://colincarmichael.ca/2008/04/29/mesh-conference-schedule-posted/">MESH </a>this week, though <a href="http://www.chrisbrogan.com/coming-to-detroit-for-itec-may-20-22/">others will be at ITEC</a>, etc.</p>
<p>To solve this "who's where" conundrum, I create <a href="http://conferencetwits.pbwiki.com/">ConferenceTwits </a>at PBWiki. Inspired by <a href="http://www.chrisbrogan.com/twitter-packs-a-way-to-share-interests/">Chris Brogan's</a> <a href="http://twitterpacks.pbwiki.com/">TwitterPacks </a>project, I hope it's helpful and reduces the need for the "Are you going to XXX" and "Will you be at YYY" tweets.</p>
<p>The <a href="http://conferencetwits.pbwiki.com/">ConferenceTwits </a>wiki is pretty bare right now, but I'm sure the community can change that in a hurry. Check it out, add yourself (or others) and offer feedback here on the blog.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcolincarmichael.ca%2Fconference-twitterati-unite%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcolincarmichael.ca%2Fconference-twitterati-unite%2F&amp;source=ccarmichael&amp;style=normal&amp;service=bit.ly&amp;hashtags=conferences,ITEC,MESH,PBWiki,Twitter" height="61" width="50" /><br />
			</a>
		</div>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcolincarmichael.ca%2Fconference-twitterati-unite%2F&amp;t=Conference%20Twitterati%20Unite%21" id="facebook_share_button_204" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link_204') || document.getElementById('facebook_share_icon_204') || document.getElementById('facebook_share_both_204') || document.getElementById('facebook_share_button_204');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button_204') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>


<p>Related posts:<ol><li><a href='http://colincarmichael.ca/twitterbowl-analysis/' rel='bookmark' title='Permanent Link: Twitterbowl Analysis'>Twitterbowl Analysis</a></li>
<li><a href='http://colincarmichael.ca/mesh-conference-schedule-posted/' rel='bookmark' title='Permanent Link: Mesh Conference Schedule Posted'>Mesh Conference Schedule Posted</a></li>
<li><a href='http://colincarmichael.ca/meddling-with-us-presidential-politics-from-canada/' rel='bookmark' title='Permanent Link: Meddling with US Presidential Politics (from Canada)'>Meddling with US Presidential Politics (from Canada)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://colincarmichael.ca/conference-twitterati-unite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going to MESH? A wee survey&#8230;</title>
		<link>http://colincarmichael.ca/going-to-mesh-a-wee-survey/</link>
		<comments>http://colincarmichael.ca/going-to-mesh-a-wee-survey/#comments</comments>
		<pubDate>Fri, 16 May 2008 14:30:32 +0000</pubDate>
		<dc:creator>Colin Carmichael</dc:creator>
				<category><![CDATA[Social Media Stuff]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[Mesh Conference]]></category>
		<category><![CDATA[Mesh08]]></category>
		<category><![CDATA[survey]]></category>
		<category><![CDATA[Toronto]]></category>

		<guid isPermaLink="false">http://colincarmichael.ca/2008/05/16/going-to-mesh-a-wee-survey/</guid>
		<description><![CDATA[With MESH Conference just around the corner - and SOLD OUT - I thought it might be interesting to try to capture some sense of who's coming. Please take a few minutes to fill out the survey - I'll post the results on Tuesday. Thanks! Survey has ended - results soon Survey powered by FormSpring [...]


Related posts:<ol><li><a href='http://colincarmichael.ca/mesh-conference-schedule-posted/' rel='bookmark' title='Permanent Link: Mesh Conference Schedule Posted'>Mesh Conference Schedule Posted</a></li>
<li><a href='http://colincarmichael.ca/twitterbowl-analysis/' rel='bookmark' title='Permanent Link: Twitterbowl Analysis'>Twitterbowl Analysis</a></li>
<li><a href='http://colincarmichael.ca/meddling-with-us-presidential-politics-from-canada/' rel='bookmark' title='Permanent Link: Meddling with US Presidential Politics (from Canada)'>Meddling with US Presidential Politics (from Canada)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>With <a href="http://meshconference.com">MESH Conference </a>just around the corner - and <a href="http://www.meshconference.com/blog/2008/05/13/mesh08-is-sold-out/">SOLD OUT </a>- I thought it might be interesting to try to capture some sense of who's coming. Please take a few minutes to fill out the survey - I'll post the results on Tuesday. Thanks!</p>
<p><strong><em>Survey has ended - results soon</em></strong></p>
<p><em>Survey powered by <a href="http://formspring.com">FormSpring</a></em>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcolincarmichael.ca%2Fgoing-to-mesh-a-wee-survey%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcolincarmichael.ca%2Fgoing-to-mesh-a-wee-survey%2F&amp;source=ccarmichael&amp;style=normal&amp;service=bit.ly&amp;hashtags=conferences,Mesh+Conference,Mesh08,survey,Toronto" height="61" width="50" /><br />
			</a>
		</div>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcolincarmichael.ca%2Fgoing-to-mesh-a-wee-survey%2F&amp;t=Going%20to%20MESH%3F%20A%20wee%20survey..." id="facebook_share_button_203" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link_203') || document.getElementById('facebook_share_icon_203') || document.getElementById('facebook_share_both_203') || document.getElementById('facebook_share_button_203');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button_203') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>


<p>Related posts:<ol><li><a href='http://colincarmichael.ca/mesh-conference-schedule-posted/' rel='bookmark' title='Permanent Link: Mesh Conference Schedule Posted'>Mesh Conference Schedule Posted</a></li>
<li><a href='http://colincarmichael.ca/twitterbowl-analysis/' rel='bookmark' title='Permanent Link: Twitterbowl Analysis'>Twitterbowl Analysis</a></li>
<li><a href='http://colincarmichael.ca/meddling-with-us-presidential-politics-from-canada/' rel='bookmark' title='Permanent Link: Meddling with US Presidential Politics (from Canada)'>Meddling with US Presidential Politics (from Canada)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://colincarmichael.ca/going-to-mesh-a-wee-survey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mesh Conference Schedule Posted</title>
		<link>http://colincarmichael.ca/mesh-conference-schedule-posted/</link>
		<comments>http://colincarmichael.ca/mesh-conference-schedule-posted/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 21:30:21 +0000</pubDate>
		<dc:creator>Colin Carmichael</dc:creator>
				<category><![CDATA[Social Media Stuff]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[Mesh Conference]]></category>
		<category><![CDATA[Mesh08]]></category>
		<category><![CDATA[Toronto]]></category>

		<guid isPermaLink="false">http://colincarmichael.ca/2008/04/29/mesh-conference-schedule-posted/</guid>
		<description><![CDATA[The schedule for Mesh 2008 was posted this morning. I've been anxiously awaiting the opportunity to pencil in the presentations I want to attend... I'm such a geek. SMG is sponsoring the after-party on the 21st, which is very cool. For now my Mesh schedule looks like this: May 21 1:30 TBD 2:50 Digital Activism [...]


Related posts:<ol><li><a href='http://colincarmichael.ca/conference-twitterati-unite/' rel='bookmark' title='Permanent Link: Conference Twitterati Unite!'>Conference Twitterati Unite!</a></li>
<li><a href='http://colincarmichael.ca/going-to-mesh-a-wee-survey/' rel='bookmark' title='Permanent Link: Going to MESH? A wee survey&#8230;'>Going to MESH? A wee survey&#8230;</a></li>
<li><a href='http://colincarmichael.ca/twitterbowl-analysis/' rel='bookmark' title='Permanent Link: Twitterbowl Analysis'>Twitterbowl Analysis</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.meshconference.com/schedule2008/">schedule</a> for <a href="http://www.meshconference.com/">Mesh 2008 </a>was posted this morning.  I've been anxiously awaiting the opportunity to pencil in the presentations I want to attend... I'm such a geek.  <a href="http://socialmediagroup.ca">SMG </a> is sponsoring the after-party on the 21st, which is very cool.</p>
<p>For now my Mesh schedule looks like this:</p>
<p><strong>May 21</strong><br />
1:30 TBD<br />
2:50 Digital Activism<br />
4:10 Private vs. Public</p>
<p><strong>May 22</strong><br />
1:30 Cultivating Community<br />
2:50 Building a Brand on the Web<br />
4:10 Workshop: Reputation Monitoring and Management </p>
<h3>Which presentations will <strong>YOU </strong>be taking in at Mesh?</h3>
<p><small>you <em>are </em>going right?</small></p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcolincarmichael.ca%2Fmesh-conference-schedule-posted%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcolincarmichael.ca%2Fmesh-conference-schedule-posted%2F&amp;source=ccarmichael&amp;style=normal&amp;service=bit.ly&amp;hashtags=conferences,Mesh+Conference,Mesh08,Toronto" height="61" width="50" /><br />
			</a>
		</div>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcolincarmichael.ca%2Fmesh-conference-schedule-posted%2F&amp;t=Mesh%20Conference%20Schedule%20Posted" id="facebook_share_button_197" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link_197') || document.getElementById('facebook_share_icon_197') || document.getElementById('facebook_share_both_197') || document.getElementById('facebook_share_button_197');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button_197') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>


<p>Related posts:<ol><li><a href='http://colincarmichael.ca/conference-twitterati-unite/' rel='bookmark' title='Permanent Link: Conference Twitterati Unite!'>Conference Twitterati Unite!</a></li>
<li><a href='http://colincarmichael.ca/going-to-mesh-a-wee-survey/' rel='bookmark' title='Permanent Link: Going to MESH? A wee survey&#8230;'>Going to MESH? A wee survey&#8230;</a></li>
<li><a href='http://colincarmichael.ca/twitterbowl-analysis/' rel='bookmark' title='Permanent Link: Twitterbowl Analysis'>Twitterbowl Analysis</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://colincarmichael.ca/mesh-conference-schedule-posted/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
