Woo… The internet world is getting interesting with Google Chrome. By the way, just in case that you don’t know. Google Chrome is a new web browser. It has some cool features that attract me. For example, New Tab page (Links to websites you visit the most), Incognito mode (browse in stealth mode), and other more.

Google Chrome
There are 2 referral code for PrettyGirl2u.com. Feel free to choose the one that suite your website layout.
There are 2 referral code for JayceOoi.com. Feel free to choose the one that suite your website layout.
02 Aug
Posted by Jayce as Web - 706 views
It is very user unfriendly when you browse on the website that disable mouse right click button. I always right click on at link and open as new tab by using Firefox or Internet Explorer 7. I hate it when those website disable the right click function. So how to solve it?
There are ways to enable back the right click function. One of them is type the following into the URL bar of your browser: javascript:void(document.oncontextmenu=null). However, this won’t work on all the websites. Some of the websites I visit do not work at all with this function.
27 Jul
Posted by Jayce as Programming, Web - 513 views
HTML redirect is a nice tool to help you route current website to another one. This is a client side script. It will inform the browser to redirect to another website that you have defined.
Below is the HTML redirect code
<meta http-equiv=”Refresh” content=”5; url=http://PrettyGirl2u.com” />
Just put this code on between the head tags. As the code example, it will refresh to a new website in 5 seconds and route to http://PrettyGirl2u.com which mentioned at content attribute.