
<?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>Recursive</title>
	<atom:link href="http://blog.jezmckean.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jezmckean.com</link>
	<description>adjective: see &#039;Recursive&#039;</description>
	<lastBuildDate>Mon, 16 Apr 2012 19:05:32 +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>Regex to split &#8220;){&#8221; to two lines, retaining indenting</title>
		<link>http://blog.jezmckean.com/regex-to-split-to-two-lines-retaining-indenting/</link>
		<comments>http://blog.jezmckean.com/regex-to-split-to-two-lines-retaining-indenting/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 15:09:12 +0000</pubDate>
		<dc:creator>Jez</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://blog.jezmckean.com/?p=272</guid>
		<description><![CDATA[I was quite proud to come up with this, so here&#8217;s my first blog post for a while: Search: ^([^\S\n]*)(.+)\)\s*\{ Replace: $1$2)\n$1{ and as a bonus: ^([^\S\n]*)\}\s*else\s*\{ $1}\n$1else\n$1{]]></description>
		<wfw:commentRss>http://blog.jezmckean.com/regex-to-split-to-two-lines-retaining-indenting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Men are from Mars, Women are from Venus: TL; DR (Part 2)</title>
		<link>http://blog.jezmckean.com/men-are-from-mars-women-are-from-venus-tl-dr-part-2/</link>
		<comments>http://blog.jezmckean.com/men-are-from-mars-women-are-from-venus-tl-dr-part-2/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 18:30:38 +0000</pubDate>
		<dc:creator>Jez</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://blog.jezmckean.com/?p=255</guid>
		<description><![CDATA[Chapters 6-9 Men are sine waves need occasional time by self &#8220;in cave&#8221; before they can be loving want to be trusted and believed to be capable Women are cosine waves need to spend time in a grump before they &#8230; <a href="http://blog.jezmckean.com/men-are-from-mars-women-are-from-venus-tl-dr-part-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.jezmckean.com/men-are-from-mars-women-are-from-venus-tl-dr-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Men are from Mars, Women are from Venus: TL; DR (Part 1)</title>
		<link>http://blog.jezmckean.com/men-are-from-mars-women-are-from-venus-tl-dr-pt1/</link>
		<comments>http://blog.jezmckean.com/men-are-from-mars-women-are-from-venus-tl-dr-pt1/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 21:35:39 +0000</pubDate>
		<dc:creator>Jez</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://blog.jezmckean.com/?p=237</guid>
		<description><![CDATA[Chapters 1-5 Women like to share problems Men like to provide solutions Men should pretend to listen when women share their stresses Women should let men forget about their stresses Women should not offer help unless it&#8217;s asked for Men &#8230; <a href="http://blog.jezmckean.com/men-are-from-mars-women-are-from-venus-tl-dr-pt1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.jezmckean.com/men-are-from-mars-women-are-from-venus-tl-dr-pt1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3: Rounded Table Corners (No images)</title>
		<link>http://blog.jezmckean.com/css3-rounded-table-corners-no-images/</link>
		<comments>http://blog.jezmckean.com/css3-rounded-table-corners-no-images/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 07:11:51 +0000</pubDate>
		<dc:creator>Jez</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://blog.jezmckean.com/?p=220</guid>
		<description><![CDATA[You cannot give a whole table (&#60;table>) rounded corners using CSS, browsers will ignore it, you must round the corners of the cells (&#60;td>) inside. The following uses CSS2 selectors (:first-child etc) and CSS3&#8242;s corner-rounding border-radius to selectively round the &#8230; <a href="http://blog.jezmckean.com/css3-rounded-table-corners-no-images/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.jezmckean.com/css3-rounded-table-corners-no-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Bug: json_encode() misleading warning on object with private properties</title>
		<link>http://blog.jezmckean.com/php-bug-json_encode-misleading-warning-on-object-with-private-properties/</link>
		<comments>http://blog.jezmckean.com/php-bug-json_encode-misleading-warning-on-object-with-private-properties/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 12:03:20 +0000</pubDate>
		<dc:creator>Jez</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.jezmckean.com/?p=211</guid>
		<description><![CDATA[I have found a peculiar issue with PHP&#8217;s json_encode() function. If you have an instance object with private properties and use json_encode() it will give you a very misleading warning. class ExampleObject { private $privateProperty; ... } $obj = new &#8230; <a href="http://blog.jezmckean.com/php-bug-json_encode-misleading-warning-on-object-with-private-properties/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.jezmckean.com/php-bug-json_encode-misleading-warning-on-object-with-private-properties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10/GUI</title>
		<link>http://blog.jezmckean.com/10gui/</link>
		<comments>http://blog.jezmckean.com/10gui/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 19:09:31 +0000</pubDate>
		<dc:creator>Jez</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[HCI]]></category>

		<guid isPermaLink="false">http://blog.jezmckean.com/?p=189</guid>
		<description><![CDATA[10gui.com This is as much an HCI concept as it is about the GUI. I think a multitouch pad would be great. 5 fingers, i.e. one hand, would be plenty though, and having one hand remaining on the keyboard allows &#8230; <a href="http://blog.jezmckean.com/10gui/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.jezmckean.com/10gui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Loopy Film</title>
		<link>http://blog.jezmckean.com/the-loopy-film/</link>
		<comments>http://blog.jezmckean.com/the-loopy-film/#comments</comments>
		<pubDate>Mon, 25 May 2009 11:47:34 +0000</pubDate>
		<dc:creator>Jez</dc:creator>
				<category><![CDATA[Humour]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Not Mine]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://blog.jezmckean.com/?p=181</guid>
		<description><![CDATA[Suitably recursive: 5secondfilms.com/watch/the_loopy_film]]></description>
		<wfw:commentRss>http://blog.jezmckean.com/the-loopy-film/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Indian Rupee Symbol Competition</title>
		<link>http://blog.jezmckean.com/indian-rupee-symbol-competition/</link>
		<comments>http://blog.jezmckean.com/indian-rupee-symbol-competition/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 12:30:45 +0000</pubDate>
		<dc:creator>Jez</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Language]]></category>

		<guid isPermaLink="false">http://blog.jezmckean.com/?p=170</guid>
		<description><![CDATA[Since I don&#8217;t live in India, I&#8217;m not allowed to enter the competition to design an official symbol for the Indian Rupee announced last month. I have however come up with a very simple design: (horribly created in Paint.NET) I&#8217;m posting &#8230; <a href="http://blog.jezmckean.com/indian-rupee-symbol-competition/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.jezmckean.com/indian-rupee-symbol-competition/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Recursive Word of the Moment</title>
		<link>http://blog.jezmckean.com/recursive-word-of-the-moment/</link>
		<comments>http://blog.jezmckean.com/recursive-word-of-the-moment/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 18:00:47 +0000</pubDate>
		<dc:creator>Jez</dc:creator>
				<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://blog.jezmckean.com/?p=151</guid>
		<description><![CDATA[vituperate \vī-ˈtü-pə-ˌrāt\ verb To overwhelm with wordy abuse]]></description>
		<wfw:commentRss>http://blog.jezmckean.com/recursive-word-of-the-moment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Peculiar Pic of the Moment</title>
		<link>http://blog.jezmckean.com/peculiar-pic-of-the-moment/</link>
		<comments>http://blog.jezmckean.com/peculiar-pic-of-the-moment/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 13:07:00 +0000</pubDate>
		<dc:creator>Jez</dc:creator>
				<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://blog.jezmckean.com/?p=145</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://blog.jezmckean.com/peculiar-pic-of-the-moment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

