Saturday, December 12, 2009 – 1:00 AM
The Yahoo! Media Player enhances your web site or blog by creating an embedded player for each audio link. All the links can be played with one click, turning the page into a playlist. This is done by adding just one line of code to your page. This article explains how to customize Yahoo! Media Player to match your web site design.
Saturday, November 21, 2009 – 6:42 PM
Sometimes you need to force your visitors to use secure connection if they forgot to type https:// in the browser. It can be accomplished by adding the following lines to .htaccess file located in the root folder of your web site. It will force secure connection for all pages on your web site.
Thursday, October 22, 2009 – 9:44 PM
After upgrading PostgreSQL from 7.4 to 8.2 it started crashing sporadically with the following entries in the log file:
LOG: server process (pid 21460) was terminated by signal 11
LOG: terminating any other active server processes
LOG: all server processes terminated; reinitializing shared memory and semaphores
Monday, July 13, 2009 – 10:20 AM
If you ever tried to install Microsoft Visual Studio 6.0 or a standalone Visual Studio product on Windows 2000 or XP, you already know that setup fails. But luckily there is a workaround. At the command prompt, type the following command: E:\SETUP\acmsetup.exe /T E:\SETUP\PRODUCT.STF /s E:\ /n “NAME” /o “ORGANIZATION” /k 1234567890
Friday, July 3, 2009 – 9:06 AM
I already wrote about additional steps required to install UltraMonkey on CentOS with BlueQuartz. Soon after that I have discovered that there is more to do if you want to get a perfect setup. One of the steps required to configure load-balanced cluster as described here was to create an IP alias on the loopback [...]