Monthly Archives: January 2010
GWT 2.0 TabLayoutPanel display problem with Internet Explorer IE8
The Google GWT TabLayoutPanel is working fine on Chrome and Firefox but currently on IE8 only the first tab is visible. I ran into this problem a few days ago. But as always with such kinds of problems in software … Continue reading
URL encoding problems with GWT running on Tomcat
I ran into problems with a GWT application for which I use the OpenID4Java library to provide a simple one click login for users with existing accounts at Google, Yahoo or other OpenID providers. Everything worked fine on the embedded … Continue reading
Google GWT Application shows blank page in IE8
I wanted to try a GWT application based on the new layout classes introduced in Google Web Toolkit 2.0 with the Internet Explorer 8. To my surprise the IE 8 showed only an empty page. Switching to IE7 standards mode … Continue reading
VIRUS (Exploit.PDF-9669) with clamav 0.92.1 on Ubuntu 8.04 Hardy Heron
Solution to the problem: apt-get remove libclamav3 clamav and every other dependency with apt-get autoremove and download and install all “*0.95.3*hardy2*.deb” packages from http://archive.ubuntu.com/ubuntu/pool/universe/c/clamav/ with dpkg -i libclamav*; dpkg -i install clamav*. Have a nice weekend.