Main Contents

Manipulate SWFs via JS

July 20, 2009

After some searching I finally found a link to a site with the SWF-JS attributes on the swfobject-page. HTH -> Flash JS Attributes

Filed under: Things I'm too lazy to remember, _dev | Comments (0)

Create multipage PDF under Linux in one line

July 17, 2009

This will be the start of my “Things I’m to lazy to remember” series. As a freelance guy on a Linux-Box sooner or later you will have the need to create multipage PDFs (in my case invoices scanned by xsane). So, how? No prob. On my distri (Ubuntu) it’s fairly simple: gs -q -sPAPERSIZE=a4 -dNOPAUSE [...]

Filed under: Things I'm too lazy to remember, _dev | Comments (0)

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)