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)
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)
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 -dBATCH -sDEVICE=pdfwrite -sOutputFile=out.pdf in1.pdf in2.pdf
Using Imagemagick it’s even easier and you don’t need PDFs (but you have to tune the quality):
convert *.jpg myPDF.pdf
For the record, I got those hints from the always helpful Ubuntu-Forums ;)
Filed under: Things I'm too lazy to remember, _dev | Comments (0)
July 8, 2009
This site has a complete new layout by now. Also there’s some more js eye-candy.
My area: Implementing the new layout, adding the new / additional js-candy
This site recieved som minor updates in layout and is now some kind of green.
Another thing is that their recorded interviews now are available on Youtube (within the Zurich Film Festival Channel).
My area: Adding the new styles, some cleanup. Converting / splitting / initial upload of the videos
Filed under: CMS, Portfolio, TYPO3, Typolight, Work | Comments (0)
April 9, 2009
This site received a little facelift this month.
The content area was cleaned up, the height of the footer navigation was raised and on the startpage there’s an image bar which contains some shortcuts to actual topics.
Also most of the video media of the Zurich Film Festival moved to Youtube in it’s own channel.
Last but not least: This years entry form is online. So if you are a director and want to participate, feel free to subscribe (or this one if you prefer the german version).
Filed under: CMS, Portfolio, TYPO3, Work | Comments (0)
March 5, 2009
Website of the company Millbrook Pictures AG. It’s a financing, co.producing company located in switzerland. It may be known of co-producing Oliver Stone’s “W”.
The website consists of basic features but there are some more in the pipeline.
Filed under: CMS, Portfolio, Typolight, Work | Comments (0)
January 28, 2009
Infosite of the film festival consultant Christine von Fragstein.
Filed under: CMS, Portfolio, Typolight, Work | Comments (0)
November 13, 2008
Info- / Promopage of the Helter-Skelter DJ-Crew.
Main focus of this crew is the goth or more specific industrial area.
If you’re interested in eletronic warfare check out their parties ;)
The site is the 3rd edition since 2005 (not sure about the year).
Currently there are still some style problems if you’re using a browser of the IE series. Will be fixed soon.
Filed under: CMS, Portfolio, Private, Typolight | Comments (0)
October 14, 2008
moviedb.zurichfilmfestival.org
Program information of the Zurich Film Festival. The application contains an secured administrative interface to manage the movie data like screenings an participating persons. Also there’s the frontend presentation for the visitors of the festival including pictures, trailers, screenings and so on.
The whole application is coded in Ruby on Rails. The administrative interface makes massive use of the plugin active_scaffold which allows to develop administrative interfaces in a very rapid way. The frontend presentation is coded the standard Rails way. During the first builds it made heavy use of AJAX, this behaviour was changed to get a basic SEO.
Previously the movie database was realized as a PHP application, unfortenately this app wasn’t very configurable so that a complete rewrite was inevitable.
Filed under: Portfolio, Work | Comments (0)
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:
Environment:
Hey ho, let’s go:
python-iniparse
yum-fastestmirror
You can get them on a mirror listed here. Install them with rpm -ivh. Now yum should work. As the preset package sources suck, I propose that you edit the config in /etc/yum.repos.d/CentOS-Base.repo. You can look at my config for reference.
As gcc ISN’T installed, you should install it. Also you should install mysql-devel.
$ make $ make install
In my case I had problems with zlib and openssl. To fix this, check if zlib and zlib-devel are installed. Also you have to go in the extracted Ruby sourcefolder and install it by hand. To do so, make follow this steps:
$ cd rubysource $ cd ext $ cd zlib $ ruby extconf.rb $ make $ make install
Do the same for openssl. If you want to use mysql, get the C library. Here’s the source and the manual.
Now get rubygems. You should take version 1.1.1. Now your Ruby installation should be fine. Now install Rails:
$ cd rubysource $ gem install rails -v 2.0.2
Now Ruby & Rails should be up and running. Hope this helps :)
Filed under: Hacks & Voodoo, _dev | Comments (2)
July 18, 2008
Little info page about the grimmest black metal band in the Tübingen area.
Filed under: Portfolio, Private | Comments (0)