Download Youtube video in .mp4 format

Monday, February 23, 2009
di 1:58 PM

* Download Youtube video in mp4 format without using any software or any website using a simple javascript.
* This script let you download Youtube video directly from the website without any delay.
* Below is the code to download a video from the you tube,copy-paste this code into the address bar when your desired video starts buffering.Isn't it amazing script??? I have attached a screenshot of the video also.
* copy this script into address bar:
javascript:if(document.location.href.match(/http:\/\/[a-zA-Z\.]*youtube\.com\/watch/))
{document.location.href='http://www.youtube.com/get_video?fmt

How Tech Has Changed Our Lives

Wednesday, February 18, 2009
di 4:10 PM

Through the years, we've watched technology grow like a child budding into adulthood: It starts out mostly crying and pooping, then crawling, gradually learning to walk, and finally able to run at a speed we all wish we could keep up with. We've seen technology fail, and we've seen it succeed. We've poked fun at it when it doesn't make sense, and we've praised it when it's absolutely brilliant. We've yelled at it when it runs out of power, and we've fixed or replaced it when it gets run down.

We treat technology as a family member—even if that is a little co-dependent. You can't blame us, though; it's certainly made aspects of our lives easier: We're no longer forced to send letters through the postal service, book vacations through travel agents, shop in stores, visit the library for research material, or wait for our photos to be developed. Thanks to technology, all of these activities can be performed either digitally or online.

At the same time, though, technology can make life more convoluted—especially when something doesn't work right or doesn't do what it's supposed to: Say, for instance, a GPS device tells you to turn the wrong way on a one-way street (yikes!), or a computer erases all of your important data (ouch!).

Unfortunately, it's not always easy to understand how a product or service works, not to mention whether or not to hold off on adopting it until a better, shinier thing comes along. A perfect example is the ever-evolving video format. We've gone from Betamax to VHS to DVD to HD DVD/Blu-ray to just Blu-ray (and everything in-between, of course). It can take years before a technology catches on, and even more time before we see a significant price drop.

For the most part, however, technology does us more good than harm: It's reconnected us with old college roommates, helped us learn a foreign language, and encouraged us to exercise. Follow us as we look back at how technology has changed our lives—for the better and for the worse—in terms of communication, computing, dining, entertainment, and travel.

Increase the speed of your internet connection without a new modem

Thursday, February 05, 2009
di 2:10 PM

As more and more people get quick connections to the internet, such as cable or ADSL, it becomes apparent to the user of a simple dial-up modem that the World Wide Web can quickly turn into the World Wide Wait. Here a trick that can help speed up your current modem without shelling out the big bucks.
There is a setting located in your windows registry called the Maximum Transfer Unit (MTU). This determines the size of the packets of data sent between your and your server. In Windows 95, this setting is has a value of 1,500 bytes when the actual size of internet packets is 1,000 bytes. This can sometimes slow things down. To remedy the situation, simply follow these steps:
In the registry editor (Start > Run > regedit.exe), navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans. In the NetTrans folder you should find another folder named "000x" in which x represents a fourth digit. Right-click on the "000x" folder and select New and StringValue. Rename the item that appears in the panel on the right side to MaxMTU, then double-click it to bring up the Edit String box and give it a velue of 1002.
Remember to keep playing with the MaxMTU value until you feel that your internet connection has greatly sped up. Some people report huge speed gains using this tricks, while others hardly notice a difference. In any case, it's definetly worth a try.