<?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>Luke Lives Here</title>
	<atom:link href="http://luke.morey.id.au/feed/" rel="self" type="application/rss+xml" />
	<link>http://luke.morey.id.au</link>
	<description></description>
	<lastBuildDate>Mon, 03 Jan 2011 11:12:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CR, LF, and Unix vs DOS/Windows text file formats</title>
		<link>http://luke.morey.id.au/2011/01/03/cr-lf-and-unix-vs-doswindows-text-file-formats/</link>
		<comments>http://luke.morey.id.au/2011/01/03/cr-lf-and-unix-vs-doswindows-text-file-formats/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 11:12:59 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://luke.morey.id.au/?p=131</guid>
		<description><![CDATA[If you open a text file in Notepad and it all looks like one giant wrapped around line, it&#8217;s probably in Unix format. It&#8217;s all about computer history.  In the dawn of time, computer output all used to come out of printers.  Different old operating systems told printers to go to a new line using [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">If you open a text file in Notepad and it all looks like one giant wrapped around line, it&#8217;s probably in Unix format.</div>
<div>It&#8217;s all about computer history.  In the dawn of time, computer output all used to come out of printers.  Different old operating systems told printers to go to a new line using different codes.  Unix systems all used CR (and still do).  Various other operating systems (mostly obsolete now) used LF.</div>
<div>
<ul>
<li>Carriage Return or CR: move the printing head back to the beginning of the line on the left&#8230;</li>
<li>Line Feed or LF: &#8230;and move it down to the next line</li>
</ul>
</div>
<div id="_mcePaste">When the ASCII standard was created, everybody split the difference.  The standard said you had to use both CR+LF for newlines when transferring files across the network.  Windows was just a baby then, so it adopted the new CR + LF ASCII standard for storing text files &#8211; not just transferring.</div>
<div id="_mcePaste">But in practice, the CR+LF standard isn&#8217;t always used for file transfers.  Sometimes files get transferred as binary files instead of ASCII text, so they&#8217;re stuck in their native Unix format.  Most text editors will fix it up for you &#8211; they&#8217;ll add the missing LFs as you open the file.  Wordpad does, for example.  But Notepad is more or less unchanged since Windows 3.1 fifteen years ago.  It doesn&#8217;t understand CR without the LF.</div>
<div id="_mcePaste">Believe it or not, there are stacks of different ways to store pure text files.  Big Endian vs Little Endian, ASCII/ANSI/Unicode/UTF-8/other encodings, etc etc.  But that&#8217;s the main difference you need to know.  Unix (CR for newlines) vs DOS/Windows (CR+LF for newlines).  And if you&#8217;re riveted with this history lesson: <a href="If you open a text file in Notepad and it all looks like one giant wrapped around line, it's probably in Unix format.  It's all about computer history.  In the dawn of time, computer output all used to come out of printers.  Different old operating systems told printers to go to a new line using different codes.  Unix systems all used CR (and still do).  Various other operating systems (mostly obsolete now) used LF. Carriage Return or CR: move the printing head back to the beginning of the line on the left... Line Feed or LF: ...and move it down to the next line When the ASCII standard was created, everybody split the difference.  The standard said you had to use both CR+LF for newlines when transferring files across the network.  Windows was just a baby then, so it adopted the new CR + LF ASCII standard for storing text files - not just transferring.  But in practice, the CR+LF standard isn't always used for file transfers.  Sometimes files get transferred as binary files instead of ASCII text, so they're stuck in their native Unix format.  Most text editors will fix it up for you - they'll add the missing LFs as you open the file.  Wordpad does, for example.  But Notepad is more or less unchanged since Windows 3.1 fifteen years ago.  It doesn't understand CR without the LF.  Neither does Concur, apparently.  Believe it or not, there are stacks of different ways to store pure text files.  But that's the main difference you need to know.  Unix (CR for newlines) vs DOS/Windows (CR+LF for newlines).  And if you're riveted with this history lesson: http://en.wikipedia.org/wiki/Newline">http://en.wikipedia.org/wiki/Newline</a></div>
]]></content:encoded>
			<wfw:commentRss>http://luke.morey.id.au/2011/01/03/cr-lf-and-unix-vs-doswindows-text-file-formats/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Essential Firefox Addons</title>
		<link>http://luke.morey.id.au/2008/06/16/essential-firefox-addons/</link>
		<comments>http://luke.morey.id.au/2008/06/16/essential-firefox-addons/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 12:38:26 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[miscellaneous]]></category>

		<guid isPermaLink="false">http://luke.morey.id.au/?p=116</guid>
		<description><![CDATA[Here are some of my critical Firefox addons that I always install immediately.  Some only have Firefox 3 support if you download from the developers website, so I&#8217;ve included those links here: Adblock Plus English (Australian) Dictionary so the Firefox spellcheck works without that crazy American spelling Foxmarks is great for keeping old-school boorkmarks synced [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some of my critical Firefox addons that I always install immediately.  Some only have Firefox 3 support if you download from the developers website, so I&#8217;ve included those links here:</p>
<ul>
<li><a href="http://adblockplus.org/en/installation">Adblock Plus</a></li>
<li><a href="http://addons.mozilla.org/firefox/3099">English (Australian) Dictionary</a> so the Firefox spellcheck works without that crazy American spelling</li>
<li><a href="http://www.foxmarks.com">Foxmarks</a> is great for keeping old-school boorkmarks synced between computers&#8230;</li>
<li>&#8230;although who doesn&#8217;t love a bit of <a href="http://addons.mozilla.org/firefox/3615">del.icio.us bookmarks</a> if social tagging is your thing (via <a href="http://del.icio.us">del.icio.us</a>)</li>
<li><a href="http://deskcut.mozdev.org ">Deskcut</a> lets you drop a shortcut to the page on your desktop, a la IE.</li>
<li><a href="http://mfe.gorgias.de/#pcookies">Permit Cookies @ Gorgia Firefox Extensions</a> is great if you like keeping control of your cookies.  You can leave cookies off each page by default, and just enable the ones you need.  (I start by clearing all cookies, browsing to the important sites with &#8220;ask me every time&#8221; on for a while, and allowing the ones I&#8217;m happy with, then using Permit Cookies from then on to whitelist as needed.)</li>
<li><a href="http://noscript.net/getit">NoScript</a> does for JavaScript what Permit Cookies does for cookies.  Only allow JavaScript on whitelisted sites.</li>
<li><a href="http://addons.mozilla.org/firefox/3559 ">Quick Restart</a> lets me update these things and keep rebooting easily from the File&#8230; menu</li>
<li><a href="http://ietab.mozdev.org/">IE tab</a> lets me use IE to view certain sites from within Firefox tabs if they don&#8217;t behave properly for FF.  <a href="http://www.iosart.com/firefox/firefoxview/">FirefoxView</a> lets me go the other way.</li>
<li><a href="http://addons.mozilla.org/firefox/636">PDF Download</a> stops Acrobat Reader loading inline and getting generally stuck</li>
<li><a href="http://addons.mozilla.org/firefox/951">Nuke Anything Enhanced</a> lets me remove clutter for printing (or just on-screen reading)</li>
<li><a href="http://addons.mozilla.org/firefox/addon/173">GMail Notifier</a> checks my GMail account every now and then</li>
<li><span class="a"><a href="http://www.getgspace.com">gSpace</a> for saving files into the storage available in Gmail<br />
</span></li>
<li><span class="a"> </span><a href="http://www.webether.com/macfox/">MacFox themes @ WebEther</a> (I&#8217;m still hoping for FF3 support)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://luke.morey.id.au/2008/06/16/essential-firefox-addons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now We Are Six</title>
		<link>http://luke.morey.id.au/2008/05/20/now-we-are-six/</link>
		<comments>http://luke.morey.id.au/2008/05/20/now-we-are-six/#comments</comments>
		<pubDate>Tue, 20 May 2008 12:08:02 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Eva Rosa]]></category>

		<guid isPermaLink="false">http://luke.morey.id.au/2008/05/20/now-we-are-six/</guid>
		<description><![CDATA[The Creem Soder Plant and The Fairy Ah, my little one turned six today. It all goes way too fast. She&#8217;s a beautiful artist, check out this one. It&#8217;s called &#8220;The Creem Soder Plant and The Fairy&#8221;. The Creem Soder Plant is thinking about when the creem soder is coming out. The fairy is singing, [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px; margin-bottom: 10px;"><a title="The Creem Soder Plant and The Fairy" href="http://www.flickr.com/photos/koolhand/2508541842/"><img src="http://farm4.static.flickr.com/3125/2508541842_20a2ef0919_m.jpg" alt="The Creem Soder Plant and The Fairy" /></a></p>
<p><a href="http://www.flickr.com/photos/koolhand/2508541842/">The Creem Soder Plant and The Fairy</a></p>
</div>
<p>Ah, my little one turned six today.  It all goes way too fast.</p>
<p>She&#8217;s a beautiful artist, check out this one.  It&#8217;s called &#8220;The Creem Soder Plant and The Fairy&#8221;.</p>
<p>The Creem Soder Plant is thinking about when the creem soder is coming out.  The fairy is singing, &#8220;Laaaa.&#8221;  And that&#8217;s a hummingbird on the left, saying &#8220;Hmmmmmmmmmm&#8221;.  She draws the speech bubbles first, usually on the left, and so the writing for those usually comes out mirror-image.  I hope that never changes.  Now let&#8217;s see if I can freeze time&#8230;</p>
<blockquote><p>When I was One,<br />
I had just begun.<br />
When I was Two,<br />
I was nearly new.<br />
When I was Three<br />
I was hardly me.<br />
When I was Four,<br />
I was not much more.<br />
When I was Five, I was just alive.<br />
But now I am Six, I&#8217;m as clever as clever,<br />
So I think I&#8217;ll be six now for ever and ever.</p>
<p>A.A.Milne</p></blockquote>
<p>But wait, there&#8217;s more:</p>
<p><a title="The Butterfly Ball" href="http://flickr.com/photos/koolhand/2508541784/"><img src="http://farm3.static.flickr.com/2298/2508541784_cd1a650d0d_t.jpg" alt="The Butterfly Ball" /></a><a title="A Cornucopia - train, pink milk rabbit, basket-soccer-ball magician girl, and more" href="http://flickr.com/photos/koolhand/2507715295/"><img src="http://farm3.static.flickr.com/2277/2507715295_ebfc9912ac_t.jpg" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://luke.morey.id.au/2008/05/20/now-we-are-six/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ebba at the disco</title>
		<link>http://luke.morey.id.au/2008/05/14/ebba-at-the-disco/</link>
		<comments>http://luke.morey.id.au/2008/05/14/ebba-at-the-disco/#comments</comments>
		<pubDate>Wed, 14 May 2008 13:48:57 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[family]]></category>

		<guid isPermaLink="false">http://luke.morey.id.au/?p=110</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/6PeT_1kByaY" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/6PeT_1kByaY"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://luke.morey.id.au/2008/05/14/ebba-at-the-disco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flickr / WordPress integration</title>
		<link>http://luke.morey.id.au/2007/03/26/flickr-wordpress-integration/</link>
		<comments>http://luke.morey.id.au/2007/03/26/flickr-wordpress-integration/#comments</comments>
		<pubDate>Mon, 26 Mar 2007 10:24:45 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://luke.morey.id.au/general/flickr</guid>
		<description><![CDATA[I&#8217;ve just got me a account, so I&#8217;m going to have to test out some WordPress&#62;Flickr integration thingies. Starting from&#8230; Google: Flickr + WordPress Del.icio.us: Flickr + WordPress WPStation: Flickr &#8230;I&#8217;ve found a few too many options. Ah, Web 2.0. Anyhow, we have Flickr&#8217;s own blog tools (including cool email to Flickr and blog at [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just got me a <a href="http://www.flickr.com/"><img src="http://www.flickr.com/images/flickr_logo_blog.gif" border="0" alt="flickr" /></a> account, so I&#8217;m going to have to test out some WordPress&gt;Flickr integration thingies. Starting from&#8230;</p>
<ul>
<li><a href="http://www.google.com.au/search?q=flickr+wordpress">Google: Flickr + WordPress</a></li>
<li><a href="http://del.icio.us/tag/flickr+wordpress">Del.icio.us: Flickr + WordPress</a></li>
<li><a href="http://www.wpstation.com/tag/flickr">WPStation: Flickr</a></li>
</ul>
<p>&#8230;I&#8217;ve found a few too many options.  Ah, Web 2.0.  Anyhow, we have</p>
<ul>
<li><a href="http://www.flickr.com/blogs.gne">Flickr&#8217;s own blog tools</a> (including cool email to Flickr and blog at the same time options)</li>
<li><a href="http://www.downloadsquad.com/2006/10/23/how-to-embed-a-flickr-slideshow-in-your-blog/">A tutorial @ Download Squad for inserting a whole Flickr slideshow</a> as an IFRAME</li>
<li><a href="http://www.stimuli.ca/slickr/">Slickr Gallery</a></li>
<li><a href="http://www.randombyte.net/blog/projects/falbum/">FAlbum</a></li>
<li><a href="http://eightface.com/wordpress/flickrrss/">flickrRSS @ eightface</a></li>
<li><a href="http://blog.stuffedguys.com/2005/02/27/flickr-insert-plugin-for-wordpress/">Flickr Insert plugin @ StuffedGuys</a>: Allows you to selectively insert Flickr photos while writing posts in the WordPress admin interface</li>
<li><a href="http://tantannoodles.com/toolkit/wp-flickr-post-bar/">Flickr Post Bar @ Tan Tan Noodles</a>: ditto</li>
<li><a href="http://tantannoodles.com/toolkit/photo-album/">Flickr Photo Album for WordPress @ Tan Tan Noodles</a>: seems to create weird URLs</li>
<li><a href="http://www.bencoleman.co.uk/flickr-widget-plugin-for-your-wordpress-sidebar/">Flickr Widget Plugin</a>: adds Flickr photos to the sidebar</li>
<li><a href="http://redalt.com/Tools/Kubrickr">Kubrikr</a>: grabs one of your Flickr photos as a banner</li>
<li><a href="http://www.joshgerdes.com/blog/projects/flickr-tag-cloud-widget/">a Flickr tag cloud widget</a>: gives you a tag cloud of your Flickr tags</li>
</ul>
<p>A few that I think don&#8217;t actually use YOUR photos&#8230;</p>
<ul>
<li><a href="http://ariejan.net/tags/autoflickr/">AutoFlickr</a>:  grabs a a random picture from Flickr (not just from your photos) based on the content of your post</li>
<li>a <a href="http://ppleyard.org.uk/archives/2005/02/10/flickr-wordpress-plugin-release.html">plugin that takes Technorati tags from your post</a> and again grabs a random related Flickr photo</li>
</ul>
<p>More general Flickr API tools (not WordPress specific):</p>
<ul>
<li><a href="http://phpflickr.com/">phpFlickr</a></li>
</ul>
<p>I&#8217;ll have a play with it all, let you know what I find.</p>
]]></content:encoded>
			<wfw:commentRss>http://luke.morey.id.au/2007/03/26/flickr-wordpress-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A burglar&#8230;?</title>
		<link>http://luke.morey.id.au/2006/12/12/a-burglar/</link>
		<comments>http://luke.morey.id.au/2006/12/12/a-burglar/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 14:00:25 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Eva Rosa]]></category>

		<guid isPermaLink="false">http://luke.morey.id.au/personal/family/eva/artwork/a-burglar</guid>
		<description><![CDATA[When I first looked over Eva&#8217;s shoulder she&#8217;d only drawn the face.? I asked, &#8220;Is that me?&#8221; &#8220;Yes,&#8221; she said. That was before she drew the belly and the hairy bellybutton, and before some cheeky remarks from Dr Bellanta. I think Eva must have overheard, and decided she didn&#8217;t want to hurt my feelings. Because [...]]]></description>
			<content:encoded><![CDATA[<p>When I first looked over Eva&#8217;s shoulder she&#8217;d only drawn the face.?  I asked, &#8220;Is that me?&#8221;<br />
&#8220;Yes,&#8221; she said.</p>
<p>That was before she drew the belly and the hairy bellybutton, and before some cheeky remarks from Dr Bellanta.</p>
<p>I think Eva must have overheard, and decided she didn&#8217;t want to hurt my feelings. Because a couple of minutes later, she said it was <strong>&#8220;A burglar tiptoe-ing through the house&#8221;</strong>.</p>
<p>Much better.  Doesn&#8217;t look anything like me, really.</p>
<p><a class="imagelink" title="2006-12-08 burglar.jpg" href="http://luke.morey.id.au/wp-content/uploads/2006/12/2006-12-08%20burglar.jpg" rel="lightbox[102]"><img id="image101" src="http://luke.morey.id.au/wp-content/uploads/2006/12/2006-12-08%20burglar.jpg" alt="2006-12-08 burglar.jpg" width="420" height="490" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://luke.morey.id.au/2006/12/12/a-burglar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress as a CMS</title>
		<link>http://luke.morey.id.au/2006/12/11/wordpress-as-a-cms/</link>
		<comments>http://luke.morey.id.au/2006/12/11/wordpress-as-a-cms/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 11:46:12 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://luke.morey.id.au/general/wordpress-as-a-cms</guid>
		<description><![CDATA[WordPress CMS @ the Codex WordPress as CMS Hacking Tips @ Alex King What is &#8220;Using WordPress as a CMS&#8221; @ blogHelper 5 reasons to use WordPress as a CMS @ Blogging Pro A simple approach @ Bos89.nl Faking It @ Chris J Davis How Stanford Community Health did it Another simple method at Shawn [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><a title="WordPress CMS at the Codex" href="http://codex.wordpress.org/User:Lastnode/Wordpress_CMS">WordPress CMS @ the Codex</a></li>
<li><a href="http://alexking.org/blog/2005/03/23/wordpress-hacking/">WordPress as CMS Hacking Tips @ Alex King</a></li>
<li><a href="http://bloghelper.is-there.net/what-is-using-wordpress-as-cms/">What is &#8220;Using WordPress as a CMS&#8221; @ blogHelper</a></li>
<li><a href="http://www.bloggingpro.com/archives/2006/08/26/feature-5-reasons-to-use-wordpress-as-cms/">5 reasons to use WordPress as a CMS @ Blogging Pro</a></li>
<li><a href="http://www.bos89.nl/1088/">A simple approach @ Bos89.nl</a></li>
<li><a href="http://www.chrisjdavis.org/2004/07/15/faking-it-wordpress-as-cms/">Faking It @ Chris J Davis</a></li>
<li><a href="http://www.grahamazon.com/wordpress-as-cms/">How Stanford Community Health did it</a></li>
<li><a href="http://www.sporadicnonsense.com/2005/07/07/article-management-with-wordpress/">Another simple method at Shawn Grimes&#8217; Sporadic Nonsense<br />
</a></li>
<li><a href="http://www.onlamp.com/pub/a/onlamp/2006/04/20/from-weblog-to-cms.html">Short article @ O&#8217;Reilly OnLAMP.com</a></li>
</ul>
<p>Plus</p>
<ul>
<li><a href="http://www.devlounge.net/extras/prebuilt">Prebuilt Theme</a></li>
<li><a href="http://www.semiologic.com/software/sem-theme/">Semiologic Theme</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://luke.morey.id.au/2006/12/11/wordpress-as-a-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Witches and a Cauldron</title>
		<link>http://luke.morey.id.au/2006/12/01/3-witches-and-a-cauldron/</link>
		<comments>http://luke.morey.id.au/2006/12/01/3-witches-and-a-cauldron/#comments</comments>
		<pubDate>Thu, 30 Nov 2006 14:00:14 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Eva Rosa]]></category>

		<guid isPermaLink="false">http://luke.morey.id.au/personal/family/eva/artwork/3-witches-and-a-cauldron</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a class="imagelink" title="2006-12 witches and cauldron.jpg" href="http://luke.morey.id.au/wp-content/uploads/2006/12/2006-12%20witches%20and%20cauldron.jpg" rel="lightbox[100]"><img id="image99" src="http://luke.morey.id.au/wp-content/uploads/2006/12/2006-12%20witches%20and%20cauldron.jpg" alt="2006-12 witches and cauldron.jpg" width="420" height="611" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://luke.morey.id.au/2006/12/01/3-witches-and-a-cauldron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A mean pelican eating a one-eyed fish</title>
		<link>http://luke.morey.id.au/2006/11/21/a-mean-pelican-eating-a-one-eyed-fish/</link>
		<comments>http://luke.morey.id.au/2006/11/21/a-mean-pelican-eating-a-one-eyed-fish/#comments</comments>
		<pubDate>Mon, 20 Nov 2006 14:00:17 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Eva Rosa]]></category>

		<guid isPermaLink="false">http://luke.morey.id.au/personal/family/eva/artwork/a-mean-pelican-eating-a-one-eyed-fish</guid>
		<description><![CDATA[I think the palm tree is a nice touch.]]></description>
			<content:encoded><![CDATA[<p>I think the palm tree is a nice touch.</p>
<p><a class="imagelink" title="2006-11-21 a mean pelican eating a one-eyed fish.jpg" href="http://luke.morey.id.au/wp-content/uploads/2006/12/2006-11-21%20a%20mean%20pelican%20eating%20a%20one-eyed%20fish.jpg" rel="lightbox[98]"><img id="image97" src="http://luke.morey.id.au/wp-content/uploads/2006/12/2006-11-21%20a%20mean%20pelican%20eating%20a%20one-eyed%20fish.jpg" alt="2006-11-21 a mean pelican eating a one-eyed fish.jpg" width="420" height="268" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://luke.morey.id.au/2006/11/21/a-mean-pelican-eating-a-one-eyed-fish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mama Stole My Ring</title>
		<link>http://luke.morey.id.au/2006/11/20/mama-stole-my-ring/</link>
		<comments>http://luke.morey.id.au/2006/11/20/mama-stole-my-ring/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 14:00:54 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Eva Rosa]]></category>

		<guid isPermaLink="false">http://luke.morey.id.au/personal/family/eva/artwork/mama-stole-my-ring</guid>
		<description><![CDATA[&#8220;A boy is angry with his Mama because she stole his ring. He is about to go swimming. He told his Mama not to steal again but she did. There&#8217;s a bird in the sky who thinks it&#8217;s too loud down below.&#8221; Somehow hearing the story of the picture made the boy look like Smeagol [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;A boy is angry with his Mama because she stole his ring.  He is about to go swimming.  He told his Mama not to steal again but she did.  There&#8217;s a bird in the sky who thinks it&#8217;s too loud down below.&#8221;</p>
<p>Somehow hearing the story of the picture made the boy look like Smeagol to me.</p>
<p>(Check out the flippers, and the &#8220;This is my name up in lights&#8221;)</p>
<p><a class="imagelink" title="2006-11-20 boy mama ring.jpg" href="http://luke.morey.id.au/wp-content/uploads/2006/12/2006-11-20%20boy%20mama%20ring.jpg" rel="lightbox[96]"><img id="image95" src="http://luke.morey.id.au/wp-content/uploads/2006/12/2006-11-20%20boy%20mama%20ring.jpg" alt="2006-11-20 boy mama ring.jpg" width="420" height="620" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://luke.morey.id.au/2006/11/20/mama-stole-my-ring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

