<?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; open-source</title>
	<atom:link href="http://cdevroe.com/tag/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://cdevroe.com</link>
	<description>by Colin Devroe</description>
	<lastBuildDate>Thu, 24 May 2012 15:29:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</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>Simple HTML parsing with PHP</title>
		<link>http://cdevroe.com/links/parse-html-php/</link>
		<comments>http://cdevroe.com/links/parse-html-php/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 21:09:23 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[nilai]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[parsing]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=5852</guid>
		<description><![CDATA[PHP Simple HTML DOM Parser is a pretty great open source project for parsing the DOM using jQuery-like selectors. I recently used it on Nilai to parse recipes from the leading recipe sites. Worked great.]]></description>
			<content:encoded><![CDATA[<p><a href="http://simplehtmldom.sourceforge.net/">PHP Simple HTML DOM Parser</a> is a pretty great open source project for parsing the DOM using jQuery-like selectors. I recently used it on <a href="http://nilai.co">Nilai</a> to parse recipes from the leading recipe sites. Worked great.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/parse-html-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mumble</title>
		<link>http://cdevroe.com/links/mumble/</link>
		<comments>http://cdevroe.com/links/mumble/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 19:24:28 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[audio chat]]></category>
		<category><![CDATA[mumble]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=5532</guid>
		<description><![CDATA[We&#8217;ve been experimenting at work with Mumble. It is a voice chat server that is typically used by gamers. It makes for a great audio backchannel to an otherwise text-only watercooler.]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been experimenting at work with <a href="http://mumble.sourceforge.net/">Mumble</a>. It is a voice chat server that is typically used by gamers. It makes for a great audio backchannel to an otherwise text-only watercooler.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/mumble/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>WordPress Post formats Admin UI</title>
		<link>http://cdevroe.com/links/crowdfavorite-postformats/</link>
		<comments>http://cdevroe.com/links/crowdfavorite-postformats/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 11:23:28 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[crowd favorite]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[post formats]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=5325</guid>
		<description><![CDATA[WordPress 3.1 exhibited an underlying feature that didn&#8217;t reveal itself in the UI in much of any way. Post formats. Post formats are sort of like categories of posts but are used to &#8220;handle&#8221; different post types in different ways. You can read more about Post formats over on the WordPress Codex. Crowd Favorite has [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 3.1 exhibited an underlying feature that didn&#8217;t reveal itself in the UI in much of any way. Post formats. Post formats are sort of like categories of posts but are used to &#8220;handle&#8221; different post types in different ways. You can <a href="http://codex.wordpress.org/Post_Formats">read more about Post formats over on the WordPress Codex</a>.</p>
<p><a href="http://crowdfavorite.com/">Crowd Favorite</a> has <a href="https://github.com/crowdfavorite/wp-post-formats">released an open source WordPress plugin</a> <sup>*</sup> that changes the Admin UI and sets up standards for a few different post formats. Here, their description is better:</p>
<blockquote><p>
  &#8220;The plugin is a completely additive solution that leverages the default WordPress functionality, while improving the UI and standardizing the names and presentation of custom fields that support the various post formats.&#8221;
</p></blockquote>
<p>Post formats has limitless possibilities as you extend WordPress from a simple blogging tool to a much more powerful CMS&#8230; but this plugin seems to focus on the modern day blogger.</p>
<p>This interests me in that I use categories to handle my different post formats. Which is how everyone that has ever used WordPress had to do it. I&#8217;ve got mobile photos, links, videos, and longer posts I call notes, and larger photos. It would be great to start using post formats to post different types of formats &#8211; I&#8217;m looking forward to digging into this.</p>
<p><strong>*</strong> Side note: So glad Crowd Favorite switched to Github. I hope other WordPress developers quickly follow suit. In fact, I think WordPress.org should change the way they host WordPress plugins to git.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/crowdfavorite-postformats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1 million on Github</title>
		<link>http://cdevroe.com/links/1m-github/</link>
		<comments>http://cdevroe.com/links/1m-github/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 15:06:12 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[growth]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[source control]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=5221</guid>
		<description><![CDATA[Congratulations to all of my friends at Github for reaching the 1 million user milestone. Github is easily one of the very best services for developers on the web. If you don&#8217;t yet have an account and you are a developer; stop waiting.]]></description>
			<content:encoded><![CDATA[<p>Congratulations to all of my friends at <a href="http://github.com/">Github</a> for <a href="http://www.readwriteweb.com/archives/github_hits_1_million_users.php">reaching the 1 million user milestone</a>. Github is easily one of the very best services for developers on the web. If you don&#8217;t yet have an account and you are a developer; stop waiting.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/1m-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Everyone is going Github</title>
		<link>http://cdevroe.com/links/going-github/</link>
		<comments>http://cdevroe.com/links/going-github/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 18:50:22 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[code igniter]]></category>
		<category><![CDATA[crowd favorite]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[source control]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=5121</guid>
		<description><![CDATA[A few days ago I linked to CodeIgniter on github. Now Crowd Favorite, a WordPress development shop, has moved all of their stuff there too. It would be so awesome if sometime soon WordPress itself moved to Git and used Github.]]></description>
			<content:encoded><![CDATA[<p>A few days ago <a href="http://cdevroe.com/links/ci-github/">I linked to CodeIgniter on github</a>. Now <a href="http://crowdfavorite.com/">Crowd Favorite</a>, a WordPress development shop, has <a href="">moved all of their stuff there too</a>. It would be so awesome if sometime soon <a href="http://wordpress.org">WordPress</a> itself moved to Git and used Github.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/going-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter, now on Github</title>
		<link>http://cdevroe.com/links/ci-github/</link>
		<comments>http://cdevroe.com/links/ci-github/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 13:25:06 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=5068</guid>
		<description><![CDATA[I don&#8217;t use PHP often but when I do I use CodeIgniter. And now it is on Github.]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t use PHP often but when I do I use <a href="http://codeigniter.com/">CodeIgniter</a>. And now <a href="https://github.com/EllisLab/CodeIgniter">it is on Github</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/ci-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hidden settings in MPlayerX</title>
		<link>http://cdevroe.com/links/mplayerx-hidden-settings/</link>
		<comments>http://cdevroe.com/links/mplayerx-hidden-settings/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 16:14:21 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[mac-os-x]]></category>
		<category><![CDATA[mplayerx]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[preferences]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=4979</guid>
		<description><![CDATA[I&#8217;ve switched to using MPlayerX (App Store) since upgrading to Mac OS X Lion because it can play many more formats than Quicktime and is, in many ways, much better looking than VLC. Today I&#8217;ve stumbled across a slew of hidden settings that you can&#8217;t find via the UI.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve switched to using <a href="http://mplayerx.org/">MPlayerX</a> (<a href="http://itunes.apple.com/us/app/mplayerx/id421131143?mt=12">App Store</a>) since upgrading to Mac OS X Lion because it can play many more formats than Quicktime and is, in many ways, much better looking than VLC.</p>
<p>Today I&#8217;ve stumbled across <a href="https://github.com/niltsh/MPlayerX/wiki/Some-settings-you-can't-find-in-the-UI">a slew of hidden settings</a> that you can&#8217;t find via the UI.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/mplayerx-hidden-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Control Spotify using Alfred</title>
		<link>http://cdevroe.com/links/spotify-alfred/</link>
		<comments>http://cdevroe.com/links/spotify-alfred/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 13:27:35 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[alfred]]></category>
		<category><![CDATA[alfred extension]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[jeff johns]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[spotify]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=4955</guid>
		<description><![CDATA[Speaking of Alfred, Jeff Johns (fellow Viddler team member) has released an Alfred Extension to control Spotify.]]></description>
			<content:encoded><![CDATA[<p>Speaking of Alfred, <a href="http://phpfunk.me/">Jeff Johns</a> (fellow <a href="http://viddler.com/">Viddler</a> team member) has released <a href="https://github.com/phpfunk/alfred-spotify-controls">an Alfred Extension to control Spotify</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/spotify-alfred/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing Shh: An AppleScript and Alfred Extension to close all those noisy streams</title>
		<link>http://cdevroe.com/notes/shh/</link>
		<comments>http://cdevroe.com/notes/shh/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 13:23:40 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[alfred]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[attention]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[focus]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[ichat]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[shh]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[unitasking]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=4951</guid>
		<description><![CDATA[As the work day progresses I find myself with more and more &#8220;streams&#8221; open. Not long after I log onto my computer in the morning Twitter, Skype, iChat, Mail and other streams are open and active and at multiple points throughout the day they steal my attention. However, there are times when I just want [...]]]></description>
			<content:encoded><![CDATA[<p>As the work day progresses I find myself with more and more &#8220;streams&#8221; open. Not long after I log onto my computer in the morning Twitter, Skype, iChat, Mail and other streams are open and active and at multiple points throughout the day they steal my attention.</p>
<p>However, there are times when I just want to focus on what I&#8217;m doing. Mac OS X Lion&#8217;s new fullscreen feature is designed to help me focus on a single application at a time. However, when Skype, iChat, Mail, or Twitter are open they will notify me (audibly or with bouncing icons) when they&#8217;d like my attention. They will inevitably pull me away from what I&#8217;m doing to see what is going on.</p>
<p>Skype, for me, is the biggest culprit because our team at Viddler uses Skype as the primary way to communicate. So even though Skype is notifying me that there is something new in Skype sometimes it is just some of the team members chatting about what&#8217;s for lunch and really isn&#8217;t meant for me and isn&#8217;t high-priority.</p>
<p>So there are times that I do not want to be distracted or even notified that something is going on in Skype. I want to be left completely alone and work on whatever it is I&#8217;m focused on. Enter <a href="http://github.com/cdevroe/shh">Shh</a>, an AppleScript and/or <a href="http://alfredapp.com/">Alfred</a> Extension (I love Alfred) that will quickly close these four applications. It is a dead simple script that closes all of these applications at once (rather than closing them individually).</p>
<p>I&#8217;m guessing that I will extend this script to include other applications over time and even enhance it in some way (perhaps by forcing the foremost application into fullscreen mode on OS X Lion or turning off Growl notifications) so if you&#8217;re interested in such things be sure to <a href="https://github.com/cdevroe/shh">watch this project on Github</a> or contribute to it yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/notes/shh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The history of Webkit</title>
		<link>http://cdevroe.com/links/the-history-of-webkit/</link>
		<comments>http://cdevroe.com/links/the-history-of-webkit/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 15:18:48 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webkit]]></category>
		<category><![CDATA[zach lebar]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=4917</guid>
		<description><![CDATA[Interesting read: The History of Webkit by Zach LeBar.]]></description>
			<content:encoded><![CDATA[<p>Interesting read: <a href="http://web.appstorm.net/general/opinion/the-history-of-webkit/">The History of Webkit</a> by <a href="https://twitter.com/zachlebar">Zach LeBar</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/the-history-of-webkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An unofficial RunKeeper API</title>
		<link>http://cdevroe.com/links/unofficial-runkeeper-api/</link>
		<comments>http://cdevroe.com/links/unofficial-runkeeper-api/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 12:30:10 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[jeff johns]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[runkeeper]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=4846</guid>
		<description><![CDATA[My friend and Viddler teammate Jeff Johns is working on an unofficial RunKeeper API.]]></description>
			<content:encoded><![CDATA[<p>My friend and Viddler teammate <a href="http://phpfunk.me/">Jeff Johns</a> is working on <a href="https://github.com/phpfunk/Unofficial-Runkeeper-API">an unofficial RunKeeper API</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/unofficial-runkeeper-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pow</title>
		<link>http://cdevroe.com/links/pow/</link>
		<comments>http://cdevroe.com/links/pow/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 20:00:48 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[37signals]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mac-os-x]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[pow]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rack]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=4744</guid>
		<description><![CDATA[Pow is an open source, zero-configuration Rack server for Mac OS X. If you do web development on the Mac you will want to give this a gander.]]></description>
			<content:encoded><![CDATA[<p><a href="http://pow.cx/">Pow</a> is an open source, zero-configuration <a href="http://rack.rubyforge.org/">Rack</a> server for Mac OS X. If you do web development on the Mac you will want to give this a gander.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/pow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some thoughts on Google Chrome removing support for H.264 video playback</title>
		<link>http://cdevroe.com/notes/chrome-bye-h264/</link>
		<comments>http://cdevroe.com/notes/chrome-bye-h264/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 03:15:38 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[codecs]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[h.264]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[john-gruber]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[viddler]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[video encoding]]></category>
		<category><![CDATA[webm]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=4543</guid>
		<description><![CDATA[I have to say, this makes very little sense. It is the Chrome team&#8217;s prerogative to add or remove any feature from their browser that they&#8217;d like to but the reasons they&#8217;ve given simply do not make much sense. At least not from my desk or the desk&#8217;s of others. John Gruber, as he typically [...]]]></description>
			<content:encoded><![CDATA[<p>I have to say, <a href="http://blog.chromium.org/2011/01/html-video-codec-support-in-chrome.html">this makes very little sense</a>. It is the Chrome team&#8217;s prerogative to add or remove any feature from their browser that they&#8217;d like to but the reasons they&#8217;ve given simply do not make much sense. At least not from my desk or the desk&#8217;s of others.</p>
<p>John Gruber, as he typically does, does a good job <a href="http://daringfireball.net/2011/01/simple_questions">asking the same questions as I would</a>. So I recommend giving his questions to Google a perusal.</p>
<p>However, I&#8217;d like to comment his 3rd question to Google. When <a href="http://blog.webmproject.org/2010_05_01_archive.html">WebM was announced in May of last year</a> it was said that YouTube would immediately begin to encode their videos in WebM. And, according to <a href="http://www.youtube.com/html5">YouTube&#8217;s HTML5 page</a>, they did exactly that. So part of John&#8217;s question is answered. But the other parts &#8211; whether or not YouTube will drop support for H.264 or not, and why &#8211; remind unanswered so far.</p>
<p>My biggest &#8220;huh?&#8221; to all of this is Google&#8217;s &#8220;to foster competition&#8221; and &#8220;web innovation&#8221; statements as to why they are doing this. Gruber is asking why the Flash Player plugin isn&#8217;t being removed from being bundled with Google Chrome. I&#8217;m wondering how removing support for H.264 video playback is &#8220;fostering competition&#8221; at all. Isn&#8217;t it squashing it?</p>
<p>Think about where the competition really happens for video codecs. Users of the Internet will never decide on a codec. They don&#8217;t care. Developers and engineers do. Apple will decide what they will support with their devices, Google with theirs, RIM with theirs, HP, Dell, Toshiba with theirs. My mother could care less if a video is in Flash, H.264, WebM, Theora or any other video codec &#8211; she would simply want to view the video and would probably download any software it would take for her to be able to watch it. Do you think she really knows that when she goes to the YouTube application on her iPod Touch that the video that is being delivered is in H.264?</p>
<p>So really, the &#8220;competition&#8221; doesn&#8217;t happen at the user level. It happens at the engineering level. Engineers will pit two codecs against each other and see how they stack up. They&#8217;ll decide which to use based on the quality of the codec and then they&#8217;ll measure that against the install base for that codec. Right now H.264 is comparable on nearly every level to WebM while the install base for H.264 is enormous in comparison to WebM. So the decision is still pretty clear which codec most engineers would choose for video playback. Unless they are open source zealots that think Apple&#8217;s approach to things like H.264, iOS and the App Stores is &#8220;closed&#8221;.</p>
<p>Now, if Adobe removed H.264 playback from the Flash Player &#8211; that&#8217;d make some waves. That&#8217;d change the game a bit.</p>
<p>All of this being said I really don&#8217;t care. Even as a team member for <a href="http://viddler.com/">Viddler</a>, a company that has <em>millions of videos</em> that we take care of, I don&#8217;t mind allowing the industry to figure some of these things out. I side with the end users and so does Viddler. Viddler will always strive to deliver high-quality video to users the way that the majority of them want it regardless of their device. As of today an overwhelming number of the Internet-connected computers in the world support H.264 playback via Flash Player. So we deliver that. The next step down is H.264 playback via the &lt;video&gt; tag. We deliver that too. If we see a strong need for serving all of our videos via WebM to our users &#8211; we&#8217;ll deliver that too. <a href="http://blog.viddler.com/todd/webmvp8-on-the-loose/">We&#8217;re already prepared for it</a>. Each of our team member&#8217;s have very strong opinions about what is going down in this space &#8211; but at the end of the day we&#8217;re willing to deliver video for our customers how and where they want it.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/notes/chrome-bye-h264/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tron Legacy Terminal style for Mac OS X</title>
		<link>http://cdevroe.com/notes/tronterm/</link>
		<comments>http://cdevroe.com/notes/tronterm/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 14:45:49 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[mac-os-x]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[the grid]]></category>
		<category><![CDATA[tron legacy]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=4533</guid>
		<description><![CDATA[Every since seeing Tron Legacy I&#8217;ve wanted Flynn&#8217;s computer. From what I&#8217;ve heard on the Interwebs it runs Sun Solaris. Since I&#8217;m a Mac guy maybe I can have my Terminal look like The Grid&#8217;s UI without needing to run an entirely different OS. I&#8217;m basing this style solely off of this screenshot from the [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Every since seeing Tron Legacy I&#8217;ve wanted Flynn&#8217;s computer. From what I&#8217;ve heard on the Interwebs it runs Sun Solaris. Since I&#8217;m a Mac guy maybe I can have my Terminal look like The Grid&#8217;s UI without needing to run an entirely different OS.</p>
<p>I&#8217;m basing this style solely off of <a href="https://img.skitch.com/20110110-d9pbj2m9pwiqmnq8fa1weyii78.jpg">this screenshot from the Tron Legacy movie trailer</a>. Here is what my Terminal looks like now.</p>
<p><a href="https://img.skitch.com/20110110-fw5464ei422kmag24umdpuw9ew.jpg"><img class="alignnone" src="https://img.skitch.com/20110110-fw5464ei422kmag24umdpuw9ew.jpg" alt="" width="593" height="729" /></a></p>
<p>There is still more to do. First, I have to find the font that they are using (font experts, help?). If you want to contribute to this <a href="https://github.com/cdevroe/tronterm">I&#8217;ve put the style up on GitHub</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/notes/tronterm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Classes by Tijs Verkoyen</title>
		<link>http://cdevroe.com/links/verkoyen-classes/</link>
		<comments>http://cdevroe.com/links/verkoyen-classes/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 13:52:08 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tijs verkoyen]]></category>
		<category><![CDATA[wrappers]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=4514</guid>
		<description><![CDATA[Speaking of RSS to Twitter (which now supports OAuth by the way) the reason I was able to update that project so easily was due to the generosity of Tijs Verkoyen who has an open source PHP wrapper for just about every API you need.]]></description>
			<content:encoded><![CDATA[<p>Speaking of <a href="https://github.com/cdevroe/rss2twitter-PHP5">RSS to Twitter</a> (which now supports OAuth by the way) the reason I was able to update that project so easily was due to the generosity of <a href="http://verkoyen.eu/">Tijs Verkoyen</a> who has an <a href="http://classes.verkoyen.eu/">open source PHP wrapper for just about every API you need</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/verkoyen-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS to Twitter using PHP now supports OAuth</title>
		<link>http://cdevroe.com/links/rss2twitter-oauth/</link>
		<comments>http://cdevroe.com/links/rss2twitter-oauth/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 19:48:14 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[parse]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=4511</guid>
		<description><![CDATA[My handy dandy little script that makes it easy to parse an RSS feed and send links to Twitter using PHP just got a nice little update. It now supports OAuth and has been cleaned up quite a bit. Oh, version 1.0 is still available.]]></description>
			<content:encoded><![CDATA[<p></p>
<p>My handy dandy little script that makes it easy to <a href="https://github.com/cdevroe/rss2twitter-PHP5">parse an RSS feed and send links to Twitter using PHP</a> just got a nice little update. It now supports OAuth and has been cleaned up quite a bit.</p>
<p>Oh, <a href="https://github.com/cdevroe/rss2twitter-PHP5/tree/v1.0">version 1.0</a> is still available.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/rss2twitter-oauth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing PHPViddler 2 for the Viddler API</title>
		<link>http://cdevroe.com/links/phpviddler2/</link>
		<comments>http://cdevroe.com/links/phpviddler2/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 15:03:06 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpviddler]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[viddler]]></category>
		<category><![CDATA[video api]]></category>
		<category><![CDATA[wrapper]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=4437</guid>
		<description><![CDATA[A little something for the developers out there. Over on the Viddler blog I announced that we&#8217;ve just released PHPViddler 2 (which is also on the great Github) which is a brand new PHP class for our brand new API version 2. Its all brand new baby.]]></description>
			<content:encoded><![CDATA[<p>A little something for the developers out there. Over on <a href="http://blog.viddler.com/">the Viddler blog</a> I <a href="http://blog.viddler.com/cdevroe/phpviddler2/">announced that we&#8217;ve just released PHPViddler 2</a> (which is also <a href="https://github.com/viddler/phpviddler">on the great Github</a>) which is a brand new PHP class for <a href="http://cdevroe.com/links/viddler-api-v2/">our brand new API version 2</a>. Its all brand new baby.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/phpviddler2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The GPL is a speed limit sign</title>
		<link>http://cdevroe.com/notes/pearson-gpl/</link>
		<comments>http://cdevroe.com/notes/pearson-gpl/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 11:47:07 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[chris pearson]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[law]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=4165</guid>
		<description><![CDATA[For those that haven&#8217;t already heard or read the transcript of Chris Pearson&#8217;s arguments against using the GPL I&#8217;ll sum it up for you. Chris has three main problems with the GPL. He didn&#8217;t itemize them very well on the podcast but this is what I was able to extract myself. Chris feels&#8230; as though [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Speed limit sign" src="http://img.skitch.com/20100716-d8h9n5es2mb95ik47s6iqdft3e.jpg" alt="" width="240" height="320" /> For those that haven&#8217;t already <a href="http://mixergy.com/chris-pearson-matt-mullenweg/">heard or read the transcript of Chris Pearson&#8217;s arguments against using the GPL</a> I&#8217;ll sum it up for you. Chris has three main problems with the GPL. He didn&#8217;t itemize them very well on the podcast but this is what I was able to extract myself.</p>
<p>Chris feels&#8230;</p>
<ul>
<li>as though the GPL is not conducive to good business practice,</li>
<li>that it is not an enforceable license,</li>
<li>and that Thesis, a WordPress theme and the main product of Chris&#8217; company, somehow steps outside of the bounds of the GPL and so it shouldn&#8217;t apply.</li>
</ul>
<p>Those three main arguments would be great to debate, to discuss and to figure out definitive answers to. However, the way Chris went about it &#8211; by simply not distributing his theme under the GPL &#8211; is definitely breaking the law.</p>
<p>It is sort of like speeding down a highway because you don&#8217;t agree with the speed limit in that area and your arguments are that speed limits aren&#8217;t good for highway safety, that there are no cops around to write out tickets and that you are somehow exempt from the speed limit laws because you&#8217;re a remarkable driver.</p>
<p>Bringing up problems with a license or even saying that a license doesn&#8217;t feel right and you&#8217;d like to discuss it at large is always a valuable thing to do. Deliberately distributing software without the GPL on top of software that is protected by it is not a valuable thing to do.</p>
<p>Is the GPL good for business? Is it enforceable? Is Thesis somehow exempt from the terms inside of the GPL due to its complexity? I don&#8217;t know the answers to those questions but it&#8217;d be fascinating to find out.</p>
<p>If this goes to court it would set a precedent but I hope it doesn&#8217;t for everyone involved.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/notes/pearson-gpl/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>From the NFL to WordPress themes</title>
		<link>http://cdevroe.com/links/strojny-story/</link>
		<comments>http://cdevroe.com/links/strojny-story/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 13:57:25 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[drew strojny]]></category>
		<category><![CDATA[football]]></category>
		<category><![CDATA[nfl]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[the theme foundry]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=4154</guid>
		<description><![CDATA[Drew Strojny, former NFL player for the Eagles, Giants and Rams, had been moonlighting as a designer and open-source WordPress theme developer for years. The theme business, which is supported via support-membership-subscriptions (great business plan) is really taking off. Â So much so that he and his wife are doing that full time via The Theme [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nfl.com/players/drewstrojny/profile?id=STR571124">Drew Strojny</a>, former NFL player for the Eagles, Giants and Rams, had been moonlighting as a designer and open-source <a href="http://wordpress.org/">WordPress</a> theme developer for years. The theme business, which is supported via support-membership-subscriptions (great business plan) is really taking off. Â So much so that he and his wife are doing that full time via <a href="http://thethemefoundry.com/">The Theme Foundry</a>.</p>
<p>Recently Drew <a href="http://thethemefoundry.com/blog/last-3-years/">wrote up the backstory</a> to how this all happened and it is a fantastic read.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/strojny-story/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Viddler and VP8</title>
		<link>http://cdevroe.com/links/viddler-vp8/</link>
		<comments>http://cdevroe.com/links/viddler-vp8/#comments</comments>
		<pubDate>Fri, 21 May 2010 03:53:28 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[codec]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[viddler]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[vp8]]></category>
		<category><![CDATA[webm]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=4011</guid>
		<description><![CDATA[Google has open sourced VP8 and is using it as a basis for an entire open web media project. We at Viddler believe in our customers having choice. That&#8217;s why, hot on the heels of our support for HTML5 playback using H.264 on the iPad/iPhone, we&#8217;re announcing support for encoding into VP8 also. I&#8217;m really [...]]]></description>
			<content:encoded><![CDATA[<p>Google has <a href="http://www.fsf.org/news/free-software-foundation-statement-on-webm-and-vp8">open sourced VP8</a> and is using it as a basis for an entire <a href="http://www.webmproject.org/">open web media project</a>. We at <a href="http://viddler.com/">Viddler</a> believe in our customers having choice. That&#8217;s why, hot on the heels of <a href="http://blog.viddler.com/sandieman/html5-beta-ope/">our support for HTML5 playback using H.264 on the iPad/iPhone</a>, we&#8217;re <a href="http://blog.viddler.com/todd/webmvp8-on-the-loose/">announcing support for encoding into VP8</a> also.</p>
<p>I&#8217;m really proud of some of the stuff coming out of <a href="http://blog.viddler.com/">our blog</a> lately and the hits are just going to keep on coming.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/viddler-vp8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OneWay, FTP in the Finder</title>
		<link>http://cdevroe.com/links/oneway-ftp/</link>
		<comments>http://cdevroe.com/links/oneway-ftp/#comments</comments>
		<pubDate>Thu, 13 May 2010 02:08:31 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[oneway]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[transmit]]></category>
		<category><![CDATA[tuaw]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=3977</guid>
		<description><![CDATA[On the heels of the release of the great Transmit 4 comes OneWay a simple FTP utility (upload only, you can&#8217;t download anything) that works right from within the Finder. Need simple? OneWay. Need something a bit more? Transmit. Side note: OneWay is open source so there&#8217;s that. /via TJ Luoma on TUAW.]]></description>
			<content:encoded><![CDATA[<p>On the heels of <a href="http://cdevroe.com/links/transmit-4/">the release of the great Transmit 4</a> comes <a href="http://goto11.net/oneway/">OneWay</a> a simple FTP utility (upload only, you can&#8217;t download anything) that works right from within the Finder. Need simple? <a href="http://goto11.net/oneway/">OneWay</a>. Need something a bit more? <a href="http://panic.com/transmit/">Transmit</a>.</p>
<p>Side note: <a href="http://github.com/nrj/oneway">OneWay is open source</a> so there&#8217;s that.</p>
<p>/via <a href="http://www.tuaw.com/2010/05/12/oneway-for-fast-s-ftp-uploads/">TJ Luoma on TUAW</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/oneway-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview with GitHub team member Scott Chacon</title>
		<link>http://cdevroe.com/links/interview-github-chacon/</link>
		<comments>http://cdevroe.com/links/interview-github-chacon/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 15:56:25 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[scott chacon]]></category>
		<category><![CDATA[source control]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=3723</guid>
		<description><![CDATA[I was digging through this interview of GitHub developer Scott Chacon trying to find the most quoatable portion to paste here in hopes that you&#8217;d follow the link to the interview to read it. The fact is, though, the entire interview is dripping with awesome. Read it. /via Simon Willison.]]></description>
			<content:encoded><![CDATA[<p>I was digging through <a href="http://thegeektalk.com/interviews/scott-chacon">this interview of GitHub developer Scott Chacon</a> trying to find the most quoatable portion to paste here in hopes that you&#8217;d follow the link to the interview to read it. The fact is, though, the entire interview is dripping with awesome. Read it.</p>
<p>/via <a href="http://simonwillison.net/2010/Feb/22/rcorg/">Simon Willison</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/interview-github-chacon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pie Guy, a free web game for iPhone</title>
		<link>http://cdevroe.com/links/pie-guy/</link>
		<comments>http://cdevroe.com/links/pie-guy/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 15:55:12 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[neven mrgan]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[pie guy]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web app]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=3265</guid>
		<description><![CDATA[Pie Guy is a fun game for your iPhone that is free, is installed via the Web (it is a fancy Web page), works offline, and is actually a lot of fun (works sorta like Pac-Man). Neven Mrgan, the developer of Pie Guy, built the game &#8211; not only so people can enjoy the game [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://media.tumblr.com/tumblr_ktn1zxjK1U1qz50x3.png" width="460" alt="Pie Guy, for iPhone." /></p>
<p><a href="http://mrgan.tumblr.com/post/257187093/pie-guy">Pie Guy</a> is a fun game for your iPhone that is free, is installed via the Web (it is a fancy Web page), works offline, and is actually a lot of fun (works sorta like Pac-Man).</p>
<p><a href="http://mrgan.tumblr.com/">Neven Mrgan</a>, the developer of Pie Guy, built the game &#8211; not only so people can enjoy the game &#8211; but to help show what is possible via HTML, JavaScript, and CSS for building games or applications on the iPhone using the Web browser rather than native cocoa technologies.</p>
<blockquote><p>&#8220;If you find Pie Guy a fun game to play, well thatâ€™s grand.</p>
<p>But, I hope Pie Guy will also be an opportunity for the code-savvy among you to learn a trick or two about making serious web apps for the iPhone. Just grab my source code and tweak it. Iâ€™m not talking about just a fancied-up webpage here; this is a fullscreen game, with fast gameplay and responsive touch controls. I canâ€™t wait to see what a better programmer does with this stuff (itâ€™s not hard to program better than me!)&#8221;</p></blockquote>
<p>A very notable thing to do and I hope a ton of talented developers take him up on it. I&#8217;d love to see stuff like <a href="http://jquery.com/">jQuery</a> for iPhone games/apps (which I&#8217;m sure exists in some form or another).</p>
<p>Also of note: As Neven pointed out in his announcement post &#8211; don&#8217;t try this on your first generation iPhones. This game only performs well on an iPhone 3GS.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/pie-guy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A PHP Wrapper for Freewheel.tv&#8217;s API</title>
		<link>http://cdevroe.com/links/freewheelphp/</link>
		<comments>http://cdevroe.com/links/freewheelphp/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 19:36:23 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[jeff johns]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[viddler]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=2448</guid>
		<description><![CDATA[Jeff Johns, fellow Viddler team member and jogger (although he&#8217;s much more accomplished than I in that area), recently wrote and released an open source PHP wrapper for Freewheel&#8217;s API. Much needed by the Viddler team, open for the world.]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.com/phpfunk/">Jeff Johns</a>, fellow <a href="http://viddler.com/">Viddler</a> team member and jogger (although he&#8217;s <em>much more</em> accomplished than I in that area), recently wrote and released an open source <a href="http://code.google.com/p/freewheelphp/">PHP wrapper for Freewheel&#8217;s API</a>. Much needed by the Viddler team, open for the world.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/freewheelphp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Add a progress bar to your Viddler uploads</title>
		<link>http://cdevroe.com/links/phpviddleruploadify/</link>
		<comments>http://cdevroe.com/links/phpviddleruploadify/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 12:38:23 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpviddler]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[progress]]></category>
		<category><![CDATA[swfobject]]></category>
		<category><![CDATA[uploadify]]></category>
		<category><![CDATA[uploading]]></category>
		<category><![CDATA[viddler]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=2378</guid>
		<description><![CDATA[We get this question a lot at Viddler: How can I add a progress bar to my uploads using the Viddler API? We&#8217;re always asked if this is something included in our API wrappers. Until now, it hasn&#8217;t been. That&#8217;s where phpViddlerUploadify comes in. This extension to phpViddler, our PHP wrapper for our API, makes [...]]]></description>
			<content:encoded><![CDATA[<p>We get this question a lot at <a href="http://viddler.com/">Viddler</a>: How can I add a progress bar to my uploads using the Viddler API? We&#8217;re always asked if this is something included in <a href="http://developers.viddler.com/projects/api-wrappers/">our API wrappers</a>. Until now, it hasn&#8217;t been. That&#8217;s where <a href="http://developers.viddler.com/projects/api-wrappers/phpviddler/uploadify/">phpViddlerUploadify</a> comes in. This extension to <a href="http://developers.viddler.com/projects/api-wrappers/phpviddler/">phpViddler</a>, our PHP wrapper for <a href="http://developers.viddler.com/documentation/api/">our API</a>, makes it pretty easy to use the open source JavaScript library <a href="http://jquery.com/">jQuery</a> and the extension <a href="http://uploadify.com/">Uploadify</a> to add progress indicators to your Viddler uploads.</p>
<p>Go forth, and hack!  Oh, and <a href="http://code.google.com/p/phpviddleruploadify/">its completely open source too</a>. (More on this later.)</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/phpviddleruploadify/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wolfenstein 3D now on the iPhone, but wait, there&#8217;s more</title>
		<link>http://cdevroe.com/links/wolfenstein-3d-iphone/</link>
		<comments>http://cdevroe.com/links/wolfenstein-3d-iphone/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 19:28:42 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[daringfireball]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[id software]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[john carmack]]></category>
		<category><![CDATA[john-gruber]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[wolfenstein 3d]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=1926</guid>
		<description><![CDATA[id Software recently released Wolfenstein 3D for the iPhone. This is fantastic news. The game that started the entire first-person shooter genre is now on the iPhone. But there is more. id is releasing the source code for the game. (See link at the bottom of this page.) And John Carmack, the brains behind nearly [...]]]></description>
			<content:encoded><![CDATA[<p>id Software recently <a href="http://www.idsoftware.com/wolfenstein3dclassic/">released Wolfenstein 3D for the iPhone</a>. This is fantastic news. The game that started the entire first-person shooter genre is now on the iPhone.</p>
<p>But there is more.  id is releasing the source code for the game. (See link at the bottom of <a href="http://www.idsoftware.com/wolfenstein3dclassic/">this page</a>.) And John Carmack, the brains behind nearly every id project for the last several decades, <a href="http://www.idsoftware.com/wolfenstein3dclassic/wolfdevelopment.htm">wrote about his experiences with development on the iPhon</a>e.</p>
<p>Via: John Gruber.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/wolfenstein-3d-iphone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Is WordPress&#8217; licensing too strict?</title>
		<link>http://cdevroe.com/links/wordpress-habari-licensing/</link>
		<comments>http://cdevroe.com/links/wordpress-habari-licensing/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 12:31:46 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[habari]]></category>
		<category><![CDATA[licensing]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[owen-winkler]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=1101</guid>
		<description><![CDATA[Owen Winkler, who leads the Habari project, makes an interesting case for how "...Habari absolutely slaughters WordPress" in the licensing department.]]></description>
			<content:encoded><![CDATA[<p><a href="http://owenw.com/">Owen Winkler</a>, who leads <a href="http://www.habariproject.org/en/">the Habari project</a>, makes an interesting case for how &#8220;&#8230;Habari absolutely slaughters WordPress&#8221; in the licensing department. Â He sums up his thoughts this way, which I think would raise just about anyone&#8217;s eyebrows that works with <a href="http://wordpress.org/">WordPress</a>.</p>
<blockquote><p>&#8220;So that&#8217;s it. Before you even get into the technical merits of the platforms, think about the license, especially if you&#8217;re a theme developer. Slapping a Creative Commons license on your theme will work just fine for Habari. Doing it for WordPress is a violation of their license.&#8221;</p></blockquote>
<p>He says this because WordPress is released under theÂ <a href="http://codex.wordpress.org/GPL">GNU General Public License</a>Â that states that if you create a work that contains any part of WordPress it must &#8220;be licensed as a whole at no charge to all third parties under the terms of this License&#8221;. Which is pretty much anything built &#8220;on top&#8221; of WordPress, right? Â Plugins, themes, small widgets, all have WordPress&#8217; built-in functions in them.</p>
<p>Should this be a real cause for concern? Owen thinks so. Â There is some interesting chatter in the comments of his post too.</p>
<p>Source:Â <a href="http://asymptomatic.net/2008/09/09/2751/one-way-in-which-habari-absolutely-slaughters-wordpress">One Way in which Habari Absolutely Slaughters WordPress</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/wordpress-habari-licensing/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Timeframe, a better calendar</title>
		<link>http://cdevroe.com/links/timeframe-js/</link>
		<comments>http://cdevroe.com/links/timeframe-js/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 13:26:30 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[timeframe]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=638</guid>
		<description><![CDATA[An open source Javascript calendar widget that is simply head and shoulders above the rest.]]></description>
			<content:encoded><![CDATA[<p>Timeframe is &#8220;Click-draggable. Range-makeable. A better calendar.&#8221;, and is open-source. Â It is thoroughly impressive, a great implementation, and works best in Safari!</p>
<div class="postImage-right"><img src="http://img.skitch.com/20080425-x49j418i7hq5csrftfhd3hnbba.jpg" alt="" width="240" />
<p>Timeframe demo</p>
</div>
<p>The demonstration (pictured) is by far the best calendar &#8220;widget&#8221; I&#8217;ve seen in a browser. Â One of my favorite things is the date range tools which is where Timeframe strived to excel and succeeded. Â Not only can you enter in a date range by typing it in, which will then result in the same range being selected in the calendar view above, but you can also click, drag, and select the range within the calendar view itself.</p>
<p>There are some desktop application calendars that pale in comparison to Timeframe. Â iPhoto is the first example that comes to my mind &#8211; you can&#8217;t even select a date range in iPhoto! Â Anyways. Â Give Timeframe a spin and if you&#8217;re a developer, start putting this into your applications pronto.</p>
<p>Source:Â <a href="http://stephencelis.com/projects/timeframe">Timeframe</a>.<br />
Via: <a href="http://daringfireball.net/linked/2008/april#wed-23-timeframe">John Gruber&#8217;s linked list</a>.Â </p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/timeframe-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In response to: PHP, MySQL, and Contact Management: Contacts 0.1 by Jon Christopher</title>
		<link>http://cdevroe.com/notes/contacts01/</link>
		<comments>http://cdevroe.com/notes/contacts01/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 16:59:25 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[address-book]]></category>
		<category><![CDATA[contacts]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[hatom]]></category>
		<category><![CDATA[hcard]]></category>
		<category><![CDATA[jon-christopher]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[open-source]]></category>

		<guid isPermaLink="false">http://cdevroe.com/notes/contacts01/</guid>
		<description><![CDATA[Responding to my friend Jon's project that he would like a little feeback on.  Want to help out?]]></description>
			<content:encoded><![CDATA[<p>How is this for a long title?  My friend <a href="http://mondaybynoon.com/" rel="friend">Jon Christopher</a> is asking for some feedback on a little side project he is working on.  I thought I&#8217;d duplicate <a href="http://mondaybynoon.com/2007/10/22/php-mysql-and-contact-management-contacts-01/#comment-46105">my comment</a> I made on <a href="http://mondaybynoon.com/2007/10/22/php-mysql-and-contact-management-contacts-01/">his post</a> in hopes that if any one that reads this would be interested in following this project too.  So if you have any interest at all in providing feedback, helping Jon with his project, or keeping up-to-date with his &#8220;contacts&#8221; application &#8211; watch <a href="http://mondaybynoon.com/">his site</a>.</p>
<blockquote><p>After reading through your list of feature requests I&#8217;m not so sure I have a ton to add at the outset.  But here are some things I&#8217;d like to see added &#8220;long term&#8221; (and may even take the time to help you with should I get a few free moments):</p>
<p>1. Export to vCard<br />
You can setup a permalink per contact (an address card if you will) then just push the URL of said card to <a href="http://technorati.com/contacts/">Technorati&#8217;s Contact Service</a> (eg. <a href="http://feeds.technorati.com/contacts/http://cdevroe.com/about/">my vCard</a>).</p>
<p>2. Option to show and/or link to maps service.<br />
Typically a link would be created to open the current address in Google/Yahoo! Maps or Mapquest.  However now that <a href="http://www.google.com/apis/maps/">Google Maps can be embedded easily</a> I think it&#8217;d be a nice addition.</p>
<p>3. iPhone version<br />
Perhaps this is in your plans with the &#8216;mobile version&#8217; you mentioned.  The iPhone could easily navigate the current layout (since it has a full version of mobile Safari running Webkit) &#8211; but creating a simple look up and entry point for this application for the iPhone would be killer.  I could see companies or family sharing a contacts database this way.</p>
<p>4. hAtom for the hell of it?<br />
The main reason I think it&#8217;d be cool to add hAtom is so that coworkers or family members could subscribe to changes found in the database.  If someone&#8217;s number is changed and/or a new contact is added to the database by one of the applications users &#8211; all other users would be notified via a feed.</p>
<p>5. Data import / export / share.<br />
Obviously having some way to import my current address book would be killer.  Also, exporting for backup or moving to another platform (or just into my address book) would be killer too.  Exporting into vCard per card is ok but if we could have one big vCard with all contacts that&#8217;d be neat).  This could be done pretty easily with a large list of all contacts on a single sheet marked up with hCard.  Though that probably wouldn&#8217;t scale too hot.</p>
<p>Sharing though  &#8211; is something I think would be really neat.  It&#8217;d be neat to create a community around this project and allow people to share their contact information through this system automatically importing anyone that shares their information into a new &#8220;company&#8221; called &#8220;shared contacts&#8221;.  Quick and easy way to get in contact with other people that use this app.  Just a thought.</p>
<p>6. AIM / Skype contact information<br />
I suppose support for Yahoo!, MSN, Jabber, Gmail, etc would be a plus.  But for me AIM and Skype information is crucial.</p>
<p>This isn&#8217;t all &#8211; I will have more.  Now you have wanting to help you out!!</p></blockquote>
<p>I&#8217;m leaving comments off on this post because all discussion surrounding this project should be done on his site.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/notes/contacts01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgraded to WordPress 2.1</title>
		<link>http://cdevroe.com/notes/wp21/</link>
		<comments>http://cdevroe.com/notes/wp21/#comments</comments>
		<pubDate>Tue, 23 Jan 2007 14:08:39 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[ella]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://cdevroe.com/notes/wp21/</guid>
		<description><![CDATA[I'm on the cutting-edge.]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/development/2007/01/ella-21/">WordPress 2.1 has been released</a>, and some of the latest features intrigued me (mostly the speed improvements and the fact that one of the official <a href="http://www.mysql.com/">MySQL</a> dudes went through all of the queries), so I&#8217;ve upgraded this site to &#8220;Ella&#8221;.</p>
<p>If you experience any problems, <a href="http://cdevroe.com/about/">let me know</a>.  If you don&#8217;t, upgrade your own blog to the latest version because, from what I&#8217;m seeing so far, it is definitely a lot faster and cleaner than it was previously.</p>
<p><strong>UPDATE:</strong> One of the features that I didn&#8217;t see documented elsewhere, but I have found to be a really nice addition, is that now when you post a comment you are automatically redirected back to your comment instead of just the post&#8217;s permalink.  So, if I&#8217;m the third comment on a page &#8211; I no longer need to scroll down to make sure my comment was recorded properly &#8211; WordPress forwards me right to my comment&#8217;s bookmark.</p>
<p>Go &#8216;head, give it a whirl here on my blog on any post.  Pretty cool.</p>
<p>[tags]wordpress, open source, upgrade, ella, mysql[/tags]<br />
[slug]wp21[/slug]</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/notes/wp21/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Happy Pals: The WordPress plugin that will make linking to your friends fun again!</title>
		<link>http://cdevroe.com/notes/happy-pals/</link>
		<comments>http://cdevroe.com/notes/happy-pals/#comments</comments>
		<pubDate>Fri, 08 Sep 2006 17:45:54 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[chancecube]]></category>
		<category><![CDATA[happy-pals]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://cdevroe.com/notes/happy-pals/</guid>
		<description><![CDATA[No really.  Linking to your friend's sites when you mention them in your posts isn't only courteous, now it can be fun too.]]></description>
			<content:encoded><![CDATA[<p>We (meaning <a href="http://screenflicker.com/mike/" rel="friend met">Mike</a> and I), just got finished with a first pass of a WordPress plugin that we&#8217;ve called <a href="http://chancecube.com/products/happypals/">Happy Pals</a> that will automatically find the <code>REL</code> attributes in your posts, and assign the appropriate classes to those links.  This way, you can style links to your friends differently than you do links to anywhere else.  <a href="http://chancecube.com/archives/2006/09/08/introducing-happy-pals/">Here is our announcement</a> about Happy Pals.</p>
<p>I have the plugin activated here on my site, but haven&#8217;t decided how I am going to style my links yet.  Fun fun!</p>
<p>[tags]wordpress, plugin, happy pals, open source, chancecube[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/notes/happy-pals/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

