Max Teo

name

Using Poweriso for .daa files

06th June 2007
Sometimes you may have downloaded a movie from a torrent site but it turns out that the files that are being downloaded are a bunch of .daa files. What is daa? DAA or Direct Access Archive is a proprietary file format for disk image files which supp... Read >

Validate E-mail Address with PHP the Right Way

06th June 2007
Listing 1: Shows an example code that contains 3 errors. First, it fails to recognize many valid e-mail address characters, such as %. Secondly, it splits the e-mail address into username and domain parts at the sign @. E-mail addresses that contain a qu... Read >