How to download video from youtube?
Saturday, July 19, 2008
Here is a tricky way to download videos from youtube.
Step 1: Go to www.youtube.com and search for your video.

Step 2: Locate the URL of your video. the url will be like this - http://www.youtube.com/watch?v=86UaSzZEsf4 .

Step 3: Now copy the code used to represent the video. In this example the code is 86UaSzZEsf4 .Let's represent this as xxxxxxxxxxx.

Step 4: Now view the source of this page(View-->Source in Internet Explorer and View-->Page Source in FireFox) and search(Ctrl+F or Edit) for this code(xxxxxxxxxxx) in the source.

Step 5: Search until you find a lengthy code like this- 86UaSzZEsf4&l=200&t=OEgsToPDskIB57xZayA06IyuAXs6TqUL&s. Even if you can't find the string completely, search for &l=yyy,where yyy represents a number and &t=zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz

Step 6: Copy this code and append it to the following URL http://youtube.com/get_video?video_id=

Step 7: Now the URL looks like http://youtube.com/get_video?video_id=xxxxxxxxxxx&l=yyy&t=zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz&s
Copy and Paste this URL in the address bar of your browser. Now hit 'Enter' and a 'Save' dialog box will appear. Click on 'Save' to save your video.

Labels: , , ,

 
posted by Abhijeet at 5:59 AM | Permalink | 3 comments
An easy way to lock your Folders
Here is an easy way to lock your folders in Windows XP. Suppose you have a folder in your drive which contains some secret files or some files that you don't want others to see. Let the folder name be 'Folder1'. Now create two batch files in the same drive. To do so open the notepad and type the following code to it.

ren Folder1 Folder1.{21EC2020-3AEA-1069-A2DD-08002B30309D}

Now save this file as "loc.bat". This is the batch file to lock the folder.
Create another batch file by the same way we created the former one but type this code to it.

ren Folder1.{21EC2020-3AEA-1069-A2DD-08002B30309D} Folder1

Save this file as "key .bat" and this is the file for unlocking the folder.
Now double click on the "loc.bat". The folder is now locked and it's icon is changed to Control Panel icon. Double clicking the folder will redirect us to Control Panel. To unlock the folder, double click on the "key.bat" file and the folder will be restored.

Labels: , , ,

 
posted by Abhijeet at 5:51 AM | Permalink | 0 comments
A funny way to multiply numbers.
Here is a simple graphical way to show the basic mechanism of a multiplication just by drawing lines. It's not a way to make mental multiplications easier, it's just a funny way to resolve graphically a multiplication. Here is the video which demonstrates this method.




NB: If you use a zero, use a dotted line. When a dotted line cross another dotted line or a plain line, count zero.

Labels: , , ,

 
posted by Abhijeet at 5:35 AM | Permalink | 0 comments