<?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</title>
	<atom:link href="http://flip.netzbeben.de/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>Feel Free</title>
		<link>http://flip.netzbeben.de/2010/12/feel-free/</link>
		<comments>http://flip.netzbeben.de/2010/12/feel-free/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 11:51:17 +0000</pubDate>
		<dc:creator>flipkick</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://flip.netzbeben.de/?p=142</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://flip.netzbeben.de/2010/12/feel-free/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>Switching between OS and CEGUI cursor (windowed mode)</title>
		<link>http://flip.netzbeben.de/2009/01/switching-between-os-and-cegui-cursor-windowed-mode/</link>
		<comments>http://flip.netzbeben.de/2009/01/switching-between-os-and-cegui-cursor-windowed-mode/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 22:07:24 +0000</pubDate>
		<dc:creator>flipkick</dc:creator>
				<category><![CDATA[CEGUI]]></category>
		<category><![CDATA[OIS]]></category>

		<guid isPermaLink="false">http://flip.netzbeben.de/?p=46</guid>
		<description><![CDATA[I&#8217;m using the following snippet in my mouseMoved-Event to handle the switching between the windows os mouse cursor and the cegui mouse cursor when entering/leaving the RenderWindow. if (mMouseInWindow) { CEGUI::System::getSingleton().injectMousePosition( arg.state.X.abs, arg.state.Y.abs ); if (arg.state.X.abs == 0 &#124;&#124; arg.state.Y.abs == 0 &#124;&#124; arg.state.X.abs == mWindowMaxWidth &#124;&#124; arg.state.Y.abs == mWindowMaxHeight) { CEGUI::MouseCursor::getSingleton().hide(); ShowCursor(true); // windows [...]]]></description>
		<wfw:commentRss>http://flip.netzbeben.de/2009/01/switching-between-os-and-cegui-cursor-windowed-mode/feed/</wfw:commentRss>
		<slash:comments>2</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>Move Wubi installation (Ubuntu on Windows) to a native Ubuntu system</title>
		<link>http://flip.netzbeben.de/2008/08/move-wubi-installation-ubuntu-on-windows-to-a-native-ubuntu-system/</link>
		<comments>http://flip.netzbeben.de/2008/08/move-wubi-installation-ubuntu-on-windows-to-a-native-ubuntu-system/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 18:26:41 +0000</pubDate>
		<dc:creator>flipkick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://flip.netzbeben.de/?p=25</guid>
		<description><![CDATA[There&#8217;s a tool called LVPM which could do the move, but there are sometimes problems with it. So I recommend to use a faster and safer way to do it &#8211; with the wubi-move-to-partition script: Boot into your Wubi installation. Open a shell and do a: wget "https://wiki.ubuntu.com/WubiGuide?action=AttachFile&#38;do=get&#38;target=wubi-move-to-partition" Install and run gparted: sudo apt-get install [...]]]></description>
		<wfw:commentRss>http://flip.netzbeben.de/2008/08/move-wubi-installation-ubuntu-on-windows-to-a-native-ubuntu-system/feed/</wfw:commentRss>
		<slash:comments>9</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>
	</channel>
</rss>

