<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Cognismith</title>
	<atom:link href="http://cognismith.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cognismith.com</link>
	<description>A simple log of what I do and what I&#039;ve learned</description>
	<lastBuildDate>Tue, 19 Jul 2011 04:41:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>.net custom control with databinding to a property</title>
		<link>http://cognismith.com/explains/net-custom-control-with-databinding-to-a-property/</link>
		<comments>http://cognismith.com/explains/net-custom-control-with-databinding-to-a-property/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 05:56:35 +0000</pubDate>
		<dc:creator>Chris Wall</dc:creator>
				<category><![CDATA[IT: Systems & Code]]></category>
		<category><![CDATA[Knowledge]]></category>

		<guid isPermaLink="false">http://cognismith.com/?p=261</guid>
		<description><![CDATA[Recently, I&#8217;ve been writing a custom control that extends a command button. The premise is quite simple, the control cycles through a list of user provided colours, changing the background colour on each click to the next&#160;one on the list, wrapping around to the beginning when it reached the end. (the CMS I was developing [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I&#8217;ve been writing a custom control that extends a command button.</p>
<p>The premise is quite simple, the control cycles through a list of user provided colours, changing the background colour on each click to the next&nbsp;one on the list, wrapping around to the beginning when it reached the end.<br />
(the CMS I was developing for a client required a series of flags that could be set to alert the user to details about the person calling [eg, problem client, unpaid bill, priority client etc])</p>
<p>As I wanted to save the value of the current I wanted to make the button data bindable. Each time the button&nbsp;is clicked&nbsp;the value of a property&nbsp;is incremented&nbsp;to represent the current flag state, this value would be databound.<br />
Unfortunately, although the value updated internally, it wouldn&#8217;t push the changes through the databinder&nbsp;automagically for me. The state index would be set on load, changing the colour to the required value, meaning that the databinding&nbsp;is indeed working, but that there was nothing causing the binding manager to write the changes back the other way.</p>
<p>After a little reading, and some autocomplete-fu I got my solution, 1 line of code forcing the databinding to write its changes.</p>

<div class="wp_syntax"><div class="code"><pre class="vbnet" style="font-family:monospace;"><span style="color: #FF8000;">Public</span> <span style="color: #FF8000;">Property</span> StateIndex <span style="color: #FF8000;">As</span> Int32
<span style="color: #FF8000;">Get</span>
  <span style="color: #FF8000;">Return</span> iStateIndex
<span style="color: #0600FF;">End</span> <span style="color: #FF8000;">Get</span> 
<span style="color: #FF8000;">Set</span><span style="color: #000000;">&#40;</span><span style="color: #FF8000;">ByVal</span> value <span style="color: #FF8000;">As</span> Int32<span style="color: #000000;">&#41;</span> 
<span style="color: #008080; font-style: italic;">'relevant code</span>
  <span style="color: #FF8000;">Me</span>.<span style="color: #0000FF;">DataBindings</span>.<span style="color: #0000FF;">Item</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">&quot;StateIndex&quot;</span><span style="color: #000000;">&#41;</span>.<span style="color: #0000FF;">WriteValue</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> 
<span style="color: #008080; font-style: italic;">'</span>
<span style="color: #0600FF;">End</span> <span style="color: #FF8000;">Set</span> 
<span style="color: #0600FF;">End</span> <span style="color: #FF8000;">Property</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://cognismith.com/explains/net-custom-control-with-databinding-to-a-property/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Storage Space &#8211; part1: Concept</title>
		<link>http://cognismith.com/presents/storage-space-part1-concept/</link>
		<comments>http://cognismith.com/presents/storage-space-part1-concept/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 05:22:53 +0000</pubDate>
		<dc:creator>Chris Wall</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Cabinet making]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Storage Cabinet]]></category>

		<guid isPermaLink="false">http://cognismith.com/?p=234</guid>
		<description><![CDATA[Having recently shifted house, I have the opportunity to redesign and rebuild my living environment. Typically this would just involve choosing where to put my bed, and what corner I&#8217;ll put my desk into. Luckily, the place I have moved into has nothing in the way of cupboard space, and having rid myself of most [...]]]></description>
			<content:encoded><![CDATA[<p>Having recently shifted house, I have the opportunity to redesign and rebuild my living environment. Typically this would just involve choosing where to put my bed, and what corner I&#8217;ll put my desk into. Luckily, the place I have moved into has nothing in the way of cupboard space, and having rid myself of most of my furniture in order to fit into my last couple of houses, I find myself a little wanting for places to put things.<span id="more-234"></span></p>
<p>
<a href="http://cognismith.com/wp-content/gallery/storage-space-design/itemsPlaced.png" title="" class="shutterset_singlepic116" >
	<img class="ngg-singlepic ngg-left" src="http://cognismith.com/wp-content/gallery/cache/116__320x240_itemsPlaced.png" alt="itemsPlaced" title="itemsPlaced" />
</a>
To begin with,<em> (at least after dumping everything in a big pile in the middle of the room and sleeping on the floor for a couple of weeks)</em> I plotted out my space in <a title="Google Sketchup" href="http://sketchup.google.com/" target="_blank">SketchUp</a>, and threw in my basic furniture mock ups to get a sense of available space (I am terrible at visual estimations).<br />
Not wanting to spend months building furniture, I cheated a bit and bought myself a swish <a title="Early Settler: 3 door wardrobe Cabinet" href="http://www.earlysettler.com.au/furniture/detail_description/152/Bedroom/Wardrobe/2/3%20Door%20Combo/91830859" target="_blank">new wardrobe cabinet</a> (on sale) as it had enough space to store all of my clothes, towels <em>and </em>linen, which accounted for about half of my storage problems.</p>
<p>The other half, was my myriad of textbooks, DVD’s, novels and study materials. Having very limited remaining space, I found myself with a perfect opportunity for a little DIY cabinet making.<br />
Having roughly only<strong> 700 by 500 mm</strong> of space to work with, I wanted to make as much shelf space as possible, unfortunately 500mm deep shelves seemed a little awkward and unnecessary to me. So, after a bit of mulling, and some cogitating, followed by some measuring of text books, and then a bit more cogitating, I ended up with the idea of a sliding stacked shelf (as shown below). The idea being to maximise shelf frontage, and minimise footprint so not to clutter the room any more than necessary.</p>

<a href="http://cognismith.com/wp-content/gallery/storage-space-design/storage cupboard.png" title="" class="shutterset_singlepic117" >
	<img class="ngg-singlepic ngg-center" src="http://cognismith.com/wp-content/gallery/cache/117__640x480_storage cupboard.png" alt="storage cupboard" title="storage cupboard" />
</a>

<p>The design of the back shelf is to slide into the cabinet when not in use minimising impacted room space.<br />
The result being, as shown below, plenty of shelf, that will tuck neatly into the remaining floor space.</p>

<a href="http://cognismith.com/wp-content/gallery/storage-space-design/cupboardPlacement.png" title="" class="shutterset_singlepic118" >
	<img class="ngg-singlepic ngg-center" src="http://cognismith.com/wp-content/gallery/cache/118__640x480_cupboardPlacement.png" alt="cupboardPlacement" title="cupboardPlacement" />
</a>

<p>Next thing to do is complete the design, finalise measurements, and figure out how to make the sliding shelf actually slide, and how to stop it from falling off. Part 2 of this project will cover the result.</p>
]]></content:encoded>
			<wfw:commentRss>http://cognismith.com/presents/storage-space-part1-concept/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Storage Space]]></series:name>
	</item>
		<item>
		<title>Loading offline registry files</title>
		<link>http://cognismith.com/explains/it/loading-offline-registry-files/</link>
		<comments>http://cognismith.com/explains/it/loading-offline-registry-files/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 07:23:03 +0000</pubDate>
		<dc:creator>Chris Wall</dc:creator>
				<category><![CDATA[IT: Systems & Code]]></category>
		<category><![CDATA[offline file]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[repair tips]]></category>

		<guid isPermaLink="false">http://cognismith.com/?p=229</guid>
		<description><![CDATA[Windows stores its registry information in a set of files known as hives. You can access the registry of a running computer via the registry editor (run&#8230;-&#62;regedit), pretty obvious yeah? But what if your pc is toast? how do you access the registry of it then? (maybe you got too many viruses, maybe you have [...]]]></description>
			<content:encoded><![CDATA[<p>Windows stores its registry information in a set of files known as hives.<br />
You can access the registry of a running computer via the registry editor (run&#8230;-&gt;regedit), pretty obvious yeah?<br />
But what if your pc is toast? how do you access the registry of it then? (maybe you got too many viruses, maybe you have a product key you want to extract, maybe you&#8217;re just a curious little bastard)</p>
<p>Interestingly you can use regedit still to look at offline hives.<span id="more-229"></span></p>
<p>select <strong>hkey_local_machine</strong> or<strong> hkey_users</strong></p>
<p>then on the<strong> file menu</strong>, select <strong>load hive&#8230; </strong><em>(note,if one of the two root hives above are not selected, this option is disabled)</em></p>
<p>navigate to the hive files stored in<br />
<strong>{drive}:\windows\system32\config</strong></p>
<p>the files being <strong>SAM SYSTEM SOFTWARE SECURITY</strong></p>
<p>for user hives the files are in</p>
<p><strong>{drive}:\documents and settings\{user}</strong>, <em>(XP and before)</em> or<br />
<strong>{drive}:\users\</strong>{user} <em>(vista or after)</em></p>
<p>the file is called <strong>ntuser.dat</strong></p>
<p>A name for the Hive is asked for, and then it will appear as a sub item of the root hive you selected at the start.</p>
<p>something to note, you can now access this hive both via regedit, as well as via scripts and applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://cognismith.com/explains/it/loading-offline-registry-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Correctly maximising MDI forms</title>
		<link>http://cognismith.com/explains/correctly-maximising-mdi-forms/</link>
		<comments>http://cognismith.com/explains/correctly-maximising-mdi-forms/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 00:03:35 +0000</pubDate>
		<dc:creator>Chris Wall</dc:creator>
				<category><![CDATA[IT: Systems & Code]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[bug fix]]></category>
		<category><![CDATA[maximise]]></category>
		<category><![CDATA[maximize]]></category>
		<category><![CDATA[MDI form]]></category>
		<category><![CDATA[vb]]></category>

		<guid isPermaLink="false">http://cognismith.com/?p=217</guid>
		<description><![CDATA[I recently encountered an odd little quirk in visual .net. When you create an instance of a form, as an MDI child, if you set the WindowState property to maximised, your form will not correctly span the whole window until you resize the parent. After a bit of investigating on the internet, I came across [...]]]></description>
			<content:encoded><![CDATA[<p>I recently encountered an odd little quirk in visual .net.</p>
<p>When you create an instance of a form, as an MDI child, if you set the WindowState property to maximised, your form will not correctly span the whole window until you resize the parent.</p>
<p>After a bit of investigating on the internet, I came across many weird and wonderful suggestions,<br />
things like setting the dock state of the form to &#8216;fill&#8217;, which works, right up until you want to un-maximise the form.</p>
<p>by far the easiest solution I have so far is as follows</p>

<div class="wp_syntax"><div class="code"><pre class="vbnet" style="font-family:monospace;"><span style="color: #0600FF;">dim</span> frmMyFormInstance <span style="color: #008000;">=</span> <span style="color: #FF8000;">New</span> frmformTemplate<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>
<span style="color: #0600FF;">With</span> frmMyFormInstance
  .<span style="color: #0000FF;">MdiParent</span> <span style="color: #008000;">=</span> frmParent
  .<span style="color: #0000FF;">Show</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>
 <span style="color: #008080; font-style: italic;">' setting state in property of form results in incorrect display</span>
  .<span style="color: #0000FF;">WindowState</span> <span style="color: #008000;">=</span> FormWindowState.<span style="color: #0000FF;">Maximized</span>
<span style="color: #0600FF;">End</span> <span style="color: #0600FF;">With</span></pre></div></div>

<p>That&#8217;s it, simple. Nothing fancy required like docking the form, or creating custom constructors that set properties before calling <em>InitializeComponent()</em>, just show the form, and then maximise it, not the other way about.</p>
]]></content:encoded>
			<wfw:commentRss>http://cognismith.com/explains/correctly-maximising-mdi-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hunger and need</title>
		<link>http://cognismith.com/blathers-about/hunger-and-need/</link>
		<comments>http://cognismith.com/blathers-about/hunger-and-need/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 02:15:42 +0000</pubDate>
		<dc:creator>Chris Wall</dc:creator>
				<category><![CDATA[Miscellany]]></category>

		<guid isPermaLink="false">http://cognismith.com/?p=190</guid>
		<description><![CDATA[A man who hungers will be more grateful of food than he who is full]]></description>
			<content:encoded><![CDATA[<blockquote><p>A man who hungers<br />
will be more grateful of food<br />
than he who is full</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cognismith.com/blathers-about/hunger-and-need/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If at first..</title>
		<link>http://cognismith.com/blathers-about/if-at-first/</link>
		<comments>http://cognismith.com/blathers-about/if-at-first/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 06:51:37 +0000</pubDate>
		<dc:creator>Chris Wall</dc:creator>
				<category><![CDATA[Miscellany]]></category>

		<guid isPermaLink="false">http://cognismith.com/?p=187</guid>
		<description><![CDATA[If at first you don&#8217;t succeed, Try Smarter.]]></description>
			<content:encoded><![CDATA[<blockquote><p>If at first you don&#8217;t succeed,</p>
<p style="padding-left: 30px;">Try Smarter.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cognismith.com/blathers-about/if-at-first/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>undocumented windows feature: emergency restart?</title>
		<link>http://cognismith.com/explains/undocumented-windows-feature-emergency-restart/</link>
		<comments>http://cognismith.com/explains/undocumented-windows-feature-emergency-restart/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 18:24:30 +0000</pubDate>
		<dc:creator>Chris Wall</dc:creator>
				<category><![CDATA[IT: Systems & Code]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[restart]]></category>
		<category><![CDATA[win7 emergency]]></category>

		<guid isPermaLink="false">http://cognismith.com/?p=155</guid>
		<description><![CDATA[Just stumbled on something interesting in windows 7 in order to do an &#8220;emergency restart&#8221; press control+alt+delete to bring up the menu screen press tab 3 times, this should select the power off button now push the menu key (that one between ctrl and alt on the right) you should get a message asking you [...]]]></description>
			<content:encoded><![CDATA[<p>Just stumbled on something interesting in windows 7<br />
in order to do an &#8220;emergency restart&#8221;</p>
<ol>
<li> press control+alt+delete to bring up the menu screen</li>
<li> press tab 3 times, this should select the power off button</li>
<li> now push the menu key (that one between ctrl and alt on the right)</li>
<li> you should get a message asking you if you want to do an emergency restart.</li>
</ol>
<p>What the purpose of this is over a normal restart is, I&#8217;m not 100% sure. I guess it&#8217;s just forcing all processes to terminate without waiting for a response from them.</p>
<p>Regardless of use, there&#8217;s a little 4am morning curiosity for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://cognismith.com/explains/undocumented-windows-feature-emergency-restart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>That damn buzzing sound</title>
		<link>http://cognismith.com/presents/that-damn-buzzing-sound/</link>
		<comments>http://cognismith.com/presents/that-damn-buzzing-sound/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 02:41:11 +0000</pubDate>
		<dc:creator>Chris Wall</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://cognismith.com/?p=161</guid>
		<description><![CDATA[Getting a little sick of the default windows mobile ringtone, I decided to sit down and smash out something a little different. after about half an hour of fiddling about on my midi keyboard and various bits of music software, I ended up with something a little more lively. Grab a copy below if you’re [...]]]></description>
			<content:encoded><![CDATA[<p>Getting a little sick of the default windows mobile ringtone, I decided to sit down and smash out something a little different.</p>
<p>after about half an hour of fiddling about on my midi keyboard and various bits of music software, I ended up with something a little more lively.</p>
<p>Grab a copy below if you’re interested <img src='http://cognismith.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://cognismith.com/wp-content/uploads/2010/11/8BIT1.mp3">8BIT-Dancer-Ringtone</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cognismith.com/presents/that-damn-buzzing-sound/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://cognismith.com/wp-content/uploads/2010/11/8BIT1.mp3" length="397130" type="audio/mpeg" />
		</item>
		<item>
		<title>The Mo-ject</title>
		<link>http://cognismith.com/presents/the-mo-ject/</link>
		<comments>http://cognismith.com/presents/the-mo-ject/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 00:30:00 +0000</pubDate>
		<dc:creator>Chris Wall</dc:creator>
				<category><![CDATA[Adventures]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[moject]]></category>

		<guid isPermaLink="false">http://cognismith.com/?p=119</guid>
		<description><![CDATA[Like a project, but, it&#8217;s about Mo&#8217;s&#8230; This year I am participating in Movember, a pretty worthy cause if ever there was one. See, as blokes, we don&#8217;t really tend to pay too much attention to our general well-being, the general attitude is, &#8216;ah she&#8217;ll be right, just walk it off&#8217; Movember is all about [...]]]></description>
			<content:encoded><![CDATA[<p>Like a project, but, it&#8217;s about Mo&#8217;s&#8230;</p>
<p>This year I am participating in Movember, a pretty worthy cause if ever there was one. See, as blokes, we don&#8217;t really tend to pay too much attention to our general well-being, the general attitude is, &#8216;ah she&#8217;ll be right, just walk it off&#8217;</p>
<p>Movember is all about raising awareness that every now and again, we need to stop and make sure all our bits and pieces are all still attached, That everything is all still in working order, both physically and mentally.<span id="more-119"></span></p>
<p>The benefactors of the Movember charity event are Beyond Blue, and the Prostate cancer foundation. Both very worthy causes.</p>
<p>For those who aren&#8217;t aware, Beyond Blue are all about dealing with depression, as well as drug and alcohol rehabilitation. Did you know that roughly 1 in 6 men will suffer depression, with increased likelihood during teenage and later  years? Yup, it&#8217;s that prevalent an issue <img src='http://cognismith.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So, as I get behind Movember this year, I&#8217;ll be using this post to record the progress of my Mo-mentus attempt at growing a mo, for a Mo-numental cause.</p>
<p><span style="text-decoration: line-through;">Check back here daily to see my mo-gress.</span></p>
<h3><strong>Update: </strong></h3>
<p>So Movember is finished for this year, All up our team raised $215.00, which is pretty rad for minimal effort <img src='http://cognismith.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks to all those people who donated to me, Holly, Alicia, my Folks, it was very appreciated.<br />
I look forward to doing this again next year.</p>
<p><a title="To Movember mo-space" href="http://au.movember.com/mospace/795650/" target="_blank">I&#8217;ll leave the link to the movember site here, incase you still want to make  any last-minute dontations</a><br />

<div class="ngg-imagebrowser" id="ngg-imagebrowser-6-119">

	<h3>Day 29</h3>

	<div class="pic">
<a href="http://cognismith.com/wp-content/gallery/the-moject/day-29.jpg" title="Second last day!
It didn't show very well in the photo, but that Mo is actually bright blue.
Now that HAS to be worth a donation!
any last minute dontations are just as good as early donations :D" class="shutterset_the-moject">
	<img alt="Day 29" src="http://cognismith.com/wp-content/gallery/the-moject/day-29.jpg"/>
</a>
</div>
	<div class="ngg-imagebrowser-nav"> 
		<div class="back">
			<a class="ngg-browser-prev" id="ngg-prev-107" href="http://cognismith.com/presents/the-mo-ject/nggallery/image/day-1">&#9668; Back</a>
		</div>
		<div class="next">
			<a class="ngg-browser-next" id="ngg-next-112" href="http://cognismith.com/presents/the-mo-ject/nggallery/image/day-25">Next &#9658;</a>
		</div>
		<div class="counter">Picture 1 of 8</div>
		<div class="ngg-imagebrowser-desc"><p>Second last day!
It didn't show very well in the photo, but that Mo is actually bright blue.
Now that HAS to be worth a donation!
any last minute dontations are just as good as early donations :D</p></div>
	</div>	

</div>	

</p>
]]></content:encoded>
			<wfw:commentRss>http://cognismith.com/presents/the-mo-ject/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>You Just Realised…</title>
		<link>http://cognismith.com/blathers-about/you-just-realised/</link>
		<comments>http://cognismith.com/blathers-about/you-just-realised/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 00:10:50 +0000</pubDate>
		<dc:creator>Chris Wall</dc:creator>
				<category><![CDATA[Miscellany]]></category>

		<guid isPermaLink="false">http://cognismith.com/?p=143</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href="http://cognismith.com/wp-content/gallery/hmm/noseskull.jpg" title="" class="shutterset_singlepic104" >
	<img class="ngg-singlepic" src="http://cognismith.com/wp-content/gallery/cache/104__640x480_noseskull.jpg" alt="noseskull" title="noseskull" />
</a>

]]></content:encoded>
			<wfw:commentRss>http://cognismith.com/blathers-about/you-just-realised/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

