<?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; Zend Framework</title>
	<atom:link href="http://sandhillcreative.com/kb/category/zend-framework/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>OpenVPN Setup tips</title>
		<link>http://sandhillcreative.com/kb/2010/05/24/openvpn-setup-tips/</link>
		<comments>http://sandhillcreative.com/kb/2010/05/24/openvpn-setup-tips/#comments</comments>
		<pubDate>Mon, 24 May 2010 07:13:36 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=235</guid>
		<description><![CDATA[To send all traffic over an established VPN connection: sudo iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE sudo -s echo &#8220;1&#8243; > /proc/sys/net/ipv4/ip_forward sudo openvpn /etc/openvpn/server.conf &#160;&#160;&#160;&#160;&#160;]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/05/24/openvpn-setup-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH Tunneling Tips: Now With More Awesome!</title>
		<link>http://sandhillcreative.com/kb/2010/05/23/ssh-tunneling-tips-now-with-more-awesome/</link>
		<comments>http://sandhillcreative.com/kb/2010/05/23/ssh-tunneling-tips-now-with-more-awesome/#comments</comments>
		<pubDate>Sun, 23 May 2010 05:15:14 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=232</guid>
		<description><![CDATA[OK, that previous tip was pretty weak. Try this instead. Set up a SOCKS proxy and tunnel it through SSH! Here&#8217;s how: 1. Open the SSH connection&#8230; ssh -ND 8887 -p 22 rufus@83.27.411.896 2. Set your network to point to the proxy. On a Mac that would be&#8230; a. Open Network Preferences&#8230; b. Click Advanced&#8230; [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/05/23/ssh-tunneling-tips-now-with-more-awesome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH Tunneling Tips</title>
		<link>http://sandhillcreative.com/kb/2010/05/23/ssh-tunneling-tips/</link>
		<comments>http://sandhillcreative.com/kb/2010/05/23/ssh-tunneling-tips/#comments</comments>
		<pubDate>Sun, 23 May 2010 04:56:18 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=229</guid>
		<description><![CDATA[To tunnel one, single website over SSH: ssh -L 8887:google.com:80 -p 22 -l rufus -N 83.27.411.896 Explanation: The first port, 8887, is the one on your local machine that you are going to point your proxy to&#8230;. &#8230; next comes the website you are visiting&#8230; &#8230; next is the port of the service on the [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/05/23/ssh-tunneling-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mercurial &#8211; pushing changes to a remote site</title>
		<link>http://sandhillcreative.com/kb/2010/04/28/mercurial-pushing-changes-to-a-remote-site/</link>
		<comments>http://sandhillcreative.com/kb/2010/04/28/mercurial-pushing-changes-to-a-remote-site/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 03:16:00 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=224</guid>
		<description><![CDATA[OK, this was not straight forward but it was mainly because of paths and permissions issues. My local repository is here: /Applications/MAMP/htdocs/aproj/ On the remote machine I need to get a copy of this so I issue the following: sudo hg -v clone ssh://me@192.168.1.107//Applications/MAMP/htdocs/aproj/ /var/www/aproj/ This will clone the repository. After making changes I try [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/04/28/mercurial-pushing-changes-to-a-remote-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Color in Mac OS X Terminal</title>
		<link>http://sandhillcreative.com/kb/2010/04/23/enable-color-in-mac-os-x-terminal/</link>
		<comments>http://sandhillcreative.com/kb/2010/04/23/enable-color-in-mac-os-x-terminal/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 21:09:40 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=222</guid>
		<description><![CDATA[Want to colorize your ls output in Terminal? Stick this in your ~/.bashrc or ~/.bash_profile files: export CLICOLOR=1 While you are at it add this alias to include invisible files in ls: alias ls='ls -la' Oh! One more useful one&#8230; to reload your .bash_profile without quitting and restarting the shell: source ~/.bash_profile &#160;&#160;&#160;&#160;&#160;]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/04/23/enable-color-in-mac-os-x-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The iTunes Window Extends Off Screen and I Can&#8217;t Resize It, Help!</title>
		<link>http://sandhillcreative.com/kb/2010/04/22/the-itunes-window-extends-off-screen-and-i-cant-resize-it-help/</link>
		<comments>http://sandhillcreative.com/kb/2010/04/22/the-itunes-window-extends-off-screen-and-i-cant-resize-it-help/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 19:24:34 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=219</guid>
		<description><![CDATA[So you thought you could click the little plus button at the window&#8217;s top left corner (the green one unless you use the alternate Mac color scheme) to resize and you discovered that that only opens a tiny control panel? Here is the big secret&#8230; hold down the option key while clicking the button with [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/04/22/the-itunes-window-extends-off-screen-and-i-cant-resize-it-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wrap many lines of text in list item tags using RegEx</title>
		<link>http://sandhillcreative.com/kb/2010/04/16/wrap-many-lines-of-text-in-list-item-tags-using-regex/</link>
		<comments>http://sandhillcreative.com/kb/2010/04/16/wrap-many-lines-of-text-in-list-item-tags-using-regex/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 02:49:51 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=205</guid>
		<description><![CDATA[So I have an email with a huge list of names. They are displayed one per line. I want to wrap them in list item tags so I can stick them in an unordered list. Here is how to do it fast and painlessly&#8230; First, here is what I start with (just imagine 1000 names, [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/04/16/wrap-many-lines-of-text-in-list-item-tags-using-regex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic secure file copying using SCP</title>
		<link>http://sandhillcreative.com/kb/2010/04/15/basic-secure-file-copying-using-scp/</link>
		<comments>http://sandhillcreative.com/kb/2010/04/15/basic-secure-file-copying-using-scp/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 17:46:47 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=200</guid>
		<description><![CDATA[Securely copy a file from one computer to another (in this example on my local network): $ sudo scp stuart@192.168.1.100:Downloads/somefile.iso /home/stuart/downloads This will copy the file somefile.iso that is in my remote computer&#8217;s home dir&#8217;s Download directory ~/Downloads/ or put another way as the remote computer is a Mac /Users/stuart/Downloads/ over to the local computer&#8217;s [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/04/15/basic-secure-file-copying-using-scp/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>Interesting Article about Caching Models in Zend Framework</title>
		<link>http://sandhillcreative.com/kb/2009/05/12/interesting-article-about-caching-models-in-zend-framework/</link>
		<comments>http://sandhillcreative.com/kb/2009/05/12/interesting-article-about-caching-models-in-zend-framework/#comments</comments>
		<pubDate>Tue, 12 May 2009 06:03:56 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[models]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=138</guid>
		<description><![CDATA[Interesting article over at http://www.contentwithstyle.co.uk/content/a-caching-pattern-for-models about implementing caching with Zend Framework models. In the comments there is a good point about how to refresh such a cache with the author suggesting using something like a $this->cache->clear() to clear the cache upon adding or updating content. &#160;&#160;&#160;&#160;&#160;]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2009/05/12/interesting-article-about-caching-models-in-zend-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
