I have a batch of html files that i need to modify the text of...(one of my css style elements has to be renamed). If my hunch is correct, I could easily(well with a little bit of learning curve), tell linux to do a universal search in the list of files and find and replace in each one the old text with the new. Maybe windows can do that, but i bet it's not as easy as linux. And hell, i bet OS X could do it what with freebsd in the core and all....
Page Summary
jimpish.livejournal.com - (no subject)
vega-33.livejournal.com - (no subject)- (Anonymous) - (no subject)
Style Credit
- Style: Radiant Aqua for Venture by
Expand Cut Tags
No cut tags
no subject
Date: 2002-07-20 04:09 pm (UTC)no subject
Date: 2002-07-20 05:21 pm (UTC)All you need is 5 years of experience and a passion for operating systems which don't have backdoors and reporting back to their owners.
Open source baby. Yeah!
no subject
Date: 2002-07-21 08:18 am (UTC)Also, from the sound of your post you're putting all your CSS into every page. Why don't you make one CSS file and reference it? Or are you talking you made a CSS file but changed the name of a class and need to change the class names in the HTML? I guess CSS has the same problem XML does. You really need to have it down pat before you start building all the other stuff.
-Brent
no subject
Date: 2002-07-21 02:45 pm (UTC)Even though I've found myself consistently annoyed by the discrepancies between the different browsers, CSS is turning into a very useful tool. As we start heading towards faster computers where Mozilla's chunkiness doesn't bother people as much, I can forsee a much higher use of style sheets. Especially in rendering tables, form buttons and fonts.