<?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>Kevin Muma &#187; Code</title>
	<atom:link href="http://kevinmuma.com/blog/category/technology/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevinmuma.com/blog</link>
	<description>My technological exploits and other random stuff</description>
	<lastBuildDate>Sat, 25 Jul 2009 20:10:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New iPhone App</title>
		<link>http://kevinmuma.com/blog/2009/07/25/new-iphone-app/</link>
		<comments>http://kevinmuma.com/blog/2009/07/25/new-iphone-app/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 20:10:20 +0000</pubDate>
		<dc:creator>Kevin Muma</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://kevinmuma.com/blog/?p=31</guid>
		<description><![CDATA[Since my last update, I&#8217;ve been busy learning  the programming language and API used software development on the iPhone (Objective-C and Cocoa Touch). On July 13th I submitted my first App to the App Store and it is now available for purchase on the App Store.
My app is called Power On. It uses Wake on [...]]]></description>
			<content:encoded><![CDATA[<p>Since my last update, I&#8217;ve been busy learning  the programming language and API used software development on the iPhone (Objective-C and Cocoa Touch). On July 13th I submitted my first App to the App Store and it is now available for purchase on the <a title="Get Power On at the App Store" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=323773682&amp;mt=8">App Store</a>.</p>
<p>My app is called Power On. It uses Wake on LAN to allow you to remotely turn on your computer from your iPhone or iPod touch. Find out more at <a href="http://poweronapp.com">PowerOnApp.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kevinmuma.com/blog/2009/07/25/new-iphone-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sorting Photos</title>
		<link>http://kevinmuma.com/blog/2005/10/31/sorting-photos/</link>
		<comments>http://kevinmuma.com/blog/2005/10/31/sorting-photos/#comments</comments>
		<pubDate>Tue, 01 Nov 2005 01:32:12 +0000</pubDate>
		<dc:creator>Kevin Muma</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://kevinmuma.com/blog/?p=7</guid>
		<description><![CDATA[My photos were very disorganized, especially after recovering them from my accidentally formatted hard disk.
A word of warning: SATA hard drives do not show as drive C: in the Windows XP installer, unless there are no IDE drives, so if you have more then one hard drive don&#8217;t trust the drive letters when installing Windows.
So [...]]]></description>
			<content:encoded><![CDATA[<p>My photos were very disorganized, especially after recovering them from my accidentally formatted hard disk.</p>
<p>A word of warning: SATA hard drives do not show as drive C: in the Windows XP installer, unless there are no IDE drives, so if you have more then one hard drive don&#8217;t trust the drive letters when installing Windows.</p>
<p>So I wrote <a href="/photos/sort_imgs.sh.txt">this bash script</a> to copy my pictures into folders by date. It uses <a href="http://www.sentex.net/~mwandel/jhead/">jhead</a> to get the date, and if that doesn&#8217;t work it uses the files modified date. So the final path ends up being something like: &#8220;/2005/01.Jan 17/10.34.23 IMG_1045.JPG&#8221;. This format is fairly easy to change by editing the script.</p>
<p>The script also makes sure that Picasa.ini entries stay with the photos, so if you use <a href="http://picasa.google.ca/">Picasa</a> (like me) your edits and stars will stay with the images when they are copied.</p>
<p>To get the script to work on Windows you&#8217;ll need <a href="http://www.cygwin.com/">cygwin</a> and <a href="http://www.sentex.net/~mwandel/jhead/">jhead</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kevinmuma.com/blog/2005/10/31/sorting-photos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

