Finally, I bought an Android Tablet, Acer Iconia A500
I want to buy an Android Tablet for ages. But Android is not design for Tablet. If it installs on a tablet, the interface is a kind of strange. Moreover, most of android tablet do not support Android Market, they have to use their "Market" to download the software. Those "Market" have less number of software than Android Market. That is not very good. Besides, most of Android Tablet are 7" screen, that is too small for me. That is not good for using a A4-size pdf.
However, recently, Acer launched their tablet, Iconia A500. That is using Android 3.0, which is the first Android OS for Tablet. The interface is nice. Moreover, it supports Android Market. In addition, the hardware specification is good! It has NVIDIA Tegra 250 dual-core CPU 1Ghz with by 1GB RAM. It sounds great! The price is ok too! If you buy it in Myer, you will get doubled points award. The price of Iconia is $579, which is 2316 points. Therefore, you can get $20 Myer Gift card right now!
Thus, I bought one today. Now, it is charging..... I am looking forward to test!
getUserStateFromRequest falied in Joomla 1.6
I have built a new website in Joomla 1.6. I found a component which is designed for Joomla 1.5. It cannot work. The error message is "Call to a member function getUserStateFromRequest() on a non-object". I did research. I found a related post in
Joomla Forum. That is because in Joomla 1.6, $mainframe is not existed anymore. The component I installed is tried to call getUserStateFromRequest() from $mainframe. Then the solution is simple.
Please add this in /administrator/index.php
Code
global $mainframe; | |
$mainframe = JFactory::getApplication(); |
Under "$app = JFactory::getApplication('administrator');"
Now, that is all works now!
Please re-think before you remove your SIM card from Galaxy S
Yesterday, I removed my SIM card from my Galaxy S. And then I turned it on. So that, I can use it as a wifi device only. After I did some tasks, I plugged back the SIM card into the phone. Then I had a problem. The user data are gone! I did debug on my phone. I found SQLite database are gone!!!!! As a result, I have to uninstall apps and install them again! This is the only way to make those apps work again! So poor. So, please re-think before you remove your sim card from Galaxy S. That may be a problem which is unique in my phone, but you should be still cautious about that!
I tried the new Yahoo Mail Beta
Yahoo Mail has a new interface. I tried it. There are not many new features. Only things I notified is Facebook Connect. You can use it to get your facebook friends' news. Moreover, it introduces back the paging function on the mail. That is much better to find email. Lastly, I like the new blue color skin!
HDR-Like Photo in GIMP
I know there are a number of software can generate HDR photo. But most of them are not free. I am a fan of opensource. Thus, I am keen to find whether we can use any opensource tools to generate HDR photo. Finally, I found a tutorial about this. This tutorial shows how to GIMP and its plug-ins generate a HDR-like photo.
This is my final "product":
It looks much better than before, this is a more artistic photo!
Although that is not 100% true HDR, but it looks very very close to a HDR photo.