Many Web Development programs (i.e. Adobe GoLive and Macromedia Dreamweaver) allow you to connect to a web server using an FTP protocol, or they will let you create a copy of your web site on a local computer and you can make changes that way. In either case, you would need an FTP connection to the server which usually requires a user name and password. Your web hosting company could help with that. It works quite well but requires an initial investment in software.
If there are "content" areas that need to be updated, you might also consider using server side includes, a php include, or a javascript include to allow chaning content on a page. That way, only the content page needs to be changed, not the parent web page.
This URL has some info about server side includes:
http://www.thesitewizard.c
If the updates are not that sophisticated, your users could create a network folder for their site by going to "My Network Places", add a network place and follow the wizard. For ftp you can put in something like ftp://username:password@my
Main Topics
Browse All Topics





by: mrichmonPosted on 2006-04-21 at 13:28:38ID: 16511471
FTP?