GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   HTML Source (https://gfy.com/showthread.php?t=50794)

Shades 02-13-2002 12:06 PM

HTML Source
 
Is There An Program That Changes The Source On 100 HTML Files

I Want To Change The Meta Tag And Some Thing Else

Amputate Your Head 02-13-2002 12:08 PM

Macromedia Dreamweaver.

EricH 02-13-2002 12:16 PM

Well.... DreamWeaver is certainly a good product, but it seems like overkill for something like that.

Why not try Macromedia's <a href="http://www.macromedia.com/software/homesite/trial/">Homesite</a> -- it's a heck of a lot cheaper -- and not a bad HTML editor either.

thepiper 02-13-2002 12:37 PM

You have a unix shell?

(in csh)
% foreach name ( ` find . -name '*.html' ` )
foreach? sed 's/pattern/replacement/g' $name > $name.new
foreach? mv $name.new $name
foreach? end
%

(in bourne shell)

$ for name in ` find . -name '*.html' `
> do
> sed 's/pattern/replacement/g' $name > $name.new
> mv $name.new $name
> done
$

its all done

AWC 02-13-2002 12:41 PM

Note Tab Pro

http://www.notetab.com

There is a shareware version available.

Open all your html files with it... do a search and replace across all documents.

Problem solved.

spacedog 02-13-2002 04:53 PM

find & replace via dreamweaver..

SIG357 02-13-2002 06:19 PM

HomeSite is coder-friendly.

AdultWire 02-13-2002 06:46 PM

Homesite is very coder freindly. I was trying out phpEd, but it's not ready for the real world yet.. but it has very promising features -- including test your PHP code on your own machine.

Anyways, Homesite lets you search and replace your whole harddrive if you want -- or search and replace on an FTP site.

Sleepy 02-13-2002 07:00 PM

HomeSite :thumbsup
Best thing I ever did was force myself to learn it. The custom tag buttons save so much time.


All times are GMT -7. The time now is 10:37 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123