The following article was originally written back in 2006. The code example below shows you how you can include better mouse control over your web […]
Executing private methods in Java
Normally, private methods in a class are not visible to other classes and cannot be executed. However, through reflection, which enables dynamic retrieval of classes […]
Automatically Scroll RichTextBox To Bottom
Normally when you want a RichTextBox to automatically scroll to the bottom, whenever you add new lines to it, all you need to do is […]
RichTextBox CR/LF Text issues
It seems that sometimes when you get the text from a RichTextBox object, for instance to put it on the Clipboard, that the carriage return/line […]
targetNamespace issue with XmlSchemaSet
When attempting to validate your XML Document against a schema file in .NET, you might see the following error message: [System.Xml.Schema.XmlSchemaException] = {“The targetNamespace parameter […]
Comparison of equals, equalsIgnoreCase and compareTo String methods
Quite a few developers seem to use the compareTo() method to compare Strings, which is a bit odd because the purpose of this method is […]
Convert a Physical Machine to a Virtual Machine
VMware has a free tool called VMware vCenter Converter. It allows you to convert a physical machine into a virtual machine; for instance you could […]
How to Continue Printing with Empty Ink Cartridge
Disclaimer: responsibility for the use of any and all information contained in this article is strictly and solely that of the user. If you break […]
Search for Content Inside all File Types in Windows 7
The default Windows 7 search feature is a major pain. Especially if you’re trying to find a specific value inside a file and the file […]
WordPress Media Upload Error – No Temp Directory
You can configure WordPress and tell it which path it should use for its temporary directory, for instance to upload media files. In many cases […]