<?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>srcnix&#039;s obsessions</title>
	<atom:link href="http://www.srcnix.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.srcnix.com</link>
	<description>Not just another code junkie</description>
	<lastBuildDate>Thu, 09 May 2013 12:56:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Simply Yes, No? Simple questions, simple answers!</title>
		<link>http://www.srcnix.com/blog/simplyyesno/simply-yes-no-simple-questions-simple-answers/</link>
		<comments>http://www.srcnix.com/blog/simplyyesno/simply-yes-no-simple-questions-simple-answers/#comments</comments>
		<pubDate>Thu, 09 May 2013 12:55:52 +0000</pubDate>
		<dc:creator>srcnix</dc:creator>
				<category><![CDATA[SimplyYesNo]]></category>
		<category><![CDATA[Simply Yes. No?]]></category>

		<guid isPermaLink="false">http://www.srcnix.com/?p=230</guid>
		<description><![CDATA[<p>Today marks the day that Simply Yes, No? went live. Today also happens to mark the first time I have launched a web app of my own, quite personal achievement considering the amount of web apps I have developed and launched for companies. Simply Yes, No?’s goal is to provide a single resource for asking [...]</p><p>The post <a href="http://www.srcnix.com/blog/simplyyesno/simply-yes-no-simple-questions-simple-answers/">Simply Yes, No? Simple questions, simple answers!</a> appeared first on <a href="http://www.srcnix.com">srcnix&#039;s obsessions</a>.</p>]]></description>
		<wfw:commentRss>http://www.srcnix.com/blog/simplyyesno/simply-yes-no-simple-questions-simple-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I left Spotify and moved to Rdio</title>
		<link>http://www.srcnix.com/blog/general/why-i-left-spotify-and-moved-to-rdio/</link>
		<comments>http://www.srcnix.com/blog/general/why-i-left-spotify-and-moved-to-rdio/#comments</comments>
		<pubDate>Wed, 20 Mar 2013 19:30:24 +0000</pubDate>
		<dc:creator>srcnix</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Rdio]]></category>
		<category><![CDATA[Spotify]]></category>

		<guid isPermaLink="false">http://www.srcnix.com/?p=212</guid>
		<description><![CDATA[<p>As of Sunday the 17th of March, after having been with Spotify for two years I decided to move to a new and upcoming provider, Rdio. The significance of this post is to detail the fact that I would not in any frame of mind have moved away from Spotify if they had resolved an [...]</p><p>The post <a href="http://www.srcnix.com/blog/general/why-i-left-spotify-and-moved-to-rdio/">Why I left Spotify and moved to Rdio</a> appeared first on <a href="http://www.srcnix.com">srcnix&#039;s obsessions</a>.</p>]]></description>
		<wfw:commentRss>http://www.srcnix.com/blog/general/why-i-left-spotify-and-moved-to-rdio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where this is going and YAPS discontinued</title>
		<link>http://www.srcnix.com/blog/php/where-this-is-going-and-yaps-discontinued/</link>
		<comments>http://www.srcnix.com/blog/php/where-this-is-going-and-yaps-discontinued/#comments</comments>
		<pubDate>Wed, 20 Feb 2013 19:00:50 +0000</pubDate>
		<dc:creator>srcnix</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.srcnix.com/?p=145</guid>
		<description><![CDATA[<p>The last few months have proved to be a tough time for myself. During the past few months I have finalised a divorce and clean break order, started a new position at an up and coming cloud service and moved into a new home. In turn, I haven&#8217;t had the chance to concentrate on YAPS. [...]</p><p>The post <a href="http://www.srcnix.com/blog/php/where-this-is-going-and-yaps-discontinued/">Where this is going and YAPS discontinued</a> appeared first on <a href="http://www.srcnix.com">srcnix&#039;s obsessions</a>.</p>]]></description>
		<wfw:commentRss>http://www.srcnix.com/blog/php/where-this-is-going-and-yaps-discontinued/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP class method injection without experimental functionality</title>
		<link>http://www.srcnix.com/blog/php/php-class-method-injection-without-experimental-functionality/</link>
		<comments>http://www.srcnix.com/blog/php/php-class-method-injection-without-experimental-functionality/#comments</comments>
		<pubDate>Sat, 24 Nov 2012 00:02:06 +0000</pubDate>
		<dc:creator>srcnix</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.srcnix.com/?p=134</guid>
		<description><![CDATA[<p>I was discussing with Pippin from PippinsPlugins about using his pretty cool, extremely light weight logging class for YAPS, by extending the core. The conversation got me thinking about ways to inject methods into an already existing class without using experimental code and extensions for PHP, such as classkit and runkit. It would be great [...]</p><p>The post <a href="http://www.srcnix.com/blog/php/php-class-method-injection-without-experimental-functionality/">PHP class method injection without experimental functionality</a> appeared first on <a href="http://www.srcnix.com">srcnix&#039;s obsessions</a>.</p>]]></description>
		<wfw:commentRss>http://www.srcnix.com/blog/php/php-class-method-injection-without-experimental-functionality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A week with ruby on rails</title>
		<link>http://www.srcnix.com/blog/ruby-on-rails/a-week-with-ruby-on-rails/</link>
		<comments>http://www.srcnix.com/blog/ruby-on-rails/a-week-with-ruby-on-rails/#comments</comments>
		<pubDate>Sat, 17 Nov 2012 14:04:46 +0000</pubDate>
		<dc:creator>srcnix</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.srcnix.com/?p=126</guid>
		<description><![CDATA[<p>For the past week I have been playing with ruby and of course, rails. My experience has been an absolute pleasure, I can&#8217;t quite express the joy I have in having the opportunity to learn, use and abuse ruby on rails. Having come to experience ruby after 11 years with PHP and PHP alone as [...]</p><p>The post <a href="http://www.srcnix.com/blog/ruby-on-rails/a-week-with-ruby-on-rails/">A week with ruby on rails</a> appeared first on <a href="http://www.srcnix.com">srcnix&#039;s obsessions</a>.</p>]]></description>
		<wfw:commentRss>http://www.srcnix.com/blog/ruby-on-rails/a-week-with-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Life and YAPS</title>
		<link>http://www.srcnix.com/blog/general/life-and-yaps/</link>
		<comments>http://www.srcnix.com/blog/general/life-and-yaps/#comments</comments>
		<pubDate>Mon, 12 Nov 2012 13:38:19 +0000</pubDate>
		<dc:creator>srcnix</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.srcnix.com/?p=115</guid>
		<description><![CDATA[<p>I haven&#8217;t posted in a little while, that&#8217;s because on the 05th I started a new role at a excellent startup, Skyscape Cloud, acting as their only web developer. My main development skills lie with PHP, however my new role has given me an opportunity to broaden my development horizons with ruby, specifically rails. So [...]</p><p>The post <a href="http://www.srcnix.com/blog/general/life-and-yaps/">Life and YAPS</a> appeared first on <a href="http://www.srcnix.com">srcnix&#039;s obsessions</a>.</p>]]></description>
		<wfw:commentRss>http://www.srcnix.com/blog/general/life-and-yaps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A sneak peek at YAPS Form Fields and Validation</title>
		<link>http://www.srcnix.com/blog/php/a-sneak-peek-at-yaps-form-fields-and-validation/</link>
		<comments>http://www.srcnix.com/blog/php/a-sneak-peek-at-yaps-form-fields-and-validation/#comments</comments>
		<pubDate>Fri, 02 Nov 2012 10:10:19 +0000</pubDate>
		<dc:creator>srcnix</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[YAPS Core]]></category>

		<guid isPermaLink="false">http://www.srcnix.com/?p=103</guid>
		<description><![CDATA[<p>This week I have spent a great deal of time working on the YAPS core, specifically a series of classes for forms, fields and validation. YAPS_Form YAPS_Form_Field YAPS_Form_Validation The general concepts surrounding these classes is to allow for simple management of forms, fields and validation. Basic usage of YAPS Form The base management of forms, [...]</p><p>The post <a href="http://www.srcnix.com/blog/php/a-sneak-peek-at-yaps-form-fields-and-validation/">A sneak peek at YAPS Form Fields and Validation</a> appeared first on <a href="http://www.srcnix.com">srcnix&#039;s obsessions</a>.</p>]]></description>
		<wfw:commentRss>http://www.srcnix.com/blog/php/a-sneak-peek-at-yaps-form-fields-and-validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YAPS (Yet Another Pluggable System)</title>
		<link>http://www.srcnix.com/blog/php/yaps-yet-another-pluggable-system/</link>
		<comments>http://www.srcnix.com/blog/php/yaps-yet-another-pluggable-system/#comments</comments>
		<pubDate>Tue, 23 Oct 2012 15:40:41 +0000</pubDate>
		<dc:creator>srcnix</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[YAPS]]></category>

		<guid isPermaLink="false">http://www.srcnix.com/?p=24</guid>
		<description><![CDATA[<p>In September I spent some time looking over existing WordPress plugins, looking through the code (some of which are beautifully written), the functionality and the extensibility. I came to the conclusion that on a user interaction, socialisation fore-front there isn&#8217;t a great deal of plugins out there, at least, not any that I liked. The most well-known [...]</p><p>The post <a href="http://www.srcnix.com/blog/php/yaps-yet-another-pluggable-system/">YAPS (Yet Another Pluggable System)</a> appeared first on <a href="http://www.srcnix.com">srcnix&#039;s obsessions</a>.</p>]]></description>
		<wfw:commentRss>http://www.srcnix.com/blog/php/yaps-yet-another-pluggable-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
