Install JDK (Java Development Kit) on a RedHat Linux System

To install another application, I needed to install the JDK (Java Development Kit) on a RedHat Linux System. I found a good set of instructions and worked through the steps for a successful installation. The Redhat installation used is Red Hat 5 Enterprise Edition with the GUI. Using the GUI makes it possible for a newbie to maneuver through these…

Read More »

Setup JBoss on Ubuntu 8.0.4 LTS Server Edition

A recent task was to setup a JBoss Application Server on a Linux box. I had selected Ubuntu 8.0.4 LTS Server Edition for this task. I created an Ubuntu virtual machine on a VMware Workstation. This was a fresh install and the only optional installation package added during the installation was LAMP, which should have nothing to do with the…

Read More »

WordPress Upgrade from 2.6.1 to 2.6.2 (13 files)

Another WordPress update has been made available for download. It seems that every time I get my sites in order, there is another update. Whether it is a plugin or WordPress release. This makes it particularly difficult when trying to maintain a perfect copy of a site for development and testing of plugins, themes, and WordPress updates. It also seems,…

Read More »

Google Urchin 6 Quick Evaluation

Google purchased a web analytics software package, called Urchin. Urchin 6 has evolved into a powerful web analytic for a reasonable fraction of the cost price of applications like WebTrends. Urchin 6 is only available through a selection of Google authorized sellers for $2995. That purchase price includes everything that there is to offer, unlike Urchin 5, where additional modules…

Read More »

Google Chrome

Google Chrome is an internet browser that is one of the newest internet browsers to hit the market. Google Chrome offers address bar suggestions for both search and web pages, thumbnails of top sites, and shortcuts to applications. I downloaded it the other day to see how my website and others looked. To check if anything appears broken or incorrectly…

Read More »

Apply SP1 to Windows Vista and lose search

Ever since there has been a Microsoft Windows there has been some sort of easily accessible search feature. All the way through the ever troublesome Microsoft Windows Vista. However, after applying service pack 1 to Microsoft Vista, the search is removed from all the context menus. According to one source, the removal of the contextual search is as a result…

Read More »

Philips High Performance Amplified Indoor Uhf/Vhf/Fm/HDTV Antenna review

An HDTV (High Definition Televsion) is not an HDTV if you are unable to access any HDTV stations from it. A recent configuration consisted of an analog suscriber cable connection connected directly to the HDTV, and where an analog suscriber cable connection is connected directly to an HTPC (Home Theatre PC). The HTPC is connected to the same HDTV. With…

Read More »

WordPress 2.6 Revision Control

A new feature of WordPress 2.6 is the introduction of the Post Revision. This feature is by default enabled and without options. In theory, it is a reasonable mechanism to prevent data loss in the event a mistake is made in a revised Post. One may simply revert to a previous Post. However, the annoyance is that the admin has…

Read More »

WordPress Upgrade and Plugin Updates

Upgrading WordPress from 2.3.3 to 2.6.1 is a very easy task when using the InstantUpgrade. However, the problem lies with the themes and plugins. Although, I hadn’t encountered any theme problems in my testings, I did have quite a few plugins that caused some problems. The problems were not necessarily resolved by updating them. In many cases, the updates caused…

Read More »

WordPress – How to Move Blog to New Domain or Location

In most cases, the host of a WordPress installation is not the same as the test installation. In the case of testing plugins, themes, and WordPress versions, an exact installation of the original WordPress install would be the best scenario. In other cases, a WordPress installation hosted by an ISP may need to be copied to another ISP. A name…

Read More »

Webtrends SDC Tagging

A method to see what SDC is sending to the SDC server copy and paste the following script into the address bar and press enter. To make a printable view The article also suggests, that if the above javascript does not return any results, use the following code for earlier versions of SDC tagging. javascript:alert(gImages[0].src); javascript:document.write(gImages[0].src); Note: I have tested…

Read More »

IIS Logs – A script to decompress 1000’s easily.

I needed a way to decompress a folder of gzipped IIS logs so that I may run Microsoft Log Parser against them. Instead of using Windows Explorer to select all the files and put into memory to attempt to extract, it is more feasable to run a command line script to select each file one by one, extract it, and…

Read More »

Selenium IDE and Selenium server results with a NOT FOUND error

The battle with Selenium IDE and Selenium server. I have used Selenium IDE to create a test for a particular website. I can run the test using Selenium IDE with successful results. However, running the same test using Selenium server halted as there was the error “not found”. The code that caused the error. I tried everything I could think…

Read More »

Windows Vista x64 support for unsigned drivers

Microsoft Windows Vista x64 requires the use of signed drivers. The purpose was to prevent any malicious code from running; however, many legitimate applications have unsigned drivers or drivers that have expired. If an unsigned driver exists, you cannot boot into Windows. Options There are several options available. done.txt 1.cmd 2.cmd certmaker.cmd readme.txt Disable Integrity Checks (untested) I understand that…

Read More »

Disable Shutdown Event Tracker in Windows 2003 using regedit

Disable Shutdown Event Tracker in Windows 2003 using regedit It is widely known how to disable the Shutdown Event Tracker using gpedit.msc, however, I needed a method to accomplish this using regedit. To disable Shutdown Event Tracker in Windows 2003 using regedit, change the ShutdownReasonOn from 1 (enable) to 0 (disable) The source of this tip is found in the…

Read More »