Innounp, Inno Setup Unpacker 0.23 (Build: 080824) supports INNO Setup 5.2.3

INNO Setup is a free installer for Windows programs available at JRSoftware. There is no official unpacker – the only method of getting the files out of the self-extracting executable is to run it. An open source utility called innounp.exe is maintained at Sourceforge. Sourceforge has maintained version 0.19 online for over a year, however, 0.20 also exists from Sourceforge,…

Read More »

WordPress LDAP Authentication

I wanted to enable LDAP in an instance of WordPress 2.6.2. To do this was not as simple as I had hoped. I spent a little over an hour trying to implement something that seemed to be self evident. After some research and testing and once all the pieces were identified and correctly configured, I finally got it working. The…

Read More »

Accessing JBoss on RHEL/CentOS — Firewall Gotcha (and the Right Way to Handle It)

While setting up JBoss (with its bundled Tomcat) on a freshly installed Red Hat–based system, everything appeared to be running correctly. The service started cleanly, and the default web interface was bound to port 8080 as expected. However, when attempting to access the application from a remote machine, the connection failed. After a bit of troubleshooting, the issue turned out…

Read More »

Decoding the obfuscated base64 php

WordPress is quite versatile. The ability to customize, tweak, manipulate code, and or change plugins and themes are among the top reasons that it is so popular today. However, there are those who maliciously and intentionally add code that generally cannot be changed. This code is often encrypted or obfuscated so that it may be masked as legitimate code. Often…

Read More »

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. javascript:alert(dcsInit.images[0].src); To make a printable view javascript:document.write(dcsInit.images[0].src); 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…

Read More »