<?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>Martin Ström &#187; ruby</title>
	<atom:link href="http://my-domain.se/tag/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://my-domain.se</link>
	<description></description>
	<lastBuildDate>Wed, 30 Jun 2010 16:47:31 +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>Push notifications for Things Touch (iPhone/iOS) using Prowl</title>
		<link>http://my-domain.se/push-notifications-for-things-touch-iphone-ios/</link>
		<comments>http://my-domain.se/push-notifications-for-things-touch-iphone-ios/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 09:25:36 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[prowl]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[things]]></category>
		<category><![CDATA[things-rb]]></category>

		<guid isPermaLink="false">http://my-domain.se/?p=387</guid>
		<description><![CDATA[While waiting for Things Touch to officially support push notifications I hacked my own solution based on Prowl and my own Ruby library for Things, things-rb. Installation I&#8217;ve setup Dropbox to share my Things database betweeen my laptop and a computer at home which is always online. Buy and install Prowl on your iOS device. [...]]]></description>
			<content:encoded><![CDATA[<p>While waiting for <a href="http://culturedcode.com/things/iphone/">Things Touch</a> to officially support push notifications I hacked my own solution based on <a href="http://prowl.weks.net/">Prowl</a> and my own Ruby library for Things, <a href="http://github.com/haraldmartin/things-rb">things-rb</a>.</p>

<h2>Installation</h2>

<ol>
<li><p>I&#8217;ve setup <a href="https://www.dropbox.com/referrals/NTI3MjE1OQ">Dropbox</a> to share my Things database betweeen my laptop and a computer at home which is always online.</p></li>
<li><p>Buy and install <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=320876271">Prowl</a> on your iOS device.</p></li>
<li><p>On the home computer/server, install things-rb:</p>

<p><code>$ (sudo) gem update --system # if you're on an older RubyGems version</code><br />
<code>$ (sudo) gem install things-rb</code></p></li>
<li><p>..and the prowl gem to talk to the Prowl API</p>

<p><code>$ (sudo) gem install prowl</code></p></li>
<li><p>Save this file somewhere (like <code>~/bin/prowl_things.rb</code>)</p>

<script src="http://gist.github.com/458424.js"></script></li>
<li><p>Setup a cronjob to run the script as often as you&#8217;d like. Mine runs every weekday at 8:45 am.</p>

<p><code>45     8      *       *      1-5     /usr/bin/ruby /Users/me/bin/prowl_things.rb</code></p></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://my-domain.se/push-notifications-for-things-touch-iphone-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download torrent files from Twitter DMs</title>
		<link>http://my-domain.se/download-torrent-files-from-twitter-dms/</link>
		<comments>http://my-domain.se/download-torrent-files-from-twitter-dms/#comments</comments>
		<pubDate>Mon, 24 May 2010 06:10:30 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://my-domain.se/?p=356</guid>
		<description><![CDATA[Here&#8217;s a simple ruby script to download torrent files in Safari sent to you/an account as URLs in Twitter direct messages. It could be used on your home server to download torrent files you send to it from something like your iPad. I&#8217;ve set it up to run every fifth minute (using cron) to check [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a simple ruby script to download torrent files in Safari sent to you/an account as URLs in Twitter direct messages. </p>

<p>It could be used on your home server to download torrent files you send to it from something like your iPad.</p>

<script src="http://gist.github.com/396688.js"></script>

<p>I&#8217;ve set it up to run every fifth minute (using cron) to check for new files, but can of course be adjusted to something that works for you.</p>

<p>Also, make sure to point Safari&#8217;s download folder (in Safari&#8217;s preferences) to the same folder as you have Transmission automatically watch for <code>.torrent</code> files so the download actually starts.</p>
]]></content:encoded>
			<wfw:commentRss>http://my-domain.se/download-torrent-files-from-twitter-dms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paperclip processor to turn images into grayscale</title>
		<link>http://my-domain.se/paperclip-grayscale-processor/</link>
		<comments>http://my-domain.se/paperclip-grayscale-processor/#comments</comments>
		<pubDate>Mon, 17 May 2010 06:10:37 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[paperclip]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://my-domain.se/?p=360</guid>
		<description><![CDATA[We wanted to automatically create a grayscale version of the uploaded images for a current project. Here&#8217;s the Paperclip processor we&#8217;re using:]]></description>
			<content:encoded><![CDATA[<p>We wanted to automatically create a grayscale version of the uploaded images for a current project. Here&#8217;s the <a href="http://github.com/thoughtbot/paperclip">Paperclip</a> processor we&#8217;re using:</p>

<script src="http://gist.github.com/397144.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://my-domain.se/paperclip-grayscale-processor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nordea-rb — a Ruby library for accessing Nordea Bank accounts</title>
		<link>http://my-domain.se/nordea-rb-a-ruby-library-for-accessing-nordea-accounts/</link>
		<comments>http://my-domain.se/nordea-rb-a-ruby-library-for-accessing-nordea-accounts/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 15:31:38 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://burnfield.com/martin/?p=227</guid>
		<description><![CDATA[Last week I hacked together a small little project/library called nordea-rb. It&#8217;s a Ruby library and a (pretty basic right now) command line tool for getting read-only access to Nordea Bank accounts. I use it for displaying my accounts&#8217; balances so I can see when invoices are paid etc. Everything you need to know is [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I hacked together a small little project/library called <a href="http://github.com/haraldmartin/nordea-rb">nordea-rb</a>. It&#8217;s a Ruby library and a (pretty basic right now) command line tool for getting read-only access to Nordea Bank accounts.  I use it for displaying my accounts&#8217; balances so I can see when invoices are paid etc.</p>

<p>Everything you need to know is in the <a href="http://github.com/haraldmartin/nordea-rb">README on GitHub</a> so if you&#8217;re interested in this, check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://my-domain.se/nordea-rb-a-ruby-library-for-accessing-nordea-accounts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>things-rb—command line tool and Ruby library for Things.app</title>
		<link>http://my-domain.se/things-rb-command-line-tool-and-ruby-library-for-thingsapp/</link>
		<comments>http://my-domain.se/things-rb-command-line-tool-and-ruby-library-for-thingsapp/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 18:47:54 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[things-rb]]></category>
		<category><![CDATA[things.app]]></category>

		<guid isPermaLink="false">http://burnfield.com/martin/?p=204</guid>
		<description><![CDATA[I wanted to display my ToDos from Things on the Desktop using GeekTool so I created a command line tool in Ruby (backed by a library) to access the database. This way you can see what needs to be done but without switching (or even launching Things) It&#8217;s in a pretty early state right now [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.skitch.com/20090323-xacfsghrsi7p6yjt1x2fnse8ek.jpg" alt="Things + GeekTool" /></p>

<p>I wanted to display my ToDos from <a href="http://culturedcode.com/things/">Things</a> on the Desktop using <a href="http://projects.tynsoe.org/en/geektool/">GeekTool</a> so I created a command line tool in Ruby (backed by a library) to access the database.</p>

<p>This way you can see what needs to be done but without switching (or even launching Things)</p>

<p>It&#8217;s in a pretty early state right now and probably has bugs but I&#8217;ve been using it for some days now without problems.
I&#8217;m planning to add write-support as well (so you can create tasks from the command line if Things isn&#8217;t running) but right now it&#8217;s read-only.</p>

<p>For more information, check out the <a href="http://github.com/haraldmartin/things-rb">README file and source on GitHub</a> or <a href="http://culturedcode.com/things/forums/read.php?3,23671">this thread</a> on the Things&#8217; forum</p>
]]></content:encoded>
			<wfw:commentRss>http://my-domain.se/things-rb-command-line-tool-and-ruby-library-for-thingsapp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>./script/server with automatic port finder</title>
		<link>http://my-domain.se/scriptserver-with-automatic-port-finder/</link>
		<comments>http://my-domain.se/scriptserver-with-automatic-port-finder/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 21:20:15 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://burnfield.com/martin/?p=116</guid>
		<description><![CDATA[This is the script I&#8217;m using when I start my local Rails development server. It will automatically detect the next available port starting at the default port 3000 so I can have multiple servers running without remembering what ports that are already busy. #!/usr/bin/env ruby DEFAULT_PORT = 3000 puts (`ps aux &#124; grep [r]uby &#124; [...]]]></description>
			<content:encoded><![CDATA[<p>This is the script I&#8217;m using when I start my local Rails development server. It will automatically detect the next available port starting at the default port 3000 so I can have multiple servers running without remembering what ports that are already busy.</p>

<pre><code>#!/usr/bin/env ruby

DEFAULT_PORT = 3000

puts (`ps aux | grep [r]uby | grep script/server`.split("\n").map { |l|
  server = l.split(/\s+/)[11..-1]
  (port = server.index('-p')) ? server[port.next].to_i : DEFAULT_PORT
}.max || DEFAULT_PORT - 1).next
</code></pre>

<p>I aliased it to <code>ss</code> in <code>.bash_profile</code> like this:</p>

<pre><code>alias ss='./script/server -p `~/bin/available_rails_port`'
</code></pre>

<p>(Btw, Happy 2008! I haven&#8217;t updated this site for a while)</p>
]]></content:encoded>
			<wfw:commentRss>http://my-domain.se/scriptserver-with-automatic-port-finder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Modernize Rails (or: get rid of Verdana)</title>
		<link>http://my-domain.se/modernize-rails-or-get-rid-of-verdana/</link>
		<comments>http://my-domain.se/modernize-rails-or-get-rid-of-verdana/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 10:29:55 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[railsplugin]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://burnfield.com/martin/2007/12/29/modernize-rails-or-get-rid-of-verdana/</guid>
		<description><![CDATA[Tired of see the the soooo 1999-ish font &#8220;Verdana&#8221; every time you get a local error page in Rails? Now you don&#8217;t have to. With this plugin the error pages will use Arial or Helvetica instead—finally! To install: ./script/plugin install http://burnfield.com/svn/martin/rails/plugins/verdano or as svn:external: ./script/plugin install -x http://burnfield.com/svn/martin/rails/plugins/verdano I&#8217;ve moved to git so the new [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://my-domain.se/wordpress/wp-content/uploads/verdano.png' alt='Verdano'></p>

<p>Tired of see the the soooo 1999-ish font &#8220;Verdana&#8221; every time you get a local error page in Rails? <br />
Now you don&#8217;t have to. With this plugin the error pages will use Arial or Helvetica instead—finally!</p>

<div class="del" markdown="0">
<del>To install:
<pre><code>./script/plugin install http://burnfield.com/svn/martin/rails/plugins/verdano</code></pre>
<p>or as svn:external:</p>
<pre><code>./script/plugin install -x http://burnfield.com/svn/martin/rails/plugins/verdano</code></pre>
</del>
</div>

<div class="add">
  <p>I&#8217;ve moved to git so the new instructions are: </p>
  <pre><code>git clone git://github.com/haraldmartin/verdano.git</code></pre>
  <p>or just <a href="http://evil.che.lu/projects/braid">braid it</a></p>
</div>

<p>Happy new year!</p>
]]></content:encoded>
			<wfw:commentRss>http://my-domain.se/modernize-rails-or-get-rid-of-verdana/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>OmniFocus to iPhone bookmark exporter</title>
		<link>http://my-domain.se/omnifocus-to-iphone-bookmark-exporter/</link>
		<comments>http://my-domain.se/omnifocus-to-iphone-bookmark-exporter/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 17:29:01 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://burnfield.com/martin/2007/11/09/omnifocus-to-iphone-bookmark-exporter/</guid>
		<description><![CDATA[Since the iPhone lacks the possibility to export tasks from iCal I made hack/script to export all tasks from OmniFocus to a Safari bookmark and therefore be syncable with Safari. Read more in the OmniGroup forums and/or download the latest version here. Update: On request, here are some screenshots of how the todo list looks [...]]]></description>
			<content:encoded><![CDATA[<p>Since the iPhone lacks the possibility to export tasks from iCal I made hack/script to export all tasks from <a href="http://omnigroup.com/omnifocus">OmniFocus</a> to a Safari bookmark and therefore be syncable with Safari.</p>

<p><a href="http://forums.omnigroup.com/showthread.php?p=24238#post24238">Read more in the OmniGroup forums</a> and/or download the latest version <a href="http://burnfield.com/martin/wordpress/wp-content/uploads/OFfline.zip">here</a>.</p>

<p>Update: On request, here are some screenshots of how the todo list looks like:</p>

<p><img src='http://my-domain.se/wordpress/wp-content/uploads/2007/11/of-1.png' alt='' /></p>

<p><p style="margin-top: 1em;"><img src='http://my-domain.se/wordpress/wp-content/uploads/2007/11/of-2.png' alt='of-2.png' /></p></p>
]]></content:encoded>
			<wfw:commentRss>http://my-domain.se/omnifocus-to-iphone-bookmark-exporter/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Konst &amp; Teknik site</title>
		<link>http://my-domain.se/konst-teknik-site/</link>
		<comments>http://my-domain.se/konst-teknik-site/#comments</comments>
		<pubDate>Wed, 11 Jan 2006 11:05:56 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://burnfield.com/martin/wordpress/2006/01/11/konst-teknik-site/</guid>
		<description><![CDATA[My friends over at Konst &#38; Teknik asked me to code their web site. It&#8217;s only one page, that should show the results from Google Image searches for the word in their name, &#8220;konst&#8221; and &#8220;teknik&#8221; (&#8220;art&#8221; and &#8220;technology&#8221; in swedish). I liked the idea and also got the opportunity to do some ruby scripting [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image43" src="http://my-domain.se/wordpress/wp-content/uploads/2006/04/konst-teknik-se.png" alt="Konst &#038; Teknik website" /></p>

<p>My friends over at <a href="http://konst-teknik.se">Konst &amp; Teknik</a> asked me to code their web site. It&#8217;s only one page, that should show the results from <a href="http://images.google.com/imghp?hl=en">Google Image</a> searches for the word in their name, &#8220;konst&#8221; and &#8220;teknik&#8221; (&#8220;art&#8221; and &#8220;technology&#8221; in swedish). I liked the idea and also got the opportunity to do some <a href="http://ruby-lang.org">ruby</a> scripting and try the <a href="http://prototype.conio.net">Prototype JavaScript library</a>.</p>

<h3>Server side</h3>

<p>Since Google <a href="http://www.google.com/apis/api_faq.html#ini2">currently doesn&#8217;t offer any API</a> to do other searches than pure web searches and we wanted to use Google Image Search, I had to do my own image fetching script. The script is a ruby script that will pull the images and info from Google Images and store them in a local index file. First, I used <a href="http://www.ruby-doc.org/stdlib/libdoc/net/http/rdoc/">Net::HTTP</a> but I found out that it had problem dealing with the swedish characters (used in swedish, ie åäö) so I changed the URL-fetching to use <a href="http://curl.haxx.se/">curl</a> instead, witch also was slightly faster. The index is written from ruby using <a href="http://www.ruby-doc.org/core/classes/Marshal.html">Marshal</a>. It is scheduled to run twice a week using cron.</p>

<h3>Client side</h3>

<p>My first approach was to make one class that downloads and shows the image for the given keyword. Then create one instance for each word (<em>konst</em> and <em>teknik</em>), controlling the preloading and image-switching every 4th second (meaning; updating one of the images every second second). But I found out it was hard to make the updates smooth and exacly on time.</p>

<p>Instead I split the client side script into of two main classes, the <code>Preloader</code> class and the <code>Switcher</code> class. The Preloader triggers a request using AJAX to a server side ruby script that will return a new random image from the image index and then stores the info received from the server in a local array. After some delay the script will start over again with a new request for another image.
When the Preloader is done indexing some images then the Switcher will kick in and start showing them and switch every other second between the images for each word as long as there are images preloaded and ready to be shown. If the Preloader is out of preloaded images then the Switcher will pause and show a loader while the Preloader&#8217;s buffering.
We wanted the images to be vertical aligned by bottom but I couldn&#8217;t make it work with CSS only (nor with <code>vertical-align</code>, <code>float</code> or <code>position</code>). Instead, the script is switching between two <code>&lt;div&gt;</code>s (for each word, totally four divs) and when the &#8220;not active&#8221; div got a new image loaded into it, it will find its dimensions and set its margins automatically. The next time it&#8217;s time to switch image (for this word) this div will be shown instead, the other one becomes invisible and get the next image loaded.</p>

<p>The script should work fine in Safari, Firefox, Camino etc (even WinIE6). It needs some code cleaning (mostly OO-issues; currently I&#8217;m referencing the instances from the class, which I think is a bit ugly) but I&#8217;m releasing it anyway.</p>

<p>Check it out
<a href="konst-teknik.se">http://www.konst-teknik.se</a></p>
]]></content:encoded>
			<wfw:commentRss>http://my-domain.se/konst-teknik-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Colhour as iChat picture 2.0</title>
		<link>http://my-domain.se/colhour-as-ichat-picture-20/</link>
		<comments>http://my-domain.se/colhour-as-ichat-picture-20/#comments</comments>
		<pubDate>Fri, 28 Oct 2005 11:00:09 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[colhour]]></category>
		<category><![CDATA[ichat]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://burnfield.com/martin/wordpress/?p=18</guid>
		<description><![CDATA[This is the second version of the Colhour as iChat picture I posted the other day. The biggest improvment is that it will show both the hours and the minutes. There&#8217;re two versions of the script. The first one uses a Ruby script together with RMagick to create every image on the fly with the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://my-domain.se/wordpress/wp-content/uploads/colhourichat2.png" alt="" class="centered" /></p>

<p>This is the second version of the <a href="http://my-domain.se/ichat-picture-with-colhour/">Colhour as iChat picture</a> I posted the other day. The biggest improvment is that it will show both the hours and the minutes.</p>

<p>There&#8217;re two versions of the script. The first one uses a <a href="http://www.ruby-lang.org">Ruby</a> script together with <a href="http://rmagick.rubyforge.org/">RMagick</a> to create every image on the fly with the current time. But since it requires some installation of Ruby gems and other libraries, I decided to make a version with all  1440 images pregenerated (created with a small Ruby script of course) so you wont need to install the other libraries. The AppleScript still uses some Ruby, but it&#8217;s included in OS X, and should (at least) work on a basic OS X 10.4 Tiger installation. Let me know otherwise.</p>

<p>Instructions on how to set up a cron job to run the script every minute is in the <a href="http://my-domain.se/ichat-picture-with-colhour/">previous post</a>. Both the on-the-fly generated version (<code>update-gen.scpt</code>) and the pregenerated version (<code>update-pregen.scpt</code>) are included in the zip file.</p>

<p><a href="http://my-domain.se/wordpress/wp-content/uploads/colhour-ichat2.zip"><img src='/wordpress/wp-content/uploads/archive.png' alt="" class="centered" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://my-domain.se/colhour-as-ichat-picture-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
