It is quite disappointing if you try to visit a website and it is blocked by your administrator or by your ISP.
I have tried many type of proxy servers such as web based proxy, http proxy and others but those things are not reliable.

On a web based proxy, the ads on the page is very annoying & sometimes scripts on the page doesn’t work.
On a http proxy, you need to go to a long process of editing the connection settings of your browser and then put the IP address of the server.

Then I found this FREE VPN service offered by ItsHidden.com.
For the past few months I’ve been using ItsHidden.com to un-block those sites that is being filtered by my ISP.

ItsHidden.com is the ultimate FREE surfing privacy service on the Internet.
No need for software to install, you already have everything you need on your computer. ItsHidden.com is fast, safe, easy to use.

To try it, just register your own free ItsHidden.com account and create new VPN connection then use the username and password you have created and then use vpn.itshidden.com as server.

Click the below link for instructions on how to create VPN connection.

Windows XP User

Windows Vista User

FILEminimizer Pictures 2.0 Free License Key Up for Grab!

Balesio FILEminimizer Pictures is a software utility that ables to optimize pictures to maintain the right balance between picture qualities and file sizes of compressed images. FILEminimizer Pictures can optimize images, photos and pictures to small size which ideally for sharing on Facebook, Flickr and other online platforms or sent via e-mail. Furthermore, it also can reduces photo size without create any zip or rar archive. FILEminimizer Pictures supports JPEG, GIF, TIFF, PNG, BMP and EMF file format.

Features of Balesio FILEminimizer Pictures:

* Support PNG, BMP, GIF, TIFF and EMF file format
* JPEG file compression up to 98%
* Keeps the original file format – simply edit, view and change it without the need to unzip
* Batch process: compress whole photo galleries at once Compress whole photo galleries at one go with the Batch process option
* Creates a new picture or graphic – no unzipping required
* Choose the most adequate compression from 4 different compression levels
* The Search function finds all optimizable image files on the system
* Drag and drop files directly into the FILEminimizer Pictures window to optimize several files at once (batch processing).

As part of promotional offer, Balesio has given PC Welt readers a free e single-user license with genuine working license code. Unfortunately, this offer version does not include free support. To grab the free license key code, just follow these steps.

1. Visit the following FILEminimizer Pictures registration page:

http://www.balesio.com/campaign/licensing/index.aspx?CID=pcwelt

2. Fill in the name, address, and email address, and then click on lizenz anfordern button.

3. A license key code with further instructions and download links will be sent to the registered email.

4. Download FILEminimizer Pictures 2.0 setup installer by clicking the link provided on the email.

5. Install FILEminimizer Pictures, run the program, then click “Enter register code” and activate FILEminimizer Pictures with the license code received.

Just sharing this currency converter script that I used on my website.
Feel free to modify it based on your needs.
It uses finance.yahoo.com conversion table.

<?php

$from = 'USD'; //US Dollar
$to = 'SAR'; //to Philippine Peso

$url = 'http://finance.yahoo.com/d/quotes.csv?e=.csv&f=sl1d1t1&s='. $from . $to .'=X';

$handle = @fopen($url, 'r');
if ($handle) {
    $result = fgets($handle, 4096);
    fclose($handle);
}

$array = explode(',',$result);

$a_convert=$array[1];
$a_date=$array[2];
$a_time=$array[3];
$a_date=preg_replace('/"/', ' ', $a_date);
$a_time=preg_replace('/"/', ' ', $a_time);

echo "1 USD <img src=us_ico_flag.jpg>  = $a_convert PHP <img src=ph_ico_flag.jpg> ";
echo "<br> $a_date / $a_time ";
echo "<br><a href=http://finance.yahoo.com/q?s=USDPHP=X>Powered by: Yahoo! Finance</a>";

?>

Just found this very simple & efficient way of validating email address with PHP.
You can use this to replace the usual regular expression email checking.

<?php
$email = "john@doe.com";

if (!filter_var($email, FILTER_VALIDATE_EMAIL)) {
      echo "Please check your email address";
} else {
      echo "Great! valid email address";
}
?>

Source:

http://www.php.net/filter_var

Hi guys, just finished uploading our wedding website. Though it is not yet 100% complete, you can already view our happy moments during the wedding.

You can visit our site at http://lirio.elg3ne.com.

Hope you enjoy it! :-)

I’m not really a good guitar player but I know basics and I can play if there is a chord chart to look on to. I found this guitar lesson of “I’m Yours” by Jason Mraz and I was amaze how this guy play it. I hope I can play this good also. Maybe after a month?… a year? or more hehehe…

Im Yours Guitar Video Lesson

This post is in relation with the fake “Antivirus XP 2008” that I posted last August 19, 2008. A new variant of this virus circulating again throughout the Internet and it is called “Antivirus XP 2009″.

Microsoft says around 400,000 PCs infected with Fake ‘Antivirus 2009′ Software. If your system has any of the above mentioned rogue programs, you should scan your PC with Microsoft Windows Malicious Software Removal Tool or use Malwarebytes’ Anti-Malware to clean your PC.

Please read below articles how to avoid this problem.

Source:

http://www.computerworld.com/action/article.do?command=viewarticlebasic&articleid=9124346&intsrc=hm_list

http://www.infopackets.com/news/security/2008/20081231_400000_pcs_infected_with_fake_antivirus_2009_software_says_microsoft.htm

Below are some google search features to get a quick result. Just type the keyword and google it! :-)

Currency converter:

  • 1 USD to PHP or 1 US Dollar to Philippine PesoCurrency Converter

Timezones:

  • What time is it Manila or Time Manila

Unit Conversion:

  • 5.4 inches in cm
  • 60 kgs in lbs
  • Currency Converter

Source:
http://www.google.com.ph/intl/tl/help/features.html

Next Page »