<?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>THijs</title>
	<atom:link href="http://thijsjonkman.nl/feed/" rel="self" type="application/rss+xml" />
	<link>http://thijsjonkman.nl</link>
	<description>Plone, Django, Python, Front-end and other creative outlets</description>
	<lastBuildDate>Sun, 17 Oct 2010 09:43:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Not caching certain plone templates in Varnish</title>
		<link>http://thijsjonkman.nl/2010/05/26/not-caching-plone-templates-varnish/</link>
		<comments>http://thijsjonkman.nl/2010/05/26/not-caching-plone-templates-varnish/#comments</comments>
		<pubDate>Wed, 26 May 2010 14:08:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[Plone 3]]></category>
		<category><![CDATA[plone.app.caching]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://thijsjonkman.nl/?p=100</guid>
		<description><![CDATA[For a customer I needed to have an old school custom Plone template not to be cashed. The site was put behind varnish and just adding &#8220;no-cache&#8221; headers did not work. The solution was creating an extra rule in the &#8220;Cache Configuration Tool&#8221; (http://yourplonecms.com/portal_cache_settings/with-caching-proxy/rules), which allows for quite a lot of customization. To the top [...]]]></description>
		<wfw:commentRss>http://thijsjonkman.nl/2010/05/26/not-caching-plone-templates-varnish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DOM Scripting; the book by Jeremy Keith</title>
		<link>http://thijsjonkman.nl/2010/04/15/dom-scripting-the-book-by-jeremy-keith/</link>
		<comments>http://thijsjonkman.nl/2010/04/15/dom-scripting-the-book-by-jeremy-keith/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 22:46:42 +0000</pubDate>
		<dc:creator>thijs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://thijsjonkman.nl/?p=71</guid>
		<description><![CDATA[This book has proven to be a great read. It is: easily written, focussed on web designers, has great regard for web standard and builds up nicely by showing all the steps and then sticking them together in a fictional case. Based on semantic HTML and CSS the book shows you how to enhance the [...]]]></description>
		<wfw:commentRss>http://thijsjonkman.nl/2010/04/15/dom-scripting-the-book-by-jeremy-keith/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plone 3.2.1 ImportError</title>
		<link>http://thijsjonkman.nl/2009/03/18/plone-3-2-1-importerror/</link>
		<comments>http://thijsjonkman.nl/2009/03/18/plone-3-2-1-importerror/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 22:30:37 +0000</pubDate>
		<dc:creator>thijs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Buildout]]></category>
		<category><![CDATA[Plone]]></category>

		<guid isPermaLink="false">http://thijsjonkman.nl/?p=65</guid>
		<description><![CDATA[While updating a plone 3.1.7 instance to 3.2.1 I all of the sudden had the following import error:     ImportError: No module named ImplPython Searching the net I only found irrelevant solutions to my situation. I had an other plone 3.2.1 instance that used to work, so I checked if it would still run and [...]]]></description>
		<wfw:commentRss>http://thijsjonkman.nl/2009/03/18/plone-3-2-1-importerror/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rsync</title>
		<link>http://thijsjonkman.nl/2009/02/12/rsync/</link>
		<comments>http://thijsjonkman.nl/2009/02/12/rsync/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 22:26:20 +0000</pubDate>
		<dc:creator>thijs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Command line]]></category>

		<guid isPermaLink="false">http://thijsjonkman.nl/?p=62</guid>
		<description><![CDATA[Our office network has horrible download speeds, it is more efficient to zip a file before copying it. (No longer slow but still nice to not forget this) rsync -avz --progress server:source target]]></description>
		<wfw:commentRss>http://thijsjonkman.nl/2009/02/12/rsync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Override portlets or Subclassing</title>
		<link>http://thijsjonkman.nl/2009/01/20/override-portlets-or-subclassing/</link>
		<comments>http://thijsjonkman.nl/2009/01/20/override-portlets-or-subclassing/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 22:23:36 +0000</pubDate>
		<dc:creator>thijs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Plone 3]]></category>
		<category><![CDATA[Portlets]]></category>

		<guid isPermaLink="false">http://thijsjonkman.nl/?p=59</guid>
		<description><![CDATA[On http://transcyberia.info/archives/39-customizing-navigation-in-Plone3.html I found a great article on how to subclass the navigation portlet. Explanations and all. This entry is based on that article but doesn&#8217;t have all the nice explanations. For a generic plone 3 portlet with a template portlet.pt and a module named portlet.py, this is what you need to do to subclass [...]]]></description>
		<wfw:commentRss>http://thijsjonkman.nl/2009/01/20/override-portlets-or-subclassing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating an ssh tunnel</title>
		<link>http://thijsjonkman.nl/2009/01/20/creating-an-ssh-tunnel/</link>
		<comments>http://thijsjonkman.nl/2009/01/20/creating-an-ssh-tunnel/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 22:19:12 +0000</pubDate>
		<dc:creator>thijs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Command line]]></category>

		<guid isPermaLink="false">http://thijsjonkman.nl/?p=53</guid>
		<description><![CDATA[Setting up a host for a server in the ssh config and creating an ssh tunnel. For this your would have to have access to a server. Open your ssh configuration in a text editor. gedit ~/.ssh/config Add the server specifications. Host host HostName path.to.server.com User username Create an ssh tunnel. ssh host -L8080:127.0.0.1:8080 Now [...]]]></description>
		<wfw:commentRss>http://thijsjonkman.nl/2009/01/20/creating-an-ssh-tunnel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Case insensitive terminal</title>
		<link>http://thijsjonkman.nl/2008/12/26/case-insensitive-terminal/</link>
		<comments>http://thijsjonkman.nl/2008/12/26/case-insensitive-terminal/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 14:07:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Command line]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Case insensitivity for tabcompletion is something I have needed more often, this is how to do it. (found the solution on ubuntu forums, http://ubuntuforums.org/showthread.php?t=559596 ) Create or edit the file .inputrc and add the line: set completion-ignore-case on My coleague Jarno had the following tip originally as a comment. You could also add the following [...]]]></description>
		<wfw:commentRss>http://thijsjonkman.nl/2008/12/26/case-insensitive-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

