A list of shortcuts to help you move faster in Microsoft Outlook:

Alt + . (period) Open the Address Book with the To field selected

Alt + A Open the Action drop-down menu

Alt + B Open the Address Book with the BCC field selected

Alt + C Select message recipients for CC field

Alt + D Switch to Daily calendar view

Alt + E Open the Edit drop-down menu
Alt + F Open the File drop-down menu

Alt + G Open the Go drop-down menu

Alt + H Open the Help drop-down menu

Alt + I Open the Find tool bar / Open the Insert drop-down menu

Alt + J Move to the Subject field

Alt + K Check names in the To, CC, or BCC field against the Address Book (cursor must be in the corresponding message header field)

Alt + L Reply All

Alt + M Switch to Monthly calendar view

Alt + N Open the Accounts drop-down menu

Alt + O Open the Format drop-down menu / Switch to Today calendar view

Alt + P Open the Message Options dialog box

Alt + R Reply / Switch to Work Week Calendar view

Alt + S Send

Alt + T Open the Tools drop-down menu
Alt + V Open the View drop-down menu

Alt + W Forward an item / Switch to Weekly calendar view

Alt + Y Switch to Daily calendar view

Ctrl + 1 Go to Mail

Ctrl + 2 Go to Calendar

Ctrl + 3 Go to Contacts

Ctrl + 4 Go to Tasks

Ctrl + 5 Go to Notes

Ctrl + 6 Go to Folder List

Ctrl + 7 Go to Shortcuts

Ctrl + 8 Go to Journal

Ctrl + A Select all

Ctrl + B Bold when editing a rich text message

Ctrl + C Copy

Ctrl + D Delete an item (message, task, contact, etc.)

Ctrl + E Activate the Find drop-down menu / Center Align when editing a rich text message

Ctrl + F Forward

Ctrl + J Open a new Journal Entry from the selected item (message, task, contact, etc.)

Ctrl + K Check names in the To, CC, or BCC field against the Address Book (cursor must be in the corresponding message header field)

Ctrl + M Send/Receive all

Ctrl + O Open

Ctrl + P Print

Ctrl + Q Mark the selected message Read

Ctrl + R Reply

Ctrl + S Save a draft message

Ctrl + T Tab

Ctrl + U Mark the selected message Unread

Ctrl + V Paste

Ctrl + X Cut

Ctrl + Y Go to Folder

Ctrl + Z Undo

Ctrl + Enter Send Mail

Ctrl + Backspace Delete the previous word

Ctrl + End Move to the end

Ctrl + Home Move to the beginning

Ctrl + Shift + A Open a new Appointment

Ctrl + Shift + B Open the Address Book

Ctrl + Shift + C Create a new Contact

Ctrl + Shift + E Open a new folder

Ctrl + Shift + F Open the Advanced Find window

Ctrl + Shift + G Flag message for follow up

Ctrl + Shift + J Open a new Journal Entry

Ctrl + Shift + K Open a new Task

Ctrl + Shift + L Open a new Distribution List

Ctrl + Shift + M Open a new Message

Ctrl + Shift + N Open a new Note

Ctrl + Shift + O Switch to the Outbox

Ctrl + Shift + P Open the New Search Folder window

Ctrl + Shift + Q Open a new Meeting Request

Ctrl + Shift + R Reply All

Ctrl + Shift + S Open a new Discussion

Ctrl + Shift + U Open a new Task Request

Ctrl + Shift + Y Copy a Folder

Shift + Tab Select the previous message header button or field

F1 Open Outlook Help

F3 Activate the Find toolbar

F4 Open the Find window

F7 Spellcheck

F9 Send and receive all

F10 Select File from the Outlook toolbar button

F11 Activate the “Find a contact” dialog box

F12 Save As

Alt + F4 Close the active window

pheww….finally i managed to finish it just now, it’s 3.25am in the morning…

well..i thought tht i will never b able to finish it but some how i manage to do it..i had to sacrifice few hours of my sleep..some days like today no sleep @ all

what’s so special to me is that i managed to finish it two days befor the dead line..now i can go through it and correct if there are any mistakes b4 submiting the project..

it was really hard controlling my self…To stop other things and do the project 24/7..specially when im having 24 Season 5…LOL..

anyway gotta get ready for Unit 6…only 14 day more for that :)

Host a Web Server with ADSL

9 February, 2007

If you have an ADSL connection it is possible to Host a Web Server even though you are not given a static IP address by the Internet Service Provider.

There’s a mechanism called Dynamic DNS where your IP Address is mapped to DNS and updated in short intervals so that it won’t loose track of your IP, providing you with something similar to a static IP

