Stock Quotes
To see current market data for a given company or fund, type the ticker symbol into the search box. On the results page, you can click the link to see more data from Google Finance.
Example: CSCO
Book Search
If you’re looking for results from Google Book Search,
you can enter the name of the author or book title into the search box
and google will return any book content google has as part of your normal web results.
You can click through on the record to view more detailed info about that author or title.
Example: Henry Wadsworth Longfellow
Unit Conversion
You can use Google to convert between many different units of measurement of height, weight, and mass among others.
Just enter your desired conversion into the search box and it will do the rest.
Example: 10.5 cm in inches
Synonym Search
If you want to search not only for your search term but also for its synonyms,
place the tilde sign (~) immediately in front of your search term.
Example: ~fast food
For more Help Please visit Google official site
CLICK HERE.
Monday, October 13, 2008
Use Google to Find out weather,time,Area Code and more..
Use Google to find out :
To find out the weather for many U.S. and worldwide cities,
type "weather" followed by the city and state, U.S. zip code, or city and country.
eg: weather San Francisco
Try it
TIME
To see the time in many cities around the world,
type in "time" and the name of the city.
eg: time new delhi
Maps
Looking for a map?
Type in the name or U.S. zip code of a location and the word "map" and we’ll return a map of that location.
Clicking on the map will take you to a larger version on Google Maps.
Example: Seattle map
Area Code
To see the geographical location for any U.S. telephone area code,
just type the three-digit area code into the Google search box and hit the Enter key or click the Google Search button.
Example: 650
WEATHER
To find out the weather for many U.S. and worldwide cities,
type "weather" followed by the city and state, U.S. zip code, or city and country.
eg: weather San Francisco
Try it
TIME
To see the time in many cities around the world,
type in "time" and the name of the city.
eg: time new delhi
Maps
Looking for a map?
Type in the name or U.S. zip code of a location and the word "map" and we’ll return a map of that location.
Clicking on the map will take you to a larger version on Google Maps.
Example: Seattle map
Area Code
To see the geographical location for any U.S. telephone area code,
just type the three-digit area code into the Google search box and hit the Enter key or click the Google Search button.
Example: 650
Saturday, October 11, 2008
HACKING NOTEPAD
HACK NOTEPAD TO SHOW YOUR NAME OR OTHER THINGS.
APPLICATIONS REQUIRED:
Resource Hacker
STEPS:
A> BACK UP.
First you need to copy the orginal notepad to a seperate location
let's say C:\tgt\
[note: notepad can be found at C:\WINDOWS\]
B> Downloading the application
Now you will need a application called resource hacker to do the job.
You can download it from here :-)
[Download]
c> Using the application
open resource hacker and follow these steps:
1.click on File then on open
now open note pad from the backup folder i.e c:\tgt\
2.After opening you will see a list on the left hand side.
now click on Menu and then on 1 and then on 1033.
3.Now on the right hand side you will see some coding.
now scroll down and above the last } bracket paste this code
Note: Change the red color words to whatever you like.
it should look somewhat like this
1 MENU
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
POPUP "&File"
{
MENUITEM "&New\tCtrl+N", 1
MENUITEM "&Open...\tCtrl+O", 2
MENUITEM "&Save\tCtrl+S", 3
MENUITEM "Save &As...", 4
MENUITEM SEPARATOR
MENUITEM "Page Set&up...", 5
MENUITEM "&Print...\tCtrl+P", 6
MENUITEM SEPARATOR
MENUITEM "E&xit", 7
}
POPUP "&Edit"
{
MENUITEM "&Undo\tCtrl+Z", 16
MENUITEM SEPARATOR
MENUITEM "Cu&t\tCtrl+X", 768, GRAYED
MENUITEM "&Copy\tCtrl+C", 769, GRAYED
MENUITEM "&Paste\tCtrl+V", 770, GRAYED
MENUITEM "De&lete\tDel", 771, GRAYED
MENUITEM SEPARATOR
MENUITEM "&Find...\tCtrl+F", 21
MENUITEM "Find &Next\tF3", 22
MENUITEM "&Replace...\tCtrl+H", 23
MENUITEM "&Go To...\tCtrl+G", 24
MENUITEM SEPARATOR
MENUITEM "Select &All\tCtrl+A", 25
MENUITEM "Time/&Date\tF5", 26
}
POPUP "F&ormat"
{
MENUITEM "&Word Wrap", 32
MENUITEM "&Font...", 33
}
POPUP "&View"
{
MENUITEM "&Status Bar", 27
}
POPUP "&Help"
{
MENUITEM "&Help Topics", 64
MENUITEM SEPARATOR
MENUITEM "&About Notepad", 65
}
POPUP "&Techgeektricks"
{
MENUITEM "&About techgeektricks", 64
MENUITEM SEPARATOR
MENUITEM "&About Achute sharma", 65
}
}
and click on compile script.
Hurray you have changed the menu bar now we will change the name of notepad :-)
Steps:
1.on the left hand side you will see StringTable now expand it and expand 1 under it.
now click on 1033.
2.See the right hand side on the 5th line you will see
" - Notepad"
Now change the Note pad to Youname
eg - 5, " - Yourname"
3. after doing these steps click on compile button.
now click on save and after saving just create a shortcut of the hackednotepad on your desktop.
Explore more and try different things with this application.
But remember to backup . :-)
I will soon be posting a lot of articles on using the resource hacker to hack many things
so stay tuned .Subscribe to the rss for more updates.
APPLICATIONS REQUIRED:
Resource Hacker
STEPS:
A> BACK UP.
First you need to copy the orginal notepad to a seperate location
let's say C:\tgt\
[note: notepad can be found at C:\WINDOWS\]
B> Downloading the application
Now you will need a application called resource hacker to do the job.
You can download it from here :-)
[Download]
c> Using the application
open resource hacker and follow these steps:
1.click on File then on open
now open note pad from the backup folder i.e c:\tgt\
2.After opening you will see a list on the left hand side.
now click on Menu and then on 1 and then on 1033.
3.Now on the right hand side you will see some coding.
now scroll down and above the last } bracket paste this code
POPUP "&Techgeektricks"
{
MENUITEM "&About techgeektricks", 64
MENUITEM SEPARATOR
MENUITEM "&About Achute sharma", 65
}
Note: Change the red color words to whatever you like.
it should look somewhat like this
1 MENU
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
POPUP "&File"
{
MENUITEM "&New\tCtrl+N", 1
MENUITEM "&Open...\tCtrl+O", 2
MENUITEM "&Save\tCtrl+S", 3
MENUITEM "Save &As...", 4
MENUITEM SEPARATOR
MENUITEM "Page Set&up...", 5
MENUITEM "&Print...\tCtrl+P", 6
MENUITEM SEPARATOR
MENUITEM "E&xit", 7
}
POPUP "&Edit"
{
MENUITEM "&Undo\tCtrl+Z", 16
MENUITEM SEPARATOR
MENUITEM "Cu&t\tCtrl+X", 768, GRAYED
MENUITEM "&Copy\tCtrl+C", 769, GRAYED
MENUITEM "&Paste\tCtrl+V", 770, GRAYED
MENUITEM "De&lete\tDel", 771, GRAYED
MENUITEM SEPARATOR
MENUITEM "&Find...\tCtrl+F", 21
MENUITEM "Find &Next\tF3", 22
MENUITEM "&Replace...\tCtrl+H", 23
MENUITEM "&Go To...\tCtrl+G", 24
MENUITEM SEPARATOR
MENUITEM "Select &All\tCtrl+A", 25
MENUITEM "Time/&Date\tF5", 26
}
POPUP "F&ormat"
{
MENUITEM "&Word Wrap", 32
MENUITEM "&Font...", 33
}
POPUP "&View"
{
MENUITEM "&Status Bar", 27
}
POPUP "&Help"
{
MENUITEM "&Help Topics", 64
MENUITEM SEPARATOR
MENUITEM "&About Notepad", 65
}
POPUP "&Techgeektricks"
{
MENUITEM "&About techgeektricks", 64
MENUITEM SEPARATOR
MENUITEM "&About Achute sharma", 65
}
}
and click on compile script.
Hurray you have changed the menu bar now we will change the name of notepad :-)
Steps:
1.on the left hand side you will see StringTable now expand it and expand 1 under it.
now click on 1033.
2.See the right hand side on the 5th line you will see
" - Notepad"
Now change the Note pad to Youname
eg - 5, " - Yourname"
3. after doing these steps click on compile button.
now click on save and after saving just create a shortcut of the hackednotepad on your desktop.
Explore more and try different things with this application.
But remember to backup . :-)
I will soon be posting a lot of articles on using the resource hacker to hack many things
so stay tuned .Subscribe to the rss for more updates.
Use Google as a calculator
YEs!use google powerful search engine as a calculator to calculate.
Steps
To use Google's built-in calculator function,
simply enter the calculation you'd like done into the search box.
[IT IS THAT SIMPLE]
2+3+4=
some examples:
Operator Function Example
+ addition 3+44
- subtraction 13-5
* multiplication *8
/ division 12/3
^ exponentiation (raise to a power of) 8^2
% modulo (finds the remainder after division) 8%7
th root of calculates the nth root of a number 10th root of 49
% of X % of Y computes X percent of Y 20% of 150
For MORE OF THIS CLICK HERE
Steps
To use Google's built-in calculator function,
simply enter the calculation you'd like done into the search box.
[IT IS THAT SIMPLE]
2+3+4=
some examples:
Operator Function Example
+ addition 3+44
- subtraction 13-5
* multiplication *8
/ division 12/3
^ exponentiation (raise to a power of) 8^2
% modulo (finds the remainder after division) 8%7
th root of calculates the nth root of a number 10th root of 49
% of X % of Y computes X percent of Y 20% of 150
For MORE OF THIS CLICK HERE
Wednesday, October 8, 2008
Make the folder INVISIBLE without hiding
Make your folders invisible with out Hiding
For Hiding folders read this:
Hide files and folders
How to hide important Messages or Documents
1)Right Click on the desktop.Make a new folder
2)Now rename the folder with a space
(U have to hold ALT key and type 0160).
3)Now u have a folder with out a name.
4)Right click on the folder>properties>customize. Click on change icon.
5)Scroll a bit, u should find some empty spaces, Click on any one of them.
click ok That's it,
Now u can store ur personal data without any 3rd party tools
HACK_THE_WORLD_BEFORE_THE_WORLD_HACKS_YOU!!!!!!!!!!
For Hiding folders read this:
Hide files and folders
How to hide important Messages or Documents
1)Right Click on the desktop.Make a new folder
2)Now rename the folder with a space
(U have to hold ALT key and type 0160).
3)Now u have a folder with out a name.
4)Right click on the folder>properties>customize. Click on change icon.
5)Scroll a bit, u should find some empty spaces, Click on any one of them.
click ok That's it,
Now u can store ur personal data without any 3rd party tools
HACK_THE_WORLD_BEFORE_THE_WORLD_HACKS_YOU!!!!!!!!!!
Block websites without any software.
Want to block web Sites without any Software.Without any 3rd party tools than look no further.
Here is a simple trick to block any website .
[I found it while browsing through the windows directory and took a bit help from the internet :-) any way check it out.]
Steps
1] Browse C:\WINDOWS\system32\drivers\etc [or just paste it into the addresbar]
2] Find the file named "HOSTS"
3] Open it in notepad.[Don't tell me how :-D]
4] Under "127.0.0.1 localhost"
Add 127.0.0.2 , and that site will no longer be accessable.
Eg: 127.0.0.2 www.google.com
5] Done!
more example :
127.0.0.1 localhost
127.0.0.2 www.orkut.com
- www.orkut.com is now unaccessable
For every site after that you want to add, just add "1" to the last number in the internal ip (127.0.0.2) and then the add like before.
IE (not internet explorer ,it is "That is"):
127.0.0.3 www.yahoo.com
127.0.0.4 www.msn.com
127.0.0.5 www.google.com
HURRAY THE SITES ARE BLOCKED.
HACK_THE_WORLD_BEFORE_THE_WORLD_HACKS_YOU!!!!!!!!!!
Here is a simple trick to block any website .
[I found it while browsing through the windows directory and took a bit help from the internet :-) any way check it out.]
Steps
1] Browse C:\WINDOWS\system32\drivers\etc [or just paste it into the addresbar]
2] Find the file named "HOSTS"
3] Open it in notepad.[Don't tell me how :-D]
4] Under "127.0.0.1 localhost"
Add 127.0.0.2
Eg: 127.0.0.2 www.google.com
5] Done!
more example :
127.0.0.1 localhost
127.0.0.2 www.orkut.com
- www.orkut.com is now unaccessable
For every site after that you want to add, just add "1" to the last number in the internal ip (127.0.0.2) and then the add like before.
IE (not internet explorer ,it is "That is"):
127.0.0.3 www.yahoo.com
127.0.0.4 www.msn.com
127.0.0.5 www.google.com
HURRAY THE SITES ARE BLOCKED.
HACK_THE_WORLD_BEFORE_THE_WORLD_HACKS_YOU!!!!!!!!!!
Monday, October 6, 2008
Hide files and folders
Want to hide folders,files?read futher
Hiding a folder.
Steps
So u wanna Get it back
there are two ways for this:
First way using address bar
so it is under c:/ directory]
Now on the address bar type
Now you are under your hidden folder
now do what ever you want ,put whatever you want.
second method:- Folder options
[TIP: make sure you disable it after doing your job]
HOW TO HIDE FILES
Just follow the method of hiding folders on files and it will also be hidden;
tech geek tricks -HACK_THE_WORLD_BEFORE_THE_WORLD_HACKS_YOU
This article is also for a newbibe so if you are bit geek than don't read this article.
Hiding a folder.
Steps
- Create a folder name it techgeektricks. (don't tell me how!and name it techgeektricks afterwards u can change)
- Right click on it and click on properties.
- Properties dilog box will appear.
- click on hidden under attributes.
- click on ok and then apply.
So u wanna Get it back
there are two ways for this:
First way using address bar
[note:- suppose you have created techgeektricks folder under c:/ directiory(if not do it now it will confuse you afterwards if you are a total newbibe)]
so it is under c:/ directory]
Now on the address bar type
C:\techgeektricks
Now you are under your hidden folder
now do what ever you want ,put whatever you want.
second method:- Folder options
[note:-you have created techgeektricks folder under c: directiory]
- now click on tools.
- then on folder options
- click on view tab
- now see the list under advance settings
- Hidden files and folders
- then click on Show hidden files and folders
- click on apply and then ok.
- your folder is displayed.
[TIP: make sure you disable it after doing your job]
Advantage of first method over second method:-
in the first medthod you can directly access the folder without changing the properties on the whole. The second method you have
to change the properties which will affect all the folders and files so i you forget to disable everyone can see it. so I Would suggest you to go for the first method.
HOW TO HIDE FILES
Just follow the method of hiding folders on files and it will also be hidden;
tech geek tricks -HACK_THE_WORLD_BEFORE_THE_WORLD_HACKS_YOU
Subscribe to:
Posts (Atom)