Google I/O Conference just completed.
There are two keynotes. The most highlighted one is Google Wave. The way to Communicate
http://code.google.com/events/io/
Archives for: May 2009
I am writing my joomla component. In admin console, I got an error "500 - Layout "default" not found". That is because under views/[component name]/tmpl is missing a template file. The template must be named as default.php/
In my programmer life, sometimes, I trap in my own logic hole. I found out the best way to write your logic and problem. In this way, you can look into the problem in another way during your writing. Or you can talk to a third person. Using another brain, looking into the problem in a different way!
I tried to add a Glassfish Server to NetBeans. It needs the actual path where the server is siting in. I used "apt-get" to install my glassfish instance. I have totally no ideas where the server installed. I found that is in "/usr/share/glassfishv2". If you have the same problem, that is very easy to find the server path. Just these two steps:
1. sudo updatedb
- Update the database with the file paths.
2. locate asenv.conf
- That is a config file under {glassfish server}/Config.
Last week, I updated Kubuntu to 9.04. I am impressed by KDE 4.2. That looks much better than Windows Vista. I am using a VM at the moment. I really consider to buy a real laptop and install Kubuntu to there.
Recent comments