<?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>Pratthost Developer Zone &#187; Basecamp</title>
	<atom:link href="http://devzone.pratthost.com/category/basecamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://devzone.pratthost.com</link>
	<description>A resource for web developers</description>
	<lastBuildDate>Tue, 29 Jun 2010 18:47:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Basecamp: New Info From 37 Signals</title>
		<link>http://devzone.pratthost.com/2008/12/08/basecamp-new-info-from-37-signals/</link>
		<comments>http://devzone.pratthost.com/2008/12/08/basecamp-new-info-from-37-signals/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 21:28:09 +0000</pubDate>
		<dc:creator>Josh Pratt</dc:creator>
				<category><![CDATA[Basecamp]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://devzone.pratthost.com/?p=311</guid>
		<description><![CDATA[I was able to get in contact with a developer from 37 Signals over the weekend. I ran into some troubles finding a solid way to process the responses when you post, get, or put data to/from the Basecamp API. Turns out, the documentation is out-dated, and there are some known inconsistencies. So &#8211; now [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://devzone.pratthost.com/wp-content/uploads/2008/10/icon_basecamp.jpg" alt="" title="Basecamp Icon" width="68" height="68" class="alignleft size-medium wp-image-181" /></p>
<p>I was able to get in contact with a developer from <a href="http://www.37signals.com/">37 Signals</a> over the weekend.  I ran into some troubles finding a solid way to process the responses when you post, get, or put data to/from the Basecamp API.  Turns out, the documentation is out-dated, and there are some known inconsistencies.</p>
<p>So &#8211; now knowing some crucial information &#8220;from the horse&#8217;s mouth&#8221;, I know now how to properly process the responses.  This will be implemented in version 1.2.  I&#8217;ll keep you posted!</p>
]]></content:encoded>
			<wfw:commentRss>http://devzone.pratthost.com/2008/12/08/basecamp-new-info-from-37-signals/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Basecamp API: PHP Class &#8211; Version 1.1 Released</title>
		<link>http://devzone.pratthost.com/2008/12/04/basecamp-api-php-class-version-11-released/</link>
		<comments>http://devzone.pratthost.com/2008/12/04/basecamp-api-php-class-version-11-released/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 04:45:00 +0000</pubDate>
		<dc:creator>Josh Pratt</dc:creator>
				<category><![CDATA[Basecamp]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://devzone.pratthost.com/?p=299</guid>
		<description><![CDATA[Version 1.1 is now released. Please check out the Basecamp PHP Class page for new documentation and download information. There were a lot of changes, new methods (including file attachments), and bug fixes in 1.1. There&#8217;s still a lot of work to do, but I like to get it out into the user&#8217;s hands for [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://devzone.pratthost.com/wp-content/uploads/2008/10/icon_basecamp.jpg" alt="" title="Basecamp Icon" width="68" height="68" class="alignleft size-medium wp-image-181" /></p>
<p>Version 1.1 is now released. Please check out the <a href="http://devzone.pratthost.com/basecamp-php-class/">Basecamp PHP Class page</a> for new documentation and download information.</p>
<p>There were a lot of changes, new methods (including file attachments), and bug fixes in 1.1.  There&#8217;s still a lot of work to do, but I like to get it out into the user&#8217;s hands for feedback and bug-tracking.  If you are noticing something that isn&#8217;t working, or is glitchy, first check the method documentation within the class itself to make sure you are using it correction, then if it still isn&#8217;t working right &#8211; please let me know! (Post a comment here).</p>
<p>I may have easily incorrectly documented something, or forgot to make changes.  I ran out of time this evening and had to rush through it.  So, please keep that in mind!</p>
<p>I am very open to making quick changes/fixes and releases.  One of the best ways to contact me is through AIM (&#8220;creativearcjosh&#8221;).  Feel free to hop on and ask questions or make suggestions if I&#8217;m online.</p>
<p>I want to make this PHP class good, and solid.  So &#8211; I love the feedback and suggestions.  Keep them coming!</p>
]]></content:encoded>
			<wfw:commentRss>http://devzone.pratthost.com/2008/12/04/basecamp-api-php-class-version-11-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Basecamp API: PHP Class &#8211; Version 1.0 Launched</title>
		<link>http://devzone.pratthost.com/2008/11/21/basecamp-api-php-class-version-10-launched/</link>
		<comments>http://devzone.pratthost.com/2008/11/21/basecamp-api-php-class-version-10-launched/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 05:12:28 +0000</pubDate>
		<dc:creator>Josh Pratt</dc:creator>
				<category><![CDATA[Basecamp]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://devzone.pratthost.com/?p=268</guid>
		<description><![CDATA[The time has come to launch version 1.0 of my Basecamp PHP Class. It&#8217;s by no means complete, but it does a majority of the main core features. So, instead of sitting on it for a while, I figured that it was best to launch it early and keep building upon it (hoping too that [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://devzone.pratthost.com/wp-content/uploads/2008/10/icon_basecamp.jpg" alt="" title="Basecamp Icon" width="68" height="68" class="alignleft size-medium wp-image-181"  /></p>
<p>The time has come to launch version 1.0 of my Basecamp PHP Class.  It&#8217;s by no means complete, but it does a majority of the main core features.  So, instead of sitting on it for a while, I figured that it was best to launch it early and keep building upon it (hoping too that I will receive more feedback on it).</p>
<p>So, please check it out on the <a href="http://devzone.pratthost.com/basecamp-php-class/">Basecamp API PHP Class page</a>.  I whipped together a quick documentation page as well listing how to use the core methods, as well as a bunch of the simple set and get public methods.</p>
]]></content:encoded>
			<wfw:commentRss>http://devzone.pratthost.com/2008/11/21/basecamp-api-php-class-version-10-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
