Month: March 2008

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 Selenium Scripts Create Automate Create an html file to batch the tests together (placed in the same folder) as the existing html…

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 »