[dba-Tech] Website Management Tools

MartyConnelly martyconnelly at shaw.ca
Fri Apr 30 15:18:16 CDT 2004


If your html is XHTML compliant you could use an XML editor. There are 
freebies or trials of things like XMLSPY
to find your
    "<a href="http://www.dunno.org">
    "<img border="0" 
src="http://www.dunno.org/images/wrapper/masthead.jpg" width="750" 
height="97"></a>
Or even write your own code to search and relace through a XML DOM.

Mitsules, Mark S. (Newport News) wrote:

>Thanks for the ideas guys.  I was able to find a freeware product (Flexible
>Renamer 7.3 http://www.snapfiles.com/get/flexrenamer.html) that took care of
>the bulk renaming.  More features than I can list, including MP3 Tag
>support.  It even supported regular expressions...very robust IMO.  As for
>making the changes within the HTML, I gave up looking for an automated
>solution and just used notepad:(
>
>
>
>Mark
>
>
>-----Original Message-----
>From: MartyConnelly [mailto:martyconnelly at shaw.ca] 
>Sent: Thursday, April 29, 2004 1:22 PM
>To: Discussion of Hardware and Software issues
>Subject: Re: [dba-Tech] Website Management Tools
>
>
>IrfanView has a Batch file renamer and copy/move tool option that might 
>work. Might not be as versatile as you  need.
>http://www.irfanview.com/
>
>Stuart McLachlan wrote:
>
>  
>
>>On 28 Apr 2004 at 18:37, Mitsules, Mark S. (Newport Ne wrote:
>>
>> 
>>
>>    
>>
>>>I have been tasked with performing some webserver cleanup.  Any
>>>recommendations for a no-cost tool that performs automatic renaming of
>>>      
>>>
>files
>  
>
>>>(i.e. remove all spaces)?  
>>>   
>>>
>>>      
>>>
>>MS Access? Something like:
>>
>>Function Cleanup(directory as string) as long
>>Dim strFilename as String
>>Dim strFilename2 as String
>>
>>ChDir Directory
>>strFilename = Dir(directory)
>>While strFilename > " "
>>     StrFilename2 = Replace(strFilename," ","")
>>     If srtFilename2 <> strFilename Then
>>	      Name strFilename As strFilename2         
>>    End
>>    strFilename = Dir$()
>>Wend
>>End Function
>>
>> 
>>
>>    
>>
>>>Does such a tool exist that would also update the
>>>HTML as well?
>>>   
>>>
>>>      
>>>
>>Same sort of thing.
>>Open the HTML document, Read it into a string variable and manipulate 
>>the string using Replace() or whatever is required.
>>
>>
>> 
>>
>>    
>>
>
>  
>

-- 
Marty Connelly
Victoria, B.C.
Canada






More information about the dba-Tech mailing list