Archive for October, 2008

IDVD


2008
10.24

I have been playing with some home video’s and I think I have a good hang of making home videos now :-) . These are the following tools you must have to make professional grade videos

IDVD – > I wonder what people without MAC’s use (This is awesome)

Audacity  -> audio modifying tool

MPEG Streamclip -> To convert videos to DVD format(MP4)

Jruby Warble and Tomcat


2008
10.19

I spent around a day to to get the three to work together(JRuby, Warble & Tomcat). The biggest problem I encountered was getting rails to work with JRuby. I found out the hard way that you need to install openssl gem before you install any other gem. One other key thing is if you plan on getting the database to work with ActiveRecord was in database.yml you need to use host: 127.0.0.1 instead of localhost.

You can use warble to build the war file and then drop this war file into tomcat and it works like a charm. Hope to get some more work done this weekend