<?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; wordpress</title>
	<atom:link href="http://colincarmichael.ca/tag/wordpress/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>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[Web 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's WordPress Wednesday post is a selfish rant - and two days early. So much for Christmas spirit. ;) Yes, I said it. The words "WordPress" and "sucks" in the same breath. It's a rare thing for a WP fanboy like me to do, but today, the Automattic folks deserve it. This week's release [...]


Related posts:<ol><li><a href='http://colincarmichael.ca/salvationarmy-ca-a-great-wordpress-example/' rel='bookmark' title='Permanent Link: 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='Permanent Link: AddThis.com WordPress Plugin'>AddThis.com WordPress Plugin</a></li>
<li><a href='http://colincarmichael.ca/your-fave-wordpress-theme/' rel='bookmark' title='Permanent Link: 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's <a href="http://wordpress.org">WordPress</a> Wednesday post is a selfish rant - and two days early. So much for Christmas spirit. ;)</em></p>
<p>Yes, I said it. The words "WordPress" and "sucks" in the same breath. It'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'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 - but the entire image handling system is still broken. It's a kludge.</p>
<p>When you upload an image to WP, it "crunches" it - 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 - but once an image is uploaded, you're stuck with the settings of the day.</p>
<p>This wouldn't bother me so much if I didn't know that there was an alternative. <strong>Why can'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-300x199.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'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 - the server resizes the original image on the fly as required. See that last one with a relative size of "news"? The server resizes that to a size specified in the settings, in this case 250px.</p>
<p>There's no reason that WordPress' image handling could work the same way. You'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 "virtual" 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 'bout it? Now that you've given us image-editing tools in 2.9, can you address the broken image-handling problem?
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcolincarmichael.ca%2Fwordpress-image-handling-sucks-wp-wednesday%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcolincarmichael.ca%2Fwordpress-image-handling-sucks-wp-wednesday%2F&amp;source=ccarmichael&amp;style=normal&amp;service=bit.ly&amp;hashtags=Automattic,Blogging,images,photos,rant,wordpress,wp" height="61" width="50" /><br />
			</a>
		</div>
<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>


