<?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>The Art of QuackFu &#187; Projects</title>
	<atom:link href="http://quackfu.com/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://quackfu.com</link>
	<description>Fighting Bugs at the Source</description>
	<lastBuildDate>Thu, 18 May 2006 22:32:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CardFu project update</title>
		<link>http://quackfu.com/2006/04/24/cardfu-project-update/</link>
		<comments>http://quackfu.com/2006/04/24/cardfu-project-update/#comments</comments>
		<pubDate>Mon, 24 Apr 2006 20:32:50 +0000</pubDate>
		<dc:creator>Howard</dc:creator>
				<category><![CDATA[CardFu]]></category>

		<guid isPermaLink="false">http://quackfu.com/blog/2006/04/24/cardfu-project-update/</guid>
		<description><![CDATA[I&#8217;ve posted the first (incomplete) version of the design doc for CardFu. Over the next few days I should be flushing that out more and then I can start with the proof of concept (a fully authored deck using the cards I already have designed, in order to make sure that the CDL is properly [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve posted the first (incomplete) version of the <a href="http://quackfu.com/projects/cardfu/design-doc/">design doc</a> for <a href="http://quackfu.com/projects/cardfu/">CardFu</a>. Over the next few days I should be flushing that out more and then I can start with the proof of concept (a fully authored deck using the cards I already have designed, in order to make sure that the CDL is properly thought through).</p>
]]></content:encoded>
			<wfw:commentRss>http://quackfu.com/2006/04/24/cardfu-project-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Camera phone picture time updater</title>
		<link>http://quackfu.com/2006/04/24/camera-phone-picture-time-updater/</link>
		<comments>http://quackfu.com/2006/04/24/camera-phone-picture-time-updater/#comments</comments>
		<pubDate>Mon, 24 Apr 2006 20:30:32 +0000</pubDate>
		<dc:creator>Howard</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://quackfu.com/blog/2006/04/24/camera-phone-picture-time-updater/</guid>
		<description><![CDATA[So, this weekend I needed to clear off all of the pictures that I had taken on my Motorola v600 because I was loaning it out to George.  The problem with transferring the photos over Bluetooth OBEX is that file creation dates are lost.
Luckily, the v600 saves the pics with filenames in this format: MM-DD-YY_TTTT.jpg.  I decided [...]]]></description>
			<content:encoded><![CDATA[<p>So, this weekend I needed to clear off all of the pictures that I had taken on my <a href="http://www.motorola.com/motoinfo/product/details.jsp?globalObjectId=11">Motorola v600</a> because I was loaning it out to George.  The problem with transferring the photos over Bluetooth <a href="http://en.wikipedia.org/wiki/OBEX">OBEX</a> is that file creation dates are lost.</p>
<p>Luckily, the v600 saves the pics with filenames in this format: MM-DD-YY_TTTT.jpg.  I decided to write up a quick little app that used a Regular Expression to grab the time info from the filename and then update the file creation/modification timestamps so that the photos would have the proper meta information.</p>
<p>I did a quick search online and found a <a href="http://www.codeproject.com/csharp/wintouch.asp">great short code sample</a> on <a href="http://www.codeproject.com">Code Project</a> that told me the API to use to change the timestamps (it&#8217;s File.SetCreationTime(<em>file</em>, <em>dateTime</em>) by the way) and I verified my RE using my favorite RE editor, <a href="http://www.ultrapico.com/Expresso.htm">Expresso</a>, and twenty minutes later I had my tool.</p>
<p>I&#8217;m going to add a bit more customizability to it (in case there are cameras out there that use a different filenaming method) and post it up here.  Should have it up later this week.</p>
]]></content:encoded>
			<wfw:commentRss>http://quackfu.com/2006/04/24/camera-phone-picture-time-updater/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
