<?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>Phil&#039;s Ramblings</title>
	<atom:link href="http://blog.nomzit.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nomzit.com</link>
	<description>Often incoherent, usually random</description>
	<lastBuildDate>Sat, 12 May 2012 11:28:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Link Wrench plugin for WordPress</title>
		<link>http://blog.nomzit.com/2012/05/10/link-wrench-plugin-for-wordpress/</link>
		<comments>http://blog.nomzit.com/2012/05/10/link-wrench-plugin-for-wordpress/#comments</comments>
		<pubDate>Thu, 10 May 2012 13:12:27 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.nomzit.com/?p=502</guid>
		<description><![CDATA[<p>I made a WordPress plugin to make it easier to decorate links in the way I wanted for StrawberryCat.com. You can get it from github if you wish.</p> <p>The effect I want is black text with a red underline, the way we achieve that is to style the links with:</p> a:link, a:active, a:visited { color: [...]]]></description>
		<wfw:commentRss>http://blog.nomzit.com/2012/05/10/link-wrench-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Serious Objective-C</title>
		<link>http://blog.nomzit.com/2012/05/06/serious-objective-c/</link>
		<comments>http://blog.nomzit.com/2012/05/06/serious-objective-c/#comments</comments>
		<pubDate>Sun, 06 May 2012 15:56:04 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[method protection]]></category>
		<category><![CDATA[methods]]></category>
		<category><![CDATA[objective c]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[private]]></category>
		<category><![CDATA[public]]></category>

		<guid isPermaLink="false">http://blog.nomzit.com/?p=489</guid>
		<description><![CDATA[<p>There are some challenges to making large and/or complex software with Objective-C. The main thing I miss from other systems is levels of method protection.</p> <p>However, it is quite easy to get the effects of traditional public/package/private method protection levels with a bit of work. First, and obviously, public methods go into the main header [...]]]></description>
		<wfw:commentRss>http://blog.nomzit.com/2012/05/06/serious-objective-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Syntax Highlighting Objective-C in WordPress</title>
		<link>http://blog.nomzit.com/2012/05/06/syntax-highlighting-objective-c-in-wordpress/</link>
		<comments>http://blog.nomzit.com/2012/05/06/syntax-highlighting-objective-c-in-wordpress/#comments</comments>
		<pubDate>Sun, 06 May 2012 09:38:37 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[objective c]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[syntax highlighting]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.nomzit.com/?p=484</guid>
		<description><![CDATA[<p>I have added support for Objective-C to the Auto SyntaxHighlighter plugin for WordPress; it is in the official plugin as of version 2.3.3.</p> <p>Here is some code for the sake of demonstration, based on content from Wikipedia&#8217;s article on Objective-C. Here is Person.h:</p> #import &#60;Foundation/Foundation.h&#62; @interface Person : NSObject { @private NSUInteger age; } @property(readwrite,copy,nonatomic) [...]]]></description>
		<wfw:commentRss>http://blog.nomzit.com/2012/05/06/syntax-highlighting-objective-c-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scrap Charities</title>
		<link>http://blog.nomzit.com/2012/04/18/scrap-charities/</link>
		<comments>http://blog.nomzit.com/2012/04/18/scrap-charities/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 06:39:46 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[big society]]></category>
		<category><![CDATA[Charity]]></category>
		<category><![CDATA[morality]]></category>
		<category><![CDATA[tax]]></category>
		<category><![CDATA[volunteer]]></category>

		<guid isPermaLink="false">http://blog.nomzit.com/?p=471</guid>
		<description><![CDATA[<p>Seriously, I mean it.</p> <p>There has been a recent hoo-hah about the tax-deductibility of donations made to charities by individuals with large incomes. The proposal tabled as I write this limits the amount of tax-deductible donations to the greater of £50k or 25% of the person&#8217;s income. The justification for it is that the current [...]]]></description>
		<wfw:commentRss>http://blog.nomzit.com/2012/04/18/scrap-charities/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Check out what I helped make</title>
		<link>http://blog.nomzit.com/2012/04/13/check-out-what-i-helped-make/</link>
		<comments>http://blog.nomzit.com/2012/04/13/check-out-what-i-helped-make/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 10:31:00 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[Harrods]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[magazine]]></category>

		<guid isPermaLink="false">https://blog.nomzit.com/?p=469</guid>
		<description><![CDATA[<p>We just finished making a newsstand magazine app for Harrods. If you have an iPad you can get the app from the app store, once installed you can download issues manually and/or subscribe (for free) to have new issues delivered to you automatically.</p> <p>I am most proud of the makeup tester feature which is linked [...]]]></description>
		<wfw:commentRss>http://blog.nomzit.com/2012/04/13/check-out-what-i-helped-make/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY</title>
		<link>http://blog.nomzit.com/2012/04/06/diy/</link>
		<comments>http://blog.nomzit.com/2012/04/06/diy/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 22:19:42 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cable clips]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[drill]]></category>
		<category><![CDATA[fixings]]></category>
		<category><![CDATA[home improvement]]></category>
		<category><![CDATA[makita]]></category>
		<category><![CDATA[power base]]></category>
		<category><![CDATA[rawl]]></category>

		<guid isPermaLink="false">https://blog.nomzit.com/?p=466</guid>
		<description><![CDATA[<p>I&#8217;ve been doing a lot of little jobs since we moved into our new house. This experience causes me to want to write down the things I wish I had known this time two weeks ago.</p> <p></p> <p>The most important one is that if you want something to stay on the wall where you put [...]]]></description>
		<wfw:commentRss>http://blog.nomzit.com/2012/04/06/diy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fscking hard-disks</title>
		<link>http://blog.nomzit.com/2012/03/04/fscking-hard-disks/</link>
		<comments>http://blog.nomzit.com/2012/03/04/fscking-hard-disks/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 21:39:24 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[hdd]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.nomzit.com/?p=463</guid>
		<description><![CDATA[<p>Usually when I wake up I have three emails from cron on my home server. Two report the status of various automated processes to maintain strawberrycat.com and the other reports the status of backing-up this blog. If I get only two it usually means that this server has failed in some way; if I get one [...]]]></description>
		<wfw:commentRss>http://blog.nomzit.com/2012/03/04/fscking-hard-disks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I want a Flightscope X2</title>
		<link>http://blog.nomzit.com/2012/02/27/i-want-a-flightscope-x2/</link>
		<comments>http://blog.nomzit.com/2012/02/27/i-want-a-flightscope-x2/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 18:05:22 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[carry]]></category>
		<category><![CDATA[draw]]></category>
		<category><![CDATA[dynamic loft]]></category>
		<category><![CDATA[fade]]></category>
		<category><![CDATA[flightscope]]></category>
		<category><![CDATA[golf]]></category>
		<category><![CDATA[impact]]></category>
		<category><![CDATA[launch monitor]]></category>
		<category><![CDATA[pull]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[spin]]></category>
		<category><![CDATA[swing path]]></category>

		<guid isPermaLink="false">http://blog.nomzit.com/?p=460</guid>
		<description><![CDATA[<p>I had a golf lesson on Saturday with my usual pro and the assistance of a Flightscope X2. I don&#8217;t know that I would want to have a lesson without it now that I&#8217;ve seen what it can do.</p> <p>A golf shot&#8217;s outcome, it should be obvious, is determined by the fraction of a second [...]]]></description>
		<wfw:commentRss>http://blog.nomzit.com/2012/02/27/i-want-a-flightscope-x2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Benefits cap</title>
		<link>http://blog.nomzit.com/2012/02/01/benefits-cap/</link>
		<comments>http://blog.nomzit.com/2012/02/01/benefits-cap/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 17:59:58 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[benefits]]></category>
		<category><![CDATA[cap]]></category>
		<category><![CDATA[essentials]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[means-testing]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.nomzit.com/?p=458</guid>
		<description><![CDATA[<p>It is quite rare for something in the news to make me really angry, but the coverage of the proposed benefits cap has succeeded. In particular this BBC News article about a family that will be affected by the cap has vexed me considerably.</p> <p>They will need to save £82.40 per week if the cap [...]]]></description>
		<wfw:commentRss>http://blog.nomzit.com/2012/02/01/benefits-cap/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Triptych 1</title>
		<link>http://blog.nomzit.com/2012/01/04/triptych-1/</link>
		<comments>http://blog.nomzit.com/2012/01/04/triptych-1/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 20:24:15 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[acrylic]]></category>
		<category><![CDATA[airbrush]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[triptych]]></category>

		<guid isPermaLink="false">http://blog.nomzit.com/?p=448</guid>
		<description><![CDATA[<p>During my time off in December I acquired a cheap airbrush, some acrylic paint, 3 canvases and a can of air. I used them to create a triptych.</p> <p></p> <p>They are meant to hang in a vertical column, thus:</p> <p style="text-align: center;"></p> <p style="text-align: center;"></p> <p></p> <p>They are currently being framed with brushed-aluminium-effect frames. I [...]]]></description>
		<wfw:commentRss>http://blog.nomzit.com/2012/01/04/triptych-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

