<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; replacer</title> <atom:link href="http://www.ghacks.net/tag/replacer/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 16:53:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Dud Is A Program That Does Nothing</title><link>http://www.ghacks.net/2009/06/22/dud-is-a-program-that-does-nothing/</link> <comments>http://www.ghacks.net/2009/06/22/dud-is-a-program-that-does-nothing/#comments</comments> <pubDate>Mon, 22 Jun 2009 17:23:43 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[ctfmon.exe]]></category> <category><![CDATA[dud]]></category> <category><![CDATA[GoogleUpdate.exe]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[replace files]]></category> <category><![CDATA[replacer]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=13780</guid> <description><![CDATA[It feels rather strange reviewing a software program that does absolutely nothing. If you start Dud it will immediately terminate its process using 60 Kilobytes of computer memory in the short meantime. The question that is probably in your mind right now is about the usefulness of a program like Dud. Why would someone want [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />It feels rather strange reviewing a software program that does absolutely nothing. If you start Dud it will immediately terminate its process using 60 Kilobytes of computer memory in the short meantime. The question that is probably in your mind right now is about the usefulness of a program like Dud. Why would someone want to run a software program that terminates a second after execution?</p><p>The answer is simply: Dud has been designed by the software developer to replace annoying executables and programs that are started by the Windows operating system or applications. Mentioned are files like helpctr.exe or stobject.dll which are not useful to most users or necessary at all.</p><p><span
id="more-13780"></span>The developer has created a second program called <a
href="http://www3.telus.net/_/replacer/">Replacer</a> which can be used to replace protected files in operating systems such as Windows XP or Windows 2000. It can for example also be used to replace the annoying googleupdate.exe, ctfmon.exe and basically any other annoying process that gets automatically started by the operating system or software programs.</p><p>It might make more sense in certain situations to find a way to disable the process or service so that it does not get started at all but this is sometimes not possible. That&#8217;s where a program like <a
href="http://www3.telus.net/_/dud/">Dud</a> comes in very handy.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/06/22/dud-is-a-program-that-does-nothing/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>Software Programming Helper: File Substring Replacement Utility</title><link>http://www.ghacks.net/2009/04/05/software-programming-helper-file-substring-replacement-utility/</link> <comments>http://www.ghacks.net/2009/04/05/software-programming-helper-file-substring-replacement-utility/#comments</comments> <pubDate>Sun, 05 Apr 2009 08:28:30 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[batch rename]]></category> <category><![CDATA[file renamer]]></category> <category><![CDATA[rename files]]></category> <category><![CDATA[replacer]]></category> <category><![CDATA[software programming]]></category> <category><![CDATA[web development]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/04/05/software-programming-helper-file-substring-replacement-utility/</guid> <description><![CDATA[Software programmers will eventually run into situations where they have to replace strings in their code. If it is a large project this can mean to edit code in dozens of files located in multiple directories. Chances are good that files are overlooked which would turn into additional debugging hours until the error is found. [...]]]></description> <content:encoded><![CDATA[<p>Software programmers will eventually run into situations where they have to replace strings in their code. If it is a large project this can mean to edit code in dozens of files located in multiple directories. Chances are good that files are overlooked which would turn into additional debugging hours until the error is found. The File Substring Replacement Utility has been designed as a software programming helper. It works with all computer languages that use source files that can be edited in text editors which includes the popular web languages php and html.</p><p>The computer software supports both renaming operations on file contents but also on file names and supports the use of the two wildcards (*) and (?). The interface of the application is tab driven and the user is working from the left tab to the right to configure the renaming operations. Source files will be selected in the first tab. This can be done by typing them in, pasting them in or using a file browser that unfortunately cannot load the contents of directories into the application. Files can be excluded by dates.</p><p>The next tab defines the file replacements. It is possible to define multiple strings to be replaced in here. The options in the third tab contain several important settings like matching only whole words, enabling wildcard use, case sensitivity or limiting the replacements.</p><p><span
id="more-11675"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/software_programming-500x295.jpg" alt="software programming" title="software programming" width="500" height="295" class="alignnone size-medium wp-image-11674" /></p><p>The fourth tab contains logging options. A record log will be written by default which will log all operations. This can be changed to disable logging or to log only positive or negative hits. The batch tab is the final tab which allows to execute batch files before or after the operation.</p><p>File Substring Replacement Utility is compatible with all editions of Windows including Windows XP and Windows Vista. It can be <a
href="http://www.gammadyne.com/freplace.htm">downloaded</a> directly from the developer&#8217;s homepage.</p><p>Update: Program is Shareware. Possible free alternatives are <a
href="http://turbonote.com/TNTurboSR">TurboSR</a>, <a
href="http://www.sourcecodeonline.com/details/string_find___replace.html">String Find &#038; Replace</a> or <a
href="http://www.ecobyte.com/replacetext/">Replace Text</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/04/05/software-programming-helper-file-substring-replacement-utility/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Find and Replace text across multiple documents</title><link>http://www.ghacks.net/2008/03/22/find-and-replace-text-across-multiple-documents/</link> <comments>http://www.ghacks.net/2008/03/22/find-and-replace-text-across-multiple-documents/#comments</comments> <pubDate>Sat, 22 Mar 2008 09:24:13 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[documents]]></category> <category><![CDATA[replacer]]></category> <category><![CDATA[scan-text]]></category> <category><![CDATA[text]]></category> <category><![CDATA[text crawler]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2008/03/22/find-and-replace-text-across-multiple-documents/</guid> <description><![CDATA[A colleague of mine build a static html website a few years ago. He slowly but steadily created hundreds of html pages which was great for him because he could simply use one already finished file as a template for a new one. It did however pose a problem as well. Updating information across all files was very time consuming. Think of extending the copyright notice each year, adding advertisement to the websites or changing the navigation.]]></description> <content:encoded><![CDATA[<p>A colleague of mine build a static html website a few years ago. He slowly but steadily created hundreds of html pages which was great for him because he could simply use one already finished file as a template for a new one. It did however pose a problem as well. Updating information across all files was very time consuming. Think of extending the copyright notice each year, adding advertisement to the websites or changing the navigation.</p><p>What he obviously needs is a program that can find and replace text across multiple documents. Ideally it would be a software that would be easy to use and would require just a few clicks to achieve the desired results. One of the applications that can deliver a speedy way of replacing text across multiple documents is Text Crawler.</p><p>Ideally you only need to fill out the old and new text, the location of the documents and the type of documents that you want to change. <a
href="http://www.digitalvolcano.co.uk/content/textcrawler">Text Crawler</a> scans all documents of that type for the phrase that you have entered and displays all occurrences in a list that contains the file name and location as well as the line in the document with the match.</p><p><span
id="more-3581"></span><img
src='http://www.ghacks.net/wp-content/uploads/2008/03/find_replace_text.jpg' alt='find replace text' /></p><p>The text is only replaced in files checked by the user. Some of the supported file types are txt, log, php, htm, css and ini. What I like is the option to create backup files before replacing the text in the documents and support for Regular Expressions. A great feature is the Regular Expression Tester that allows you to load a text file and test if the regular expression is replacing the text correctly.</p><p>The process itself is very fast, takes just a short time to replace the text in the selected documents.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/03/22/find-and-replace-text-across-multiple-documents/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>uxtheme.dll Patcher for Windows XP and Vista</title><link>http://www.ghacks.net/2008/01/21/uxthemedll-patcher-for-windows-xp-and-vista/</link> <comments>http://www.ghacks.net/2008/01/21/uxthemedll-patcher-for-windows-xp-and-vista/#comments</comments> <pubDate>Mon, 21 Jan 2008 15:16:25 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[replacer]]></category> <category><![CDATA[themes]]></category> <category><![CDATA[uxtheme patch]]></category> <category><![CDATA[uxtheme.dll]]></category> <category><![CDATA[vista custom themes]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2008/01/21/uxthemedll-patcher-for-windows-xp-and-vista/</guid> <description><![CDATA[The file uxtheme.dll is a digitally signed file that validates themes during boot and theme installation. It is restricted and usually means that you can only install a handful of Microsoft certified themes. If you want to add and use custom themes in Windows XP or Windows Vista you have to update the file uxtheme.dll. Once the file is patched you can install and use custom themes.]]></description> <content:encoded><![CDATA[<p>The file uxtheme.dll is a digitally signed file that validates themes during boot and theme installation. It is restricted and usually means that you can only install a handful of Microsoft certified themes. If you want to add and use custom themes in Windows XP or Windows Vista you have to update the file uxtheme.dll. Once the file is patched you can install and use custom themes.</p><p>I would like to introduce two methods of patching uxtheme.dll. The first method is automatic but sometimes not working. I would still suggest to use the <a
href="http://www.softpedia.com/get/System/OS-Enhancements/UXTheme-MultiPatcher.shtml">Uxtheme Multi-patcher</a> first if you use Windows XP or Windows Server 2003. Just unpack and start the application (no installation required) and click on Patch to patch uxtheme.dll. The software checks the operating system and asks if the findings are correct. If the information is correct click OK.</p><p>Windows File Protection will kick in which you have to cancel of course. File Protection would otherwise replace the patched uxtheme.dll with the original from the Windows XP CD which would have the result that you would not be able to use custom themes. Once that is done restart the computer once and check if you can add custom themes. If that is possible you have successfully patched uxtheme.dll. If not or if you are using Windows Vista read on.</p><p><span
id="more-2945"></span>Windows Vista users or users where the automatic patching failed can replace the file manually instead. They need the application <a
href="http://www3.telus.net/_/replacer/">Replacer</a> for it which can be used to replace files with system protection. They also need the patched uxtheme.dll which they can find at  Uxtheme Patches. Make sure to download the correct version for your operating system.</p><p>Start Replacer and follow the on screen instructions. Begin by dragging and dropping the original uxtheme.dll file which is located in c:\windows\system32 into the program window and hit enter. Then drag and drop the patched dll into the window and hit enter again. Follow the instructions until File Protection kicks in again. Make sure you cancel the file protection window so that the patched file is not replaced with the original one again.</p><p>Custom themes can be added after a restart.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/01/21/uxthemedll-patcher-for-windows-xp-and-vista/feed/</wfw:commentRss> <slash:comments>15</slash:comments> </item> </channel> </rss>
