<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
		<title>Javinto.nl Blog RSS-feed</title>
		<link>http://www.javinto.nl</link>
		<description>javinto BLOG on webtechnology</description>
		<language>en-en</language>
		<generator>Blog RSS export running on TYPO3 4.4.14</generator>
		
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<atom:link href="http://www.javinto.nl/weblog/rsstype/2.0/feedtype/post/rss.xml" rel="self" type="application/rss+xml" />

		<copyright>2010 Javinto.nl</copyright>
		<managingEditor>blog@javinto.nl</managingEditor>
		<webMaster>blog@javinto.nl</webMaster>
		<image>
			<title>Javinto.nl Blog RSS-feed</title>
			<url>http://www.javinto.nl/fileadmin/templates/images/javinto-logo.png</url>
			<link>http://www.javinto.nl</link>
			<description>javinto BLOG on webtechnology</description>
		</image>
		
<item>
	<title>Using SimpleCov with FactoryGirl</title>
	<author>info@javinto.nl (Jan Verhoek)</author>
	<link>http://www.javinto.nl/weblog/blog-post/2012/05/04/using-simplecov-with-factorygirl/</link>
<guid>http://www.javinto.nl/weblog/blog-post/2012/05/04/using-simplecov-with-factorygirl/</guid>
<category>Ruby on Rails</category>
	<pubDate>Fri, 04 May 2012 22:45:00 +0200</pubDate>
	<description> FactoryGirl is a great replacement for your Ruby-on-rails fixtures. They offer more flexibility for generating stubs and mack-ups for your automated testing. SimpleCov is the test coverage tool for R...</description><content:encoded><![CDATA[]]></content:encoded>
</item>
<item>
	<title>Kantoorruimte voor collegazelfstandigen</title>
	<author>info@javinto.nl (Jan Verhoek)</author>
	<link>http://www.javinto.nl/weblog/blog-post/2011/01/11/kantoorruimte-voor-collegazelfstandigen/</link>
<guid>http://www.javinto.nl/weblog/blog-post/2011/01/11/kantoorruimte-voor-collegazelfstandigen/</guid>
<category>Javinto</category>
	<pubDate>Tue, 11 Jan 2011 10:06:00 +0100</pubDate>
	<description> Per 1 februari zijn wij intern verhuisd naar onze nieuwe ruimte op Timorplein 30 te Amsterdam.Daar is nog plaats voor zeker drie collegazelfstandigen die graag een bureau willen bemannen op één van d...</description><content:encoded><![CDATA[]]></content:encoded>
</item>
<item>
	<title>Fix jQuery .replaceWith() method to perform in IE8</title>
	<author>info@javinto.nl (Jan Verhoek)</author>
	<link>http://www.javinto.nl/weblog/blog-post/2011/01/05/fix-jquery-replacewith-method-to-perform-in-ie8/</link>
<guid>http://www.javinto.nl/weblog/blog-post/2011/01/05/fix-jquery-replacewith-method-to-perform-in-ie8/</guid>
<category>Javascript</category>
	<pubDate>Wed, 05 Jan 2011 23:35:00 +0100</pubDate>
	<description> This article applies to jQuery 1.4.4 The jQuery .replaceWith() method replaces a DOM-element and all of its children by another DOM-element. This function is ideal for use in Ajax applications. The ....</description><content:encoded><![CDATA[]]></content:encoded>
</item>
<item>
	<title>Show jQuery tabs promptly</title>
	<author>info@javinto.nl (Jan Verhoek)</author>
	<link>http://www.javinto.nl/weblog/blog-post/2010/08/27/show-jquery-tabs-on-loading/</link>
<guid>http://www.javinto.nl/weblog/blog-post/2010/08/27/show-jquery-tabs-on-loading/</guid>
<category>Javascript</category>
	<pubDate>Fri, 27 Aug 2010 15:04:00 +0200</pubDate>
	<description> jQuery tabs are just fabulous!  But if you have a lot of content then you might see your tabs being built up when jQuery applies them.  Here's the solution. Just hide the tabs HTML element initially:...</description><content:encoded><![CDATA[]]></content:encoded>
</item>
<item>
	<title>Migrating mail from MS Outlook to Apple Mail</title>
	<author>info@javinto.nl (Jan Verhoek)</author>
	<link>http://www.javinto.nl/weblog/blog-post/2010/08/23/migrating-mail-from-ms-outlook-to-apple-mail/</link>
<guid>http://www.javinto.nl/weblog/blog-post/2010/08/23/migrating-mail-from-ms-outlook-to-apple-mail/</guid>
<category>Apple</category>
	<pubDate>Mon, 23 Aug 2010 12:55:00 +0200</pubDate>
	<description> Ever tried moving your mail from MS-Outlook to Apple Mail? It's not even supported by neither Microsoft nor Apple. Apple refers to three third-party applications. I tried one - the cheapest. It's O2M...</description><content:encoded><![CDATA[]]></content:encoded>
</item>
<item>
	<title>HTML5 helpers for Rails 2.3.x</title>
	<author>info@javinto.nl (Jan Verhoek)</author>
	<link>http://www.javinto.nl/weblog/blog-post/2010/08/20/html5-helpers-for-rails-23x/</link>
<guid>http://www.javinto.nl/weblog/blog-post/2010/08/20/html5-helpers-for-rails-23x/</guid>
<category>Ruby on Rails</category>
	<pubDate>Fri, 20 Aug 2010 23:06:00 +0200</pubDate>
	<description> Eager on using HTML5 in your Rails projects without upgrading to Rails 3? For those I've ported the HTML5 FormHelpers and FormTagHelpers from Rails 3 back to Rails 2.3.x. So you can now use:  		+lt;%...</description><content:encoded><![CDATA[]]></content:encoded>
</item>
<item>
	<title>Rails will_paginate with acts_as_ferret</title>
	<author>info@javinto.nl (Jan Verhoek)</author>
	<link>http://www.javinto.nl/weblog/blog-post/2010/07/27/rails-will-paginate-with-acts-as-ferret/</link>
<guid>http://www.javinto.nl/weblog/blog-post/2010/07/27/rails-will-paginate-with-acts-as-ferret/</guid>
<category>Ruby on Rails</category>
	<pubDate>Tue, 27 Jul 2010 15:29:00 +0200</pubDate>
	<description> I wanted to use pagination in one of my Rails projects where I was also using the acts_as_ferret plugin. Now normally one would use 		@collection=Model.paginate(:page=+gt;params[:page])		in the contr...</description><content:encoded><![CDATA[]]></content:encoded>
</item>
<item>
	<title>Welcome</title>
	<author>info@javinto.nl (Jan Verhoek)</author>
	<link>http://www.javinto.nl/weblog/blog-post/2010/06/15/welcome/</link>
<guid>http://www.javinto.nl/weblog/blog-post/2010/06/15/welcome/</guid>
<category>Javinto</category>
	<pubDate>Tue, 15 Jun 2010 09:44:00 +0200</pubDate>
	<description> Welcome to my homepage!  Finally realized one after lacking the time, satisfying all my customers and exploring all kinds of new developments in our digital world.  I regularly feel the need to share...</description><content:encoded><![CDATA[]]></content:encoded>
</item>
		</channel>
		</rss>