3outube.com provides an easy way to download YouTube videos to your PC. The video could be downloaded in MP4 or FLV formats. The service is provided for free.
In order to download the video, replace the letter “y” with number “3” of the YouTube video link that you want to download as shown in Figure 1. Finally, choose the format of the video to download (Figure 2).

Figure 1: Replace letter “y” with number “3″.

Figure 2: Choose between .MP4 or .FLV video format.
You can also go to their website and enter the YouTube video link directly inside a text box at the bottom of the page.
I know there are other similar service exist, but replacing letter “y” with the number “3” to download the video is such an awesome idea.
Posted in Linux, Windows
|
Tagged flv, mp4, video, youtube
|
Word cloud also known as tag cloud is a generated tags based on the words of a web site. In other words, we can say that it is a visual picture of a web site.
Wordle is a free web application to create word cloud. It has the capability to create word cloud from a bunch of pasted text, from a blog or web site with Atom or RSS feed enabled, and from del.icio.us user tags.
Continue reading →
Mozilla Firefox 3.6 (codename Namoroka) was released yesterday. Mozilla claims that Firefox 3.6, which was built on Mozilla’s Gecko 1.9.2 web rendering platform, is faster and more responsive than the previous version.
Continue reading →
Windows 7 GodMode (Figure 1) enable you to access all Windows settings from one place.

Figure 1: Windows 7 GodMode
To enable Windows 7 GodMode:
- Create a new folder.
- Rename it to the following: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
If you do it right, the icon of that new folder will change to resemble the control panel icon.
WordPress 2.9 provides wp.me shortlink for each post for free. However, if you don’t like it, you can disable it easily.
To disable it, copy and paste the following code into your theme’s functions.php file.
/* Disable Auto Adding of wp.me Shortlink */
remove_action('wp_head', 'shortlink_wp_head');