Archives for: "May 2009"
Google I/O
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/ more »
500 - Layout "default" not found
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/ more »
Tags: joomla
The best way to solve the programming problem
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… more »
Glassfish Server for NetBeans
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… more »
I love Kubuntu
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. more »
404 - Component Not Found
I am writing a joomla component, I got an 404 - Component Not Found. I found that is because I got a typo in main component file. For example, the component name is com_hello, then it needs com_hello\hello.php. more »
Tags: joomla