<?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>SC Knowledge Base &#187; Snippets</title>
	<atom:link href="http://sandhillcreative.com/kb/category/snippets/feed/" rel="self" type="application/rss+xml" />
	<link>http://sandhillcreative.com/kb</link>
	<description></description>
	<lastBuildDate>Mon, 24 May 2010 07:13:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Change an Ubuntu server&#8217;s timezone from the command line</title>
		<link>http://sandhillcreative.com/kb/2010/04/20/change-an-ubuntu-servers-timezone/</link>
		<comments>http://sandhillcreative.com/kb/2010/04/20/change-an-ubuntu-servers-timezone/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 03:30:08 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=216</guid>
		<description><![CDATA[This is pretty straight forward. Log in to the system and type: dpkg-reconfigure tzdata Follow along as it prompts you. Bam. Done. &#160;&#160;&#160;&#160;&#160;]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/04/20/change-an-ubuntu-servers-timezone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework &#8211; Conditionally Load Javascript Files</title>
		<link>http://sandhillcreative.com/kb/2010/04/06/zend-framework-conditionally-load-javascript-files/</link>
		<comments>http://sandhillcreative.com/kb/2010/04/06/zend-framework-conditionally-load-javascript-files/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 02:39:12 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=185</guid>
		<description><![CDATA[I needed to load javascript files on a per controller basis in a Zend Framework (ZF) based project. In the past I would have done this with some conditional logic that would load things based on a page number or name or some such. In ZF all that is needed is to stick some code [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/04/06/zend-framework-conditionally-load-javascript-files/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Generating XML and passing it to jQuery</title>
		<link>http://sandhillcreative.com/kb/2010/01/06/generating-xml-and-passing-it-to-jquery/</link>
		<comments>http://sandhillcreative.com/kb/2010/01/06/generating-xml-and-passing-it-to-jquery/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 23:08:51 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=168</guid>
		<description><![CDATA[I am generating some XML and then POSTing it to a jQuery based plugin. Looking at the POSTed XML in Firebug, everything appears normal. However, something is not getting passed to the plugin so it is using a amount (which results in no data being properly displayed). The solution turned out to be quite simple&#8230; [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/01/06/generating-xml-and-passing-it-to-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extending Zend_View to Implement a Concrete Function&#8230;</title>
		<link>http://sandhillcreative.com/kb/2009/04/29/extending-zend-view-to-implement-a-concrete-function/</link>
		<comments>http://sandhillcreative.com/kb/2009/04/29/extending-zend-view-to-implement-a-concrete-function/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 22:00:14 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=14</guid>
		<description><![CDATA[&#8230;without using a view helper*. In a nutshell: Extend Zend_View Put your method in this extended class Instantiate the class (in your bootstrap for instance) Assign it to the ViewRenderer Pass that viewrenderer to Zend_Controller_Action_HelperBroker&#8217;s addHelper method Use it in your view The details: In /library/My/Zend/ create View.php: class My_Zend_View extends Zend_View { public function [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2009/04/29/extending-zend-view-to-implement-a-concrete-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