<p>Related posts:<ol><li><a href='http://colincarmichael.ca/salvationarmy-ca-a-great-wordpress-example/' rel='bookmark' title='Permanent Link: 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='Permanent Link: AddThis.com WordPress Plugin'>AddThis.com WordPress Plugin</a></li>
<li><a href='http://colincarmichael.ca/your-fave-wordpress-theme/' rel='bookmark' title='Permanent Link: 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>9</slash:comments>
		</item>
		<item>
		<title>SalvationArmy.ca &#8211; a great WordPress example (WP Wednesday)</title>
		<link>http://colincarmichael.ca/salvationarmy-ca-a-great-wordpress-example/</link>
		<comments>http://colincarmichael.ca/salvationarmy-ca-a-great-wordpress-example/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 19:20:04 +0000</pubDate>
		<dc:creator>Colin Carmichael</dc:creator>
				<category><![CDATA[General Interest Stuff]]></category>
		<category><![CDATA[Social Media Stuff]]></category>
		<category><![CDATA[salvation army]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wpwednesday]]></category>

		<guid isPermaLink="false">http://colincarmichael.ca/?p=1510</guid>
		<description><![CDATA[Welcome to WordPress Wednesdays where I will be highlighting some fantastic WordPress installations, passing on important news, and generally gushing about the best web publishing platform on the planet. :) I wanted to give the folks behind SalvationArmy.ca a nod for one of the finest institutional WordPress installs I've seen. While I'm not a fan [...]


Related posts:<ol><li><a href='http://colincarmichael.ca/wordpress-image-handling-sucks-wp-wednesday/' rel='bookmark' title='Permanent Link: WordPress Image Handling Sucks (WP Wednesday)'>WordPress Image Handling Sucks (WP Wednesday)</a></li>
<li><a href='http://colincarmichael.ca/addthiscom-wordpress-plugin/' rel='bookmark' title='Permanent Link: AddThis.com WordPress Plugin'>AddThis.com WordPress Plugin</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><img src="http://colincarmichael.ca/wp-content/uploads/2009/12/wordpress-logo-stacked-150.jpg" alt="wordpress-logo-stacked-150" title="wordpress-logo-stacked-150" width="150" height="93" class="alignright size-full wp-image-1514" /><em>Welcome to WordPress Wednesdays where I will be highlighting some fantastic WordPress installations, passing on important news, and generally gushing about the best web publishing platform on the planet. :) </em></p>
<p>I wanted to give the folks behind <a href="http://www.salvationarmy.ca">SalvationArmy.ca</a> a nod for one of the finest institutional <a href="http://wordpress.org">WordPress</a> installs I've seen.</p>
<p><a href="http://www.salvationarmy.ca"><img src="http://colincarmichael.ca/wp-content/uploads/2009/12/salvationarmy-300x171.jpg" alt="salvationarmy" title="salvationarmy" width="300" height="171" class="aligncenter size-medium wp-image-1511" /> </a></p>
<p>While I'm not a fan of the drop-down menus on the main navbar, everything else is very well executed. The site is clearly the centre of a well thought-out social media strategy that includes every available media type and platform. The church and non-profit communities would do well to learn from this example.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcolincarmichael.ca%2Fsalvationarmy-ca-a-great-wordpress-example%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcolincarmichael.ca%2Fsalvationarmy-ca-a-great-wordpress-example%2F&amp;source=ccarmichael&amp;style=normal&amp;service=bit.ly&amp;hashtags=salvation+army,wordpress,wpwednesday" height="61" width="50" /><br />
			</a>
		</div>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcolincarmichael.ca%2Fsalvationarmy-ca-a-great-wordpress-example%2F&amp;t=SalvationArmy.ca%20-%20a%20great%20WordPress%20example%20%28WP%20Wednesday%29" id="facebook_share_button_1510" 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_1510') || document.getElementById('facebook_share_icon_1510') || document.getElementById('facebook_share_both_1510') || document.getElementById('facebook_share_button_1510');
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_1510') {
		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/wordpress-image-handling-sucks-wp-wednesday/' rel='bookmark' title='Permanent Link: WordPress Image Handling Sucks (WP Wednesday)'>WordPress Image Handling Sucks (WP Wednesday)</a></li>
