Main menu:

Site search

Categories

Archive

Archive for October, 2006

My First HTML Editor

My first HTML editor is Dreamweaver. You can download a free trail edition from Macromedia the full version at $399 is not cheap, it is power packed and it is recognized as one of the best around. You can do almost any kind of web page design with it. It […]

A better way to redirect link with a .php file.

Thanks to Alvin, he pointed out that it is better to have HTTP 301 redirection. I had edited se1.php to se2.php so that HTTP header will contain a HTTP 301 redirection instead of a HTTP 302.
What is the fuss about 301 Permanent and 302 Temporary redirect? It all has to do with GOOGLE. […]