<?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>Kajabity.com</title>
	<atom:link href="http://www.kajabity.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kajabity.com</link>
	<description>A blog by Simon J. Williams</description>
	<lastBuildDate>Mon, 30 Apr 2012 11:50:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>jQuery, nth-child selector and Chrome or Safari Browsers</title>
		<link>http://www.kajabity.com/2012/03/jquery-nth-child-selector-and-chrome-or-safari-browsers/</link>
		<comments>http://www.kajabity.com/2012/03/jquery-nth-child-selector-and-chrome-or-safari-browsers/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 00:03:56 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wicked Text]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[nth-child]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://www.kajabity.com/2012/03/jquery-nth-child-selector-and-chrome-or-safari-browsers/</guid>
		<description><![CDATA[I’m in the middle of adding new functionality to the Wicked Text jQuery plugin and, to keep the code standard high, I have created a simple Unit Test page. I had a problem with the nth-child selector in Chrome and Safari browsers and thought you might find my solution useful.&#160; But not before I’ve done [...]]]></description>
		<wfw:commentRss>http://www.kajabity.com/2012/03/jquery-nth-child-selector-and-chrome-or-safari-browsers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery Plugins Site Problem Led Me To Rename Wiki Text to Wicked Text</title>
		<link>http://www.kajabity.com/2012/03/jquery-plugins-site-problem-led-me-to-rename-wiki-text-to-wicked-text/</link>
		<comments>http://www.kajabity.com/2012/03/jquery-plugins-site-problem-led-me-to-rename-wiki-text-to-wicked-text/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 21:57:42 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Wicked Text]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[WIKI]]></category>

		<guid isPermaLink="false">http://www.kajabity.com/2012/03/jquery-plugins-site-problem-led-me-to-rename-wiki-text-to-wicked-text/</guid>
		<description><![CDATA[I actually spotted it first on a Twitter post – the jQuery Plugins site had been deleted (explained here).&#160; Crazy!&#160; So much for my Wiki Text jQuery Plugin. However, the jQuery blog posts explained that they were hoping to move to a new model for publishing jQuery Plugins to their site – using GitHub and [...]]]></description>
		<wfw:commentRss>http://www.kajabity.com/2012/03/jquery-plugins-site-problem-led-me-to-rename-wiki-text-to-wicked-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automating JsDoc with Apache Ant</title>
		<link>http://www.kajabity.com/2012/02/automating-jsdoc-with-apache-ant/</link>
		<comments>http://www.kajabity.com/2012/02/automating-jsdoc-with-apache-ant/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 09:53:25 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Apache Ant]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[JsDoc Toolkit]]></category>

		<guid isPermaLink="false">http://www.kajabity.com/2012/02/automating-jsdoc-with-apache-ant/</guid>
		<description><![CDATA[In my previous post I described how I got started using JsDoc to generate some documentation for the Wiki Text jQuery Plugin. Running JsDoc on the command line is nice on occasion but in any serious development environment (or my dodgy old laptop) it needs to be incorporated as part of the automated build. Therefore, [...]]]></description>
		<wfw:commentRss>http://www.kajabity.com/2012/02/automating-jsdoc-with-apache-ant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I Introduced JsDoc into a JavaScript project &#8211; and found my Eclipse Outline</title>
		<link>http://www.kajabity.com/2012/02/how-i-introduced-jsdoc-into-a-javascript-project-and-found-my-eclipse-outline/</link>
		<comments>http://www.kajabity.com/2012/02/how-i-introduced-jsdoc-into-a-javascript-project-and-found-my-eclipse-outline/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 23:48:47 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[JsDoc]]></category>

		<guid isPermaLink="false">http://www.kajabity.com/?p=291</guid>
		<description><![CDATA[In this article I’ll tell you how I integrated JsDoc into the Wiki Text project to publish JavaDoc style documentation and at the same time solved the strange problem of a missing Outline view in Eclipse IDE. The Problem While I was developing the Wiki Text jQuery plugin I had a couple of problems I [...]]]></description>
		<wfw:commentRss>http://www.kajabity.com/2012/02/how-i-introduced-jsdoc-into-a-javascript-project-and-found-my-eclipse-outline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Join a Windows Domain and Keep Local User Profile</title>
		<link>http://www.kajabity.com/2012/01/join-a-windows-domain-and-keep-local-user-profile/</link>
		<comments>http://www.kajabity.com/2012/01/join-a-windows-domain-and-keep-local-user-profile/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 00:03:19 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[SBS 2011]]></category>

		<guid isPermaLink="false">http://www.kajabity.com/2012/01/join-a-windows-domain-and-keep-local-user-profile/</guid>
		<description><![CDATA[This week, I joined my Windows 7 laptop to my Windows SBS 2011 domain. I have been using a local user “Simon” but also have a domain user “Simon” so, quite naturally, I wanted to join them together in some way so that all the stuff and settings I had built up with the local [...]]]></description>
		<wfw:commentRss>http://www.kajabity.com/2012/01/join-a-windows-domain-and-keep-local-user-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Installer for Apache Maven 2</title>
		<link>http://www.kajabity.com/2012/01/windows-installer-for-apache-maven-2/</link>
		<comments>http://www.kajabity.com/2012/01/windows-installer-for-apache-maven-2/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 23:27:22 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[WiX]]></category>
		<category><![CDATA[Installer]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Votive]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kajabity.com/2012/01/windows-installer-for-apache-maven-2/</guid>
		<description><![CDATA[I’ve been playing around with Windows Installer XML (WiX) recently – I used it to create the installer for Year Chart and I’ve since converted a couple of internal projects (I may publish them later) which I had originally created InstallShield installers for (with the version that came with older versions of Microsoft Visual Studio). [...]]]></description>
		<wfw:commentRss>http://www.kajabity.com/2012/01/windows-installer-for-apache-maven-2/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Displaying Google Calendar Events on a Club Web Site</title>
		<link>http://www.kajabity.com/2011/10/displaying-google-calendar-events-on-a-club-web-site/</link>
		<comments>http://www.kajabity.com/2011/10/displaying-google-calendar-events-on-a-club-web-site/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 22:09:18 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Google Calendar]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XML Namespaces]]></category>

		<guid isPermaLink="false">http://www.kajabity.com/2011/10/displaying-google-calendar-events-on-a-club-web-site/</guid>
		<description><![CDATA[In this article I will explain how I present a list of events from Google Calendar in a club web site events page. This follows on from my previous article, Adding Calendar Events to Google Calendar in C#. I had a few attempts at making this work and encountered a few problems along the way [...]]]></description>
		<wfw:commentRss>http://www.kajabity.com/2011/10/displaying-google-calendar-events-on-a-club-web-site/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Busy Summer</title>
		<link>http://www.kajabity.com/2011/09/a-busy-summer/</link>
		<comments>http://www.kajabity.com/2011/09/a-busy-summer/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 21:42:23 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[SBS]]></category>

		<guid isPermaLink="false">http://www.kajabity.com/2011/09/a-busy-summer/</guid>
		<description><![CDATA[As you might work out I’ve had a bit of a busy summer and haven’t had much time to spend writing articles for my blog – which is frustrating because of the number of things I’ve wanted to write about. In this Post I’ll summarise it as a way of drawing a line under it [...]]]></description>
		<wfw:commentRss>http://www.kajabity.com/2011/09/a-busy-summer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wiki Text Version 0.3 Released</title>
		<link>http://www.kajabity.com/2011/06/wiki-text-version-0-3-released/</link>
		<comments>http://www.kajabity.com/2011/06/wiki-text-version-0-3-released/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 22:16:11 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Convert]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JsDoc]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[WIKI]]></category>

		<guid isPermaLink="false">http://www.kajabity.com/?p=289</guid>
		<description><![CDATA[After a month and a half I’ve now released an updated version of the Wiki Text plugin.&#160; This release adds Named Links, Horizontal Rules and Line Breaks.&#160; Download it here Try it here (and see how fast it is!) Find out more New Features The following new features have been added to this version of [...]]]></description>
		<wfw:commentRss>http://www.kajabity.com/2011/06/wiki-text-version-0-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Tips and Tricks</title>
		<link>http://www.kajabity.com/2011/06/iphone-tips-and-tricks/</link>
		<comments>http://www.kajabity.com/2011/06/iphone-tips-and-tricks/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 22:01:51 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://www.kajabity.com/index.php/2011/06/iphone-tips-and-tricks/</guid>
		<description><![CDATA[I’ve had my iPhone 3GS just over a year now and I’ve learned a few useful tricks for using it which I’ve been shown by friends or discovered on the internet or by just messing around with it.&#160; Of course, I could have just read the manual – but where’s the fun in that? While [...]]]></description>
		<wfw:commentRss>http://www.kajabity.com/2011/06/iphone-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

