Pages

Monday, October 11, 2010

Sharing Printer

Steps for sharing Printer :
  • On Main PC(Which is attach to printer)
    1. Open Start menu->Printer and Faxes
    2. Right Click on the Printer you want to share
    3. Click on sharing
    4. Click on share this printer and give it a share name

  • On Client PC
    1. Open Printer and Faxes
    2. Click on Add printer
    3. Click next and select a network printer option
    4. Click next and select 'connect to this printer'(second option) and enter IP address of 1st PC and share name of the printer(ex : \\192.168.1.22\mysharename)
    5. Click next-> finish and its done

Monday, March 15, 2010

Download Youtube Videos

Here are some javascript code to download Videos from youtube.

Just open the youtube page for the video you want to download and then run one of the following script.


  • TO DOWNLOAD REGULAR QUALITY VIDEO
javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + yt.getConfig('SWF_ARGS')['video_id'] + "&l=" + yt.getConfig('SWF_ARGS')['l'] + "&sk=" + yt.getConfig('SWF_ARGS')['sk'] + '&t=' + yt.getConfig('SWF_ARGS')['t'];
  • TO DOWNLOAD HIGH QUALITY VIDEO
javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + yt.getConfig('SWF_ARGS')['video_id'] + "&fmt=18&l=" + yt.getConfig('SWF_ARGS')['l'] + "&sk=" + yt.getConfig('SWF_ARGS')['sk'] + '&t=' + yt.getConfig('SWF_ARGS')['t'];
  • TO DOWNLOAD HD QUALITY VIDEO
javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + yt.getConfig('SWF_ARGS')['video_id'] + "&fmt=22&l=" + yt.getConfig('SWF_ARGS')['l'] + "&sk=" + yt.getConfig('SWF_ARGS')['sk'] + '&t=' + yt.getConfig('SWF_ARGS')['t'];




Steps:
  1. Open youtube video page.
  2. Copy the script
  3. Paste on address bar and press ENTER
For regular use you can bookmark this link and click on the bookmarked link(link icon) whenever required.



Chitika1