A sucessful web site needs to be
constantly changing for a user to come back. If the content is not different, then there is
no reason for the user to come back. Depending on how your web site is set up, there are a
few ways to update your visitors.
If your web site is set up to use databases, then you
should have some sort of password protected entry to a graphic user interface (GUI)
which allows you change the information that comes out of your database. This is
the easiest way to keep your content changing and up to date.
If your web site isn't database driven, then to update
your content, it's a little bit harder. All web pages consist of source code, which
contains all of the codes telling your web browser how to show the user your information.
The text in these files can be edited with any text editor, such as Notepad or any
HTML editor, such as FrontPage. The recommended way to update these pages is to
download them using a file transfer protocol (FTP) program such as WS_FTP, CuteFTP or
BulletProof FTP and then edit them on your local machine. When you are done editing your
content, simply send the file back to the server where it is stored and your site
will be instantly updated.
There are many free resources for learning hyper text
transfer language (HTML) on the internet. Tweaked Solutions Inc. recommends
learning HTML and coding your web site from scratch over using an HTML program like
FrontPage. The code is much more organized this way and it is much easier to find
the text that you want to change.