<?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>flip&#039;s &#187; English</title>
	<atom:link href="http://flip.netzbeben.de/category/english/feed/" rel="self" type="application/rss+xml" />
	<link>http://flip.netzbeben.de</link>
	<description>software development, emo music and inspiration</description>
	<lastBuildDate>Mon, 27 Jun 2011 17:53:59 +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>Clementine &#8211; Amarok for Windows and Mac OS</title>
		<link>http://flip.netzbeben.de/2010/12/clementine-amarok-for-win-mac/</link>
		<comments>http://flip.netzbeben.de/2010/12/clementine-amarok-for-win-mac/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 20:18:48 +0000</pubDate>
		<dc:creator>flipkick</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://flip.netzbeben.de/?p=171</guid>
		<description><![CDATA[My favorite mp3 player is Amarok for KDE driven systems. It comes with intelligent playlists offering an almost always appropriate mix from your music collection. The neat user interface is well-arranged and informative. It&#8217;s only a click away to retrieve the album covers of all your albums from the internet, read the song lyrics while [...]]]></description>
		<wfw:commentRss>http://flip.netzbeben.de/2010/12/clementine-amarok-for-win-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Duokan &#8211; the alternative Kindle OS &#8211; in english</title>
		<link>http://flip.netzbeben.de/2010/11/duokan-available-with-english-gui-today/</link>
		<comments>http://flip.netzbeben.de/2010/11/duokan-available-with-english-gui-today/#comments</comments>
		<pubDate>Sat, 06 Nov 2010 11:08:29 +0000</pubDate>
		<dc:creator>flipkick</dc:creator>
				<category><![CDATA[Duokan]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Kindle]]></category>
		<category><![CDATA[alternate]]></category>
		<category><![CDATA[alternative]]></category>
		<category><![CDATA[alternative firmware]]></category>
		<category><![CDATA[alternative os]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://flip.netzbeben.de/?p=73</guid>
		<description><![CDATA[Update 2011/06/29: They released a lite version for kindle 3. I&#8217;ll write about it this weekend. Here&#8217;s the link to the new lite version at duokan.com: http://www.duokan.com/forum/thread-16541-1-1.html Update 2011/06/02: Updated links to new Duokan version 0.5.13.8942 (2011/05/20) with english language preconfigured and to the original chinese version. Please leave a comment including your kindle model [...]]]></description>
		<wfw:commentRss>http://flip.netzbeben.de/2010/11/duokan-available-with-english-gui-today/feed/</wfw:commentRss>
		<slash:comments>249</slash:comments>
		</item>
		<item>
		<title>Secure model mass assignment for administration panels</title>
		<link>http://flip.netzbeben.de/2009/06/secure-model-mass-assignment-for-administration-panels/</link>
		<comments>http://flip.netzbeben.de/2009/06/secure-model-mass-assignment-for-administration-panels/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 12:42:39 +0000</pubDate>
		<dc:creator>flipkick</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://flip.netzbeben.de/?p=64</guid>
		<description><![CDATA[For the most applications I&#8217;m developing I want the users to be able to edit their user data or profile using model mass assignment in Rails.  Moreover I want additionally an easy administration panel for super users who can access all the attributes of the users (and nested attributes) via mass assignment. Now what&#8217;s an easy [...]]]></description>
		<wfw:commentRss>http://flip.netzbeben.de/2009/06/secure-model-mass-assignment-for-administration-panels/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;undefined method `use_transactional_fixtures=&#8217;&#8221; after upgrading to Rails 2.3.2</title>
		<link>http://flip.netzbeben.de/2009/04/undefined-method-use_transactional_fixtures-after-upgrading-to-rails-232/</link>
		<comments>http://flip.netzbeben.de/2009/04/undefined-method-use_transactional_fixtures-after-upgrading-to-rails-232/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 21:53:39 +0000</pubDate>
		<dc:creator>flipkick</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://flip.netzbeben.de/?p=56</guid>
		<description><![CDATA[After upgrading to Rails 2.3.2 I&#8217;ve tried to run the testcases. The following error occured: test/test_helper.rb:22: undefined method `use_transactional_fixtures=&#8217; for Test::Unit::TestCase:Class (NoMethodError) Solution: Test::Unit::TestCase changed to ActiveSupport::TestCase, so simply edit your test/test_helper and change the name of the class. Keywords: functional test problems]]></description>
		<wfw:commentRss>http://flip.netzbeben.de/2009/04/undefined-method-use_transactional_fixtures-after-upgrading-to-rails-232/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Display problems w/ ATI Xpress 1250 under Jaunty (Ubuntu 9.04)</title>
		<link>http://flip.netzbeben.de/2009/04/display-problems-w-ati-xpress-1250-under-ubuntu-904-jaunty/</link>
		<comments>http://flip.netzbeben.de/2009/04/display-problems-w-ati-xpress-1250-under-ubuntu-904-jaunty/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 06:42:26 +0000</pubDate>
		<dc:creator>flipkick</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Rails 2.1]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://flip.netzbeben.de/?p=50</guid>
		<description><![CDATA[The flickering bug described in the following was fixed. If you don&#8217;t want to wait until it has been released officially, get the deb packages at launchpad: https://launchpad.net/~tormodvolden/+archive/ppa After installing you should be able to use the driver with the default EXA acceleration method again. If you&#8217;ve changed anything at the xorg.conf to avoid the [...]]]></description>
		<wfw:commentRss>http://flip.netzbeben.de/2009/04/display-problems-w-ati-xpress-1250-under-ubuntu-904-jaunty/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Smilies in Rails using BBCodeizer</title>
		<link>http://flip.netzbeben.de/2008/08/smilies-in-rails-using-bbcodeizer/</link>
		<comments>http://flip.netzbeben.de/2008/08/smilies-in-rails-using-bbcodeizer/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 23:22:52 +0000</pubDate>
		<dc:creator>flipkick</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Emo]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Rails 1.2]]></category>
		<category><![CDATA[Rails 2.0]]></category>
		<category><![CDATA[Rails 2.1]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://flip.netzbeben.de/?p=36</guid>
		<description><![CDATA[I&#8217;ve already described how to enable support for Smilies in Rails using RedCloth. If you want to use BBCodeizer instead of RedCloth (Textile), here&#8217;s how to do it. We need to extend the BBCodeizer class. We could do this by creating a file in our /lib directory (e.g. my_string.rb), which has to be included in [...]]]></description>
		<wfw:commentRss>http://flip.netzbeben.de/2008/08/smilies-in-rails-using-bbcodeizer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Smilies in Rails using RedCloth</title>
		<link>http://flip.netzbeben.de/2008/07/smilies-in-rails-using-redcloth/</link>
		<comments>http://flip.netzbeben.de/2008/07/smilies-in-rails-using-redcloth/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 21:16:03 +0000</pubDate>
		<dc:creator>flipkick</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Rails 2.0]]></category>
		<category><![CDATA[Rails 2.1]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://flip.netzbeben.de/?p=24</guid>
		<description><![CDATA[There&#8217;s also a guide to use Smilies in Rails using BBCodeizer. RedCloth doesn&#8217;t come with support for smilies, so i&#8217;ve added it for one of my projects. You need to extend the RedCloth class. You could do this by creating a file in your /lib directory, which you have to include in your environment.rb. Here [...]]]></description>
		<wfw:commentRss>http://flip.netzbeben.de/2008/07/smilies-in-rails-using-redcloth/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Rails: routes and special characters like dots</title>
		<link>http://flip.netzbeben.de/2008/07/rails-routes-and-special-characters-like-dots/</link>
		<comments>http://flip.netzbeben.de/2008/07/rails-routes-and-special-characters-like-dots/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 21:00:26 +0000</pubDate>
		<dc:creator>flipkick</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Rails 1.2]]></category>
		<category><![CDATA[Rails 2.0]]></category>
		<category><![CDATA[Rails 2.1]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://flip.netzbeben.de/?p=23</guid>
		<description><![CDATA[Rails doesn&#8217;t seem to like dots and other special chars in its routes. If you want to use URLs like http://www.domain.com/post/1/just_a_test.. logically the following route seems to be sensible: map.connect '/post/:id/:title', :controller => 'forum', :action => 'show_post' But rails won&#8217;t like the dots. Use a route like the following to allow a URL with special [...]]]></description>
		<wfw:commentRss>http://flip.netzbeben.de/2008/07/rails-routes-and-special-characters-like-dots/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Functional test for HTTP Basic Authentication in Rails 2</title>
		<link>http://flip.netzbeben.de/2008/06/functional-test-for-http-authentication-in-rails-2/</link>
		<comments>http://flip.netzbeben.de/2008/06/functional-test-for-http-authentication-in-rails-2/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 00:31:54 +0000</pubDate>
		<dc:creator>flipkick</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Rails 2.0]]></category>
		<category><![CDATA[Rails 2.1]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby 1.8]]></category>
		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://flip.netzbeben.de/?p=15</guid>
		<description><![CDATA[If you want to provide a username and password for a HTTP Basic Authentication in one of your functional tests, simply use the following: def test_should_get_index @request.env["HTTP_AUTHORIZATION"] = "Basic " + Base64::encode64("username:password") get :index assert_response :success assert_not_nil assigns(:articles) end Keywords: rails test, functionals, authorization, basic http authentication, how to test]]></description>
		<wfw:commentRss>http://flip.netzbeben.de/2008/06/functional-test-for-http-authentication-in-rails-2/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>404 in rails</title>
		<link>http://flip.netzbeben.de/2008/06/404-in-rails/</link>
		<comments>http://flip.netzbeben.de/2008/06/404-in-rails/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 21:24:50 +0000</pubDate>
		<dc:creator>flipkick</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://flip.netzbeben.de/?p=14</guid>
		<description><![CDATA[If you need to show a 404 error page from your controller without using an exception, this could help: render :file => "#{RAILS_ROOT}/public/404.html", :status => 404 and return]]></description>
		<wfw:commentRss>http://flip.netzbeben.de/2008/06/404-in-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

