<?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>ClearCove Software Inc.</title>
	<atom:link href="http://clearcove.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://clearcove.ca</link>
	<description>We Build Information Power Tools</description>
	<lastBuildDate>Sun, 05 Feb 2012 05:45:30 +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>Testing curated News</title>
		<link>http://clearcove.ca/2012/02/testing-curated-news-2/</link>
		<comments>http://clearcove.ca/2012/02/testing-curated-news-2/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 04:23:36 +0000</pubDate>
		<dc:creator>Jo Hund</dc:creator>
				<category><![CDATA[Rails News]]></category>

		<guid isPermaLink="false">http://clearcove.ca/?p=631</guid>
		<description><![CDATA[In this category, I will post curated news from my trusted sources, using Intigi.com to find, share and curate news.]]></description>
		<wfw:commentRss>http://clearcove.ca/2012/02/testing-curated-news-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails Software Engineering Style Guides</title>
		<link>http://clearcove.ca/2012/02/ruby-on-rails-software-engineering-style-guides/</link>
		<comments>http://clearcove.ca/2012/02/ruby-on-rails-software-engineering-style-guides/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 04:15:25 +0000</pubDate>
		<dc:creator>Jo Hund</dc:creator>
				<category><![CDATA[Note to self]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Ruby/Rails]]></category>

		<guid isPermaLink="false">http://clearcove.ca/?p=564</guid>
		<description><![CDATA[These Style Guides capture some of the best practices when writing anything related to a Ruby on Rails Software project. Starting from Rails code via emails all the way to git commit messages, these guides cover a wide range of topics.]]></description>
		<wfw:commentRss>http://clearcove.ca/2012/02/ruby-on-rails-software-engineering-style-guides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to secure a Rails app on heroku with SSL (Firesheep)</title>
		<link>http://clearcove.ca/2010/11/how-to-secure-a-rails-app-on-heroku-with-ssl-firesheep/</link>
		<comments>http://clearcove.ca/2010/11/how-to-secure-a-rails-app-on-heroku-with-ssl-firesheep/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 05:10:23 +0000</pubDate>
		<dc:creator>Jo Hund</dc:creator>
				<category><![CDATA[Note to self]]></category>
		<category><![CDATA[Ruby/Rails]]></category>

		<guid isPermaLink="false">http://clearcove.ca/?p=570</guid>
		<description><![CDATA[The Firesheep Firefox plugin got a lot of attention lately, and rightly so. It raised awareness for the issue of HTTP session hijacking. It&#8217;s about time we make the internet a more secure place. I just secured one of our soon to be launched products (Tiro) and am documenting the process here. When you follow [...]]]></description>
		<wfw:commentRss>http://clearcove.ca/2010/11/how-to-secure-a-rails-app-on-heroku-with-ssl-firesheep/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Recipe: Detect whether cookies are enabled in rails</title>
		<link>http://clearcove.ca/2009/09/rails-cookie-detection/</link>
		<comments>http://clearcove.ca/2009/09/rails-cookie-detection/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 03:18:44 +0000</pubDate>
		<dc:creator>Jo Hund</dc:creator>
				<category><![CDATA[Ruby/Rails]]></category>

		<guid isPermaLink="false">http://clearcove.ca/?p=407</guid>
		<description><![CDATA[If your Rails app requires cookies, this recipe is for you: It detects whether cookies are enabled, and if not, shows a message to your users. This recipe checks for the presence of a specific cookie (&#8220;cookie_test&#8221;). If it is present, the request continues normally. If it is not present, then it sets the cookie, [...]]]></description>
		<wfw:commentRss>http://clearcove.ca/2009/09/rails-cookie-detection/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Simplest way to use cron with Rails</title>
		<link>http://clearcove.ca/2009/03/simplest-way-to-use-cron-with-rails/</link>
		<comments>http://clearcove.ca/2009/03/simplest-way-to-use-cron-with-rails/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 04:07:21 +0000</pubDate>
		<dc:creator>Jo Hund</dc:creator>
				<category><![CDATA[Note to self]]></category>
		<category><![CDATA[Ruby/Rails]]></category>
		<category><![CDATA[broadcast]]></category>

		<guid isPermaLink="false">http://clearcove.ca/?p=378</guid>
		<description><![CDATA[For simple applications I use cron to run automated background jobs like sending emails or indexing sphinx. I like to have all aspects of my application under version control. Cron is no exception. To do this, I add a file named &#8220;crontab&#8221; in /config. In there I add all my cron jobs in regular cron [...]]]></description>
		<wfw:commentRss>http://clearcove.ca/2009/03/simplest-way-to-use-cron-with-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recipe: RESTful search for Rails</title>
		<link>http://clearcove.ca/2008/12/recipe-restful-search-for-rails/</link>
		<comments>http://clearcove.ca/2008/12/recipe-restful-search-for-rails/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 23:14:33 +0000</pubDate>
		<dc:creator>Jo Hund</dc:creator>
				<category><![CDATA[Ruby/Rails]]></category>
		<category><![CDATA[broadcast]]></category>

		<guid isPermaLink="false">http://clearcove.ca/?p=218</guid>
		<description><![CDATA[This recipe shows you how to search, filter, and sort your resource lists in a restful way. We will look at the most simple way to accomplish this and then provide some pointers to further improvements. This recipe works great with will_paginate. It is an end to end solution (model, view, and controller). This recipe [...]]]></description>
		<wfw:commentRss>http://clearcove.ca/2008/12/recipe-restful-search-for-rails/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>strftime cheat sheet</title>
		<link>http://clearcove.ca/2008/12/strftime-cheat-sheet/</link>
		<comments>http://clearcove.ca/2008/12/strftime-cheat-sheet/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 18:59:20 +0000</pubDate>
		<dc:creator>Jo Hund</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://clearcove.ca/?p=346</guid>
		<description><![CDATA[I have used strftime a lot lately on one of my projects. I could not find a user friendly reference for strftime, so I wrote one. Here is my user friendly strftime cheat sheet in PDF format: In case you are wondering what strftime does: It allows you to represent a date/time as a formatted [...]]]></description>
		<wfw:commentRss>http://clearcove.ca/2008/12/strftime-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tablet pressure support on OS X for X11, Gimp, and Inkscape</title>
		<link>http://clearcove.ca/2008/12/tablet-pressure-support-on-os-x-for-x11-gimp-and-inkscape/</link>
		<comments>http://clearcove.ca/2008/12/tablet-pressure-support-on-os-x-for-x11-gimp-and-inkscape/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 05:30:29 +0000</pubDate>
		<dc:creator>Jo Hund</dc:creator>
				<category><![CDATA[Note to self]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://clearcove.ca/?p=342</guid>
		<description><![CDATA[Here is what I had to do to enable tablet pressure support for the X11 based Gimp and Inkscape applications on OS X Leopard: My setup: OS X Leopard: 10.5.5 on Intel X11: XQuartz 2.3.2 RC2 Inkscape: 0.46 (Mac binary) Gimp: 2.6.3 (Mac binary) Tablet: Wacom Graphire ET from around 2003 Key points are: get [...]]]></description>
		<wfw:commentRss>http://clearcove.ca/2008/12/tablet-pressure-support-on-os-x-for-x11-gimp-and-inkscape/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>OpenOffice.org 3.0 for Mac &#8211; a big deal</title>
		<link>http://clearcove.ca/2008/10/openofficeorg-30-for-mac-a-big-deal/</link>
		<comments>http://clearcove.ca/2008/10/openofficeorg-30-for-mac-a-big-deal/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 04:48:32 +0000</pubDate>
		<dc:creator>Jo Hund</dc:creator>
				<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://clearcove.ca/?p=232</guid>
		<description><![CDATA[it&#8217;s been officially released for a few days now and I think it is a big deal. OpenOffice.org 3.0 is a big step forward: Native Aqua &#8211; means it looks as beautiful as we expect from an OS X app. That has a big impact on my productivity. I enjoy working with beautiful tools. It [...]]]></description>
		<wfw:commentRss>http://clearcove.ca/2008/10/openofficeorg-30-for-mac-a-big-deal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Experts design breadth first</title>
		<link>http://clearcove.ca/2008/10/experts-design-breadth-first/</link>
		<comments>http://clearcove.ca/2008/10/experts-design-breadth-first/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 20:03:48 +0000</pubDate>
		<dc:creator>Jo Hund</dc:creator>
				<category><![CDATA[Process]]></category>
		<category><![CDATA[broadcast]]></category>

		<guid isPermaLink="false">http://clearcove.ca/?p=226</guid>
		<description><![CDATA[or What they mean with thinking outside of the box. Reading this article reminded me of a concept that applies to software design, user interface design, hardware engineering, and pretty much to any situation where you have to solve a problem creatively. I have applied it in a number of disciplines, however I have not [...]]]></description>
		<wfw:commentRss>http://clearcove.ca/2008/10/experts-design-breadth-first/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

