<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.2" -->
<rss version="0.92">
<channel>
	<title>techlog.fetmab.net</title>
	<link>http://techlog.fetmab.net</link>
	<description>Technical insides from MMOG development with Ruby on Rails</description>
	<lastBuildDate>Tue, 01 Apr 2008 06:55:46 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Euruko 2008 - The summary</title>
		<description>The next two days in Prague the things went more like they should :) . We had a nice first day with interesting talks. Unfortunately most of the talks were in a little bit "philosophical" direction. This IS interesting too, but it seemed to us, that nothing really new was ...</description>
		<link>http://techlog.fetmab.net/euruko-2008-the-summary/</link>
			</item>
	<item>
		<title>Euruko 2008 - The beginning</title>
		<description>Hey folks,

we've just returned, after an adventurous journey over Geneva, from Prague and brought a lot of impressions back, to Germany.
After the Euruko 2007 in Vienna, last year, this was the second Euruko we attended and we think that it was a great success! The familiar spirit couldn't be washed ...</description>
		<link>http://techlog.fetmab.net/euruko-2008-the-beginning/</link>
			</item>
	<item>
		<title>Pimp My Rails - How to build a MMOG with Rails</title>
		<description>Hi,

we've been working on a Rails tutorial series in the last couple of weeks and the first of those articles has now been published.
Take a moment  and head over to the guys from galaxy-news.net. We're proud being asked for this tutorial by Galaxy-News and hope you like it! Please ...</description>
		<link>http://techlog.fetmab.net/pimp-my-rails-how-to-build-a-mmog-with-rails/</link>
			</item>
	<item>
		<title>Stupid Background Update</title>
		<description>I've tagged the version 0.1.2 a few days ago and time has come to announce this :) .

A cool new feature made it's way in this release which gives you the ability of concurrent jobs. In addition to this we've added a first, rough spec so it's definitively a good ...</description>
		<link>http://techlog.fetmab.net/stupid-background-update/</link>
			</item>
	<item>
		<title>Wanna have some fun? Try these: Class Variables and Forking!</title>
		<description>Ok boys,

the last two nights I spent on an issue which seems soooooo weird to me, that I have to write about it. I don't know if it's because I'm, even after a year of Ruby development, still too much Java-minded and just don't get the idea of Ruby's class ...</description>
		<link>http://techlog.fetmab.net/wanna-have-some-fun-try-these-class-variables-and-forking/</link>
			</item>
	<item>
		<title>Cache in a seperate folder</title>
		<description>Today we realized that the project is evolved enough to take some time and think about how we can cache things efficiently.

One of the actions we were in doubt of most seriously is the action that responds to an AJAX call and returns you the position of the trucks that ...</description>
		<link>http://techlog.fetmab.net/cache-in-a-seperate-folder/</link>
			</item>
	<item>
		<title>Just another day wasted</title>
		<description>Hello there,

it's late in Bremen, so I will keep this thing as short as possible: I just wasted the complete day's work at Tansporter due to a bad preparation... dumb me! (Remember: Benchmark before any optimization!)

I tried to optimize some of our ActiveRecord find statements, installed a whole new column ...</description>
		<link>http://techlog.fetmab.net/just-another-day-wasted/</link>
			</item>
	<item>
		<title>Update on Flock</title>
		<description>Hey folks,

just a short update on my Flock usage, I already posted about Flock in late December.

Even after some weeks of browsing Flock seems to be a good companion: Rare crashes on my Mac Book and the memory usage is at least remarkable better than with Firefox 2.x.

I recently gave ...</description>
		<link>http://techlog.fetmab.net/update-on-flock/</link>
			</item>
	<item>
		<title>Periodically executed tasks in your Rails application without any pain</title>
		<description>Hi again,

the time has come to "release" our first Rails plugin! *wooooooooah*

It's mission is really simple: Do things "in" a Rails application periodically, in the background. Ok, sounds like a perfect job for cronjobs? Yes, it is. But let me explain this:

We are just two guys, coding all day long. ...</description>
		<link>http://techlog.fetmab.net/periodically-executed-tasks-in-your-rails-application-without-any-pain/</link>
			</item>
	<item>
		<title>Back in the game</title>
		<description>Hey folks,

I'm back from vacations. It was great, even if there was some snow shortage. We nearly all managed to get over the icy, artificial snow... nearly. On our third day's last run my girlfriend felt unlucky and hurt her knee so bad she might needs an surgery. But she's ...</description>
		<link>http://techlog.fetmab.net/back-in-the-game/</link>
			</item>
	<item>
		<title>Using Flock - Update</title>
		<description>Ok ok ... it's time for some excuses! We've really neglected this blog for quite a long time but I promise to be back in the game starting in the early days of 2008!

Before we get back to blog business I'll enjoy a ski holiday in Jasna (Slovakia) with my ...</description>
		<link>http://techlog.fetmab.net/using-flock-update/</link>
			</item>
	<item>
		<title>Updating certain fields of an ActiveRecord object from params</title>
		<description>While it is always good to have attr_accessible or attr_protected set in a ActiveRecord model class to protect it from abuse when updating any object of that class from the params of a Rails controller.

But what to do when you have that attr_accessible but you won't let a certain action ...</description>
		<link>http://techlog.fetmab.net/updating-certain-fields-of-an-activerecord-object-from-params/</link>
			</item>
	<item>
		<title>Easy Error Handling in Controllers</title>
		<description>Rails 2.0 will ship with a new ActionController class method called:

rescue_from Exception, :with => :method_name

...which will rescue all exceptions in actions, thrown when the application runs in production mode with the given method.

As I read that I thought: Why only in production mode? It seems the Rails team designed this ...</description>
		<link>http://techlog.fetmab.net/easy-error-handling-in-controllers/</link>
			</item>
	<item>
		<title>The way from &#8220;freaking awesome&#8221; to &#8220;neat&#8221;</title>
		<description>It's a pitty that I couldn't be at the RailsConf Europe in Berlin. But the holidays weren't that bad, either.

So as I discovered the first version of Davids keynote online today I couldn't resist and had to watch this even if there actually was no time for and now I'm ...</description>
		<link>http://techlog.fetmab.net/the-way-from-freaking-awesome-to-neat/</link>
			</item>
	<item>
		<title>Sweetie, don&#8217;t forget to lock the door!</title>
		<description>As you are reading this blog, I assume you love to play this web development game as much as we do! But blinded by this love we forget too often about a very important fact: This business is a highly concurrent one and we should care about this!

98% of all ...</description>
		<link>http://techlog.fetmab.net/sweetie-dont-forget-to-lock-the-door/</link>
			</item>
	<item>
		<title>Ruby Hoedown Sessions Online</title>
		<description>Just a few days ago the confreaks guys made the Ruby Hoedown keynote What makes code beautiful? available through their site. Not all the other talks are available as well!

A great service and most likely there are some very interesting sessions. Sadly until now I had no time to watch ...</description>
		<link>http://techlog.fetmab.net/ruby-hoedown-sessions-online/</link>
			</item>
	<item>
		<title>YSlow - Quick tips for optimizing websites</title>
		<description>Yesterday I stumbled upon the firefox plugin YSlow. It analyses a website for 13 criteria that Yahoo thinks are reasonable for a fast or a slow loading webpage.

The plugin rates any of this criteria with a mark from A to F and gives a detailed description where the analised website ...</description>
		<link>http://techlog.fetmab.net/yslow-quick-tips-for-optimizing-websites/</link>
			</item>
</channel>
</rss>
