Yahoo! Messenger is a well known instant messenger client where people use to chat with their family, friends or with other peoples. It also includes an option which we can set our own custom status message to be displayed beside our name in our friend’s messenger buddy list.
Old custom status messages will be replaced by the new one. That’s why Yahoo! does not include options to delete the status message history. But some people want to delete the status messages but they don’t know how.
Clear/Edit YahooMessenger Status History is a small utility coded with VisualBasic that will clear out your custom status messages. You can select which Yahoo! user ID in your computer that you want to edit and start change or delete the status messages for the ID. And you also can changing available custom status messages from the drop down list in your messenger. [tags]yahoo, yahoo messenger, messenger, tool, software[/tags]

Download Clear/Edit YahooMessenger Status History
Sometimes, we can’t delete certain files because they are currently in use by another software or process. Each time we try to delete the in-use file, Windows will give a warning like this:

So how we can delete it? There are three ways that we can use to delete the in-use file.
Read more…
My Wordpress xmlrpc.php file been blocked by my hosting due to some security issues. And because of that, incoming trackbacks will get 403 forbidden error. Thats why even you have linked back to my posts, there will no trackbacks appear in the comments.
To fix the problem, Techgurls had make a post about how to unblock xmlrpc.php from your website hosting. Just put this into your .htacess file and upload it in your root.
<Files xmlrpc.php>
SecFilterInheritance Off
</Files>
Let see how many trackbacks I will get after I upload the .htaccess file. :p
As we know, Firefox has problem with the memory usage. It makes the Firefox load slow, use too many resources and drag our computer down. Here are 5 tips on how you can use to handle and improve Firefox memory usage.
1. Reduce memory usage when minimize
This tip will reduce the memory usage when each time you minimize your Firefox. Actually what it does is, Firefox will let Windows to claiming back the memory used when it minimize.
- Start up Firefox
- Type in about:config in the address bar and hit Enter
- Right click and choose New > Boolean
- Type config.trim_on_minimize in the pop-up box and hit Enter
- Select True and hit Enter.
- Restart your Firefox
2. Fixed cache capacity
Every time new page is loaded, Firefox will cache the page so it doesn’t need to load again to be redisplayed. By default, this setting was set to -1 which mean, Firefox use the cache memory depends on your RAM size. Here is how to fix the cache capacity use for your Firefox.
- Start up Firefox
- Type about:config in the address bar and hit Enter
- In the filter, enter this string browser.cache.memory.capacity
- If you set to 0, Firefox will not cache any pages. If you want to customize to other value, read here.
Note: browser.cache.memory.enable must be True if you decide to change the integer.
Read more…
How do you test your PHP scripts? Upload them to your website server and test them one by one, or you test them locally on your computer first before upload them to the server?
To test my PHP files, I use WAMP . With WAMP, you can make your computer act as a website server. Before I knew about WAMP, I always upload my PHP files to web server to test them. But after one of my friends, name Azhar (I called him Ja’a) told me about WAMP, I now will test the scripts locally in my computer before I upload them to my site. [tags]wamp, wampserver, php[/tags]
What is WAMP?
WAMP is stands for Windows – Apache – MySQL – P HP. These are services that are needed to make your computer act as a server. When you install WAMP, WAMP will automatically configures them to work together. So you can test your scripts before you upload them to your server.
Read more…
PSA stands for Public Service Ads which mean you will get nothing if peoples click on those ads. These ads will appear on your site if there is not enough contents or adsense crawler has not yet crawled to your website pages.
Beside you can fill the ads with solid color, you can remove the PSAs with this following code:
-
-
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-
-
<script src="http://pagead2.googlesyndication.com/pagead/google_adsense_script.js" type="text/javascript"></script>
-
</head>
-
<body style="background-color: transparent;">
-
</body>
-
</html>
-
-
Copy the code above and save it as a html file. Eg: adsense_script.html.
-
-
Setup your Adsense ads as usual.
-
In the “Show non-Google ads from another URL”box, type in the html file url.
-
Done!
With this, the PSAs will not show up because they have been replaced with the script above.
[via Malaysia Bloggers][tags]adsense, public service ads, tips, how-to[/tags]
For adsense publishers, as we know, we can set our adsense ads with channels. But how did you name the channels? Here I will share with you tips on how I manage my adsense ads by using specific name format for my adsense channels.
Because I have multiple websites and use wordpress themes, so I need to name the channels according to where the adsense will be displayed. To make it simple I use this kind of format for my adsense channels.
[site/theme]_[file]-[location]-[ads type]
Here are what the meaning for each tag.
- site/theme – Your site or theme name. Eg: k2, kubrick, dfire, chnet.
- file – Filename which you put the adsense code. Eg: index, page, archives, search, 404.
- location – Where you place the adsense code. Eg: header, sidebar, footer, entry.
- ads type – Your adsense type. Eg: adunit, linkunit.
Ok here is an example:
k2_single-header-adunit
What we can get from this channel name is, the ads is an adunit type. It is located under k2 theme folder in file single.php. And the ads is being display on site header.
So when each time you login into your adsense report, it is easier for you to track down which ads are performing well and which are not.
Note:
- If there are more ads in one page in one location, put a number after the ads type. Eg: k2_single-header-adunit2
- Make sure you name your adsense channels properly because the maximum characters are 30.
- You also can use this tips on AdSearch channels too.
If you have anything to ask or want to give suggestions, feel free to leave them in the comment box below. I hope this post is helpful and thanks for your time!
[tags]adsense, google, revenue, tips, channel[/tags]

