August 23, 2012
How to automatically forward a page in HTML The simplest way to forward or redirect an old web page to its new location is by putting the following code to your page…. <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”> <html> <head> <title>Your Page Title</title> <meta http-equiv=”refresh” content=”0;url=http://www.where-the-new-page-is-now-located.com”> </head> <body> <p>Put any cool message you want […]
Read More →
June 15, 2012
What is WordPress? WordPress is a free software program (Content Management System) that anyone can use to build and maintain a website or blog. It is used by millions of people and companies around the world. What’s the main difference between WordPress.com and WordPress.org? The software is exactly the same. The only difference is where […]
Read More →