Monday, February 22, 2010
On Valentine’s day David Orr launched the Dev Center that offers free audio samples for developers on a tight budget.
- Any project will qualify (even commercial ones!)
- You can use any of the music available in the Dev Center.
- There is no limit to how many pieces you want to use!
- No subscription fee is required – you just need to register (for free)
The only requirement is that you must insert the Dev Center splash screen at the start of your game.
Read More »
It was a long time since I built my computer so I chose to go with professional PC builder to avoid messing things up. Most importantly I wanted to build a custom desktop computer according to my specification. Other things that matter the most to me were:
- Ability to customize every aspect of the configuration
- Professionalism and reliability of the builder that will treat the computer as their own
- Warranty
After doing a research online for I found AVADirect (www.avadirect.com).
Read the full post »
Saturday, December 12, 2009
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.
Read the full post »
Saturday, November 21, 2009
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.
Read More »
Thursday, October 22, 2009
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
Read the full post »