Main Contents

Ruby & Rails on 1und1 VPS

July 24, 2008

As a VPS @ 1und1 is one of the well-configured VPS I’ve ever seen, I post this little HowTo to get things done… Targets: Get the OS working, especially the package manager Install Ruby (1.8.6) Install Rails (2.0.2) Environment: OS: CentOS 5 Plesk 8.4 Hey ho, let’s go: Get yum working As yum IS NOT [...]

Filed under: Hacks & Voodoo, _dev | Comments (2)

Working IE6 PNG fix

July 18, 2008

I didn’t thought it would really exist: A working png fix for the IE 6. But it does! Check this out: http://www.twinhelix.com/css/iepngfix/ All you have to do is to add some strange CSS to your stylesheet: #myIdSelector{ behavior: url(path/to/this/iepngfix.htc); } Perhaps you also have to add this to your htaccess: AddType text/x-component .htc More info [...]

Filed under: Hacks & Voodoo, _dev | Comments (0)