Home2009February14History of the Internet History of the Internet Posted on February 14, 2009February 16, 2009 by teliaz History of the Internet from PICOL on Vimeo This is a brief presentation of how modern Internet was born…
Chome / Shockwave Flash Crashing Last 2 months a had an constant issue where Sockwave flash kept crashing after a while. I had to restart…
Create Mac OS X bootable USB disk Open Command Prompt (Start CMD) Now you can download a program to transfer dmg image to USB.Transmac can be downloaded…
Header("Location") on PHP So check out this code….. if(1== 1) { header(“Location: index.php”); } header(“Location: http://www.google.com”); This simple code will be expected to…