-
Archives
- July 2011
- July 2010
- April 2010
- July 2009
- June 2009
- February 2009
- January 2009
- November 2008
- October 2008
- July 2008
- June 2008
- May 2008
- April 2008
- January 2008
- November 2007
- October 2007
- September 2007
- August 2007
- May 2007
- April 2007
- December 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
-
Meta
Monthly Archives: May 2005
Mplayer widescreen playout
Mplayer does not seem to detect the aspect ratio of connected monitors. You have to specify the monitoraspect parameter. If you have one of those 16:10 laptop widescreen monitors this might greatly increase your viewing experience (put monitoraspect=16:10 in your … Continue reading
Posted in Home
Leave a comment
New layout + Ruby guide
The default Typo layout is really slow and IMHO not very readable on high res screens. Luckily the WordPress inspired theme was CSS’d well enough that it took about 10 minutes to refit the blog with a new layout. In … Continue reading
Harmony
When you find this.. …picture on the Sun homepage it should be a reminder that putting all (any?) eggs in the Java/Sun basket is a really bad idea or Project Harmony might be here at exactly the right time!
J-Spring 2005
Went to J-Spring this week. It was the first time I attended this annual NLJUG event. It was very well organized. The opening talk by Duncan Mills was nice. Amongst other things he demo’ed some JSF interface abstractions where the … Continue reading
Posted in Home
Leave a comment
Roller to Typo
Today I switched to the Typo blogging system. I was quite happy with Roller but Typo gives me a very good excuse to do some more stuff with Ruby on Rails since Typo is Rails based. It’s not as polished … Continue reading
Posted in Home
Leave a comment
Trails with MySQL
Configuring your Trails web application is really simple. By default Trails (0.6) comes configured for the built-in HSQL database. Start by modifying the context/WEB-INF/hibernate.properties file like: hibernate.dialect=org.hibernate.dialect.MySQLDialect hibernate.show_sql=true hibernate.hbm2ddl.auto=update hibernate.connection.driver_class=org.gjt.mm.mysql.Driver hibernate.connection.url=jdbc:mysql://localhost/<dbname> hibernate.connection.username=<dbusername> hibernate.connection.password=<dbpassword> replacing <db*> entries with the appropiate values … Continue reading
Posted in Home
Leave a comment