<?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>Daniel's Stuff</title>
	<atom:link href="http://blog.danielparnell.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.danielparnell.com</link>
	<description>Somewhere where I can muse about the things that interest me</description>
	<lastBuildDate>Sun, 15 Aug 2010 23:01:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Bob Lives!</title>
		<link>http://blog.danielparnell.com/?p=92</link>
		<comments>http://blog.danielparnell.com/?p=92#comments</comments>
		<pubDate>Sat, 14 Aug 2010 10:21:06 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.danielparnell.com/?p=92</guid>
		<description><![CDATA[After a couple of false starts with dead voltage regulators, Bob (my daughter named it) the PIC based ethernet device lives in a more permanent incarnation. &#160;Bob is made from bits and pieces I had around the place (I now have several very dead network hubs). &#160;The budget for the project was zero My Dad [...]]]></description>
			<content:encoded><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><A href="http://blog.danielparnell.com/wp-content/uploads/2010/08/20100814202032_orig_DSC00004.jpg"><img src="http://blog.danielparnell.com/wp-content/uploads/2010/08/20100814202032_DSC00004.jpg" width="266" height="200" border="0" /></A>
</p>
<div><A href="http://blog.danielparnell.com/wp-content/uploads/2010/08/20100814202049_orig_DSC00002.jpg"><img src="http://blog.danielparnell.com/wp-content/uploads/2010/08/20100814202049_DSC00002.jpg" width="266" height="200" border="0" /></A></div>
<div></div>
<div>After a couple of false starts with dead voltage regulators, Bob (my daughter named it) the PIC based ethernet device lives in a more permanent incarnation. &nbsp;Bob is made from bits and pieces I had around the place (I now have several very dead network hubs). &nbsp;The budget for the project was zero <img src='http://blog.danielparnell.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </div>
<div>My Dad provided me with the PIC prototyping board pictured above and many of the pieces as well as the <a href="http://www.microchip.com/wwwproducts/devices.aspx?ddocname=en010296">PIC18F452</a>. &nbsp;The&nbsp;<span style="font-family: arial, sans-serif; line-height: 15px; font-size: small; "><a href="http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en022889">ENC28J60</a>&nbsp;</span>ethernet controller was kindly provided by <a href="http://www.microchip.com/">Microchip</a> through their very generous free samples.</div>
<div>The original <a href="http://en.wikipedia.org/wiki/Voltage_regulator">voltage regulator</a> on the PIC prototyping board didn&#8217;t seem to be up to powering both the PIC and the ethernet controller, so I went through my old retired networking gear until I found a 3.3V regulator. &nbsp;Unfortunately I think I popped it in the process of removing it from the board and it no longer worked <img src='http://blog.danielparnell.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> . &nbsp;In the end I used a <a href="http://en.wikipedia.org/wiki/7805">7805</a> 5V regulator and then ran the output of that through a pair of diodes in a <a href="http://en.wikipedia.org/wiki/Bridge_rectifier">bridge rectifier</a> (thank again for the help with that one Dad) to drop the voltage down to about 3.5V or so.</div>
<div>Now I need to get my PIC <a href="http://en.wikipedia.org/wiki/Forth_(programming_language)">Forth</a> running on this hardware and then I&#8217;ll have a networked Forth device I can play with <img src='http://blog.danielparnell.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.danielparnell.com/?feed=rss2&amp;p=92</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What I&#8217;ve been up to lately</title>
		<link>http://blog.danielparnell.com/?p=84</link>
		<comments>http://blog.danielparnell.com/?p=84#comments</comments>
		<pubDate>Wed, 11 Aug 2010 01:43:21 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.danielparnell.com/?p=84</guid>
		<description><![CDATA[I&#8217;ve been really busy recently and have not had much time to work on my side projects. One that I&#8217;ve been working on off and on for some time is a networked PIC micro-controller. This morning I finally got it responding to ICMP echo request (ping) The next thing I need to do is make [...]]]></description>
			<content:encoded><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div>I&#8217;ve been really busy recently and have not had much time to work on my side projects.</div>
<div>One that I&#8217;ve been working on off and on for some time is a networked PIC micro-controller.</div>
<div>This morning I finally got it responding to ICMP echo request (ping) <img src='http://blog.danielparnell.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
<p><A href="http://blog.danielparnell.com/wp-content/uploads/2010/08/20100811114306_orig_DSC00001.jpg"><img src="http://blog.danielparnell.com/wp-content/uploads/2010/08/20100811114306_DSC00001.jpg" width="266" height="200" border="0" /></A>
<div></div>
<div>The next thing I need to do is make a board for it. &nbsp;That brings me to another project I&#8217;ve just started. &nbsp;I have started a <a href="http://github.com/dparnell/pcb">port</a> of the awesome <a href="http://pcb.gpleda.org/">PCB</a> program to Cocoa. &nbsp;Things are coming along really nicely <img src='http://blog.danielparnell.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
<div></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.danielparnell.com/?feed=rss2&amp;p=84</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A little further with the decompression routine</title>
		<link>http://blog.danielparnell.com/?p=81</link>
		<comments>http://blog.danielparnell.com/?p=81#comments</comments>
		<pubDate>Sun, 27 Jun 2010 11:45:57 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[HTTPMail]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.danielparnell.com/?p=81</guid>
		<description><![CDATA[I&#8217;ve gotten just a little bit further with the decompression code X-Message-Delivery: Vj0xLjE7dXM9MDtsPTA7YT0wO0Q9MTtTQ0w9MA== X-Message-Status: n:0 X-SID-PRA: Daniel Parnell &#60;me@danielparnell.com&#62; X-Message-Info: JGTYoYF78jHVrAq/T4xfKLLpTvwPwE0t6g/vyq6tyzbqln5iNnXwcSMg41wQCSulCxd5N8UB57Lq6un/ug7i0YsGX30yo+pm Received: from randymail-a4.g.dreamhost.com ([208.97.132.207]) by bay0-mc8-f11.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Thu, 29 Jan 2009 16:06:38 -0800 Received: from 192-168-1-101.tpgi.com.au (60-241-72-192.static.tpgi.com.au [60.241.72.192]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by randymail-a4.g.dreamhost.com (Postfix) [...]]]></description>
			<content:encoded><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><b>I&#8217;ve gotten just a little bit further with the decompression code <img src='http://blog.danielparnell.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </b></p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><b><br /></b></p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><b><br /></b></p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><b>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo">X-Message-Delivery: Vj0xLjE7dXM9MDtsPTA7YT0wO0Q9MTtTQ0w9MA==</p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo">X-Message-Status: n:0</p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo">X-SID-PRA: Daniel Parnell &lt;me@danielparnell.com&gt;</p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo">X-Message-Info: JGTYoYF78jHVrAq/T4xfKLLpTvwPwE0t6g/vyq6tyzbqln5iNnXwcSMg41wQCSulCxd5N8UB57Lq6un/ug7i0YsGX30yo+pm</p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo">Received: from randymail-a4.g.dreamhost.com ([208.97.132.207]) by bay0-mc8-f11.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668);</p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><span style="white-space:pre">	</span> Thu, 29 Jan 2009 16:06:38 -0800</p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo">Received: from 192-168-1-101.tpgi.com.au (60-241-72-192.static.tpgi.com.au [60.241.72.192])</p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><span style="white-space:pre">	</span>(using TLSv1 with cipher AES128-SHA (128/128 bits))</p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><span style="white-space:pre">	</span>(No client certificate requested)</p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><span style="white-space:pre">	</span>by randymail-a4.g.dreamhost.com (Postfix) with ESMTP id 97A67194DD3</p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><span style="white-space:pre">	</span>for &lt;danielparnell@live.com&gt;; Thu, 29 Jan 2009 16:06:26 -0800 (PST)</p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo">Message-Id: &lt;8EEE4310-25CC-47BE-8FCB-330EBCD75A21@danielparnell.com&gt;</p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo">From: Daniel Parnell &lt;me@danielparnell.com&gt;</p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo">To: danielparnell@live.com</p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo">Content-Type: multipart/mixed; boundary=Apple-Mail-33&#8211;583770588</p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo">Mime-Version: 1.0 (Apple Message framework v930.3)</p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo">Subject: more test messages</p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo">Date: Fri, 30 Jan 2009 11:06:23 +1100</p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo">X-Mailer: Apple Mail (2.930.3)</p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo">Return-Path: me@danielparnell.com</p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo">X-OriginalArrivalTime: 30 Jan 2009 00:06:38.0411 (UTC) FILETIME=[9F1AB1B0:01C9826E]</p>
<p></b></p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><b><br /></b></p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><b>The headers of the email message are coming through now, and I&#8217;m starting to get the message body</b></p>
</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.danielparnell.com/?feed=rss2&amp;p=81</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>More Windows Live decompression progress</title>
		<link>http://blog.danielparnell.com/?p=80</link>
		<comments>http://blog.danielparnell.com/?p=80#comments</comments>
		<pubDate>Wed, 23 Jun 2010 01:37:40 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[HTTPMail]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.danielparnell.com/?p=80</guid>
		<description><![CDATA[I&#8217;ve not had much time recently to work on the decompression routines as family and work need to take priority over side projects&#8230; &#160;Last night I picked the code up again and had a bit more of a look. &#160;I found a couple of mistakes in the code I&#8217;d written and am now getting a [...]]]></description>
			<content:encoded><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I&#8217;ve not had much time recently to work on the decompression routines as family and work need to take priority over side projects&#8230; &nbsp;Last night I picked the code up again and had a bit more of a look. &nbsp;I found a couple of mistakes in the code I&#8217;d written and am now getting a bit further in the decompression <img src='http://blog.danielparnell.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
<div>The expected results as before:</div>
<div></div>
<div>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo">X-Message-Delivery: Vj0xLjE7dXM9MDtsPTA7YT0wO0Q9MTtTQ0w9MA==</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo">X-Message-Status: n:0</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo">X-SID-PRA: Daniel Parnell &lt;me@danielparnell.com&gt;</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo">X-Message-Info: JGTYoYF78jHVrAq/T4xfKLLpTvwPwE0t6g/vyq6tyzbqln5iNnXwcSMg41wQCSulCxd5N8UB57Lq6un/ug7i0YsGX30yo+pm</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo">Received: from randymail-a4.g.dreamhost.com ([208.97.132.207]) by bay0-mc8-f11.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668);</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo"><span style="white-space:pre">	</span> Thu, 29 Jan 2009 16:06:38 -0800</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo">Received: from 192-168-1-101.tpgi.com.au (60-241-72-192.static.tpgi.com.au [60.241.72.192])</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo"><span style="white-space:pre">	</span>(using TLSv1 with cipher AES128-SHA (128/128 bits))</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo"><span style="white-space:pre">	</span>(No client certificate requested)</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo"><span style="white-space:pre">	</span>by randymail-a4.g.dreamhost.com (Postfix) with ESMTP id 97A67194DD3</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo"><span style="white-space:pre">	</span>for &lt;danielparnell@live.com&gt;; Thu, 29 Jan 2009 16:06:26 -0800 (PST)</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo">Message-Id: &lt;8EEE4310-25CC-47BE-8FCB-330EBCD75A21@danielparnell.com&gt;</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo">From: Daniel Parnell &lt;me@danielparnell.com&gt;</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo">To: danielparnell@live.com</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo">Content-Type: multipart/mixed; boundary=Apple-Mail-33&#8211;583770588</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo">Mime-Version: 1.0 (Apple Message framework v930.3)</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo">Subject: more test messages</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo">Date: Fri, 30 Jan 2009 11:06:23 +1100</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo">X-Mailer: Apple Mail (2.930.3)</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo">Return-Path: me@danielparnell.com</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo">X-OriginalArrivalTime: 30 Jan 2009 00:06:38.0411 (UTC) FILETIME=[9F1AB1B0:01C9826E]</p>
</div>
<div></div>
<div>What I&#8217;m getting now:</div>
<div></div>
<div>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><b>X-Message-Delivery: Vj0xLjE7dXM9MDtsPTA7YT0wO0Q9MTtTQ0w9MA==</b></p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><b>X-Message-Status: n:0</b></p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><b>X-SID-PRA: Daniel Parnell &lt;me@danielparnell.com&gt;</b></p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><b>X-Message-Info: JGTYoYF78jHVrAq/T4xfKLLpTvwPwE0t6g/vyq6tyzbqln5iNnXwcSMg41wQCSulCxd5N8UB57Lq6un/ug7i0YsGX30yo+pm</b></p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><b>Received: from randymail-a4.g.dreamhost.com ([208.97.132.207]) by bay0-mc8-f11.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668);</b></p>
<p style="margin: 0.0px 0.0px 0.0px 63.0px; text-indent: -63.0px; font: 11.0px Menlo"><b><span style="white-space:pre">	</span> Thu, 29 Jan 2009 16:06:38 -0800</b></p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><b>Received: from 192-168-1-101.tpgi.com.au (60-241-72-192.static.tpgi.com.au [60.241.72.192])</b></p>
<p style="margin: 0.0px 0.0px 0.0px 56.0px; text-indent: -56.0px; font: 11.0px Menlo"><b><span style="white-space:pre">	</span>(using TLSv1 with cipher AES128-SHA (128/128 bits))</b></p>
<p style="margin: 0.0px 0.0px 0.0px 56.0px; text-indent: -56.0px; font: 11.0px Menlo"><b><span style="white-space:pre">	</span>(No client certificate requested)</b></p>
<p style="margin: 0.0px 0.0px 0.0px 56.0px; text-indent: -56.0px; font: 11.0px Menlo"><b><span style="white-space:pre">	</span>by&nbsp;</b></p>
<p style="margin: 0.0px 0.0px 0.0px 56.0px; text-indent: -56.0px; font: 11.0px Menlo"><b><br /></b></p>
<p style="margin: 0.0px 0.0px 0.0px 56.0px; text-indent: -56.0px; font: 11.0px Menlo"><font face="Times"><span style="font-size: medium;">Hopefully I&#8217;ll get some more time to work on the code soon <img src='http://blog.danielparnell.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></font></p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.danielparnell.com/?feed=rss2&amp;p=80</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>i48 1.1 is now available for download from the iTunes App Store</title>
		<link>http://blog.danielparnell.com/?p=79</link>
		<comments>http://blog.danielparnell.com/?p=79#comments</comments>
		<pubDate>Fri, 23 Oct 2009 21:05:08 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>

		<guid isPermaLink="false">http://blog.danielparnell.com/?p=79</guid>
		<description><![CDATA[Get it while you can]]></description>
			<content:encoded><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><a href="http://itunes.com/app/i48">Get it while you can</a>
</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.danielparnell.com/?feed=rss2&amp;p=79</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have just uploaded the next release of i48 for review</title>
		<link>http://blog.danielparnell.com/?p=78</link>
		<comments>http://blog.danielparnell.com/?p=78#comments</comments>
		<pubDate>Mon, 12 Oct 2009 09:09:28 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>

		<guid isPermaLink="false">http://blog.danielparnell.com/?p=78</guid>
		<description><![CDATA[The latest version of i48 has been submitted review by Apple. This new version adds support for running the emulation at full speed (although that has some interesting effects on usability). &#160;I have also added theme support and included a theme based on Power48 provided by Fabrice Roux. &#160;Finally the buttons now highlight when they [...]]]></description>
			<content:encoded><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">The latest version of i48 has been submitted review by Apple.
</p>
<div>This new version adds support for running the emulation at full speed (although that has some interesting effects on usability). &nbsp;I have also added theme support and included a theme based on Power48 provided by <a href="http://www.pbase.com/image/117205974">Fabrice Roux</a>. &nbsp;Finally the buttons now highlight when they are selected making it a bit easier to use the keyboard.</div>
<div></div>
<div>I was hoping to add sound support in this release, but have decided to submit what I have now and work on the sound support for the next release.</div>
<div></div>
<div><A href="http://blog.danielparnell.com/wp-content/uploads/2009/10/20091012200911_orig_image.tiff"><img src="http://blog.danielparnell.com/wp-content/uploads/2009/10/20091012200911_image.jpg" width="104" height="200" border="0" /></A><A href="http://blog.danielparnell.com/wp-content/uploads/2009/10/20091012200920_orig_image.tiff"><img src="http://blog.danielparnell.com/wp-content/uploads/2009/10/20091012200920_image.jpg" width="104" height="200" border="0" /></A></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.danielparnell.com/?feed=rss2&amp;p=78</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>i48 is now available on the iPhone App Store</title>
		<link>http://blog.danielparnell.com/?p=73</link>
		<comments>http://blog.danielparnell.com/?p=73#comments</comments>
		<pubDate>Thu, 10 Sep 2009 23:18:05 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.danielparnell.com/?p=73</guid>
		<description><![CDATA[Get it while it&#8217;s hot!]]></description>
			<content:encoded><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">
<div>Get it while it&#8217;s hot!</div>
<div></div>
<p><a href="http://itunes.com/app/i48"><img class="size-full wp-image-128 alignright" title="app_store" src="http://blog.danielparnell.com/wp-content/uploads/2009/09/20090911091801_app_store.jpg" alt="Available on the iPhone App Store" width="262" border="0" height="90" /></a>
</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.danielparnell.com/?feed=rss2&amp;p=73</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>BlogThing 2.0 has finally been released</title>
		<link>http://blog.danielparnell.com/?p=71</link>
		<comments>http://blog.danielparnell.com/?p=71#comments</comments>
		<pubDate>Fri, 28 Aug 2009 11:46:51 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.danielparnell.com/?p=71</guid>
		<description><![CDATA[After what seems like ages I have finally released BlogThing 2.0. &#160;This new release is totally rewritten from scratch and provides some very nice new features. &#160;The coolest one is the new video upload facility. &#160;Just add a video file to the page and press the Post button. &#160;BlogThing will encode the file and upload [...]]]></description>
			<content:encoded><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">After what seems like ages I have finally released <a href="http://www.automagic-software.com/products/blogthing/">BlogThing 2.0</a>. &nbsp;This new release is totally rewritten from scratch and provides some very nice new features. &nbsp;The coolest one is the new video upload facility. &nbsp;Just add a video file to the page and press the Post button. &nbsp;BlogThing will encode the file and upload a custom Flash based video player. &nbsp;It just works <a href="http://www.automagic-software.com/">automagically</a> <img src='http://blog.danielparnell.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
<div></div>
<div><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="320" height="240"><param name="flashvars" value="preview=/wp-content/uploads/20090828214642_BlogThingScreenSnapz002_preview.jpg&amp;video=/wp-content/uploads/20090828214642_BlogThingScreenSnapz002.mov"/><param name="src" value="/wp-content/uploads/player.swf"/><embed pluginspage="http://www.macromedia.com/go/getflashplayer" width="320" height="240" flashvars="preview=/wp-content/uploads/20090828214642_BlogThingScreenSnapz002_preview.jpg&amp;video=/wp-content/uploads/20090828214642_BlogThingScreenSnapz002.mov" src="/wp-content/uploads/player.swf" SWLIVECONNECT="true"/></object></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.danielparnell.com/?feed=rss2&amp;p=71</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New graphics for i48</title>
		<link>http://blog.danielparnell.com/?p=70</link>
		<comments>http://blog.danielparnell.com/?p=70#comments</comments>
		<pubDate>Mon, 10 Aug 2009 10:59:52 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>

		<guid isPermaLink="false">http://blog.danielparnell.com/?p=70</guid>
		<description><![CDATA[The other day I received an email from Staffan Sevon containing some new graphics for the display of the application. &#160;These look so much nicer. &#160;Thanks Staffan!]]></description>
			<content:encoded><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div>The other day I received an email from Staffan Sevon containing some new graphics for the display of the application. &nbsp;These look so much nicer. &nbsp;Thanks Staffan!</div>
<p><A href="/wp-content/uploads/20090810205938_orig_image.tiff"><img src="/wp-content/uploads/20090810205938_image.jpg" width="104" height="200" border="0" /></A>
</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.danielparnell.com/?feed=rss2&amp;p=70</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>More progress on the HP48GX emulator for the iPhone</title>
		<link>http://blog.danielparnell.com/?p=69</link>
		<comments>http://blog.danielparnell.com/?p=69#comments</comments>
		<pubDate>Fri, 31 Jul 2009 13:36:20 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>

		<guid isPermaLink="false">http://blog.danielparnell.com/?p=69</guid>
		<description><![CDATA[I had a bit more of a play with the emulator code tonight and fixed up a few little glitches. &#160;I also changed the color of the emulation screen to look more like the real thing &#160;Now off to bed! &#160;It also looks like it is OK to distribute the ROM file as apparently HP [...]]]></description>
			<content:encoded><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div>I had a bit more of a play with the emulator code tonight and fixed up a few little glitches. &nbsp;I also changed the color of the emulation screen to look more like the real thing <img src='http://blog.danielparnell.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &nbsp;Now off to bed! &nbsp;It also looks like it is OK to distribute the ROM file as apparently HP released the ROMs to the public some time in 2000. &nbsp;The github repository (<a href="http://github.com/dparnell/i48/tree/master">http://github.com/dparnell/i48/tree/master</a>)&nbsp;has been updated to include the ROM file.</div>
<p><A href="/wp-content/uploads/20090731233606_orig_image.tiff"><img src="/wp-content/uploads/20090731233606_image.jpg" width="104" height="200" border="0" /></A>
</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.danielparnell.com/?feed=rss2&amp;p=69</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.352 seconds -->
