View Full Version : Short Cuts
tsptom
Apr 26th 2004, 1:47 pm
Does anyone have any tricks to making the same change on multiple html pages? When I make a new entry on a menu I have to change everypage. Is there some sort of global change trick in FrontPage or Dreamweaver that can do this? I guess this is where frames are beneficial.
Thanks
compar
Apr 26th 2004, 2:50 pm
Use server side include files for all those things.
compar
Apr 26th 2004, 2:52 pm
The other option is get a good text editor like TextPad and use it's search and replace functionality.
Smyrl
Apr 26th 2004, 5:19 pm
We ran into trouble with our host on using server side includes (they claimed we were using up too much server resources) and went to client side includes.
Such Great Heights
Apr 26th 2004, 5:32 pm
Dreamweaver has a good Find and Replace feature to were you just copy the code you want to find, open up the Find and Replace window (I think it is under the Edit menu) and then tell Dreamweaver which folders and files to look at then copy and paste in the code you want to replace the old code with. Then I hit Find All so that I can check over all the files dreamweaver finds, then I hit Replace All and it will replace all the old text with the new text.
I'd also recommend backing up all these files in another folder just in case you or Dreamweaver ;) makes a misake.
Also if you have all your website files in one folder or folders within that folder, or even better, exactly like (file structure wise) what is uploaded to the server, then you can use dreamweaver to "Define a Site" and features in there might be able to do this sort of thing.
I know if you have a "Define a Site" you can change your file names easily and have all the links to them updated automatically.
HTH
tsptom
Apr 26th 2004, 8:45 pm
Thanks! I'll try your suggestions.
vBulletin® v3.6.8, Copyright ©2000-2008, Jelsoft Enterprises Ltd.