Open Source

Jul 22, 2010

Google Speeds Up Dialing on Google Voice Apps

Posted by Sumon Hussain in Open Source No comments

Google announced today that it has launched an enhancement for the Google Voice mobile app on Android and BlackBerry devices. The tweak is designed to make placing calls quicker. The feature itself is called “Direct Access Numbers.” “At Google we are obsessed with speed. Our mantra is faster = better,” says Google software engineer Flavio [...]


Apr 5, 2010

Taking Full Screenshots of Web Pages Was Never This Easy!

Posted by Sumon Hussain in Open Source, Tutorial No comments

Do you want to capture a full screenshot of a web page without installing any software or browser extensions? Well, here’s a simple trick. Open the web page that you want to capture, go to the address bar of the browser and type “aviary.com/” just before the http:// part of the URL. For instance, if [...]


Mar 9, 2010

Keep Your Passwords Safe on a Piece of Paper

Posted by Sumon Hussain in Open Source, Tutorial No comments

If you use the same password on multiple websites, your may be in for some trouble. Say your password for website badwebsite.com is the same as the password for goodwebsite.com. Now if the website badwebsite.com gets compromised (or the owner is malign to start with), they’ll know your password. Chances are that your username is [...]


Mar 2, 2010

Some really cool and useful websites that you should check out

Posted by Sumon Hussain in Open Source, Tutorial No comments

Here’s a list of some really cool websites that you should check out now. Aardvark (vark.com) – What do you do when you need advice or help on something? You’ll probably contact your friends to see if they have a solution to your problem. Questions come up every day and Aardvark can help you find [...]


Mar 2, 2010

How to Safely Open Unknown Web Pages at Work

Posted by Sumon Hussain in Open Source, Technology, Tutorial No comments

You are at work and a friend sends you an email with a link to some web page that he or she wants you to check out right now. You have unrestricted access to the Internet in your office but they keep a log of everything so it’s probably not a good idea to visit [...]


Mar 1, 2010

Determine a File Extension Using PHP

Posted by Sumon Hussain in Open Source, Tutorial No comments

There are several ways determine a file extension using PHP. First is using the combination of strrpos() and substr() function like this : $ext = substr($fileName, strrpos($fileName, ‘.’) + 1); For example, if $fileName is my-new-house.jpg then strrpos($fileName, ‘.’) will return the last location a dot character in $fileName which is 15. So substr($fileName, strrpos($fileName, [...]


Feb 18, 2010

How to Migrate your Blog from WordPress.com to a Personal Domain

Posted by Sumon Hussain in Open Source, Technology No comments

This guide is for bloggers who plan to move their site from wordpress.com to a personal web domain using the self-hosted version of WordPress blogging software (wordpress.org). After the migration in complete, all your older blog links will continue to work and visitors will be redirected to the new site. Why move to WordPress.org? Like [...]


Feb 16, 2010

Which is the Best Linux Distribution for your Desktop?

Posted by Sumon Hussain in Open Source No comments

Linux today comes in several different flavors or distros as they are known in Linux circles. Some Linux distributions are light-weight (they’ll run just fine on your old laptop), some are targeted at people who just want to try out Linux without replacing their main OS while other desktop distros (say Ubuntu) include a more [...]