<?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; Blogging</title>
	<atom:link href="http://colincarmichael.ca/tag/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://colincarmichael.ca</link>
	<description>My thoughts on everything.</description>
	<lastBuildDate>Wed, 01 Feb 2012 19:17:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress Image Handling Sucks (WP Wednesday)</title>
		<link>http://colincarmichael.ca/wordpress-image-handling-sucks-wp-wednesday/</link>
		<comments>http://colincarmichael.ca/wordpress-image-handling-sucks-wp-wednesday/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 16:12:04 +0000</pubDate>
		<dc:creator>Colin Carmichael</dc:creator>
				<category><![CDATA[General Interest Stuff]]></category>
		<category><![CDATA[Social Media Stuff]]></category>
		<category><![CDATA[Automattic]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://colincarmichael.ca/?p=1574</guid>
		<description><![CDATA[WARNING: Today&#8217;s WordPress Wednesday post is a selfish rant &#8211; and two days early. So much for Christmas spirit. ;) Yes, I said it. The words &#8220;WordPress&#8221; and &#8220;sucks&#8221; in the same breath. It&#8217;s a rare thing for a WP fanboy like me to do, but today, the Automattic folks deserve it. This week&#8217;s release [...]
Related posts:<ol>
<li><a href='http://colincarmichael.ca/salvationarmy-ca-a-great-wordpress-example/' rel='bookmark' title='SalvationArmy.ca &#8211; a great WordPress example (WP Wednesday)'>SalvationArmy.ca &#8211; a great WordPress example (WP Wednesday)</a></li>
<li><a href='http://colincarmichael.ca/addthiscom-wordpress-plugin/' rel='bookmark' title='AddThis.com WordPress Plugin'>AddThis.com WordPress Plugin</a></li>
<li><a href='http://colincarmichael.ca/your-fave-wordpress-theme/' rel='bookmark' title='Your Fave WordPress Theme?'>Your Fave WordPress Theme?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://colincarmichael.ca/wp-content/uploads/2009/12/wordpress-logo-stacked-150.jpg" alt="" title="wordpress-logo-stacked-150" width="150" height="93" class="alignright size-full wp-image-1514" /><em><strong>WARNING:</strong> Today&#8217;s <a href="http://wordpress.org">WordPress</a> Wednesday post is a selfish rant &#8211; and two days early. So much for Christmas spirit. ;)</em></p>
<p>Yes, I said it. The words &#8220;WordPress&#8221; and &#8220;sucks&#8221; in the same breath. It&#8217;s a rare thing for a WP fanboy like me to do, but today, the <a href="http://automattic.com">Automattic</a> folks deserve it.</p>
<p>This week&#8217;s <a href="http://wordpress.org/development/2009/12/wordpress-2-9/">release of WP 2.9</a> brought some awesome image editing tools to WordPress users &#8211; but the entire image handling system is still broken. It&#8217;s a kludge.</p>
<p>When you upload an image to WP, it &#8220;crunches&#8221; it &#8211; creating up to 4 versions of the image at various sizes (thumbnail, medium, large and original) on the server.  These are now the ONLY sizes available to you in your posts. In addition, with the exception of gallery-generated pages, references to these images inserted into posts are specific to the pixel size (150, 300, etc.) rather than the relative size (thumbnail, medium, large, etc). Yes, you can change the pixel sizes of the relative sizes &#8211; but once an image is uploaded, you&#8217;re stuck with the settings of the day.</p>
<p>This wouldn&#8217;t bother me so much if I didn&#8217;t know that there was an alternative. <strong>Why can&#8217;t WP resize images on-the-fly at the server? </strong></p>
<p>Example:<br />
<img src="http://colincarmichael.ca/wp-content/uploads/2009/12/SDC11443-300x199.jpg" alt="William Bundled Up" title="William Bundled Up" width="300" height="199" class="size-medium wp-image-1546" /><br />
This image is located at http://colincarmichael.ca/wp-content/uploads/2009/12/SDC11443-300&#215;199.jpg. See those pixel references in there? This image physically exists on the server. Very limiting.</p>
<p>In contrast, look at these: (from a Drupal site I run, the tech isn&#8217;t Drupal-specific)<br />
<img alt="" src="http://www.presbyterian.ca/photoresize/4398/600" title="server-side-resized"  /><br />
URL: http://www.presbyterian.ca/photoresize/4398/600<br/><br />
<img alt="" src="http://www.presbyterian.ca/photoresize/4398/300" title="server-side-resized" /><br />
URL: http://www.presbyterian.ca/photoresize/4398/300<br/><br />
<img alt="" src="http://www.presbyterian.ca/photoresize/4398/150" title="server-side-resized"  /><br />
URL: http://www.presbyterian.ca/photoresize/4398/150<br/><br />
<img alt="" src="http://www.presbyterian.ca/photoresize/4398/news" title="server-side-resized"  /><br />
URL: http://www.presbyterian.ca/photoresize/4398/news<br/></p>
<p>See those pixel references in the URLs? There are no images on the server in those specific sizes &#8211; the server resizes the original image on the fly as required. See that last one with a relative size of &#8220;news&#8221;? The server resizes that to a size specified in the settings, in this case 250px.</p>
<p>There&#8217;s no reason that WordPress&#8217; image handling could work the same way. You&#8217;d only need to store the original of the image on the server, and you could insert images of any size in your posts. Additionally, if you had &#8220;virtual&#8221; sizes defined such as full=600px, half=300px, thumb=150, etc, you could have images that would resize gracefully if your theme changes and you now need full to be 400px and half to be 200px.</p>
<p>So, Automattic, how &#8217;bout it? Now that you&#8217;ve given us image-editing tools in 2.9, can you address the broken image-handling problem?</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcolincarmichael.ca%2Fwordpress-image-handling-sucks-wp-wednesday%2F&amp;t=WordPress%20Image%20Handling%20Sucks%20%28WP%20Wednesday%29" id="facebook_share_button_1574" 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_1574') || document.getElementById('facebook_share_icon_1574') || document.getElementById('facebook_share_both_1574') || document.getElementById('facebook_share_button_1574');
	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_1574') {
			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>
	<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://colincarmichael.ca/wordpress-image-handling-sucks-wp-wednesday/&via=ccarmichael&text=WordPress Image Handling Sucks (WP Wednesday)&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://colincarmichael.ca/wordpress-image-handling-sucks-wp-wednesday/&via=ccarmichael&text=WordPress Image Handling Sucks (WP Wednesday)&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><p>Related posts:<ol>
<li><a href='http://colincarmichael.ca/salvationarmy-ca-a-great-wordpress-example/' rel='bookmark' title='SalvationArmy.ca &#8211; a great WordPress example (WP Wednesday)'>SalvationArmy.ca &#8211; a great WordPress example (WP Wednesday)</a></li>
<li><a href='http://colincarmichael.ca/addthiscom-wordpress-plugin/' rel='bookmark' title='AddThis.com WordPress Plugin'>AddThis.com WordPress Plugin</a></li>
<li><a href='http://colincarmichael.ca/your-fave-wordpress-theme/' rel='bookmark' title='Your Fave WordPress Theme?'>Your Fave WordPress Theme?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://colincarmichael.ca/wordpress-image-handling-sucks-wp-wednesday/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Musings on Pagination</title>
		<link>http://colincarmichael.ca/musings-on-pagination/</link>
		<comments>http://colincarmichael.ca/musings-on-pagination/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 19:24:52 +0000</pubDate>
		<dc:creator>Colin Carmichael</dc:creator>
				<category><![CDATA[Social Media Stuff]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css-tricks]]></category>
		<category><![CDATA[ia]]></category>
		<category><![CDATA[information architecture]]></category>
		<category><![CDATA[pagination]]></category>

		<guid isPermaLink="false">http://colincarmichael.ca/?p=1520</guid>
		<description><![CDATA[Gee, I thought I was the only one who thought that that the current state of blog pagination made no sense. Apparently, Chris Coyier over at CSS-tricks doesn&#8217;t think it makes any sense either. His post does a great job of laying out the possibilities and showing why the current standard of the &#8220;older&#8221; button [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Gee, I thought I was the only one who thought that that the current state of blog pagination made no sense. Apparently, Chris Coyier over at CSS-tricks doesn&#8217;t think it makes any sense either.  His post does a great job of laying out the possibilities and showing why the current standard of the &#8220;older&#8221; button being to the right, and the home page being &#8220;page 1&#8243; are problematic.</p>
<p><a href="http://css-tricks.com/musings-on-paginating-chronological-content/">Go read it.</a></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcolincarmichael.ca%2Fmusings-on-pagination%2F&amp;t=Musings%20on%20Pagination" id="facebook_share_button_1520" 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_1520') || document.getElementById('facebook_share_icon_1520') || document.getElementById('facebook_share_both_1520') || document.getElementById('facebook_share_button_1520');
	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_1520') {
			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>
	<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://colincarmichael.ca/musings-on-pagination/&via=ccarmichael&text=Musings on Pagination&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://colincarmichael.ca/musings-on-pagination/&via=ccarmichael&text=Musings on Pagination&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://colincarmichael.ca/musings-on-pagination/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A New Year, A Fresh Start</title>
		<link>http://colincarmichael.ca/a-new-year-a-fresh-start/</link>
		<comments>http://colincarmichael.ca/a-new-year-a-fresh-start/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 05:17:09 +0000</pubDate>
		<dc:creator>Colin Carmichael</dc:creator>
				<category><![CDATA[Mobile Post]]></category>
		<category><![CDATA[Personal Stuff]]></category>
		<category><![CDATA[Random Stuff]]></category>
		<category><![CDATA[Social Media Stuff]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[new year's]]></category>
		<category><![CDATA[resolutions]]></category>

		<guid isPermaLink="false">http://colincarmichael.ca/2009/12/10/a-new-year-a-fresh-start/</guid>
		<description><![CDATA[Hi there. Remember me? I own this little corner of the web but have been something of an absentee landlord of late. It&#8217;s not that I haven&#8217;t had any interesting ideas or any shortage of things to say, it&#8217;s just that, well, let&#8217;s not dwell on the past. The future is what is important! And [...]
Related posts:<ol>
<li><a href='http://colincarmichael.ca/from-a-12-year-old-girl/' rel='bookmark' title='from a 12 year old girl'>from a 12 year old girl</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Hi there. Remember me? I own this little corner of the web but have been something of an absentee landlord of late.  It&#8217;s not that I haven&#8217;t had any interesting ideas or any shortage of things to say, it&#8217;s just that, well, let&#8217;s not dwell on the past.</p>
<p>The future is what is important! And the future of this blog is looking much brighter today. Today I have resolved (albeit a few weeks early) to re-energize and re-invigorate this blog. I will be posting more often, and on a wider variety of topics. This blog will be me &#8211; in all the various places my brain takes me.</p>
<p>So with that promise to you, dear reader, let wish you a Merry Christmas and a Happy New Year and I will see you in 2010 &#8211; renewed and refreshed!</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcolincarmichael.ca%2Fa-new-year-a-fresh-start%2F&amp;t=A%20New%20Year%2C%20A%20Fresh%20Start" id="facebook_share_button_1425" 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_1425') || document.getElementById('facebook_share_icon_1425') || document.getElementById('facebook_share_both_1425') || document.getElementById('facebook_share_button_1425');
	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_1425') {
			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>
	<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://colincarmichael.ca/a-new-year-a-fresh-start/&via=ccarmichael&text=A New Year, A Fresh Start&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://colincarmichael.ca/a-new-year-a-fresh-start/&via=ccarmichael&text=A New Year, A Fresh Start&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><p>Related posts:<ol>
<li><a href='http://colincarmichael.ca/from-a-12-year-old-girl/' rel='bookmark' title='from a 12 year old girl'>from a 12 year old girl</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://colincarmichael.ca/a-new-year-a-fresh-start/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A really smart guy just called me lazy. He&#8217;s right.</title>
		<link>http://colincarmichael.ca/a-really-smart-guy-just-called-me-lazy-hes-right/</link>
		<comments>http://colincarmichael.ca/a-really-smart-guy-just-called-me-lazy-hes-right/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 15:56:05 +0000</pubDate>
		<dc:creator>Colin Carmichael</dc:creator>
				<category><![CDATA[Social Media Stuff]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Praized Media]]></category>
		<category><![CDATA[Seb]]></category>
		<category><![CDATA[Sebastien Provencher]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://colincarmichael.ca/?p=1345</guid>
		<description><![CDATA[During the Christmas holidays, I was largely offline. For two weeks I think I logged only a few hours actually looking at a computer screen &#8211; if you know me, you know that this is astonishing. I wasn&#8217;t, however, disconnected from my online community. Twitter and Facebook (via SMS &#038; mobile apps on my Blackberry) [...]
Related posts:<ol>
<li><a href='http://colincarmichael.ca/social-media-in-two-buckets/' rel='bookmark' title='Social Media in Two Buckets'>Social Media in Two Buckets</a></li>
<li><a href='http://colincarmichael.ca/twitter-is-down-and-im-ok/' rel='bookmark' title='Twitter is down &#8211; and I&#8217;m OK'>Twitter is down &#8211; and I&#8217;m OK</a></li>
<li><a href='http://colincarmichael.ca/meeting-called-to-discuss-coworking-space-in-galt/' rel='bookmark' title='Meeting Called to Discuss Coworking Space in Galt'>Meeting Called to Discuss Coworking Space in Galt</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>During the Christmas holidays, I was largely offline. For two weeks I think I logged only a few hours actually looking at a computer screen &#8211; if you know me, you know that this is astonishing.</p>
<p>I wasn&#8217;t, however, disconnected from my online community. Twitter and Facebook (via SMS &#038; mobile apps on my Blackberry) kept me in touch with what was going on in my social net.  Around New Year&#8217;s, I resolved to make my resolution one that I could keep: &#8220;Twitter more, blog less.&#8221;</p>
<p>All would have been fine, if <a href="http://blogs.praized.com/seb/blogs/a-new-years-resolution-more-blogging-less-tweeting/">Sebastien Provencher hadn&#8217;t smacked me upside the head</a>. He wrote a post a Friday that called me out (indirectly) for taking the easy way out. For being lazy. </p>
<blockquote><p>Your blog is your home base. It should be the foundation upon which you build your online presence and your personal brand. Twitter is the devil. It tempts you to use it to share quick thoughts. It’s the easy (lazy?) way. You don’t have to sit down in front of your computer to think about your next blog post (it takes me between 30 and 60 minutes to write one), you just spew out bite-sized lines.</p></blockquote>
<p>He was right, of course. Twitter has tremendous value for building a community &#8211; around yourself or your organization &#8211; but that doesn&#8217;t excuse you from attending to your primary communication tools.</p>
<h3>I hereby resolve to blog more, both here and at <a href="http://beingpresbyterian.ca">BeingPresbyterian.ca</a>. </h3>
<p> There I said it &#8211; now can I stick to it?</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcolincarmichael.ca%2Fa-really-smart-guy-just-called-me-lazy-hes-right%2F&amp;t=A%20really%20smart%20guy%20just%20called%20me%20lazy.%20He%27s%20right." id="facebook_share_button_1345" 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_1345') || document.getElementById('facebook_share_icon_1345') || document.getElementById('facebook_share_both_1345') || document.getElementById('facebook_share_button_1345');
	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_1345') {
			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>
	<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://colincarmichael.ca/a-really-smart-guy-just-called-me-lazy-hes-right/&via=ccarmichael&text=A really smart guy just called me lazy. He's right.&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://colincarmichael.ca/a-really-smart-guy-just-called-me-lazy-hes-right/&via=ccarmichael&text=A really smart guy just called me lazy. He's right.&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><p>Related posts:<ol>
<li><a href='http://colincarmichael.ca/social-media-in-two-buckets/' rel='bookmark' title='Social Media in Two Buckets'>Social Media in Two Buckets</a></li>
<li><a href='http://colincarmichael.ca/twitter-is-down-and-im-ok/' rel='bookmark' title='Twitter is down &#8211; and I&#8217;m OK'>Twitter is down &#8211; and I&#8217;m OK</a></li>
<li><a href='http://colincarmichael.ca/meeting-called-to-discuss-coworking-space-in-galt/' rel='bookmark' title='Meeting Called to Discuss Coworking Space in Galt'>Meeting Called to Discuss Coworking Space in Galt</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://colincarmichael.ca/a-really-smart-guy-just-called-me-lazy-hes-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter is down &#8211; and I&#8217;m OK</title>
		<link>http://colincarmichael.ca/twitter-is-down-and-im-ok/</link>
		<comments>http://colincarmichael.ca/twitter-is-down-and-im-ok/#comments</comments>
		<pubDate>Sat, 24 May 2008 00:32:15 +0000</pubDate>
		<dc:creator>Colin Carmichael</dc:creator>
				<category><![CDATA[Social Media Stuff]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[outage]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://colincarmichael.ca/2008/05/23/twitter-is-down-and-im-ok/</guid>
		<description><![CDATA[Twitter appears to be completely down at the moment &#8211; and I&#8217;m ok with that. The instanteous conversation that Twitter provides is more of a luxury than anything and a few hours (or days, for that matter) without it will not diminish my quality of life. There are, however, certain aspects of Twitter that I [...]
Related posts:<ol>
<li><a href='http://colincarmichael.ca/debating-the-benefits-of-twitter/' rel='bookmark' title='Debating the Benefits of Twitter'>Debating the Benefits of Twitter</a></li>
<li><a href='http://colincarmichael.ca/what-is-twitter/' rel='bookmark' title='What is Twitter?'>What is Twitter?</a></li>
<li><a href='http://colincarmichael.ca/canadian-twitter-traffic-vs-facebook/' rel='bookmark' title='Canadian Twitter Traffic vs. Facebook'>Canadian Twitter Traffic vs. Facebook</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Twitter appears to be completely down at the moment &#8211; and I&#8217;m ok with that.</p>
<p>The instanteous conversation that Twitter provides is more of a luxury than anything and a few hours (or days, for that matter) without it will not diminish my quality of life.</p>
<p>There are, however, certain aspects of Twitter that I rely on prefessionally. Fortunately, thoguh, if no-one else can use Twitter either, I&#8217;m not missing anything.</p>
<p>Twitter is really no more than a tool that allows me to communicate with others &#8211; and there a hundred other ways I can do that &#8211; ncluding picking up the phone.</p>
<p>So I for one am going to enjoy this Twitter outage and use it to communicate in other ways &#8211; like writing this blog post.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcolincarmichael.ca%2Ftwitter-is-down-and-im-ok%2F&amp;t=Twitter%20is%20down%20-%20and%20I%27m%20OK" id="facebook_share_button_208" 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_208') || document.getElementById('facebook_share_icon_208') || document.getElementById('facebook_share_both_208') || document.getElementById('facebook_share_button_208');
	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_208') {
			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>
	<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://colincarmichael.ca/twitter-is-down-and-im-ok/&via=ccarmichael&text=Twitter is down - and I'm OK&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://colincarmichael.ca/twitter-is-down-and-im-ok/&via=ccarmichael&text=Twitter is down - and I'm OK&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><p>Related posts:<ol>
<li><a href='http://colincarmichael.ca/debating-the-benefits-of-twitter/' rel='bookmark' title='Debating the Benefits of Twitter'>Debating the Benefits of Twitter</a></li>
<li><a href='http://colincarmichael.ca/what-is-twitter/' rel='bookmark' title='What is Twitter?'>What is Twitter?</a></li>
<li><a href='http://colincarmichael.ca/canadian-twitter-traffic-vs-facebook/' rel='bookmark' title='Canadian Twitter Traffic vs. Facebook'>Canadian Twitter Traffic vs. Facebook</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://colincarmichael.ca/twitter-is-down-and-im-ok/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ah, lawyers</title>
		<link>http://colincarmichael.ca/ah-lawyers/</link>
		<comments>http://colincarmichael.ca/ah-lawyers/#comments</comments>
		<pubDate>Sun, 21 Jan 2007 20:35:36 +0000</pubDate>
		<dc:creator>Colin Carmichael</dc:creator>
				<category><![CDATA[Personal Stuff]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Explosion]]></category>
		<category><![CDATA[Lang Michener]]></category>
		<category><![CDATA[Lawyers]]></category>

		<guid isPermaLink="false">http://colincarmichael.ca/?p=110</guid>
		<description><![CDATA[So I just got off the phone with Pradeep Chand, who works for Lang Michener. He wants to interiew me about this post because they represent a company that installs gas appliances &#8211; wish I could remember the name of the company so I could link to them. This is really annoying, because now I [...]
Related posts:<ol>
<li><a href='http://colincarmichael.ca/more-legal-crap/' rel='bookmark' title='More legal crap&#8230;'>More legal crap&#8230;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>So I just got off the phone with <a href="http://www.langmichener.ca/index.cfm?fuseaction=people.personDetail&amp;id=9908">Pradeep Chand</a>, who works for <a href="http://www.langmichener.ca/index.cfm">Lang Michener</a>. He wants to interiew me about <a href="http://colincarmichael.ca/2006/10/03/so-a-house-blew-up-in-my-home-town/">this post</a> because they represent a company that installs gas appliances &#8211; wish I could remember the name of the company so I could link to them.</p>
<p>This is really annoying, because now I have to go pay my lawyer to tell me what I already know, which is to not say anything to anyone without a subpoena.</p>
<p>Why do lawyers have to take the fun out of everything &#8211; including blogging?</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcolincarmichael.ca%2Fah-lawyers%2F&amp;t=Ah%2C%20lawyers" id="facebook_share_button_110" 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_110') || document.getElementById('facebook_share_icon_110') || document.getElementById('facebook_share_both_110') || document.getElementById('facebook_share_button_110');
	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_110') {
			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>
	<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://colincarmichael.ca/ah-lawyers/&via=ccarmichael&text=Ah, lawyers&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://colincarmichael.ca/ah-lawyers/&via=ccarmichael&text=Ah, lawyers&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><p>Related posts:<ol>
<li><a href='http://colincarmichael.ca/more-legal-crap/' rel='bookmark' title='More legal crap&#8230;'>More legal crap&#8230;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://colincarmichael.ca/ah-lawyers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Zoundry Rocks (I hope)</title>
		<link>http://colincarmichael.ca/zoundry-rocks-i-hope/</link>
		<comments>http://colincarmichael.ca/zoundry-rocks-i-hope/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 17:47:44 +0000</pubDate>
		<dc:creator>Colin Carmichael</dc:creator>
				<category><![CDATA[Social Media Stuff]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Nifty Tools]]></category>

		<guid isPermaLink="false">http://colincarmichael.ca/?p=75</guid>
		<description><![CDATA[I just downloaded a blogging client called Zoundry. This will be my first post composed using this tool. If this works out (I&#8217;ve never use a blog client before) it will make it much easier to post to this blog &#8211; which is a good thing. So far the only drawback I&#8217;ve found is that [...]
Related posts:<ol>
<li><a href='http://colincarmichael.ca/guest-blogging/' rel='bookmark' title='Guest Blogging!'>Guest Blogging!</a></li>
<li><a href='http://colincarmichael.ca/wordpress-image-handling-sucks-wp-wednesday/' rel='bookmark' title='WordPress Image Handling Sucks (WP Wednesday)'>WordPress Image Handling Sucks (WP Wednesday)</a></li>
<li><a href='http://colincarmichael.ca/a-really-smart-guy-just-called-me-lazy-hes-right/' rel='bookmark' title='A really smart guy just called me lazy. He&#8217;s right.'>A really smart guy just called me lazy. He&#8217;s right.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I just downloaded a blogging client called <a href="http://www.zoundry.com/">Zoundry</a>. This will be my first post composed using this tool. If this works out (I&#8217;ve never use a blog client before) it will make it much easier to post to this blog &#8211; which is a good thing. So far the only drawback I&#8217;ve found is that I can&#8217;t create categories on the fly like I can using the WordPress web <acronym>UI</acronym>.</p>
<p>Tip of the hat to <a href="http://midspot.wordpress.com/2006/09/24/post2blog-wins-me-back-again/">Jon for blogging about his blogging software</a>.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcolincarmichael.ca%2Fzoundry-rocks-i-hope%2F&amp;t=Zoundry%20Rocks%20%28I%20hope%29" id="facebook_share_button_75" 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_75') || document.getElementById('facebook_share_icon_75') || document.getElementById('facebook_share_both_75') || document.getElementById('facebook_share_button_75');
	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_75') {
			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>
	<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://colincarmichael.ca/zoundry-rocks-i-hope/&via=ccarmichael&text=Zoundry Rocks (I hope)&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://colincarmichael.ca/zoundry-rocks-i-hope/&via=ccarmichael&text=Zoundry Rocks (I hope)&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><p>Related posts:<ol>
<li><a href='http://colincarmichael.ca/guest-blogging/' rel='bookmark' title='Guest Blogging!'>Guest Blogging!</a></li>
<li><a href='http://colincarmichael.ca/wordpress-image-handling-sucks-wp-wednesday/' rel='bookmark' title='WordPress Image Handling Sucks (WP Wednesday)'>WordPress Image Handling Sucks (WP Wednesday)</a></li>
<li><a href='http://colincarmichael.ca/a-really-smart-guy-just-called-me-lazy-hes-right/' rel='bookmark' title='A really smart guy just called me lazy. He&#8217;s right.'>A really smart guy just called me lazy. He&#8217;s right.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://colincarmichael.ca/zoundry-rocks-i-hope/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

