Thursday, February 24, 2011 – 10:17 AM
It turns out that Yahoo Media Player is not abandoned project after all. Last week it was announced that beta version is available for testing at mediaplayer.yahoo.com/beta. Here is a note from developers: We’ve added some new stuff like video support. The player can now play YouTube videos and movie trailers – just add a [...]
Thursday, May 13, 2010 – 8:27 AM
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
Saturday, April 17, 2010 – 4:13 PM
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 [...]
Thursday, March 11, 2010 – 10:18 AM
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? Another question I am asking myself is there a connection between this and their low rating at ResellerRatings.com.
Monday, February 22, 2010 – 3:20 PM
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 [...]