<li><a href='http://colincarmichael.ca/addthiscom-wordpress-plugin/' rel='bookmark' title='Permanent Link: AddThis.com WordPress Plugin'>AddThis.com WordPress Plugin</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/salvationarmy-ca-a-great-wordpress-example/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Your Fave WordPress Theme?</title>
		<link>http://colincarmichael.ca/your-fave-wordpress-theme/</link>
		<comments>http://colincarmichael.ca/your-fave-wordpress-theme/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 15:36:37 +0000</pubDate>
		<dc:creator>Colin Carmichael</dc:creator>
				<category><![CDATA[Social Media Stuff]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://colincarmichael.ca/2008/03/06/your-fave-wordpress-theme/</guid>
		<description><![CDATA[I'm thinking about changing the look of things around here... I'm not really digging the 3-column layout anymore and I think I'd like something a little lighter... What's your Fave (free) WordPress Theme? Share var button = document.getElementById('facebook_share_link_171') &#124;&#124; document.getElementById('facebook_share_icon_171') &#124;&#124; document.getElementById('facebook_share_both_171') &#124;&#124; document.getElementById('facebook_share_button_171'); if (button) { button.onclick = function(e) { var url = this.href.replace(/share\.php/, [...]


Related posts:<ol><li><a href='http://colincarmichael.ca/wordpress-image-handling-sucks-wp-wednesday/' rel='bookmark' title='Permanent Link: WordPress Image Handling Sucks (WP Wednesday)'>WordPress Image Handling Sucks (WP Wednesday)</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>I'm thinking about changing the look of things around here... I'm not really digging the 3-column layout anymore and I think I'd like something a little lighter...</p>
<h3>What's your Fave (free) WordPress Theme?</h3>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcolincarmichael.ca%2Fyour-fave-wordpress-theme%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcolincarmichael.ca%2Fyour-fave-wordpress-theme%2F&amp;source=ccarmichael&amp;style=normal&amp;service=bit.ly&amp;hashtags=design,themes,wordpress" height="61" width="50" /><br />
			</a>
		</div>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcolincarmichael.ca%2Fyour-fave-wordpress-theme%2F&amp;t=Your%20Fave%20WordPress%20Theme%3F" id="facebook_share_button_171" 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_171') || document.getElementById('facebook_share_icon_171') || document.getElementById('facebook_share_both_171') || document.getElementById('facebook_share_button_171');
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_171') {
		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/wordpress-image-handling-sucks-wp-wednesday/' rel='bookmark' title='Permanent Link: WordPress Image Handling Sucks (WP Wednesday)'>WordPress Image Handling Sucks (WP Wednesday)</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/your-fave-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Commute &#8211; 5 Mar 2008</title>
		<link>http://colincarmichael.ca/the-commute-5-mar-2008/</link>
		<comments>http://colincarmichael.ca/the-commute-5-mar-2008/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 13:26:32 +0000</pubDate>
		<dc:creator>Colin Carmichael</dc:creator>
				<category><![CDATA[Social Media Stuff]]></category>
		<category><![CDATA[The Commute]]></category>
		<category><![CDATA[Automattic]]></category>
		<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[Fox News]]></category>
		<category><![CDATA[LiveNewsCameras]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://colincarmichael.ca/2008/03/05/the-commute-5-mar-2008/</guid>
		<description><![CDATA[I talk about my newest favourite site: LiveNewsCameras.com and it's use of Twitter. I also briefly mention Automattic's foray into the social networking space with the acquisition of BuddyPress.Mobile post sent by ccarmichael using Utterz.&#160;&#160;Replies.&#160;&#160;mp3 Share var button = document.getElementById('facebook_share_link_168') &#124;&#124; document.getElementById('facebook_share_icon_168') &#124;&#124; document.getElementById('facebook_share_both_168') &#124;&#124; document.getElementById('facebook_share_button_168'); if (button) { button.onclick = function(e) { var url [...]


Related posts:<ol><li><a href='http://colincarmichael.ca/the-commute-4-feb-2008/' rel='bookmark' title='Permanent Link: The Commute &#8211; 4 Feb 2008'>The Commute &#8211; 4 Feb 2008</a></li>
<li><a href='http://colincarmichael.ca/the-commute-9-april-2008/' rel='bookmark' title='Permanent Link: The Commute &#8211; 9 April 2008'>The Commute &#8211; 9 April 2008</a></li>
<li><a href='http://colincarmichael.ca/the-commute-20-feb-2008/' rel='bookmark' title='Permanent Link: The Commute &#8211; 20 Feb 2008'>The Commute &#8211; 20 Feb 2008</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="utterz-entry"><object width="320" height="35"><param name="movie" value="http://www.utterz.com/fp/slimline.swf?1204402825" /><param name="flashvars" value="utt_id=NTA0MjYxOA&amp;autoplay=0&amp;wu=NDk1NzY2OQ" /><param name="wmode" value="transparent" /><embed src="http://www.utterz.com/fp/slimline.swf?1204402825" flashvars="utt_id=NTA0MjYxOA&amp;autoplay=0&amp;wu=NDk1NzY2OQ" width="320" height="35" wmode="transparent" type="application/x-shockwave-flash" /></object><br/>I talk about my newest favourite site: LiveNewsCameras.com and it's use of Twitter.  I also briefly mention Automattic's foray into the social networking space with the acquisition of BuddyPress.<br/><a target="_new" href="http://www.utterz.com/~u-NTA0MjYxOA/utt.php">Mobile post</a> sent by <a target="_new" href="http://www.utterz.com/~h-ccarmichael/list.php">ccarmichael</a> using <a target="_new" href="http://www.utterz.com">Utterz</a>.&nbsp;<a target="_new" href="http://www.utterz.com/~u-NTA0MjYxOA/utt.php"><img border="0" style="vertical-align: middle; border: none; padding: 0px;" src="http://www.utterz.com/~u-NTA0MjYxOA/reply_count.php" /></a>&nbsp;<a target="_new" href="http://www.utterz.com/~u-NTA0MjYxOA/utt.php">Replies</a>.&nbsp;&nbsp;<a href="http://www.utterz.com/utts/c3/c37d2b8c30dac8c9ea11125bac5a7961.mp3">mp3</a></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcolincarmichael.ca%2Fthe-commute-5-mar-2008%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcolincarmichael.ca%2Fthe-commute-5-mar-2008%2F&amp;source=ccarmichael&amp;style=normal&amp;service=bit.ly&amp;hashtags=Automattic,BuddyPress,Fox+News,LiveNewsCameras,Politics,Twitter,wordpress" height="61" width="50" /><br />
			</a>
		</div>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcolincarmichael.ca%2Fthe-commute-5-mar-2008%2F&amp;t=The%20Commute%20-%205%20Mar%202008" id="facebook_share_button_168" 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_168') || document.getElementById('facebook_share_icon_168') || document.getElementById('facebook_share_both_168') || document.getElementById('facebook_share_button_168');
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_168') {
		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/the-commute-4-feb-2008/' rel='bookmark' title='Permanent Link: The Commute &#8211; 4 Feb 2008'>The Commute &#8211; 4 Feb 2008</a></li>
<li><a href='http://colincarmichael.ca/the-commute-9-april-2008/' rel='bookmark' title='Permanent Link: The Commute &#8211; 9 April 2008'>The Commute &#8211; 9 April 2008</a></li>
<li><a href='http://colincarmichael.ca/the-commute-20-feb-2008/' rel='bookmark' title='Permanent Link: The Commute &#8211; 20 Feb 2008'>The Commute &#8211; 20 Feb 2008</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://colincarmichael.ca/the-commute-5-mar-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.utterz.com/utts/c3/c37d2b8c30dac8c9ea11125bac5a7961.mp3" length="3977109" type="audio/mpeg" />
		</item>
		<item>
		<title>AddThis.com &#8211; Please Help Me!</title>
		<link>http://colincarmichael.ca/addthiscom-please-help-me/</link>
		<comments>http://colincarmichael.ca/addthiscom-please-help-me/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 18:38:16 +0000</pubDate>
		<dc:creator>Colin Carmichael</dc:creator>
				<category><![CDATA[Social Media Stuff]]></category>
		<category><![CDATA[addthis.com]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[the_excerpt()]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WP Plugins]]></category>

		<guid isPermaLink="false">http://colincarmichael.ca/?p=30</guid>
		<description><![CDATA[As you can see on my main page, I'm having a little difficulty with the AddThis plugin for WordPress... I've sent multiple requests for support to AddThis and have received no response... Sigh. Maybe one of my readers can help me? The issue: The plugin has no options functionality and the button just appears automagically. [...]


Related posts:<ol><li><a href='http://colincarmichael.ca/addthiscom-wordpress-plugin/' rel='bookmark' title='Permanent Link: AddThis.com WordPress Plugin'>AddThis.com WordPress Plugin</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>As you can see on my main page, I'm having a little difficulty with the <a href="http://blog.addthis.com/?p=32">AddThis plugin for WordPress</a>... I've sent multiple requests for support to AddThis and have received no response... Sigh.</p>
<p>Maybe one of my readers can help me?</p>
<p><strong><em>The issue:</em></strong></p>
<p>The plugin has no options functionality and the button just appears automagically.  The problem is that it appears when on calls to the_content() as well as the_excerpt()...  <a href="http://webstrategythoughts.com/2007/07/page/2/">on very short posts</a>, this means that the addthis code is added, but then stripped (poorly) by WP's excerpt process...</p>
<p><strong><em>The solution:</em></strong></p>
<p>Only fire the plugin calls are made to the_content() and not the_excerpt().  I think, however, that WordPress' plugin hook doesn't distinguish between them. Am I out of luck here?
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcolincarmichael.ca%2Faddthiscom-please-help-me%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcolincarmichael.ca%2Faddthiscom-please-help-me%2F&amp;source=ccarmichael&amp;style=normal&amp;service=bit.ly&amp;hashtags=addthis.com,problems,the_excerpt%28%29,wordpress,WP+Plugins" height="61" width="50" /><br />
			</a>
		</div>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcolincarmichael.ca%2Faddthiscom-please-help-me%2F&amp;t=AddThis.com%20-%20Please%20Help%20Me%21" id="facebook_share_button_30" 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_30') || document.getElementById('facebook_share_icon_30') || document.getElementById('facebook_share_both_30') || document.getElementById('facebook_share_button_30');
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_30') {
		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/addthiscom-wordpress-plugin/' rel='bookmark' title='Permanent Link: AddThis.com WordPress Plugin'>AddThis.com WordPress Plugin</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/addthiscom-please-help-me/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AddThis.com WordPress Plugin</title>
		<link>http://colincarmichael.ca/addthiscom-wordpress-plugin/</link>
		<comments>http://colincarmichael.ca/addthiscom-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 02:24:26 +0000</pubDate>
		<dc:creator>Colin Carmichael</dc:creator>
				<category><![CDATA[Social Media Stuff]]></category>
		<category><![CDATA[addthis.com]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WP Plugins]]></category>

		<guid isPermaLink="false">http://colincarmichael.ca/?p=17</guid>
		<description><![CDATA[This is the coolest little plugin I'd never heard of. Last month, AddThis.com released a new plugin for WordPress allows your users to bookmark blog posts at any of about a dozen different social bookmarking services with just one little button. Cool. UPDATE: I've temporarily disabled the plugin until I've resolved a couple issues... UPDATE [...]


Related posts:<ol><li><a href='http://colincarmichael.ca/addthiscom-please-help-me/' rel='bookmark' title='Permanent Link: AddThis.com &#8211; Please Help Me!'>AddThis.com &#8211; Please Help Me!</a></li>
<li><a href='http://colincarmichael.ca/wordpress-image-handling-sucks-wp-wednesday/' rel='bookmark' title='Permanent Link: WordPress Image Handling Sucks (WP Wednesday)'>WordPress Image Handling Sucks (WP Wednesday)</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>This is the coolest little plugin I'd never heard of. Last month, <a href="http://addthis.com/">AddThis.com</a> released a new<a href="http://blog.addthis.com/?p=32"> plugin for WordPress</a> allows your users to bookmark blog posts at any of about a dozen different social bookmarking services with just one little button.</p>
<p>Cool.</p>
<p><strong>UPDATE</strong>: I've temporarily disabled the plugin until I've resolved a couple issues...</p>
<p><strong>UPDATE 2</strong>: I've re-enabled the plugin while I troubleshoot the issues... you may see some weird text at the end of post excerpts... AddThis has been completely unresponsive to my support requests - so I'm trying to figure this out on my own - any help would be appreciated.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcolincarmichael.ca%2Faddthiscom-wordpress-plugin%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcolincarmichael.ca%2Faddthiscom-wordpress-plugin%2F&amp;source=ccarmichael&amp;style=normal&amp;service=bit.ly&amp;hashtags=addthis.com,wordpress,WP+Plugins" height="61" width="50" /><br />
			</a>
		</div>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcolincarmichael.ca%2Faddthiscom-wordpress-plugin%2F&amp;t=AddThis.com%20WordPress%20Plugin" id="facebook_share_button_17" 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_17') || document.getElementById('facebook_share_icon_17') || document.getElementById('facebook_share_both_17') || document.getElementById('facebook_share_button_17');
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_17') {
		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/addthiscom-please-help-me/' rel='bookmark' title='Permanent Link: AddThis.com &#8211; Please Help Me!'>AddThis.com &#8211; Please Help Me!</a></li>
<li><a href='http://colincarmichael.ca/wordpress-image-handling-sucks-wp-wednesday/' rel='bookmark' title='Permanent Link: WordPress Image Handling Sucks (WP Wednesday)'>WordPress Image Handling Sucks (WP Wednesday)</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/addthiscom-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
