<?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>cdevroe.com &#187; mike-rundle</title>
	<atom:link href="http://cdevroe.com/tag/mike-rundle/feed/" rel="self" type="application/rss+xml" />
	<link>http://cdevroe.com</link>
	<description>by Colin Devroe</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:49:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<atom:link rel='hub' href='http://cdevroe.com/?pushpress=hub'/>
<cloud domain='cdevroe.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Twitter for iPhone, TweetDeck updated for #letsfly</title>
		<link>http://cdevroe.com/links/twitter-iphone-tweetdeck/</link>
		<comments>http://cdevroe.com/links/twitter-iphone-tweetdeck/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 14:11:32 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[daring-fireball]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[john-gruber]]></category>
		<category><![CDATA[letsfly]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mike-rundle]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[tweetdeck]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=5495</guid>
		<description><![CDATA[In an effort to unify the experience across multiple devices and platforms Twitter has released updates of Twitter for iPhone and the Mac version of TweetDeck. I think it is a good thing for the official applications to all feel and work very much the same. However, for obvious reasons long-time users of Twitter may [...]]]></description>
			<content:encoded><![CDATA[<p>In an effort to unify the experience across multiple devices and platforms Twitter has released updates of <a href="http://twitter.com/#!/download/iphone">Twitter for iPhone</a> and the Mac version of <a href="http://itunes.apple.com/us/app/tweetdeck/id485812721?mt=12">TweetDeck</a>.</p>
<p>I think it is a good thing for the official applications to all feel and work very much the same. However, for obvious reasons long-time users of Twitter may feel the changes are a bit jarring. <a href="http://daringfireball.net/2011/12/new_twitter">John Gruber rips into Twitter for iPhone by comparing it to Tweetie</a> (which is what the application started out as). <a href="http://flyosity.com/design/twitter-for-iphone-takes-a-step-back.php">Mike Rundle rips into the app</a> on its own merits.</p>
<p>Some TweetDeck users seem to like the update since prior to this latest version the application was a horrible Adobe AIR application that (at least in my experience) was slow, poorly designed, and bloated. This latest version seems better.</p>
<p>I don&#8217;t use Twitter for iPhone or TweetDeck and I only use the Twitter.com website on rare occasions. I&#8217;m very, very happy with <a href="http://tapbots.com/software/tweetbot/">Tweetbot</a>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/twitter-iphone-tweetdeck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Path menu in pure CSS3 and using CoreAnimation</title>
		<link>http://cdevroe.com/links/path-menu-css3-coreanimation/</link>
		<comments>http://cdevroe.com/links/path-menu-css3-coreanimation/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 15:23:58 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[coreanimation]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[levy]]></category>
		<category><![CDATA[mike-rundle]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[victor coulon]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=5461</guid>
		<description><![CDATA[As I mentioned last week the new Path application for iPhone is arguably the best designed application on the iPhone currently. And when there is a great design, there are going to be those that begin to pick it apart and do neat things with it. The Path app is no different. People have begun [...]]]></description>
			<content:encoded><![CDATA[<p>As <a title="Path 2.0" href="http://cdevroe.com/links/path-2/">I mentioned last week</a> the new Path application for iPhone is arguably the best designed application on the iPhone currently. And when there is a great design, there are going to be those that begin to pick it apart and do neat things with it. The Path app is no different. People have begun breaking it down in various ways.</p>
<p>One of the distinct features in the Path app is the fly-out menu that allows you to share photos, comments, location, etc. Two developers took it upon themselves to build out that menu both in CSS3 and using CoreAnimation. Both open sourced their work and gave credit.</p>
<ul>
<li><a href="http://lab.victorcoulon.fr/css/path-menu/">Path menu in pure CSS 3</a> by Victor Coulon.</li>
<li><a href="https://github.com/levey/QuadCurveMenu">Path menu using CoreAnimation</a> by ??? (Levy)</li>
</ul>
<p>/via <a href="https://twitter.com/flyosity">Mike Rundle on Twitter</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/path-menu-css3-coreanimation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Path 2.0</title>
		<link>http://cdevroe.com/links/path-2/</link>
		<comments>http://cdevroe.com/links/path-2/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 17:25:40 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[geoff teehan]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mike-rundle]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[private]]></category>
		<category><![CDATA[social-networking]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=5421</guid>
		<description><![CDATA[Path is a private social networking application that allows you to create a path (comments, photos, location, etc.) and share it with a select number of people. Their most recent update is absolutely stunning. Arguably the best looking application on the iPhone at the moment. Here is a good look at their application from Geoff [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://path.com">Path</a> is a private social networking application that allows you to create a path (comments, photos, location, etc.) and share it with a select number of people. Their most recent update is absolutely stunning. Arguably the best looking application on the iPhone at the moment.</p>
<p>Here is <a href="http://www.teehanlax.com/blog/going-down-the-right-path/">a good look at their application from Geoff Teehan</a>. Or, you can stop by their site and grab a copy for yourself.</p>
<p>/tip <a href="https://twitter.com/flyosity/statuses/141973692367376387">Mike Rundle on Twitter</a> for Teehan&#8217;s review.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/path-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CodeIgniter is fast</title>
		<link>http://cdevroe.com/links/codeigniter-fast/</link>
		<comments>http://cdevroe.com/links/codeigniter-fast/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 14:02:25 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mike-rundle]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[viddler]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=3077</guid>
		<description><![CDATA[CodeIgniter is faster than its competitors by quite a margin. Glad we at Viddler chose it for our PHP-based solutions. /via Mike Rundle on Twitter.]]></description>
			<content:encoded><![CDATA[<p><a href="http://codeigniter.com/">CodeIgniter</a> is <a href="http://avnetlabs.com/php/php-framework-comparison-benchmarks">faster than its competitors</a> by quite a margin. Glad we at <a href="http://viddler.com/">Viddler</a> chose it for our PHP-based solutions.</p>
<p>/via <a href="http://twitter.com/mike9r/statuses/5612178870">Mike Rundle on Twitter</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/codeigniter-fast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beak, a fantastic Twitter client from Mike Rundle</title>
		<link>http://cdevroe.com/notes/beak/</link>
		<comments>http://cdevroe.com/notes/beak/#comments</comments>
		<pubDate>Fri, 08 May 2009 03:33:28 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[beak]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[john-gruber]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[mike-rundle]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=2203</guid>
		<description><![CDATA[John Gruber made an excellent point in his piece called &#8220;Twitter clients are a UI design playground&#8220;. The excellent point I&#8217;m talking about is made apparent within the very title of the piece. That Twitter (I&#8217;m @cdevroe, btw) is an excellent playground for designing UIs for third party clients. Mike Rundle, whom I had the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://daringfireball.net/">John Gruber</a> made an excellent point in his piece called &#8220;<a href="http://daringfireball.net/2009/04/twitter_clients_playground">Twitter clients are a UI design playground</a>&#8220;. The excellent point I&#8217;m talking about is made apparent within the very title of the piece. That <a href="http://twitter.com/">Twitter</a> (I&#8217;m <a href="http://twitter.com/cdevroe/">@cdevroe</a>, btw) is an excellent playground for designing UIs for third party clients.</p>
<p><a href="http://flyosity.com/">Mike Rundle</a>, whom I had the extreme pleasure of working with at <a href="http://9rules.com/">9rules</a>, is &#8211; and I have absolutely no reservations about saying this out loud &#8211; one of the very best designers I will ever work with. He also doesn&#8217;t mind getting his hands dirty with regards to programming. And he&#8217;s done just that with <a href="http://beakapp.com/">Beak</a> &#8211; his foray into developing software for the Macintosh (which is, I think, exactly what he should be doing).</p>
<p><a href="http://beakapp.com/">Beak</a> is a simple, yet relatively full-featured Twitter application for the Macintosh that has Mike&#8217;s visual tastes dripping all over it. The icons in the application, as an example, could be picked out as Mike&#8217;s work from a hundred yards.</p>
<p><a href="http://img.skitch.com/20090508-ju6cpd7sekkkfc2qe6xaydgdm3.jpg"><img alt="The Beak UI" src="http://img.skitch.com/20090508-ju6cpd7sekkkfc2qe6xaydgdm3.jpg" title="Beak" class="alignnone" width="355" height="550" /></a></p>
<p>One of the differentiators that Beak has going for it, over any of the other Twitter applications I&#8217;ve used for the Mac, is the &#8220;Stats&#8221; tab. Mike chose to use the URL shortener <a href="http://idek.net/">Idek.net</a>, which has a nice, clean, simple <a href="http://idek.net/url-shortening-api.php">API</a>, that allows him to show the number of click thrus on a URL that you&#8217;ve shortened from within Beak itself. I think this is both genius and handy. While Tweetie supports all of the URL shortening services I could ever want (and photo posting services too), it doesn&#8217;t support showing the statistics of those clicks nor does it even connect me to my account on said URL shorteners (neither does Beak, but at least I can easily check the stats tab).</p>
<p>There are several other nits that Mike has, no doubt pain stakingly [sic], poured over, refined, and included in the first version of this application. Profile pop-up boxes, in-line replies and retweets, and support for multiple accounts all seem like things that someone who was taking the easy way would have left out.</p>
<p>This is still &#8220;beta&#8221; software people. But I&#8217;m very much looking forward to what Mike ends up with before hitting 1.0 and even more looking forward to seeing what he does for his next trick in the world of Mac applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/notes/beak/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Float like a butterfly, sting like a bee</title>
		<link>http://cdevroe.com/notes/9rules-ali/</link>
		<comments>http://cdevroe.com/notes/9rules-ali/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 15:14:05 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[9rules]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[mike-rundle]]></category>
		<category><![CDATA[muhammad-ali]]></category>
		<category><![CDATA[Paul-Scrivens]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[social-network]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[Tyme-White]]></category>
		<category><![CDATA[web-design]]></category>

		<guid isPermaLink="false">http://cdevroe.com/notes/9rules-ali/</guid>
		<description><![CDATA[9rules Ali: "I am the greatest, I said that even before I knew I was."]]></description>
			<content:encoded><![CDATA[<p><a href="http://9rules.com/">9rules</a>, former employer of yours truly and quite possibly <em>the</em> fastest growing brand in blogging, has recently redesigned their site; which was codenamed Ali during development.</p>
<div class="postImage-left"><a href="http://9rules.com/" title="Visit 9rules.com"><img src="http://cdevroe.com/wp-content/9rulesali.jpg" alt="Brining Social Back - 9rules" /></a></div>
<p>I am not a huge boxing fan (since I don&#8217;t watch boxing all that much I wouldn&#8217;t want to  call myself a fan for fear of being ridiculed) but I am a fan of <a href="http://en.wikipedia.org/wiki/Muhammad_Ali" title="Muhammad Ali on Wikipedia">Muhammad Ali</a>, and his boxing style and career.  When I read <a href="http://wisdump.com/9rules/my9rules-bringing-social-back/">Paul&#8217;s entry about the redesign</a>, and when he referred to it as Ali, I got a little bit frightened.  Would the new site hold a candle to my thoughts on Ali?</p>
<p>Being that I am familiar with the system that runs 9rules (which I&#8217;m sure, from what I&#8217;m seeing now, has been improved 10-fold since my tenure) I know that an enormous amount of hard work went into creating this iteration of the site.  Style, layout, and panache aside &#8211; the underpinnings of the new 9rules.com is a monumental upgrade from the previous code-base which was a mashup of the incredibly <em>crappy</em> code I wrote while I was there and Mike Rundle trying to patch said crap.  I&#8217;d be willing to wager that only a small percentage, or almost none-at-all, of the code that I wrote is still in use at 9rules (which is a blessing for them, trust me).</p>
<p>In other words: the 9rules team did as Ali taught: <i>&#8220;I run on the road, long before I dance under the lights.&#8221;</i>  They were willing to go back to the &#8220;drawing board&#8221; to rebuild their architecture simply to make it more manageable, faster, and more stable.  And really this is something the general public, or any of their members for that matter, wouldn&#8217;t have noticed &#8211; but this is exactly what they should have done.  And from what I&#8217;ve seen so far they&#8217;ve accomplished what they set out to do.</p>
<p>So, does it hold a candle to my thoughts on Ali?  Actually &#8211; it blew the candle right out.  I&#8217;m <em>really</em> impressed by this accomplishment.</p>
<p>Take a look around the new 9rules.  I think you will like what you see.  <a href="http://9rules.com/register/">Register for an account</a> so that you can take advantage of <a href="http://9rules.com/notes/">notes</a> (which got a huge shot of nitro in this release) and <a href="http://9rules.com/my/">my.9rules</a> (which is brand-new) &#8211; which are teeming with life right now.  Oh and don&#8217;t forget to play around with <a href="http://9rules.com/topics/">topics</a>, which is a feature that 9rules has wanted to do for quite awhile and I think they pulled it off really well.  I&#8217;ve been messing around in <a href="http://9rules.com/topics/apple/">the apple topic</a> all morning.</p>
<p>Kudos Paul, Mike, and Tyme.  You guys are class acts and 9rules Ali is really great.  I recommend everyone buying these guys a drink, or a milk for Mike, at <a href="http://2007.sxsw.com/">SXSW</a>.</p>
<p>To leave you with another quote from Ali, that I feel applies to the 9rules team: <i>&#8220;Champions aren&#8217;t made in gyms. Champions are made from something they have deep inside them-a desire, a dream, a vision. They have to have last-minute stamina, they have to be a little faster, they have to have the skill and the will. But the will must be stronger than the skill. &#8220;</i></p>
<p>[tags]9rules, paul scrivens, mike rundle, tyme white, redesign, muhammad ali, blogging, community, social network, <a href="http://www.webtronix.de">web design</a>, thoughts[/tags]<br />
[slug]9rules-Ali[/slug]</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/notes/9rules-ali/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Meeting Mike Stickel</title>
		<link>http://cdevroe.com/notes/meeting-mike-stickel/</link>
		<comments>http://cdevroe.com/notes/meeting-mike-stickel/#comments</comments>
		<pubDate>Wed, 06 Sep 2006 18:09:31 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[chris-fehnel]]></category>
		<category><![CDATA[honda]]></category>
		<category><![CDATA[mike-rundle]]></category>
		<category><![CDATA[mike-stickel]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[screenflicker]]></category>
		<category><![CDATA[theubergeeks]]></category>

		<guid isPermaLink="false">http://cdevroe.com/notes/meeting-mike-stickel/</guid>
		<description><![CDATA[He started out as a commenter, became a coworker, and then a friend.  Now he is also my neighbor.]]></description>
			<content:encoded><![CDATA[<p>It isn&#8217;t often enough that the friends we create in this online world are met in real life.  Earlier this year I was able to <a href="http://cdevroe.com/notes/live-nc06/#mark-03272006-445pm">meet with Mike Rundle</a>, and now I&#8217;ve finally gotten to meet another <a href="http://screenflicker.com/mike/" rel="friend met">Mike</a>.</p>
<p>Mike and I have been chatting online since he started leaving comments on <a href="http://theubergeeks.net/">The uber geeks</a> back in the summer of 2005.  Since then we&#8217;ve chatted and eventually worked on a few projects together.</p>
<div class="postImage"><img src="http://cdevroe.com/wp-content/meetmike.jpg" alt="Chris, Mike, and I" />
<p>A photo of us taking a photo of us</p>
</div>
<p>On Monday Mike arrived in his Honda Accord, after driving almost 4 straight days, from Calgary, Alberta, Canada.  So he&#8217;s now officially a friend, coworker, <em>and neighbor</em>.  Welcome Mike.</p>
<p>[tags]mike stickel, theubergeeks, screenflicker, honda, mike rundle, chris fehnel, photos[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/notes/meeting-mike-stickel/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

