EMC Documentum eRoom 7.4.0a a must upgrade

A couple of weeks ago, I upgraded eRoom from 7.3.4 to 7.4.0 (7.40.500.183), which was released on March 11, 2008. On March 28, 2008, EMC Documentum eRoom 7.4.0a (7.40.500.184) was released. Unlike previous versions of this product, 7.4.0 is no longer available. For example, version 7.3.3 and version 7.3.3a both exist and are still downloadable. This raises the question, what…

Read More »

Creative Labs Stock Price as a result of Daniel_K

I discovered this annoying forum from within Creative Labs. The subject is Daniel_K please apologize to Creative. The opening argument contends that the stock market value of Creative has been adversely effected by Daniel_K, personally. This is completely false. The opening argument I think it would be best if you made an apology. The fact of the matter is that…

Read More »

INI/Helpud.CL Trojan most likely a false positive

During a routine system scan, CA Antivirus flagged a single file: My Pictures\Desktop.ini It was identified as INI/Helpud.CL Trojan and automatically “cured.” At first glance, that sounds concerning. But after digging into it, this appears to be nothing more than a false positive. This isn’t an isolated case either. Multiple users have reported the exact same file in their My…

Read More »

Edit WordPress Plugin Global Translator for w3.org validation.

I wanted to validate this website against w3.org, and ran into a couple of correctable problems. The images in the lower right indicate the certifications that this site has achieved. One problem, was with the plugin, Global Translator,where w3.org validator didn’t like the use of 〈, so I replaced that line with the recommended &. After making this correction, the…

Read More »

IIS 5.1 OK button unavailable when you add application mappings

An administrator using Windows XP Professional wanted to add an Application Extension Mapping in IIS, by right clicking on the Default Web Site, go to Properties, Home Directory tab, Configuration button, Add button. However, once the executable and extension were selected, the OK button was still unavable or grayed out. The reason is that the executable path is a compacted…

Read More »

How To: Uninstall a package in Linux Ubuntu

I am learning Linux as quickly as possible. I am using this site as a repository to support the bits and pieces of code that I have found useful. The following example is code to remove apache2, however, is useful to remove any package, just replace apache2. sudo apt-get purge apache2 sudo apt-get clean sudo apt-get update sudo apt-get install…

Read More »

How To: Install LAMP on Ubuntu Linux

LAMP, an open source web development platform based on Linux, is an acronym for Linux, Apache, MySQL, and PHP (Perl or Python). Using terminal, enter the following line to install the LAMP stack. sudo apt-get install apache2 mysql-server libapache2-mod-auth-mysql php5-mysql php5

Read More »

Creative Labs, Phil O’Shaughnessy attacks Daniel_K for modding drivers to support Windows Vista

I don’t usually post such things. However, I am greatly disappointed in a decision that Creative Labs has made regarding modding their official drivers to allow several model sound cards to function at least exactly the same in Microsoft Windows Vista as they did in Microsoft Windows XP. There are several model sound cards that had functionality removed, even when…

Read More »

How to automate Selenium scripts

Selenium is a test tool for web applications. Selenium tests run directly in a browser. This guide will demonstrate how to take many Selenium scripts and automate them using a single test using a Microsoft Windows workstation. Prerequisites Download Firefox (i.e. Firefox Setup 2.0.0.13.exe) Download Selenium IDE (Firefox plug-in) (i.e. selenium-ide-1.0-beta-1.xpi) and install by opening a Firefox window and dragging…

Read More »

Microsoft SQL Server 2000 Enterprise Edition vs. Developer Edition

Recently encountered the question as to the difference between Microsoft SQL Server 2000 Enterprise Edition vs. Developer Edition. At the time, I didn’t have the answer. Now I do. Enterprise Edition will not install on Microsoft Windows XP; however, the Developer Edition will. I also compared the folder structure, for differences. Essentially, the SQLSERVR.INI checks the SKU from the SETUP.INI…

Read More »

WordPress condition if … else statement for wp_pagenavi plugin

I wanted to create a condition in a theme, where if the plugin wp_pagenavi existed then use the plugin. If the plugin does not exist, then use the text Next and Previous.  Researching through the internet took quite some time and without a functioning code.  I found this code in another WordPress theme and applied it to another and it…

Read More »

Wordrpess Theme: it

I have modified a WordPress the Internet 1.0 theme to better appeal to my layout. I have found several themes that follow different paths. I modified code from several sources and created my variation of the original template offered by solucija.com. Please keep in mind that this is my first attempt at modifying a WordPress theme so some of the…

Read More »

Change forgotten WordPress password

If you have ever forgotten your WordPress password, there is a work-a-round, change it. The WordPress password uses an MD5 version of the password that may have been selected. Generate a new MD5 password using the tool below. Replace the MD5 password in WordPress with the one generated. This, however, is only valid for WordPress installations up to version 2.3.3….

Read More »

EMC Documentum eRoom upgrade from 7.3.4 to 7.4.0

Yesterday, March 11, 2008, EMC Dcomumentum eRoom 7.4.0 was released. I upgraded EMC Documentum eRoom 7.3.4 to 7.4.0 (7.40.500.183). Each upgrade took about 15 minutes each. There were no problems with the upgrade. This environment is using the MSSQL Advanced edition. Files needed: MSSQLAdvancedSetup_7.40.exe IndexServerSetup_7.40.exe This answered a few questions I had in mind. Q: How to upgrade eRoom 7.3.4…

Read More »

How to Setup IIS6 with the Tomcat 5 Connector – Step by Step Guide.

How to Setup IIS6 with the Tomcat 5 Connector – Step by Step Guide. A complete guide step by step with pictures on how to setup Internet Information Server (IIS) 6.0 and Tomcat 5 on a Microsoft Windows 2003 server to use the Tomcat ISAPI redirector. Prerequisites (installed on test machine) IIS (II6 on MS Windows 2003 SP2) JAVA Development…

Read More »