Archives for: "July 2012"
How to remove the VirtueMart Logo
There is an option to turn off VirtueMart Logo. 1. Go to the VirtueMart Component in Admin. 2. Click Admin->Configuration. 3. Go to the "Site" tab. 4. Unchecked "Show footer". Finally, all VirtueMart will be gone. more »
CSS- Display:table is not working in IE7 before
Div table is more flexible. But Before IE8, it did not support display:table. If you build a table for old browsers, please use the HTML <table> tag. more »
How to add shortcut in control panel in Joomla
I wish to add a shortcut in the control panel in Joomla.That is the homepage of admin interface in Joomla. So that, the user is easier to access a component. That is so easy! You just need to modify \administrator\modules\mod_quickicon\mod_quickicon.php… more »
Tags: howto
onListItemClick is not working
You need to build a sub-class of ListActivity. Then you can override onListItemClick more »
Tags: android
Google Map in MapGL
Recently, I found Google Map released MapGL Beta Version. I tried that. It does not looks any different from the classic mode. But when I changes the zoom level, that is smoother and some tweening effect too. That sounds cool. I started to use this mode… more »
Ping won't work for external network in Android
The standard way to do Ping in Android is using isReachable(). Like this: CodeInetAddress address = InetAddress.getByName("192.168.1.1"));if(address.isReachable(100000)){// Success} But I tested this only working in local network and total… more »
UnknownHostException in HttpGet at the android widget
I have used HttpGet a lot in Android, but today, I started to build my first android widget. I used HttpGet for accessing some external feeds. I got UnknownHostException. I have placed in the use-permission tag in AndroidManifest.xml… more »
Google I/O 2012 Key Note is uploaded
I am watching the key note for Google I/O 2012. There are Android 4.1 and Project Butter. Find out more on Youtube more »
Will Cable TV be phased out soon?!
Cable TV provides a lot of good movies and tv series. But now, we can rent movie and tv series in iTunes and Google Play. Moreover, we can play in our TV via Apple TV or Nexus Q. We play it when we want to watch watch. That sounds more convenient than… more »