<?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>mormanski</title>
	<atom:link href="http://www.mormanski.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mormanski.net</link>
	<description>Notes about stuff</description>
	<lastBuildDate>Sun, 05 Jun 2011 23:10:12 +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>Install &amp; Configure Varnish on Ubuntu Lucid Linux</title>
		<link>http://www.mormanski.net/2010/08/14/install-configure-varnish-on-ubuntu-lucid-linux</link>
		<comments>http://www.mormanski.net/2010/08/14/install-configure-varnish-on-ubuntu-lucid-linux#comments</comments>
		<pubDate>Sat, 14 Aug 2010 18:59:39 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.mormanski.net/?p=80</guid>
		<description><![CDATA[I decided to install Varnish on an Ubuntu 10.04 Lucid Linux machine. 1. Install Varnish 2. Edit the /etc/varnish/default.vcl file 3. Edit the /etc/default/varnish file 4. Edit apache settings 5. Restart Apache and Varnish 6. Useful commands and information 1. Install Varnish sudo apt-get install varnish 2. Edit the /etc/varnish/default.vcl file This is where we [...]]]></description>
		<wfw:commentRss>http://www.mormanski.net/2010/08/14/install-configure-varnish-on-ubuntu-lucid-linux/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Ubuntu Lucid Linux 10.04 Beta 2 has been released.</title>
		<link>http://www.mormanski.net/2010/04/08/ubuntu-lucid-lynx-10-04-beta-2-has-been-released</link>
		<comments>http://www.mormanski.net/2010/04/08/ubuntu-lucid-lynx-10-04-beta-2-has-been-released#comments</comments>
		<pubDate>Thu, 08 Apr 2010 18:35:36 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.mormanski.net/?p=74</guid>
		<description><![CDATA[Get it here http://releases.ubuntu.com/releases/10.04/]]></description>
		<wfw:commentRss>http://www.mormanski.net/2010/04/08/ubuntu-lucid-lynx-10-04-beta-2-has-been-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Font Rendering Issue in IE7 When Using jQuery&#8217;s Toggle</title>
		<link>http://www.mormanski.net/2009/06/04/fix-font-rendering-issue-in-ie7-when-using-jquerys-toggle</link>
		<comments>http://www.mormanski.net/2009/06/04/fix-font-rendering-issue-in-ie7-when-using-jquerys-toggle#comments</comments>
		<pubDate>Thu, 04 Jun 2009 16:23:36 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.mormanski.net/?p=66</guid>
		<description><![CDATA[There is a really annoying issue with IE7 when using the toggle effect in jQuery. Once the toggle transition is complete, IE7 does not apply Windows ClearType rendering. Even more annoying is Microsoft&#8217;s decision to not class this as a bug. Luckily, there is a workaround. If your code for the toggle effect is: $(this).toggle("slow"); [...]]]></description>
		<wfw:commentRss>http://www.mormanski.net/2009/06/04/fix-font-rendering-issue-in-ie7-when-using-jquerys-toggle/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal, Automatic Node Titles and Tokens</title>
		<link>http://www.mormanski.net/2009/03/18/drupal-automatic-node-titles-and-tokens</link>
		<comments>http://www.mormanski.net/2009/03/18/drupal-automatic-node-titles-and-tokens#comments</comments>
		<pubDate>Wed, 18 Mar 2009 15:57:36 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.mormanski.net/?p=45</guid>
		<description><![CDATA[An annoying issue when using the Automatic Node Titles module in Drupal 6 is that when you create a node you have no access to certain tokens which require the node to be saved first. In my case, I was trying to include a taxonomy term in the node title. The solution is to access [...]]]></description>
		<wfw:commentRss>http://www.mormanski.net/2009/03/18/drupal-automatic-node-titles-and-tokens/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testers Needed for Bookwormr</title>
		<link>http://www.mormanski.net/2007/11/02/testers-needed-for-bookwormr</link>
		<comments>http://www.mormanski.net/2007/11/02/testers-needed-for-bookwormr#comments</comments>
		<pubDate>Fri, 02 Nov 2007 18:47:51 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.mormanski.net/2007/11/02/testers-needed-for-bookwormr/</guid>
		<description><![CDATA[I&#8217;ve just about finished a website for people who like books. It&#8217;s still a bit rough around the edges but hopefully with a couple of people using the site I can get rid of the major bugs. You can sign up at http://www.bookwormr.com. The site was written using the symfony framework which I can highly [...]]]></description>
		<wfw:commentRss>http://www.mormanski.net/2007/11/02/testers-needed-for-bookwormr/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

