<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>dev on rails - hyperco.de blog</title>
	<link>http://blog.hyperco.de</link>
	<description>the official blog of hyperco.de web services and its cio</description>
	<lastBuildDate>Wed, 10 Aug 2011 10:37:13 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>ruby performance marshalling JSON YAML</title>
		<description>While we are using memcached to keep a lot of things available for our app, and now we switched to Rails 3 and for memcached we are using the faster Dalli Client, I was kind of interested about the marshalling performance of different methods.

For this performance test I have made ...</description>
		<link>http://blog.hyperco.de/index.php/2011/08/ruby-performance-marshalling-json-yaml/</link>
			</item>
	<item>
		<title>Internet Explorer 9 beta released</title>
		<description>Styling web sites for different browsers has always been a hassle. Naturally web standards are some more or less common to one or another browser. Internet Explorer has always been one of the major browsers worldwide, but had its very own interpretation of "web standards". So when a new realease ...</description>
		<link>http://blog.hyperco.de/index.php/2010/10/internet-explorer-9-beta-released/</link>
			</item>
	<item>
		<title>hyperco.de NoSQL cms online now!</title>
		<description>We are proud to announce that our new CMS is online now. It is a self linking, smart navigating, and easy to administer content management system, based fully on open source software, Rails 2.3.81, Memcached2 and CouchDB3. It makes heavy use of json, and jQuery4, relies on ajax technologies and ...</description>
		<link>http://blog.hyperco.de/index.php/2010/09/hyperco-de-nosql-cms-online-now/</link>
			</item>
	<item>
		<title>rails: fast mysql table export to csv</title>
		<description>
Sometimes it is necessary to have a function for easily downloading a SQL table exported to a plain csv file for further external processing or manual data lookup. Normally people in forums on the net recommend to use phpmyadmin for tasks like this, but on a real production server phpmyadmin ...</description>
		<link>http://blog.hyperco.de/index.php/2009/12/sql_to_csv/</link>
			</item>
	<item>
		<title>display upgrade S-PVA, E-IPS vs TN</title>
		<description>
For 2-odd years now I'm very lucky with my Eizo S2411W. Most of the time I'm surfing the web, writing code or do photoshopping. Usually at the end of the year you try to spend some money, and as I feel that displays have become real keen now (as opposed ...</description>
		<link>http://blog.hyperco.de/index.php/2009/11/display-upgrade/</link>
			</item>
	<item>
		<title>Enable Wordpress login with yourblog.de/login</title>
		<description>
I thought it would be cool to not have the meta-widget on my wordpress blog enabled as there is probably little need for visitors to have a login-link visible on the start page.


If you are used to simple naming conventions from rails you expect to have the login in my ...</description>
		<link>http://blog.hyperco.de/index.php/2009/11/apache-wordpress-rewrit/</link>
			</item>
	<item>
		<title>Simple inline code in your rails templates</title>
		<description>when I write views and templates sometimes it occurs that I want to use some code like
&#60;% if c = @customer[:image] %&#62;;
  &#60;img src='...' /&#62;;
&#60;% end %&#62;

but obviously this code would look much more nice with short tags enabled, so I could use code like

% if c = @customer[:image]
 ...</description>
		<link>http://blog.hyperco.de/index.php/2009/10/simple-inline-code-in-your-rails-templates/</link>
			</item>
</channel>
</rss>

