Strip comments and blank lines from file in Unix

This command displays configuration file stripping commented and blank lines on Unix-like operating system.

grep -E -v '^\s*#|^\s*$|^\s*;' file

or

egrep -v '^\s*#|^\s*$|^\s*;' file

Fire effect using HTML5 canvas element

I have released JavaScript library to create an effect of burning text. There are number of options that you can customize – colors, font and burning speed. You can see the demo and play with all the options at ponticstar.com/projects/burning-words.

The script uses canvas element that is a part of HTML5 specification. The element is currently supported by the latest versions of Mozilla Firefox, Google Chrome, Safari, and Opera. It is not natively implemented by Internet Explorer as of version 8.

Strange LetsTalk customer care icon metaphor

While looking to upgrade my phone on LetsTalk.com I was puzzled by their customer care icon. Have no idea what was designer thinking creating it. Maybe you can help?

LetsTalk customer care icon

Another question I am asking myself is there a connection between this and their low rating at ResellerRatings.com.

Free music for your multimedia project

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 »

Best place to buy a computer online

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 »