CPAN Missing Parameter auto_commit Message

Perl programmers or system that using CPAN (Comprehensive Perl Archive Network) extensive list of modules or distributions may occasionally has the following message shown in log file, especially when using script that acts as a package manager or automated update script such as in the case of upcp script for cPanel WebHost Manager hosting server:

Read Me Leave comment

Google Converter

Besides being a useful search engine that provides powerful search capabilities, Google search engine can also be used as a metric unit converter. You can convert to and from imperial units by using Google Search.

Read Me 2 Comments

AdSense Login to Update to Google Account

If you’re currently using a non-Google Account to login to Google AdSense account, or has a separate AdSense logins with another Google Account which comes with some Google services such as Gmail, you will have to update the AdSense login to a Google Account. This will definitely solve the confusion for some Gmail users who reset Google Account password instead of AdSense password as currently, […]

Read Me Leave comment

Did MySpace Buy Photobucket

Talk about a love/hate relationship. It looks like the high-profile feud between MySpace and Photobucket might have jump-started a romance between the two companies. MySpace’s move to block content from Photobucket originally got the two parties together in the same room. After that, the two companies stopped fighting with each other and started talking about a partnership… and even a possible merger. The value of […]

Read Me 1 Comment

Nip and Tuck Your Images for a Sexier You!

Don’t have to go for plastic surgery to tighten that stomach or lift those saggy breasts. Neither do you need injection, drugs or surgery for that slim and sexy you. Just log on to websites that sell professional photo retouching services. You can get a smooth complexion, bee-stung lips, or a pert and sexy butt from $20 to $200. Good things don’t come free naturally. […]

Read Me Leave comment

Web-Based Instant Messenger from Yahoo

To improve its competitiveness in messaging services for internet users, Yahoo last week launched a web-based version of its free instant messaging (IM) service for Net users who want to stay connected while away from their home computers. Via its web-based version, users can use Yahoo messenger from any internet-linked computer without downloading and installing the messenger software.

Read Me 3 Comments

How to Change the Logo of vBulletin Forum to Custom One

It seems easy but to a lot of new users they will have no clue. There are basically to change the default vBulletin logo that is in place right on top of the window after installation of the forums to a custom made logo specifically designed for the forums.

Read Me 11 Comments

Workaround to Run eMule in Windows Vista

eMule is a popular peer-to-peer (p2p) file sharing application in Windows platform for eDonkey and Kad networks. Due to tighten security and permission control in Windows Vista, coupled with new virtualization system, although eMule can install properly in Vista, eMule users may run into some problems such as unable to find finished downloaded incoming files, low ID, slow download speed, no minimize to tray button, […]

Read Me 12 Comments

Most Popular IM Client and Instant Messenger Service

The competition between various instant messaging clients, and its protocols or services. From the pioneer ICQ, more and more IM services such as Windows Live Messenger (previously known as .NET or MSN Messenger), AOL Instant Messenger, Google Talk, iChat, Jabber, Qnext, QQ, Meetro, Skype, Trillian, Yahoo! Messenger, Excite/Pal, Gadu-Gadu, and Rediff Bol Instant Messenger available on the public Internet, competing with other multi-protocol instant messaging […]

Read Me 5 Comments

ICQ 6 Free Download

I am not sure if anybody out there still using, or even still remember ICQ. ICQ, an oronym on the phrase “I seek you”, was one of the earliest available instant messaging protocol and program, available since 1996. Many people may have grown up together with just ICQ in their memory. But it seems like more and more Internet users switch to using Yahoo! Messenger, […]

Read Me 8 Comments

Remove or Trim First or Last Few Characters in MySQL Database with SQL

Another useful string function in MySQL database is TRIM() which will return a text string after removing the matching leading or trailing characters, also known as prefixes or suffixes. It’s been described by MySQL reference as function that returns the string str with all remstr prefixes or suffixes removed. If none of the specifiers BOTH, LEADING, or TRAILING is given, BOTH is assumed. remstr is […]

Read Me 6 Comments

How to Find and Replace Text in MySQL Database using SQL

MySQL database has a handy and simple string function REPLACE() that allows table data with the matching string (from_string) to be replaced by new string (to_string). This is useful if there is need to search and replace a text string which affects many records or rows, such as change of company name, postcode, URL or spelling mistake.

Read Me 83 Comments