A few days ago, I have posted about cool dekstop calendar software called Rainlendar 2. All the new features are great. But I don’t know how to edit the style settings like I did in the earlier version.
After I searched at their support forum, I found a topic discuss about this problem. If you want to edit the skin style settings, just rename the skin file extension to .zip and edit the xml/elements.xml. Edit what you want and save the new settings. Then refresh Rainlendar 2 and see the changes made.
Another problems that I currently working on are how to add new categories and how to edit the text colour. If I found the way to resolve these problems, I will update this post again. [tags]rainlendar, rainlendar 2, software, tweaks, how-to[/tags]
After the “disaster ” happen to my site, now I backup my databases daily. But I do it manually. And recently I stumbled to this site on how to automatically backup your wordpress database. The only things that you need are this WP-Cron and WordPress Database Backup. BTW I assumed that you have already install Wordpress Database Backup plugin. If not, you need to download the plugin and install it first before you can proceed.
With WP-Cron plugin, you can schedule your wordpress to backup and send the backup file to your email. Here how to do it:
- You need to download this WP-Cron plugin
- Extract the wp-cron.php file into /wp-content/plugins
- Activate the plugin in Plugin panel
- Then go to Manage > Backup
- Make sure Daily in Schedule is checked and type in the email where you want the file will be sent to.
- Tick other tables that you want to include.
- Click Submit.
- Lastly, wait the attached email to your inbox.
Cypher: I must say that this is really great plugin. I really recommend for you all to download and use this plugin. [tags]how to, backup, cron job, plugin[/tags]
Yesterday my friend SMS me to send an installer (executable) file via email. So I use Gmail as my primary email account and attached the file. But when I want to send the email, Gmail warned me that it does not allow any executable file send from Gmail. I’m sure this is regarding of the security issues. So how I can send the executable file? Here is the trick. :d
Ok let say the file that you want to send name is Executable.

-
Go to Folder Options (My Computer > Tools > Folder Options)
-
In
View tab, uncheck “
Hide extensions for known file types“.

And the file will look like this

-
Then
rename the extension .exe with other extension like .jpg. Windows will prompt a warning message, just click “Ok”. The file icon will be changed to .jpg icon and now your executable file is in .jpg format.

-
Send the file to the receipent.
-
After the receipent recieve the file, ask them to rename the extension file with .exe or it will not work.
Note: I have try this many times in Gmail and it works and I’m sure this trick also works in other email services. Because you send an image file not executable file. :p
Found this trick useful? Please Digg the story!