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 [...]
- Author: Martin Brinkmann
- Comments: 6
Software Programming Helper: File Substring Replacement Utility
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. [...]
- Author: Martin Brinkmann
- Comments: 6
Find and Replace text across multiple documents
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.
- Author: Martin Brinkmann
- Comments: 15
uxtheme.dll Patcher for Windows XP and Vista
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.
