<?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>Damon&#039;s Modern LifeDamon&#039;s Modern Life</title>
	<atom:link href="http://damonsk.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://damonsk.com</link>
	<description>From Student to Programmer</description>
	<lastBuildDate>Fri, 13 Apr 2012 14:20:15 +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>Open Graph &#8211; Facebook Integration</title>
		<link>http://damonsk.com/2011/09/open-graph-facebook-integration/</link>
		<comments>http://damonsk.com/2011/09/open-graph-facebook-integration/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 22:14:58 +0000</pubDate>
		<dc:creator>Damon</dc:creator>
				<category><![CDATA[University Project]]></category>

		<guid isPermaLink="false">http://damonsk.com/?p=339</guid>
		<description><![CDATA[Today I decided to look at integrating Facebook deep into the Cuckoo Nest.  A typical example of what I&#8217;m wanting to achieve is as shown below. The above screenshot is from an Application called Spotify.  This application has permission from a facebook user to post updates to their timeline.  The content of the update is generated by&#8230; <a href="http://damonsk.com/2011/09/open-graph-facebook-integration/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://damonsk.com/2011/09/open-graph-facebook-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Task 22 &#8211; Sharing!</title>
		<link>http://damonsk.com/2011/09/task-22-sharing/</link>
		<comments>http://damonsk.com/2011/09/task-22-sharing/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 17:09:23 +0000</pubDate>
		<dc:creator>Damon</dc:creator>
				<category><![CDATA[University Project]]></category>

		<guid isPermaLink="false">http://damonsk.com/?p=317</guid>
		<description><![CDATA[So I&#8217;ve been working on the sharing facility of the cuckoo nest.  Today i tackled the link sharing facility Lets check it out! Step 1 &#8211; The share box Here it is in all it&#8217;s glory! This is the state before the box has been given focus.  This function works in several ways. You can&#8230; <a href="http://damonsk.com/2011/09/task-22-sharing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://damonsk.com/2011/09/task-22-sharing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Summer</title>
		<link>http://damonsk.com/2011/09/university-of-bolton-iphone/</link>
		<comments>http://damonsk.com/2011/09/university-of-bolton-iphone/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 20:01:13 +0000</pubDate>
		<dc:creator>Damon</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://damonsk.com/?p=271</guid>
		<description><![CDATA[Is over, yay! My favorite time of the year is here. So over summer I should have been working on my University project, I did some.  I have instead, taken residence at a local creative studio writing loads of code and sipping lots of coffee, good times!! I have been focusing on my iOS development&#8230; <a href="http://damonsk.com/2011/09/university-of-bolton-iphone/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://damonsk.com/2011/09/university-of-bolton-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Objects using Literal Notation</title>
		<link>http://damonsk.com/2011/05/javascript-objects-using-literal-notation/</link>
		<comments>http://damonsk.com/2011/05/javascript-objects-using-literal-notation/#comments</comments>
		<pubDate>Mon, 16 May 2011 22:19:05 +0000</pubDate>
		<dc:creator>Damon</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[University Project]]></category>

		<guid isPermaLink="false">http://damonsk.com/?p=244</guid>
		<description><![CDATA[Javascript files can get pretty messy pretty quick if you prefer to keep everything contained in one javascript file.  Together with jQuery, I find that creating objects using the literal notation form works best. Just like any language, it&#8217;s ideal to create objects that represent something or else you&#8217;re back to square one.  An example&#8230; <a href="http://damonsk.com/2011/05/javascript-objects-using-literal-notation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://damonsk.com/2011/05/javascript-objects-using-literal-notation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Out with mysql in with PDO</title>
		<link>http://damonsk.com/2011/05/out-with-mysql-in-with-pdo/</link>
		<comments>http://damonsk.com/2011/05/out-with-mysql-in-with-pdo/#comments</comments>
		<pubDate>Mon, 16 May 2011 21:51:06 +0000</pubDate>
		<dc:creator>Damon</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[University Project]]></category>

		<guid isPermaLink="false">http://damonsk.com/?p=236</guid>
		<description><![CDATA[A not so new feature of PHP which dates back to version 5.0 is PDO (PHP Data Objects).  PDO is a data-access abstraction layer that can access several database engines whilst maintaining the same set of functions.  I&#8217;m surprised I hadn&#8217;t discovered PDO earlier considering its been around way before I knew PHP. As part&#8230; <a href="http://damonsk.com/2011/05/out-with-mysql-in-with-pdo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://damonsk.com/2011/05/out-with-mysql-in-with-pdo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Final Year Project</title>
		<link>http://damonsk.com/2011/05/final-year-project/</link>
		<comments>http://damonsk.com/2011/05/final-year-project/#comments</comments>
		<pubDate>Thu, 12 May 2011 19:24:36 +0000</pubDate>
		<dc:creator>Damon</dc:creator>
				<category><![CDATA[University]]></category>
		<category><![CDATA[University Project]]></category>

		<guid isPermaLink="false">http://damonsk.com/?p=223</guid>
		<description><![CDATA[It&#8217;s time to get back on the bandwagon.  My final year project is to create a website that combines property sales with social actions, something like a social website for property sales.  The idea is to remove the need for an estate agent. Whats required? Apart from a lot of programming time, some research, a&#8230; <a href="http://damonsk.com/2011/05/final-year-project/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://damonsk.com/2011/05/final-year-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Parts Crawler</title>
		<link>http://damonsk.com/2011/03/the-aprilia-vespa-piaggio-parts-crawler/</link>
		<comments>http://damonsk.com/2011/03/the-aprilia-vespa-piaggio-parts-crawler/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 16:43:32 +0000</pubDate>
		<dc:creator>Damon</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://damonsk.com/?p=217</guid>
		<description><![CDATA[I had an interesting project which involved a CD-ROM containing tens, if not hundreds of thousands of Piaggio/Vespa/Aprilia parts, one of these part catalogues nicely wrapped up in some kind of stand alone Java web application, Jetty I think it was. The task, to extract all data and images from the CD, after looking through&#8230; <a href="http://damonsk.com/2011/03/the-aprilia-vespa-piaggio-parts-crawler/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://damonsk.com/2011/03/the-aprilia-vespa-piaggio-parts-crawler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Goodbye Google Base :(</title>
		<link>http://damonsk.com/2011/03/goodbye-google-base/</link>
		<comments>http://damonsk.com/2011/03/goodbye-google-base/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 18:40:02 +0000</pubDate>
		<dc:creator>Damon</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[University Project]]></category>

		<guid isPermaLink="false">http://damonsk.com/?p=212</guid>
		<description><![CDATA[I&#8217;ve just submitted my project proposal for Uni and decide to make a start collating information, then I find out Google Base is going. Google Base was supposed to be a major part of my final year project, however it appears Google has other plans. The whole service has been depreciated and will be gone&#8230; <a href="http://damonsk.com/2011/03/goodbye-google-base/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://damonsk.com/2011/03/goodbye-google-base/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s been a while.</title>
		<link>http://damonsk.com/2011/01/its-been-a-while/</link>
		<comments>http://damonsk.com/2011/01/its-been-a-while/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 12:07:04 +0000</pubDate>
		<dc:creator>Damon</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[VB.Net]]></category>

		<guid isPermaLink="false">http://damonsk.com/?p=205</guid>
		<description><![CDATA[Since I posted here&#8230; Heres a catch up! I&#8217;ve since started creating iPhone, iPad apps and backed off with the Android apps.  One reason, iOS pays compared to Android.  Maybe this will change in future but for the time being, I&#8217;m sticking with iOS and plan to push out random apps!  I&#8217;m looking for that&#8230; <a href="http://damonsk.com/2011/01/its-been-a-while/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://damonsk.com/2011/01/its-been-a-while/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UK Property Market &#8211; The rightmove for Android!</title>
		<link>http://damonsk.com/2010/07/uk-property-market-the-rightmove-for-android/</link>
		<comments>http://damonsk.com/2010/07/uk-property-market-the-rightmove-for-android/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 20:40:41 +0000</pubDate>
		<dc:creator>Damon</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[findaproperty]]></category>
		<category><![CDATA[primelocation]]></category>
		<category><![CDATA[real estate]]></category>
		<category><![CDATA[rentals]]></category>
		<category><![CDATA[rightmove]]></category>

		<guid isPermaLink="false">http://damonsk.com/?p=196</guid>
		<description><![CDATA[If you have followed my blog, a couple of months ago I started to develop a Rightmove app for Android.  I got to the stage where I felt I should seek permission to release the app using the data supplied from Rightmove before I continued.  Unfortunately they refused. Never mind.. A few week ago I started&#8230; <a href="http://damonsk.com/2010/07/uk-property-market-the-rightmove-for-android/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://damonsk.com/2010/07/uk-property-market-the-rightmove-for-android/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

