If you love to chat in group like in Yahoo! Messenger Conference, maybe you also like to use Group Chat in Gmail. Group Chat is new feature enabled in Gmail which you can chat with your buddies online. You can invite all your friends in Group Chat because the numbers of person can join the Group Chat are Unlimited.
To start a Group Chat, first chat with one of your friend, then click on Options and choose Group Chat. From there, you can invite other buddies to join in the group. The discussion will continue even you are logout from the group discussion. If you have logout and want to rejoin the group, you need to get invited by somebody who is currently in the Group Chat.
Read more…
Get the latest Vista Transformation pack now. Version 8.0 is released and ready for download.

What is Vista Transformation Pack?
Do you know what is Windows Vista? Yes, the operating system that released by Microsoft which has nice GUI and also needs super duper computer resources to operate. This Vista Transformation Pack will transform your Windows XP to this nice Windows Vista GUI. No need to buy Vista installation disc unless if you are really want to use Windows Vista. Just download this transformation pack and install.
The download link is at the end of this post. For more info about this Vista Transformation Pack, you can check at JCXP.net Forum.
Read more…
To clean your CRT monitor or LCD screen is not like cleaning your face mirror. Monitor and LCD is an electronic product so you must clean the screen with care, or you will scratch it and harm it. Before you can start doing your job, you need to get the correct tools first. Here is what we need:
1. Dry soft cloths (no tissue paper please)
2. Water (I prefer using water than using other chemical to clean my monitor)
3. Compressed air
Clean your CRT monitor
Clean CRT monitor is easier than cleaning LCD screen. CRT monitor has glass screen so you just need to wipe the screen out. After you switch off the monitor, spray the screen with compressed air to remove the dust from the screen. This dust will leave tiny scratch if you not remove it from the screen. Next, spray the water on to a dry cloth and wipe the monitor screen with it. Don’t ever spray the water directly to the screen. We don’t want to make any trouble, do you? After you wipe the screen with the cloth, then wipe the screen dry with another dry cloth.
Read more…
They said Firefox 3 can prevents you from malware but there is no proof. That is why Mozilla gives you a test page to proof their words.
Caution! The page you will see is containing malware. Your browser will open it if it does not has malware protection enabled. Only Firefox 3 will prevent you from opening that page.
If you are you ready to take the test, please click the image below to go to the malware page. But remember, there is no turning back. 

Note: I don’t have Firefox 3 and have visited the page with my Firefox 2. So if you are using Firefox 3 and have done the test, can you please give your thoughts here. Thank you.
Read more…
Today when I went to Celcom website, I was surprised when I got an error message from them. It says,

Status : 504 Gateway Time-Out
Description : Lost connection to origin server.
And here is another message when I refresh the website.
Read more…
Do you feel any difference on my site? Can you feel how fast it loads up? It is not because the WP-Cache plugin that I mentioned in this post . It is all because CypherHackz.Net is now hosted in new server, in new datacenter.
Before this, CypherHackz.Net and my other websites were hosted by Internet-Webhosting (read this post ). But recently the server is having problem and always down. So I decided to find other hosting provider which gives me better services and the server must always up.

Fortunately, Sam Lee the owner of ServerFreak, a Malaysia Web Hosting provider found out about my problem in a post that I made in Webmaster Malaysia forum. He is very kind and offered me to sponsor my websites. Who don’t want to get sponsored right? But before I took his offer, I did some information gathering and I satisfied with the results. Then I accepted the offer and now CypherHackz.Net is hosted in a server at Global Net Access (GNAX) datacenter. If you do whois, you will see the DNS has changed to ns3.serverfreak.biz and the datacenter is at Global Net Access (GNAX).
Read more…
If you have many ads or affiliate banners and you want to rotate them on your website, here is the way on how to do it. But make sure your server supports PHP because we are using PHP script here.
First, you need to create a blank PHP file and name it as rotateads.php. Then copy this code and paste it in.
<?php
$bannerCounter = 1;
$bannerCode[$bannerCounter] = ‘replace with your ad code‘;
$bannerCounter++;
$bannerCode[$bannerCounter] = ‘replace with your ad code‘;
$bannerCounter++;
$bannerAdTotals = $bannerCounter - 1;
if($bannerAdTotals>1)
{
mt_srand((double)microtime() * 1234567);
$bannerPicked = mt_rand(1, $bannerAdTotals);
}
else
{
$bannerPicked = 1;
}
$bannerAd = $bannerCode[$bannerPicked];
echo $bannerAd;
?>
As you can see at the above code, you need to replace “replace with your ad code ” with your own ad or banner code. If you want to put more ad in the rotation, just add these two more lines
$bannerCode[$bannerCounter] = ‘replace with your ad code‘;
$bannerCounter++;
below the previous one.
Read more…

So you want to create your own Web 2.0 logo but don’t have the fonts? Worry no more. You can download the fonts from here but not all fonts are included. But atleast you have something to start with.
Web 2.0 Logo Fonts [via BlogIsEverything]
If you want to go to Penang and not so sure whether the traffic flow is smooth or jam, maybe you might need to check the status at Penang Bridge Camera.

The 24-hour CCTV cameras are installed at 8 different locations along the laybys and main span. All these CCTV cameras are connected to the Penang Bridge Communication Centre to enhance their traffic monitoring surveillance service.
But if your internet connection is slow and not able to watch the live camera, Penang Bridge Sdn Bhd also provides still captured images and you can watch the bridge from the images taken. All snapshot were taken when each time you refresh your browser.
Watch the live camera | See all 8 images at once
[via Malaysian Computer Technical Blog]
Even though you subscribe the 384kbps or 3.6Mbps Celcom 3G broadband package, it does not guarantee that you will get the maximum speed.
Speedtest is a website that allows you to check your broadband speed. When you visit Speedtest website, it will locate your location based on your IP address. Then it will display servers that near to you. The recommended server is mark with yellow. You can choose the recommended server or you can choose other server to start the test.

The result after I got the HSDPA signal
It will start with the download test first and then it runs the upload test. After both tests are completed, Speedtest will display the result in .gif image which you can use to share on your website or in forum.
Read more…