March 10, 2011

Run Old DOS Games and Programs in Windows XP, Vista, 7/8/10

Many improvements have come with the most recent versions of Windows. Unfortunately, along with these improvements, support for running certain DOS programs has been lost. For those who are attached to their old DOS software, there is hope. You can still run your favorite DOS programs using an open source DOS emulator called DOSBox. DOSBox […]

Continue reading
July 15, 2010

Change the Location of User Folders in Windows

If you have an old computer or a new computer with a small SSD drive as your primary drive, you may need to periodically move data out of the default Windows user folders and onto a second hard drive or even an external drive to save space. The default folders I’m talking about are Downloads, […]

Continue reading
February 27, 2010

CD or DVD Drive Won’t Eject or Open?

In the past, we have written several posts on how to burn DVD’s, how to burn Windows 7/8/10 discs, and even some stuff on Blu-ray discs. However, we have yet to post about one of the most simple things. What to do if you get a CD or DVD stuck in your computer’s optical drive […]

Continue reading
February 19, 2010

Run VirtualBox from a USB Drive

Running out of hard disk space because of the virtual machines you created for running other operating systems? There is a solution that does not require increasing your internal hard disk space. Previously, we have written about how to How to install Ubuntu in VirtualBox. We have now discovered that VirtualBox is available in a […]

Continue reading
June 2, 2009

How to Increase Tomcat’s Memory Allocation

If you are experiencing performance issues with Tomcat, a common cause is the lack of JVM (Java Virtual Machine) memory allocation. The default setting of the maximum heap size is 64MB or 128MB. You can increase the maximum heap size of applications by setting the -Xmx JVM parameter. For example, -Xmx512m allows maximum 512MB heap to […]

Continue reading
May 15, 2009

How to Register a DLL File in Windows

Ever run into a Windows problem where you have to register a DLL file on your computer? A DLL file, aka Dynamic Link Library, are files that contain functions used across multiple applications. For example, Microsoft Office has hundreds of DLL files that can be used between the various Office programs to perform certain certain […]

Continue reading
May 12, 2009

HTML Code to Wrap Text Around Image

Need the code to wrap text around an image? Normally when you create an HTML page, everything flows linearly, meaning one block directly after another. All of my previous posts are an example of this, i.e. text, then picture, then text, etc. Sometimes you may want to include text next to an image instead of […]

Continue reading