Tuesday, November 8, 2011

How to directly open torrents with Utorrent while using Chrome?

1. Download any .torrent file 
2. When download is complete, click on the arrow on the right side of the download button in Chrome status bar 
3. Click on "Always open files of this type"

From now on, all .torrent files will open using uTorrent (or the default application associated with .torrent files).

Saturday, October 1, 2011

How to create a Magnifying Glass effect in Photoshop

http://photoshop-stuff.org/tutorials/tutorial-create-a-magnifying-glass-in-photoshop--2166/

Sunday, September 25, 2011

WebMail Notifier Gmail fix

Gmail changed the login from https://www.google.com to https://accounts.google.com

To get WMN working again with Gmail accounts do the following:

1. Close Firefox
2. Go to:

C:\Users\{your username}\AppData\Roaming\Mozilla\Firefox\Profiles\{yourProfile}.default\extensions\{37fa1426-b82d-11db-8314-0800200c9a66}\components\scripts

3. Change the following 2 1 lines in gmail.js:

Line 13

FROM
this.loginData=["https://www.google.com/accounts/ServiceLoginAuth?service=mail",

TO
this.loginData=["https://accounts.google.com/accounts/ServiceLoginAuth?service=mail"


/* NOT NEEDED

Line 20

FROM
this.loginData=["https://www.google.com/a/"+ar[1]+"/LoginAction2?service=mail",

TO
this.loginData=["https://accounts.google.com/a/"+ar[1]+"/LoginAction2?service=mail",

*/

Monday, July 25, 2011

How to fix when Google Talk Freezes with Show current music track

When you activate "Show Current Music Track" in Gtalk while using Windows media player or Winamp 5.5 or higher versions, your Google Talk will freeze or stop responding

To overcome this problem there are two different methods, one for each type of player.
Note: Remember to close both Winamp or Media Player and Google Talk when doing this.

For Winamp 5.5 or Higher Versions :
  • Go to the root directory of Winamp (Usually in C:\Program Files\Winamp)
  • Select Tools -> Folder Options -> View (Tab) 
  • Uncheck the hide extensions for known file types and click Ok.
  • Create an empty file (Right click -> New -> Text document)
  • Name the file "winamp.m3u" and save.
For Windows Media Player :
If this problem occurs in Windows Media Player( WMP) it just needs an activation of the plugin.
  • Go to the Now Playing in your player.
  • Select Plugins -> Options
  • In the window select Plugins -> Background on the left side
  • Select Google Talk Music Plugin
  • Click OK and you are done.

Wednesday, May 18, 2011

Bring Misplaced Off-Screen Windows Back to Your Desktop (Keyboard Trick)

Set your "hidden" window to focus (using alt-tab for example), then press Alt+Space, then M, and then hit any of the arrow keys (Left, Right, Up or Down), move your mouse and the window should magically "pop" back onto the screen. This should work on any version of Windows.
Update: You can also right-click on the taskbar and choose to "Cascade" your open windows, which will often help bring the windows back onto the screen.

Taken from HowToGeek.
.

Sunday, April 3, 2011

Bypass Youtube Regional Filtering

Some videos are only available in certain parts of the world. Your IP Address is used to determine your location and then allow or deny access to the video.

Change the url from:

http://www.youtube.com/watch?v=code
to
http://www.youtube.com/v/code

.

Tuesday, January 18, 2011

How to create an ISO on Mac OS X

1. Put the CD or DVD into the drive
2. Open Disk Utility (Applications -> Utilities)
3. Select the inserted disk
4. Select File -> New -> Disk Image (It should be the name of the disk you want to make an ISO of)
5. Select CD/DVD master from the “image format” drop down menu
6. Click save
7. This creates a .cdr extension which is the same as a .iso

Just rename the file to .iso and your all done.
.