First of all you need to have these pre requisites

  • An ADSL connection
  • ADSL router or a Modem with access to configure
  • IIS

Creating a DynDNS Account

Let’s see how to create a DynDNS account. You can select NO-IP or DynDNS. In my case I have selected DynDNS because it gives more functionality than NO-IP. Open your browser and go to http://www.dyndns.com and click on Create account. Enter the required details and click on create account. Then your DynDNS account will be created and you have to check your emails to activate the account. Once you have activated the account you can go to DynDNS and click on “Account” and login to the system, then click on “My Services”. Under the “My Services” tab you will see “My Hosts”. Under that there’s a link called “Add Host Services” click on that. Then click on “Add Dynamic DNS Host”

Give a host name that you like and select a domain name. Keep the default IP address. And click on “Add Host”. Now your are done creating the Host

Configure DynDNS in the Router

Now you have to check whether you have an option in your router to configure dynamic DNS to automatically update when your ISP gives you a new IP.im using a USR 9107 Router which gives a special option to configure DynDNS to map the IP address with DNS from the router.

dynamicdnsrouter.JPG

Even if you don’t have this functionality in your router you don’t have to worry at all. All you have to do is to download the IP update client and install it to your computer. You can download it from the following link

Dynamic DNS Updater

Once you have installed it’s very easy to configure. Just follow the wizard and enter your DynDNS account details then the system will automatically synchronize with the DynDNS and map your IP address with your domain

dyndnsupdater.JPG

Configure the Router for Port Forwarding

This is only applicable if you’re using a router. Because a router uses NAT it shares one IP address to all the computers connected to them when they access to the internet.

This is one of the most important things to do .That is to configure your router to forward port 80 in to your web server. Check your router manual for port forwarding facility. In my router there’s an option called “Virtual Server” where I can assign various ports to forward to my Server IP address.

After going to “Virtual Server” page which you can locate in the Security menu. Click on “add” and you will see this “Add Virtual Server” page. In that Select the Server as “Web Server (HTTP)” and enter your Server IP address after that click on apply

VirtualServer.JPG

Now you are almost done

Next step is to configure your HOST file

Edit HOST file

If you want to test these things in your computer you need to Configure your HOST file

Go to %systemroot%\system32\drivers\etc then edit the host file

At the end of the file enter your IP address (IP address of your server) and then keep a space and enter your website address

Eg :- 192.168.1.2 nirmal.homeip.net

Configuring IIS

First go to “run” and type “inetmgr” and check whether you have IIS installed. Once you click ok IIS manager should open if it doesn’t open that means that your IIS is not installed. If that’s the case then go to Add/Remove programs and install IIS

Expand your Local Computer then expand Web Service Extensions. Click on that folder and

make sure that all your Web Extensions are running because by default in Windows 2003 Server Asp.Net functionality is disabled.

Now u can create a website and copy it to %systemdrive%\Inetpub\wwwroot

If it’s a public website you have to enable “Anonymous access” otherwise when ever some tries to login to the website they will require a username and a password. You can do this by going to IIS manager then expand local computer expand Websites then right click on Default Website go to properties click on the Directory Security Tab under Authentication and access control click Edit button then tick on “Enable anonymous access” and untick “Integrated Windows authentication”

Share one of your Folders to others over the Web

This is also another thing that you can do. You can share your folders and give a link to remotely access them and download.

Open my computer and go to the folder that you want to share right click on the folder and click properties click on the web sharing tab then click on “Share this Folder”. Make sure that you give Directory Browsing access. Then click ok. Go to IIS manager and set Anonymous permissions now your friends can access it via “http://yoursubdomainname.dyndnsdomain/aliasname”

website.JPG

Megaupload Crack

3 February, 2007

For mozilla firefox:
First go to http://addons.mozilla.org/firefox/59/
Click Install Now to install addon.
Restart FF. Tool–>User Agent Switcher—>Options—>Options
Click User Agents—>Add
Type this:
+ Description: MEGAUPLOAD
+ User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Alexa Toolbar)
Click OK twice to finish adding User Agent.
From now, before downloading any file on megaupload just go Tools–> User Agent Switcher—>MEGAUPLOAD.

For IE:
Start/run->> type regedit -> ok
Go to: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Internet Settings\5.0\User Agent\Post Platform]
Note: if U use IE 7
go to: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Internet Settings\User Agent\Post Platform]
Right click on Post Platform > New > String Value > type Alexa Toolbar > ok
Now U can download from megaupload without error : “All download slots (..) assigned to your country (….) are in use”

Enjoy