Category Archives: Articles

Playing With Notepad

1. Opening and closing the CD / DVD Computers
Copy the script below and paste it in your notepad.

Set oWMP = CreateObject (“WMPlayer.OCX.7″)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count> = 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item (i). Eject
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item (i). Eject
Next
End If
WScript.Sleep 5000
loop

Share on TwitterShare on TumblrDigg ThisShare on Myspace

Mozilla Firefox Add-Ons To Facebook

1. Boost for Facebook
Download Boost for Facebook can do autopoke, all rollover profile picture thumbnail and the video can also be downloaded at facebook.
Download: https://addons.mozilla.org/en-US/firefox/addon/3120

2. Adblock
To hide the ads on Facebook.
Download: https://addons.mozilla.org/en-US/firefox/addon/1865

3. Facebook Video
With the help of facebook video addons you can download a video on facebook to share even did convert the video.
Download: https://addons.mozilla.org/en-US/firefox/addon/9614

Share on TwitterShare on TumblrDigg ThisShare on Myspace

Greasemonkey Scripts For Your Facebook

Facebook is a social network of choice for millions of people, but like every other site in the world, we all have our own list for updates and improvements we want. With Greasemonkey script allows you to change the color, remove ads, repetitive tasks automatically as well as other improvements.

1. Facebook Fixer (http://userscripts.org/scripts/show/8861)
Enhancements to image and profile pictures larger, easier to view albums, a link to download the videos, showing people age, the integration of google calendar, bookmarks, keyboard shortcuts & more.

Share on TwitterShare on TumblrDigg ThisShare on Myspace

Shortcut To Android

Android mobile operating system has some keyboard shortcuts to help you use the android phone without going through the menu.
A few quick key combination can facilitate in your android phone to operate.

 

1. Android Keyboard Shortcuts (Scrolling).
• Space: Page Down on a web page / view the document.
• Shift + Space: Page Up on the web page / view the document.

Share on TwitterShare on TumblrDigg ThisShare on Myspace

Keyboard Shortcuts For Windows Seven

Keyboard shortcuts are combinations of two or more buttons, when pressed, can be used to perform tasks that would normally require a mouse or other pointing device.
Keyboard shortcuts can make it easier to interact with your computer, save time when you work with Windows and other programs.

Keyboard Shortcuts for Windows Explorer:
Ctrl + N = Open a new window
Ctrl + W = Close the current window
Ctrl + Shift + N = Create a new folder
End = Display the bottom of the active window
Home = Display the top of the active window

Share on TwitterShare on TumblrDigg ThisShare on Myspace