<?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>Nick Holdren</title>
	<atom:link href="http://nickholdren.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nickholdren.com</link>
	<description>Engineer, Mathematician, Musician</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:11:07 +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>Custom Yii Rule for Unique Attribute Validation</title>
		<link>http://nickholdren.com/2012/01/19/custom-yii-rule-for-unique-attribute-validation/</link>
		<comments>http://nickholdren.com/2012/01/19/custom-yii-rule-for-unique-attribute-validation/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 07:37:33 +0000</pubDate>
		<dc:creator>Nick Holdren</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Yii]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rules]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[yii]]></category>

		<guid isPermaLink="false">http://nickholdren.com/?p=744</guid>
		<description><![CDATA[You&#8217;ve probably seen it or experienced at some point when registering for a site where you must pick a unique username or subdomain for account registration. However, this is can be tedious to implement in both frameworks and non-framework solutions. Luckily, Yii has validation rules that can be implemented easily [...]]]></description>
		<wfw:commentRss>http://nickholdren.com/2012/01/19/custom-yii-rule-for-unique-attribute-validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip of the Day</title>
		<link>http://nickholdren.com/2012/01/18/tip-of-the-day/</link>
		<comments>http://nickholdren.com/2012/01/18/tip-of-the-day/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 19:19:51 +0000</pubDate>
		<dc:creator>Nick Holdren</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[Quotes]]></category>

		<guid isPermaLink="false">http://nickholdren.com/?p=741</guid>
		<description><![CDATA[Plan your day before someone else does it for you. Your time is yours and you control it. Don&#8217;t let things you wish to accomplish get overlooked because you didn&#8217;t make time for them.]]></description>
		<wfw:commentRss>http://nickholdren.com/2012/01/18/tip-of-the-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Name of Current Controller and Action in Yii</title>
		<link>http://nickholdren.com/2011/12/05/get-name-of-current-controller-and-action-in-yii/</link>
		<comments>http://nickholdren.com/2011/12/05/get-name-of-current-controller-and-action-in-yii/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 17:38:46 +0000</pubDate>
		<dc:creator>Nick Holdren</dc:creator>
				<category><![CDATA[Yii]]></category>
		<category><![CDATA[action]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[yii]]></category>

		<guid isPermaLink="false">http://nickholdren.com/?p=732</guid>
		<description><![CDATA[This is a simple one line piece of code to retrieve the name of the current controller, which is great for making more generic and useful code. $controllerName = Yii::app()->controller->id;]]></description>
		<wfw:commentRss>http://nickholdren.com/2011/12/05/get-name-of-current-controller-and-action-in-yii/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Try Catch vs If&#8230;Which to use?</title>
		<link>http://nickholdren.com/2011/12/01/try-catch-vs-if-which-to-use/</link>
		<comments>http://nickholdren.com/2011/12/01/try-catch-vs-if-which-to-use/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 17:11:45 +0000</pubDate>
		<dc:creator>Nick Holdren</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[catch]]></category>
		<category><![CDATA[error handling]]></category>
		<category><![CDATA[try]]></category>

		<guid isPermaLink="false">http://nickholdren.com/?p=726</guid>
		<description><![CDATA[When it comes to error handling while coding there are several options available. We have if statements, try and catch, throw exceptions or even handle the it silently by logging or just letting it go. So to make it simple I&#8217;ve come down to this simple question: Do you know [...]]]></description>
		<wfw:commentRss>http://nickholdren.com/2011/12/01/try-catch-vs-if-which-to-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AMPScript Language Module For TextWrangler</title>
		<link>http://nickholdren.com/2011/08/17/ampscript-language-module-for-textwrangler/</link>
		<comments>http://nickholdren.com/2011/08/17/ampscript-language-module-for-textwrangler/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 12:00:26 +0000</pubDate>
		<dc:creator>Nick Holdren</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[AMPScript]]></category>
		<category><![CDATA[ExactTarget]]></category>
		<category><![CDATA[TextWrangler]]></category>

		<guid isPermaLink="false">http://nickholdren.com/?p=720</guid>
		<description><![CDATA[I&#8217;ve created a language module for TextWrangler/BBedit which has been made available for public download on Github. Currently, it will highlight all AMPScript functions and reserved words. Future upgrades look to add complete function Intellisense and function documentation. Download it here! In case you don&#8217;t have TextWrangler you can download [...]]]></description>
		<wfw:commentRss>http://nickholdren.com/2011/08/17/ampscript-language-module-for-textwrangler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the Lookup Function In AMPScript</title>
		<link>http://nickholdren.com/2011/08/16/using-the-lookup-function-in-ampscript/</link>
		<comments>http://nickholdren.com/2011/08/16/using-the-lookup-function-in-ampscript/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 06:00:09 +0000</pubDate>
		<dc:creator>Nick Holdren</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[AMPScript]]></category>
		<category><![CDATA[data extensions]]></category>
		<category><![CDATA[ExactTarget]]></category>

		<guid isPermaLink="false">http://nickholdren.com/?p=717</guid>
		<description><![CDATA[I would like to start by saying that AMPScript is a very powerful tool to use when creating dynamic emails within ExactTarget. It is well documented and has a diverse range of functionality to do the very simplest tasks to the most complex. One of the most common uses is [...]]]></description>
		<wfw:commentRss>http://nickholdren.com/2011/08/16/using-the-lookup-function-in-ampscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook API Wrapper for PHP</title>
		<link>http://nickholdren.com/2011/08/13/facebook-api-wrapper-for-php/</link>
		<comments>http://nickholdren.com/2011/08/13/facebook-api-wrapper-for-php/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 13:00:36 +0000</pubDate>
		<dc:creator>Nick Holdren</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://nickholdren.com/?p=715</guid>
		<description><![CDATA[I&#8217;ve created a simple API wrapper for the Facebook API written in PHP which has been made available for public download on Github. It is a simple class that will allow you to access all endpoints within the Facebook API. Download it here! For more info about Facebook (in case [...]]]></description>
		<wfw:commentRss>http://nickholdren.com/2011/08/13/facebook-api-wrapper-for-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Songkick API Wrapper for PHP</title>
		<link>http://nickholdren.com/2011/08/12/songkick-api-wrapper-for-php/</link>
		<comments>http://nickholdren.com/2011/08/12/songkick-api-wrapper-for-php/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 13:00:22 +0000</pubDate>
		<dc:creator>Nick Holdren</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[songkick]]></category>

		<guid isPermaLink="false">http://nickholdren.com/?p=713</guid>
		<description><![CDATA[I&#8217;ve created a simple API wrapper for the Songkick API written in PHP which has been made available for public download on Github. It is a simple class that will allow you to access all endpoints within the Songkick API. Download it here! For more info about Songkick please visit [...]]]></description>
		<wfw:commentRss>http://nickholdren.com/2011/08/12/songkick-api-wrapper-for-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7Digital API Wrapper for PHP</title>
		<link>http://nickholdren.com/2011/08/11/7digital-api-wrapper-for-php/</link>
		<comments>http://nickholdren.com/2011/08/11/7digital-api-wrapper-for-php/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 13:00:55 +0000</pubDate>
		<dc:creator>Nick Holdren</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[7Dgitial]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://nickholdren.com/?p=706</guid>
		<description><![CDATA[I&#8217;ve created a simple API wrapper for the 7Digital API written in PHP which has been made available for public download on Github. It is a simple class that will allow you to access all endpoints within the 7Digital API. Download it here! For more info about 7Digital please visit [...]]]></description>
		<wfw:commentRss>http://nickholdren.com/2011/08/11/7digital-api-wrapper-for-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rapleaf API Wrapper for PHP</title>
		<link>http://nickholdren.com/2011/08/09/rapleaf-api-wrapper-for-php/</link>
		<comments>http://nickholdren.com/2011/08/09/rapleaf-api-wrapper-for-php/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 13:00:07 +0000</pubDate>
		<dc:creator>Nick Holdren</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Rapleaf]]></category>

		<guid isPermaLink="false">http://nickholdren.com/?p=704</guid>
		<description><![CDATA[I&#8217;ve created a simple API wrapper for the Rapleaf API written in PHP which has been made available for public download on Github. It is a simple class that will allow you to access all endpoints within the Rapleaf API. Download it here! For more info about Rapleaf please visit [...]]]></description>
		<wfw:commentRss>http://nickholdren.com/2011/08/09/rapleaf-api-wrapper-for-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

