How to uninstall / remove application from Android

advertisement

Just got an Android phone – HTC Desire and installed some applications on it. After tat i’m looking for how to remove application from Android, but cant really figure out how to uninstall application from Android. After some help from google, i’m able to remove the application from my Android machine.

To uninstall or remove application from Andoird, follow the steps below:-

Continue reading How to uninstall / remove application from Android »

How to do string replace (str_replace) in MySQL

advertisement

mysqlMySQL has a built in function to perform string replace (just like PHP str_replace) thru the query. I just perform a MySQL string replace at a website migration and everything work like a charm. This MySQL string replace function really save me a lot of time! Imagine if i’m going to edit the record one by one, and there is 100 record, i think i’m going to be crazy after the manual edition.

To perform string replace (str_replace) in MySQL, you can use the query below:-

Continue reading How to do string replace (str_replace) in MySQL »

How to downgrade to PHP 5.2 using MacPort

advertisement

phpI just reinstalled my PHP using MacPort and the PHP version is 5.3. I need to downgrade to PHP 5.2 as some of my application still not compatible with PHP 5.3. Had tried many ways but no luck. Luckily, one of my friend experienced this before and he pointed out the right way to downgrade to PHP 5.2 using macport to me. Thanks Paul!

To downgrade to PHP 5.2 using MacPort, follow the steps below:-

Continue reading How to downgrade to PHP 5.2 using MacPort »