<?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"
	>

<channel>
	<title>Open Development</title>
	<atom:link href="http://blogs.tankersleywebsolutions.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.tankersleywebsolutions.com</link>
	<description>An Open Discussion on the Web and Programming</description>
	<pubDate>Thu, 20 Nov 2008 03:45:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Biff Project Manager Launched</title>
		<link>http://blogs.tankersleywebsolutions.com/2008/11/19/biff-project-manager-launched/</link>
		<comments>http://blogs.tankersleywebsolutions.com/2008/11/19/biff-project-manager-launched/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 03:45:30 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[TWS Software]]></category>

		<category><![CDATA[This Site]]></category>

		<guid isPermaLink="false">http://blogs.tankersleywebsolutions.com/?p=144</guid>
		<description><![CDATA[Another project of mine has been launched - Biff Project Manager. Biff Project Manager is a project management system that I am building to replace my by-hand method of project management. The first SVN commit has been made and you can check out a fresh copy from Google Code.
What does it do?
Right now not a [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Biff Project Manager Launched", url: "http://blogs.tankersleywebsolutions.com/2008/11/19/biff-project-manager-launched/" });</script>]]></description>
			<content:encoded><![CDATA[<p>Another project of mine has been launched - <a href="http://code.google.com/p/biffprojectmanager" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">Biff Project Manager</a>. Biff Project Manager is a project management system that I am building to replace my by-hand method of project management. The first SVN commit has been made and you can check out a fresh copy from Google Code.</p>
<p><strong>What does it do?</strong></p>
<p>Right now not a whole lot. You can add projects and tasks to those projects. Thanks to the beauty of jQuery and AJAX you can edit the tasks right there in the table without having to go to any special pages so updating your tasks is as simple as using a spreadsheet. It is great for simply noting down what you need to do but in the coming weeks it will be expanded to do much more. Time spent on each task is recorded as well as who completed the task.</p>
<p><strong>Installation</strong></p>
<p>Installation is fairly easy. Check out a copy from SVN and put it up on your web host. You will need to edit the &#8216;public/.htaccess&#8217; file&#8217;s rewrite rule to the path that you unpacked it to. Once that is done run the SQL setup script in &#8216;data/db/base.sql&#8217; to set up a basic database. That&#8217;s all there is!</p>
<p><map name='google_ad_map_144_ffa430e70ec2aad4'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/144?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_144_ffa430e70ec2aad4' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=144&amp;url= http%3A%2F%2Fblogs.tankersleywebsolutions.com%2F2008%2F11%2F19%2Fbiff-project-manager-launched%2F' /></p><p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=56c31a51-113a-4535-bce5-6242657e1abb&amp;title=Biff+Project+Manager+Launched&amp;url=http%3A%2F%2Fblogs.tankersleywebsolutions.com%2F2008%2F11%2F19%2Fbiff-project-manager-launched%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.tankersleywebsolutions.com/2008/11/19/biff-project-manager-launched/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BiffCMS Updated</title>
		<link>http://blogs.tankersleywebsolutions.com/2008/10/25/biffcms-updated/</link>
		<comments>http://blogs.tankersleywebsolutions.com/2008/10/25/biffcms-updated/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 20:55:56 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<category><![CDATA[TWS Software]]></category>

		<category><![CDATA[biffcms projects]]></category>

		<guid isPermaLink="false">http://blogs.tankersleywebsolutions.com/?p=142</guid>
		<description><![CDATA[It&#8217;s been almost a year but I have updated the code on Google Code to reflect the newest version of BiffCMS. What&#8217;s been changed?

Old PHP4 code has been replaced with PHP5
Custom API has been dropped in favor of the Zend Framework
Actually works (for the most part)!

You can check out installation instructions here. Work will be [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "BiffCMS Updated", url: "http://blogs.tankersleywebsolutions.com/2008/10/25/biffcms-updated/" });</script>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been almost a year but I have updated the <a href="http://code.google.com/p/biffcms" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">code on Google Code</a> to reflect the newest version of BiffCMS. What&#8217;s been changed?</p>
<ul>
<li>Old PHP4 code has been replaced with PHP5</li>
<li>Custom API has been dropped in favor of the <a href="http://framework.zend.com" onclick="javascript:pageTracker._trackPageview ('/outbound/framework.zend.com');">Zend Framework</a></li>
<li>Actually works (for the most part)!</li>
</ul>
<p>You can check out installation instructions <a href="http://code.google.com/p/biffcms/wiki/Installation?ts=1224967901&amp;updated=Installation" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">here</a>. Work will be progressing on it quickly so if anyone has any feedback I&#8217;d love to know.</p>
<p><map name='google_ad_map_142_ffa430e70ec2aad4'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/142?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_142_ffa430e70ec2aad4' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=142&amp;url= http%3A%2F%2Fblogs.tankersleywebsolutions.com%2F2008%2F10%2F25%2Fbiffcms-updated%2F' /></p><p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=56c31a51-113a-4535-bce5-6242657e1abb&amp;title=BiffCMS+Updated&amp;url=http%3A%2F%2Fblogs.tankersleywebsolutions.com%2F2008%2F10%2F25%2Fbiffcms-updated%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.tankersleywebsolutions.com/2008/10/25/biffcms-updated/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter Updates for 2008-09-16</title>
		<link>http://blogs.tankersleywebsolutions.com/2008/09/16/twitter-updates-for-2008-09-16/</link>
		<comments>http://blogs.tankersleywebsolutions.com/2008/09/16/twitter-updates-for-2008-09-16/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 04:59:59 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blogs.tankersleywebsolutions.com/2008/09/16/twitter-updates-for-2008-09-16/</guid>
		<description><![CDATA[
Finally made it to the Hyatt for #zendcon. I hate flying. #

Powered by Twitter Tools.



<script type="text/javascript">SHARETHIS.addEntry({ title: "Twitter Updates for 2008-09-16", url: "http://blogs.tankersleywebsolutions.com/2008/09/16/twitter-updates-for-2008-09-16/" });</script>]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Finally made it to the Hyatt for #zendcon. I hate flying. <a href="http://twitter.com/dragonmantank/statuses/922873535" onclick="javascript:pageTracker._trackPageview ('/outbound/twitter.com');">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress" onclick="javascript:pageTracker._trackPageview ('/outbound/alexking.org');">Twitter Tools</a>.</p>
<p><map name='google_ad_map_141_ffa430e70ec2aad4'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/141?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_141_ffa430e70ec2aad4' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=141&amp;url= http%3A%2F%2Fblogs.tankersleywebsolutions.com%2F2008%2F09%2F16%2Ftwitter-updates-for-2008-09-16%2F' /></p><p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=56c31a51-113a-4535-bce5-6242657e1abb&amp;title=Twitter+Updates+for+2008-09-16&amp;url=http%3A%2F%2Fblogs.tankersleywebsolutions.com%2F2008%2F09%2F16%2Ftwitter-updates-for-2008-09-16%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.tankersleywebsolutions.com/2008/09/16/twitter-updates-for-2008-09-16/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter Updates for 2008-09-15</title>
		<link>http://blogs.tankersleywebsolutions.com/2008/09/15/twitter-updates-for-2008-09-15/</link>
		<comments>http://blogs.tankersleywebsolutions.com/2008/09/15/twitter-updates-for-2008-09-15/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 04:59:59 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blogs.tankersleywebsolutions.com/2008/09/15/twitter-updates-for-2008-09-15/</guid>
		<description><![CDATA[
Sitting in DTW on my way to #zendcon&#8230; sooooo bored #

Powered by Twitter Tools.



<script type="text/javascript">SHARETHIS.addEntry({ title: "Twitter Updates for 2008-09-15", url: "http://blogs.tankersleywebsolutions.com/2008/09/15/twitter-updates-for-2008-09-15/" });</script>]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Sitting in DTW on my way to #zendcon&#8230; sooooo bored <a href="http://twitter.com/dragonmantank/statuses/922281651" onclick="javascript:pageTracker._trackPageview ('/outbound/twitter.com');">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress" onclick="javascript:pageTracker._trackPageview ('/outbound/alexking.org');">Twitter Tools</a>.</p>
<p><map name='google_ad_map_140_ffa430e70ec2aad4'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/140?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_140_ffa430e70ec2aad4' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=140&amp;url= http%3A%2F%2Fblogs.tankersleywebsolutions.com%2F2008%2F09%2F15%2Ftwitter-updates-for-2008-09-15%2F' /></p><p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=56c31a51-113a-4535-bce5-6242657e1abb&amp;title=Twitter+Updates+for+2008-09-15&amp;url=http%3A%2F%2Fblogs.tankersleywebsolutions.com%2F2008%2F09%2F15%2Ftwitter-updates-for-2008-09-15%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.tankersleywebsolutions.com/2008/09/15/twitter-updates-for-2008-09-15/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter Updates for 2008-09-13</title>
		<link>http://blogs.tankersleywebsolutions.com/2008/09/13/twitter-updates-for-2008-09-13/</link>
		<comments>http://blogs.tankersleywebsolutions.com/2008/09/13/twitter-updates-for-2008-09-13/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 04:59:59 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blogs.tankersleywebsolutions.com/2008/09/13/twitter-updates-for-2008-09-13/</guid>
		<description><![CDATA[
Enterprise support = stay on hold for an hour while the 1 guy who answers the phones decides to answer. #

Powered by Twitter Tools.



<script type="text/javascript">SHARETHIS.addEntry({ title: "Twitter Updates for 2008-09-13", url: "http://blogs.tankersleywebsolutions.com/2008/09/13/twitter-updates-for-2008-09-13/" });</script>]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Enterprise support = stay on hold for an hour while the 1 guy who answers the phones decides to answer. <a href="http://twitter.com/dragonmantank/statuses/920198651" onclick="javascript:pageTracker._trackPageview ('/outbound/twitter.com');">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress" onclick="javascript:pageTracker._trackPageview ('/outbound/alexking.org');">Twitter Tools</a>.</p>
<p><map name='google_ad_map_139_ffa430e70ec2aad4'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/139?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_139_ffa430e70ec2aad4' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=139&amp;url= http%3A%2F%2Fblogs.tankersleywebsolutions.com%2F2008%2F09%2F13%2Ftwitter-updates-for-2008-09-13%2F' /></p><p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=56c31a51-113a-4535-bce5-6242657e1abb&amp;title=Twitter+Updates+for+2008-09-13&amp;url=http%3A%2F%2Fblogs.tankersleywebsolutions.com%2F2008%2F09%2F13%2Ftwitter-updates-for-2008-09-13%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.tankersleywebsolutions.com/2008/09/13/twitter-updates-for-2008-09-13/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter Updates for 2008-09-12</title>
		<link>http://blogs.tankersleywebsolutions.com/2008/09/12/twitter-updates-for-2008-09-12/</link>
		<comments>http://blogs.tankersleywebsolutions.com/2008/09/12/twitter-updates-for-2008-09-12/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 04:59:59 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blogs.tankersleywebsolutions.com/2008/09/12/twitter-updates-for-2008-09-12/</guid>
		<description><![CDATA[
Enterprise support = waiting on hold for an hour for the 1 guy there to answer phones, only to be told he&#8217;ll research and call back. FAIL. #

Powered by Twitter Tools.



<script type="text/javascript">SHARETHIS.addEntry({ title: "Twitter Updates for 2008-09-12", url: "http://blogs.tankersleywebsolutions.com/2008/09/12/twitter-updates-for-2008-09-12/" });</script>]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Enterprise support = waiting on hold for an hour for the 1 guy there to answer phones, only to be told he&#8217;ll research and call back. FAIL. <a href="http://twitter.com/dragonmantank/statuses/919253725" onclick="javascript:pageTracker._trackPageview ('/outbound/twitter.com');">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress" onclick="javascript:pageTracker._trackPageview ('/outbound/alexking.org');">Twitter Tools</a>.</p>
<p><map name='google_ad_map_138_ffa430e70ec2aad4'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/138?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_138_ffa430e70ec2aad4' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=138&amp;url= http%3A%2F%2Fblogs.tankersleywebsolutions.com%2F2008%2F09%2F12%2Ftwitter-updates-for-2008-09-12%2F' /></p><p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=56c31a51-113a-4535-bce5-6242657e1abb&amp;title=Twitter+Updates+for+2008-09-12&amp;url=http%3A%2F%2Fblogs.tankersleywebsolutions.com%2F2008%2F09%2F12%2Ftwitter-updates-for-2008-09-12%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.tankersleywebsolutions.com/2008/09/12/twitter-updates-for-2008-09-12/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter Updates for 2008-09-09</title>
		<link>http://blogs.tankersleywebsolutions.com/2008/09/09/twitter-updates-for-2008-09-09/</link>
		<comments>http://blogs.tankersleywebsolutions.com/2008/09/09/twitter-updates-for-2008-09-09/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 04:59:59 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blogs.tankersleywebsolutions.com/2008/09/09/twitter-updates-for-2008-09-09/</guid>
		<description><![CDATA[
Woo! Everything is now all set for my trip to ZendCon. #

Powered by Twitter Tools.



<script type="text/javascript">SHARETHIS.addEntry({ title: "Twitter Updates for 2008-09-09", url: "http://blogs.tankersleywebsolutions.com/2008/09/09/twitter-updates-for-2008-09-09/" });</script>]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Woo! Everything is now all set for my trip to ZendCon. <a href="http://twitter.com/dragonmantank/statuses/915573201" onclick="javascript:pageTracker._trackPageview ('/outbound/twitter.com');">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress" onclick="javascript:pageTracker._trackPageview ('/outbound/alexking.org');">Twitter Tools</a>.</p>
<p><map name='google_ad_map_137_ffa430e70ec2aad4'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/137?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_137_ffa430e70ec2aad4' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=137&amp;url= http%3A%2F%2Fblogs.tankersleywebsolutions.com%2F2008%2F09%2F09%2Ftwitter-updates-for-2008-09-09%2F' /></p><p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=56c31a51-113a-4535-bce5-6242657e1abb&amp;title=Twitter+Updates+for+2008-09-09&amp;url=http%3A%2F%2Fblogs.tankersleywebsolutions.com%2F2008%2F09%2F09%2Ftwitter-updates-for-2008-09-09%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.tankersleywebsolutions.com/2008/09/09/twitter-updates-for-2008-09-09/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter Updates for 2008-09-04</title>
		<link>http://blogs.tankersleywebsolutions.com/2008/09/04/twitter-updates-for-2008-09-04/</link>
		<comments>http://blogs.tankersleywebsolutions.com/2008/09/04/twitter-updates-for-2008-09-04/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 04:59:59 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blogs.tankersleywebsolutions.com/2008/09/04/twitter-updates-for-2008-09-04/</guid>
		<description><![CDATA[
Giving Vista another shot. So far, not too good as it keeps disconnecting from the wireless router at work. #

Powered by Twitter Tools.



<script type="text/javascript">SHARETHIS.addEntry({ title: "Twitter Updates for 2008-09-04", url: "http://blogs.tankersleywebsolutions.com/2008/09/04/twitter-updates-for-2008-09-04/" });</script>]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Giving Vista another shot. So far, not too good as it keeps disconnecting from the wireless router at work. <a href="http://twitter.com/dragonmantank/statuses/908832085" onclick="javascript:pageTracker._trackPageview ('/outbound/twitter.com');">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress" onclick="javascript:pageTracker._trackPageview ('/outbound/alexking.org');">Twitter Tools</a>.</p>
<p><map name='google_ad_map_136_ffa430e70ec2aad4'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/136?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_136_ffa430e70ec2aad4' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=136&amp;url= http%3A%2F%2Fblogs.tankersleywebsolutions.com%2F2008%2F09%2F04%2Ftwitter-updates-for-2008-09-04%2F' /></p><p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=56c31a51-113a-4535-bce5-6242657e1abb&amp;title=Twitter+Updates+for+2008-09-04&amp;url=http%3A%2F%2Fblogs.tankersleywebsolutions.com%2F2008%2F09%2F04%2Ftwitter-updates-for-2008-09-04%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.tankersleywebsolutions.com/2008/09/04/twitter-updates-for-2008-09-04/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter Updates for 2008-09-01</title>
		<link>http://blogs.tankersleywebsolutions.com/2008/09/01/twitter-updates-for-2008-09-01/</link>
		<comments>http://blogs.tankersleywebsolutions.com/2008/09/01/twitter-updates-for-2008-09-01/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 04:59:59 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blogs.tankersleywebsolutions.com/2008/09/01/twitter-updates-for-2008-09-01/</guid>
		<description><![CDATA[
Just picked up Dana Carvey&#8217;s &#8220;Squatting Monkeys Tell No Lies&#8221; with his old HBO special. Awesome. #

Powered by Twitter Tools.



<script type="text/javascript">SHARETHIS.addEntry({ title: "Twitter Updates for 2008-09-01", url: "http://blogs.tankersleywebsolutions.com/2008/09/01/twitter-updates-for-2008-09-01/" });</script>]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Just picked up Dana Carvey&#8217;s &#8220;Squatting Monkeys Tell No Lies&#8221; with his old HBO special. Awesome. <a href="http://twitter.com/dragonmantank/statuses/905256687" onclick="javascript:pageTracker._trackPageview ('/outbound/twitter.com');">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress" onclick="javascript:pageTracker._trackPageview ('/outbound/alexking.org');">Twitter Tools</a>.</p>
<p><map name='google_ad_map_133_ffa430e70ec2aad4'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/133?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_133_ffa430e70ec2aad4' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=133&amp;url= http%3A%2F%2Fblogs.tankersleywebsolutions.com%2F2008%2F09%2F01%2Ftwitter-updates-for-2008-09-01%2F' /></p><p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=56c31a51-113a-4535-bce5-6242657e1abb&amp;title=Twitter+Updates+for+2008-09-01&amp;url=http%3A%2F%2Fblogs.tankersleywebsolutions.com%2F2008%2F09%2F01%2Ftwitter-updates-for-2008-09-01%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.tankersleywebsolutions.com/2008/09/01/twitter-updates-for-2008-09-01/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter Updates for 2008-08-28</title>
		<link>http://blogs.tankersleywebsolutions.com/2008/08/28/twitter-updates-for-2008-08-28/</link>
		<comments>http://blogs.tankersleywebsolutions.com/2008/08/28/twitter-updates-for-2008-08-28/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 04:59:59 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blogs.tankersleywebsolutions.com/2008/08/28/twitter-updates-for-2008-08-28/</guid>
		<description><![CDATA[
Watching OpenBSD update&#8230;fun #

Powered by Twitter Tools.



<script type="text/javascript">SHARETHIS.addEntry({ title: "Twitter Updates for 2008-08-28", url: "http://blogs.tankersleywebsolutions.com/2008/08/28/twitter-updates-for-2008-08-28/" });</script>]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Watching OpenBSD update&#8230;fun <a href="http://twitter.com/dragonmantank/statuses/901662652" onclick="javascript:pageTracker._trackPageview ('/outbound/twitter.com');">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress" onclick="javascript:pageTracker._trackPageview ('/outbound/alexking.org');">Twitter Tools</a>.</p>
<p><map name='google_ad_map_132_ffa430e70ec2aad4'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/132?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_132_ffa430e70ec2aad4' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=132&amp;url= http%3A%2F%2Fblogs.tankersleywebsolutions.com%2F2008%2F08%2F28%2Ftwitter-updates-for-2008-08-28%2F' /></p><p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=56c31a51-113a-4535-bce5-6242657e1abb&amp;title=Twitter+Updates+for+2008-08-28&amp;url=http%3A%2F%2Fblogs.tankersleywebsolutions.com%2F2008%2F08%2F28%2Ftwitter-updates-for-2008-08-28%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.tankersleywebsolutions.com/2008/08/28/twitter-updates-for-2008-08-28/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
