|
|
| |
> Get Articles > Web Site Design > FIVE Easy ways to update your web site.
FIVE Easy ways to update your web site.
Download as PDF
Radhika Venkata
webmasterebooks-world.com
Ebooks with Resale Rights
http://www.ebooks-world.com/
FIVE Easy ways to update your web site.
Radhika Venkata (c) 2001-2003.
1. Use SSI:
SSI means server side includes. You have to keep a tag like this
in your html:
<!--#include virtual="/footer.txt"-->
This tag is parsed by the server and the server includes the file
footer.txt in to your web page. The html in the footer.txt will be
included in the web page. Cool... Huh?
If you include your header, navbar files this way, one change in
these files reflects on all your web site pages.
More information on SSI:
http://www.webmasters-central.com/wd/ssi-content.shtml
Your host must enable SSI for you to use it.
2. CGI scripts:
You can use cgi scripts to update the site.
http://www.webmasters-central.com/Server_side_Coding/CGI_and_Perl/Web_site_Utilities/Header_and_Footers/index.shtml
http://www.webmasters-central.com/Server_side_Coding/CGI_and_Perl/Content_Management/index.shtml
You have to install these scripts on your web site server. When you
make change in these cgi files it will reflect on all your web site.
3. Error Handling:
When ever you change the web site infra structure, sure the urls might
change. You will delete some web pages or directories. If people added
these pages in their Favorites folder, they will see '404 Page not
found' error when they come to that pages.
So be prepared to handle these by-
=Redirect urls to new updated page
=Redirect url to your site map
=weblogger to know about these errors
4. Link checker:
Once in a while run your site URL in link checker. So that you will know
about the 404 errors, 500 errors etc.
http://www.htmlhelp.com/tools/valet/
You can fix these errors right away.
5. Update with articles:
Write artcles and publish on your site. You create a standard template
as a web page and can copy and paste yout articles. Regular update also
brings the search engine crawlers to your site. You can also use cgi
scripts for article publishing.
----------------------------------------------------------------
Radhika Venkata
Subscribe to 'EbookBiz Magazine' which is completely focused on
ebook business and Internet Marketing. Receive FREE Ebooks with
Resale rights every month!
http://www.ebooks-world.com/freetosell.shtml
Webmaster Resources: List Your product, ezine or web site free!
http://www.webmasters-central.com/
----------------------------------------------------------------
How useful did you find this article?
This article can be downloaded freely from http://www.get-articles.com and used on your website or in your ezine so long as the author is credited and their resource box left intact. You should not change any links in the article, and where the article is used on a website it's links should be clickable. Please see our terms and conditions page for more information: http://www.get-articles.com/authors-publishers-terms.php
|
|

|
|