<?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>Hotchkiss Consulting &#187; Uncategorized</title>
	<atom:link href="http://hotchkissconsulting.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://hotchkissconsulting.net</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 12 Apr 2012 21:30:42 +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>Importing Basecamp Tasks into iCal</title>
		<link>http://hotchkissconsulting.net/importing-basecamp-tasks-into-ical/</link>
		<comments>http://hotchkissconsulting.net/importing-basecamp-tasks-into-ical/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 10:24:49 +0000</pubDate>
		<dc:creator>Sam Hotchkiss</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hotchkissconsulting.net/?p=246</guid>
		<description><![CDATA[I&#8217;ve been back and forth a thousand times on Basecamp&#8211; I love it and I hate it, and have tried every alternative, but I just keep coming back.  So instead of switching again, I&#8217;ve decided I should just start fixing the things that bug me, and I&#8217;ve started with the fact that I can&#8217;t get [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hotchkissconsulting.net/wp-content/uploads/2009/11/basecamp-logo-for-fluid1.png"><img class="alignright size-full wp-image-251" title="basecamp-logo-for-fluid" src="http://hotchkissconsulting.net/wp-content/uploads/2009/11/basecamp-logo-for-fluid1.png" alt="basecamp-logo-for-fluid" width="320" height="266" /></a>I&#8217;ve been back and forth a thousand times on Basecamp&#8211; I love it and I hate it, and have tried every alternative, but I just keep coming back.  So instead of switching again, I&#8217;ve decided I should just start fixing the things that bug me, and I&#8217;ve started with the fact that I can&#8217;t get a feed of my tasks into iCal.  Since ICS feeds are read-only, there&#8217;s no way to be able to check off basecamp tasks in iCal, but I&#8217;ve started using <a href="http://www.celmaro.com/minco/">Minco</a> to track my time (great app, by the way), and it pulls in a list of items to track from your iCal to do list.  I&#8217;m sure you see where this is going&#8211; if I can push my Basecamp tasks into iCal, then Minco can see them.  Maybe you have another reason for wanting your tasks in iCal, but this was mine.  Anyway, thanks to <a href="http://www.phpinsider.com/">Monte Ohrt&#8217;s </a><a href="http://code.google.com/p/basecamp-php-api/">Basecamp PHP API library</a>, I was able to throw together an API tool to pull my tasks and push them out into an ICS feed in just an hour!  I&#8217;ve made this tool available so you can easily drop it into iCal and away you go.  Or, if you&#8217;d rather dig into it yourself, you can download my code from: <a href="http://tr.im/EjnN">http://tr.im/EjnN</a><br />
<span id="more-246"></span><br />
To use this tool, all you need to do is make a couple quick edits to this URL:</p>
<p>http://bctasks.hdev1.com/mytasks.php?site=<strong>SiteURLSegment</strong>&#038;user=<strong>YourUsername</strong>&#038;password=<strong>YourPassword</strong></p>
<p>Username and Password should be self explanatory.  SiteURLSegment is the portion of your Basecamp URL between the http:// and the .basecamphq.com/ &#8212; if your Basecamp account is at http://hotchkissconsulting.basecamphq.com/, your SiteURLSegment would be hotchkissconsulting.</p>
<p>Nothing shows better than an example, though, so here&#8217;s what my URL would be if my password was &#8216;iLovePHP&#8217;</p>
<p>http://bctasks.hdev1.com/mytasks.php?site=hotchkissconsulting&#038;user=sam&#038;password=iLovePHP</p>
<p>Then, to feed your tasks into iCal, all you need to do is:</p>
<ol>
<li>Open iCal</li>
<li>Select &#8216;Subscribe&#8217; from the Calendar menu</li>
<li>Enter your custom URL</li>
<li>Make sure &#8220;Remove To Do Items&#8221; is <strong>NOT</strong> checked</li>
<li>Set your auto-refresh to however often you want to check for new tasks and get rid of completed ones</li>
<li>Press Okay</li>
</ol>
<p>and Voila, all your Basecamp tasks are there in iCal.</p>
<p><strong>Since BC tasks are context based </strong>(they sit within a project and a task list so you know what they&#8217;re about), I brought in this information, so your task in iCal will show up as &#8220;ProjectName ListName &#8211; Task Name&#8221;</p>
<p><strong>Also, I&#8217;ve put in &#8216;short name&#8217; functionality.</strong> A lot of my tasks are fairly verbose, and I want to be able to see what the task is quickly and easily.  So I put in support for short names&#8211; you can use this in the project name, task list name, and the title of the actual task.  All you have to do is put the name you want to show up in iCal inside [square brackets].  So, if I had a task list named &#8220;Preparations for Launch [Launch]&#8220;, the feed will only show the list name as &#8220;Launch&#8221;.  This helps to keep things short and reasonable.</p>
<p>Questions?  Comments?  Let me know!</p>
<p><strong>Note: I do <span style="text-decoration: underline;">not</span> store your Basecamp username and password&#8211; </strong>this information is passed directly through to 37signals and never gets stored on my server.  If you&#8217;re uncomfortable with this, feel free to <a href="http://tr.im/EjnN">download the source code</a> and run it on your server.</p>
]]></content:encoded>
			<wfw:commentRss>http://hotchkissconsulting.net/importing-basecamp-tasks-into-ical/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Remember The Milk -&gt; Email Update</title>
		<link>http://hotchkissconsulting.net/remember-the-milk-email-update/</link>
		<comments>http://hotchkissconsulting.net/remember-the-milk-email-update/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 21:18:23 +0000</pubDate>
		<dc:creator>Sam Hotchkiss</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hotchkissconsulting.net/?p=159</guid>
		<description><![CDATA[Hey guys&#8211; I&#8217;ve decided that instead of just posting some convoluted RTM email scripts, I&#8217;m going to put together an RTM API PHP Class (wow, that&#8217;s a lot of acronyms), then, once this is done, I&#8217;ll be building an RTM-&#62;Email gateway for everyone to use. Huzzahs all around?]]></description>
			<content:encoded><![CDATA[<p>Hey guys&#8211; I&#8217;ve decided that instead of just posting some convoluted RTM email scripts, I&#8217;m going to put together an RTM API PHP Class (wow, that&#8217;s a lot of acronyms), then, once this is done, I&#8217;ll be building an RTM-&gt;Email gateway for everyone to use.</p>
<p>Huzzahs all around?</p>
]]></content:encoded>
			<wfw:commentRss>http://hotchkissconsulting.net/remember-the-milk-email-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

