Thursday 22 March 2012

In this post I will teach you how to do the following in FaceBook Chat : make text Bold , Italics , Underline.
The code to do all this is given below.
For making the text Bold
  • type your words between * *(two stars ) will automatically turns into bold.
  • Example : You write
    Learn to *hack*
    will turns to
    Learn to hack
For underlined Text
  • type between _ _(two underscores) will automatically turns into underlined text
  • Example:
Learn Hacking  _rocks_ .
Turns to
Learn Hacking rocks.
For writing Bold+Underline
  • Whatever you type between *_ _* will automatically turns into Bold+Underline
  • Example:
You *_love_* hacking?
Turns to
You love hacking?

Hidden Themes in Windows 7 revealed

Windows 7 by default has only few themes available for customization. People who are not satisfied with these in build themes can get few more themes for Windows 7 which are actually hidden. These themes are available for certain regional countries such as Australia, Canada, Great Britain, United States and South Africa. These themes can be revealed and used by the following steps.

 click on the address box and type the following: windows\globalization\mct  thats it just hit enter and you'll be there.

google tricks

Open google.com, Type Google Gravity in the search box and click on I’m feeling Lucky button.Feel the effect of gravity on google. All page components will fall down due to gravity.
2. Epic Google
Open google.com, Type Epic Google in the search box and click on I’m feeling Lucky button. Each component on the page will start growing bigger and bigger.
3. Google Hacker
Open google.com, Type Google Hacker in the search box and click on I’m feeling Lucky button. How google will look if it was made by a hacker.
4. Annoying Google
Open google.com, Type Annoying Google in the search box and click on I’m feeling Lucky button.
5. Meaning Of Search For Google
Open google.com, Type search in the search box and click on I’m feeling Lucky button.
6. Loneliest Number
Open google.com, Type loneliest number in the search box and click on Search button. Find out which number is the loneliest number according to google.
7. Meaning Of Recursion
Open google.com, Type Recursion in the search box and click on search button. You can notice Did You Mean: Recursion text on top of results and it is recursively linked to the same page.
8. Google Loco
Open google.com, Type Google loco in the search box and click on I’m feeling Lucky button.
9. The number of horns on a unicorn
Open google.com, Type number of horns on a unicorn in the search box and click on search button.

keyboard shortcuts




[Windows] + [T] OR [Windows] + [SHIFT] + [T]
Move focus to front or back of taskbar. Press [T] again while holding the [Windows] key to cycle through items in the taskbar from left to right or, with [SHIFT] button held too, from right to left.
[Windows] + [B]
Puts focus on the ‘show hidden icons’ button on the system tray.
[Windows] + [1] THROUGH [Windows] + [9]
Launch first through ninth icon on taskbar, including items pinned to taskbar.
[Windows] + [SHIFT] + [1] THROUGH [Windows] + [SHIFT] + [9]
Starts new instance of respective taskbar icon.
[Windows] + [Ctrl] + [1] THROUGH [Windows] + [Ctrl] + [9]
Cycles through multiple instances of the respective icon.
[Windows] + [Alt] + [1] THROUGH [Windows] + [Alt] + [9]
Opens jump list for respective icon.

Multiple Monitors
[Windows] + [SHIFT] + right arrow OR [Windows] + [SHIFT] + left arrow
Move selected window from one monitor to another. They will remain in the same relative location.
[Windows] + [P]
Select presentation display mode.

Magnifier
[Windows] + [+] OR [Windows] + [-]
Activates Windows Magnifier to zoom in or out of screen.
[Ctrl] + [Alt] + [D]
Switch to docked mode.
[Ctrl] + [Alt] + [L]
Switch to lense mode.

[Ctrl] + [Alt] + [F]
Switch from docked or lens mode back to full screen mode.
[Ctrl] + [Alt] + [I]
Invert colors.
[Windows] + [Esc]
Exist magnifier views.
Other
[Windows] + [G]
Cycle through desktop gadgets.
[Windows] + [X]
Launches Windows Mobility Center. Especially useful if you’re working on a laptop.

javascript tweaks


The preceding two hacks are without doubt the most impressive or useful ones. Below are some of the other tricks you can pull off by using Javascript. We’re not going to deep on this because they’re all things you can do manually as well.
Change chat status to invisible:
javascript:statusControl.sendVisibility(false);
Change chat status to visible:
javascript:statusControl.sendVisibility(true);
Close all chat windows with person 1122334455:
javascript:chatDisplay.tabs[1122334455].tabXOnClick

facebook harmless hack


The hacks above are the most impressive, but there are a few other little things you can do which are mildly interesting:
Bring up notifications:
javascript:presence.toggleTab('chat_status_control','chat_status_control_tab');
Bring up online friends list:
javascript:buddyList.toggleTab();
Bring up application tab:
javascript:applicationDock.toggleTab();

Facebook Hack: Change facebook color


 
Check this out:





Isn’t that cool? Just use the following code to get your profile colour changed and impress your friends!
javascript:void(document.getElementById('headNavOut').style.backgroundColor="red");