<?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>Tony Thomas &#187; cullect</title>
	<atom:link href="http://anthonygthomas.com/tag/cullect/feed/" rel="self" type="application/rss+xml" />
	<link>http://anthonygthomas.com</link>
	<description>Father to two, husband to one, web developer and musician.</description>
	<lastBuildDate>Fri, 11 Nov 2011 14:00:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>My Private Summer of Coding</title>
		<link>http://anthonygthomas.com/2008/05/13/my-private-summer-of-coding/</link>
		<comments>http://anthonygthomas.com/2008/05/13/my-private-summer-of-coding/#comments</comments>
		<pubDate>Tue, 13 May 2008 18:02:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[About the Author]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[cullect]]></category>
		<category><![CDATA[PodPress]]></category>
		<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[Tony Thomas]]></category>

		<guid isPermaLink="false">http://anthonygthomas.com/?p=32</guid>
		<description><![CDATA[A couple of weeks ago I met with Garrick VanBuren to talk about cullect.com. I came away from the lunch excited about two things: Trying out some of the features in cullect that I hadn&#8217;t quite understood before and giving Ruby on Rails another shot. I went to lunch with Garrick to offer him some [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago I met with <a href="http://garrickvanburen.com/" onclick="pageTracker._trackPageview('/outgoing/garrickvanburen.com/?referer=');">Garrick VanBuren</a> to talk about <a href="http://cullect.com" onclick="pageTracker._trackPageview('/outgoing/cullect.com?referer=');">cullect.com</a>. I came away from the lunch excited about two things: Trying out some of the features in cullect that I hadn&#8217;t quite understood before and giving Ruby on Rails another shot.</p>
<p>I went to lunch with Garrick to offer him some feedback about why I hadn&#8217;t adopted cullect yet. (I&#8217;ve had an account for about 7 months.) A few colleagues were raving about it. I knew I had to be missing something. I was.</p>
<p>While I think cullect has a way to go before widespread adoption (it runs a little slow on my PowerBook), I see what everyone else likes about it and more importantly, I see lots of potential. So, nice work Garrick. I drank the Kool-Aid. <a href="http://cullect.com/206" onclick="pageTracker._trackPageview('/outgoing/cullect.com/206?referer=');">I now curate a small batch of feeds about music</a> and &#8220;recommend&#8221; posts so the best rise to the top in my &#8220;Important&#8221; list. <a href="http://minneapoliscast.com" onclick="pageTracker._trackPageview('/outgoing/minneapoliscast.com?referer=');">This way I can also repurpose those same articles to Minneapoliscast</a>. In other words, I can repurpose content so that relevant reading is included with what I publish. It&#8217;s fun and it&#8217;s cool.</p>
<p>I&#8217;m not even going to talk about how you can pay cullect so that part of your monthly subscription goes to publishers you read. I can&#8217;t even tell you how cool I think that is.</p>
<p>What I really wanted to write about is how I came away from our conversation inspired to try Ruby on Rails. I&#8217;ve been toying with RoR for about a year now. As I started working my way through <em>Agile Web Development on Rails</em> last year, the realization gradually dawned on me that I was going to have to sit down and learn Ruby. So I bought a pdf version of <em>Programming Ruby</em>, but I didn&#8217;t really get very far before other duties called. I just didn&#8217;t have time to learn a new language.</p>
<p>After talking with Garrick I was determined to give it another shot. Then I thought, there has to be a Rails-like set of tools for PHP&#8211;a language I&#8217;ve been working in for years. That thought and a quick Google search led me to <a href="http://cakephp.org" onclick="pageTracker._trackPageview('/outgoing/cakephp.org?referer=');">CakePHP</a>.</p>
<p>Two weeks later and I&#8217;m near completion of the first module to <a href="http://cvp.umn.edu" onclick="pageTracker._trackPageview('/outgoing/cvp.umn.edu?referer=');">manage clinic and lab data here at work</a>. Once I got my head wrapped around MVC and the built-in helpers in CakePHP, the development got faster and faster. (Disclosure: The database was already fully envisioned and built beforehand. An important first step.) I can&#8217;t tell you how gratifying it is to quickly code something in a few lines, test it and have it work. I have a whole summer of coding ahead of me. I&#8217;m very excited to deploy this application by fall.</p>
<p>On a final note, I was feeling a little cocky, so I coded my first <a href="http://wordpress.org" onclick="pageTracker._trackPageview('/outgoing/wordpress.org?referer=');">WordPress</a> plugin yesterday too. Again, easy. It&#8217;s not quite ready for public release yet but with a little tweaking, I might just release it. Basically it just pulls in <a href="http://www.mightyseek.com/podpress/" onclick="pageTracker._trackPageview('/outgoing/www.mightyseek.com/podpress/?referer=');">PodPress</a> data and lists the ten most popular podcasts on Minneapoliscast.</p>
<p>I was a little worried that with our research slowing down over the summer I was going to be bored. Now I&#8217;m really looking forward to the coming months. Fun stuff.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://anthonygthomas.com/2008/05/13/my-private-summer-of-coding/" rel="bookmark" title="May 13, 2008">My Private Summer of Coding</a></li>
<li><a href="http://anthonygthomas.com/2008/04/11/transparency/" rel="bookmark" title="April 11, 2008">Transparency</a></li>
<li><a href="http://anthonygthomas.com/2008/03/26/be-careful-with-your-betas/" rel="bookmark" title="March 26, 2008">Be Careful With Your Betas</a></li>
<li><a href="http://anthonygthomas.com/2008/03/31/will-apple-google-one-day-be-perceived-like-microsoft-is-now/" rel="bookmark" title="March 31, 2008">Will Apple &#038; Google One Day Be Perceived Like Microsoft Is Now?</a></li>
<li><a href="http://anthonygthomas.com/2010/01/08/using-mind-mapping-software-to-develop-data-models/" rel="bookmark" title="January 8, 2010">Using Mind Mapping Software to Develop Data Models</a></li>
</ul>
<p><!-- Similar Posts took 5.430 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://anthonygthomas.com/2008/05/13/my-private-summer-of-coding/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

