0

Firefox tricks !!

Below are some Cool Firefox Tricks, just copy and paste it in your firefox browser's address bar :

chrome://browser/content/browser.xul
- Opens another Firefox inside a tab in the the existing Firefox window

chrome://browser/content/preferences/preferences.xul
- Opens Options dialog box inside the tab

chrome://browser/content/bookmarks/bookmarksPanel.xul :
- Opens BookMarks Manager inside the tab

chrome://browser/content/history/history-panel.xul
- Opens History Panel inside the tab.

chrome://mozapps/content/extensions/extensions.xul?type=extensions
- Opens Extensions window in the current tab

chrome://browser/content/preferences/cookies.xul
- Opens cookies window inside the tab

chrome://browser/content/preferences/sanitize.xul
- Opens Clear Private Data window inside the current tab

chrome://browser/content/aboutDialog.xul
- Opens About Firefox Dialog box inside the tab

chrome://global/content/alerts/alert.xul
- Dancing Firefox
0

Don’t Ignore the Windows Logo Key

The Windows logo key, located in the bottom row of most computer keyboards is a little-used treasure. Don’t ignore it. It is the shortcut anchor for the following commands:

* Windows: Display the Start menu
* Windows + D: Minimize or restore all windows
* Windows + E: Display Windows Explorer
* Windows + F: Display Search for files
* Windows + Ctrl + F: Display Search for computer
* Windows + F1: Display Help and Support Center
* Windows + R: Display Run dialog box
* Windows + break: Display System Properties dialog box
* Windows + shift + M: Undo minimize all windows
* Windows + L: Lock the workstation
* Windows + U: Open Utility Manager
0

!! TONS OF DOWNLOAD !!

http://download.ir/archives.html
0

listen 2 radio on gtalk !!!!!


listen fm radio on gtalk
add

service@gtalk2voip.com

to ur gtalk.

after that

select radio stations
0

FireFox Shortcuts

CTRL + A ------- Select all text on a webpage
CTRL + B ------- Open the Bookmarks sidebar
CTRL + C ------- Copy the selected text to the Windows clipboard
CTRL + D ------- Bookmark the current webpage
CTRL + F ------- Find text within the current webpage
CTRL + G ------- Find more text within the same webpage
CTRL + H ------- Opens the webpage History sidebar
CTRL + I ------- Open the Bookmarks sidebar
CTRL + J ------- Opens the Download Dialogue Box
CTRL + K ------- Places the cursor in the Web Search box ready to type your search
CTRL + L ------- Places the cursor into the URL box ready to type a website address
CTRL + M ------- Opens your mail program (if you have one) to create a new email message
CTRL + N ------- Opens a new Firefox window
CTRL + O ------- Open a local file
CTRL + P ------- Print the current webpage
CTRL + R ------- Reloads the current webpage
CTRL + S ------- Save the current webpage on your PC
CTRL + T ------- Opens a new Firefox Tab
CTRL + U ------- View the page source of the current webpage
CTRL + V ------- Paste the contents of the Windows clipboard
CTRL + W ------- Closes the current Firefox Tab or Window (if more than one tab is open)
CTRL + X ------- Cut the selected text
CTRL + Z ------- Undo the last action
F1 Opens Firefox help
F3 Find more text within the same webpage
F5 Reload the current webpage
F6 Toggles the cursor between the address/URL input box and the current webpage
F7 Toggles Caret Browsing on and off. Used to be able to select text on a webpage with the keyboard
F11 Switch to Full Screen mode
0

A TUTORIAL ON PHOTOSHOP

MAKE MATRIX IMAGE

1)Open Photoshop
2) Click on File > New
3) Choose the size as 400 x 400
4) Fo to Filter>Texture>Grain apply the following settings.
GRAIN,INTNSITY = 100,CONTRAST = 100,GRAIN TYPE = VERTICAL
5)Change FOREGROUND colour to LUMINOUS(KIND OF GREEN) and background to BLACK
6)Go to Filter>Artistic>Neon Glow.Apply the following settings
NEON GLOW,GLOW SIZE =5,GLOW BRIGHTNESS = 15,GLOW COLOUR = BRIGHT GREEN
7)Go to Filter>Stylize>Glowing Edges.Apply the following setting.
GLOWING EDGE,EDGE WIDTH = 1,EDGE BRIGHTNESS = 15,SMOOTHNESS = 1


YOU are ready.
0

▐ Let Your KeyBoard Do Disco ;D▐

these codes when executed makes your Caps,Num,Scroll lock keys flash..
very kewlll...i hav tried it...

1.This piece of code makes ur keyboard a live disco...

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop


2.This one makes it looks like a chain of light....

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 200
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 50
wshshell.sendkeys "{SCROLLLOCK}"
loop



Instructions:
*paste any of the two above codes in notepad
*Save as "AnyFileName".vbs
*Run the file
*to stop, launch task manager and then under "Processes" end wscript.exe