Web Design & Tech News

Web Design Tips

Common SEO Terms 07 June 2012, 13.26 Administrator Web Design Tips
Common SEO Terms
Common SEO Terms Algorithm An algorithm is a set of finite, ordered steps for solving a mathematical problem. Each Search Engine uses a proprietary algorithm set to calculate the relevance of its indexed web pages
Read More 1775 Hits
How to add year month and day to a web page 17 November 2010, 11.00 Administrator Web Design Tips
How to add year month and day to a web page
How to add year month and day to a web page   Displaying dates in different formats with PHP code   echo date("Y-m-d"); echo date("Y/m/d"); echo date("M d,
Read More 17509 Hits
How to make Redirects 16 July 2012, 14.58 Administrator Web Design Tips
How to make Redirects
How to make Redirects PHP Redirect Add this code to your php webpage to redirect visitors to a different webpage. Don't forget begining and end php  brackets.    header( 'Location:
Read More 1073 Hits