Welcome !!!

Grab this

Popular !

Total Pageviews

Friday, December 31, 2010

Install and Configure the Email Server in Windows Server 2003 + Outlook Express

Author: Kristofer Gafvert
First Published: October 19, 2002
Last Updated: April 10, 2004
Last Reviewed: April 10, 2004
PDF: 
EmailServer.pdf


 

Table of Contents

Table of Contents
Introduction
Install the Email Server
Configure the Email Server
Authentication Method
Server Port
Logging Level
Root Mail Directory
SPA
Create a mailbox
Configure the SMTP Server
Configure the email client
Enable SPA
More help
Links
FAQ

Introduction

This tutorial will help you to install and set up a few email accounts, by using the built-in POP3 Service in Windows Server 2003. I will assume you have basic knowledge about the Windows Server family and Mail Servers, but I have tried to make this tutorial as easily comprehensible as possible. The tutorial has been tested on Windows Server 2003 Enterprise Edition but should also work on Windows Server 2003 Standard Edition. I will not cover MX records and other similar things in this release.

To follow this tutorial you need a stand alone server. You can of course use a Domain Controller, but that assumes you understand when to not follow the tutorial and use other settings (i.e. authentication method).

Install the Email Server

You can install the Email Server by using Add or Remove Windows Components or Manage Your Server. In this tutorial we will use the latter, because it's the quickest way to get this up and running. Manage Your Server is a bit easier to use too, because it will prompt you for the domain you want to use during setup. That will not Add or Remove Windows Components do, and we have to do everything manually.
If it's not open, start Manage Your Server by clicking Start->Programs->Administrative Tools->Manage Your Server.


This will start the Configure Your Server Wizard. Read the text and make sure you have connected all the necessary cables and all the other things it says you should do before continuing.


The wizard will now detect your network settings. This will take a while depending on how many network connections you have

We now come to the step where we add and remove roles for our server. We will add the Mail Server role. I also suggest that before you click Next, click Read about mail servers because this tutorial is not a complete reference.


You will now specify the type of authentication and type the email domain name. In this tutorial we will use Windows Authentication, and I will use my domain name, ilopia.com. You should of course use your domain name.


Next step is to confirm the options you have selected.

The installation will start, and will also start the Windows Components Wizard. When you get prompted to insert your Windows Server 2003 CD-ROM into your CD-ROM drive, do so. If you didn't get prompted to do that, you maybe already have it in the drive. Hopefully within some minutes you get this screen:


You can now see the log, click view the next steps for this role, or click Finish. Do whatever you feel you want to do before continuing.

You have now successfully installed the mail server, congratulations!

Configure the Email Server

So, it is no fun with a mail server installed, if we can't use it. And to use it, we have to configure it. This section will help you configure the mail server.

This will open up the POP3 Service. This is where you configure and manage the POP3 part of the mail server.

This brings up the Properties for our Mail Server.


As you can see, we have a lot of settings. We will use the standard setup in this tutorial, but I will explain every setting we can change in case you want to change something in the future.

Authentication Method

There are three different authentication methods you can use; Local Windows Accounts, Active Directory Integrated and Encrypted Password File. It is an important decision which method to use, because once you have chosen, you must delete all email domains on the server to change method (from now on, you can migrate Encrypted File user accounts to AD, but nothing else can be migrated).

Server Port

I strongly recommend that you use port 110 because this is the standard port for the POP3 protocol. If you change this, make sure you notify all users so they can configure their email clients to use this other port. Also make sure you restart the POP3 service if you change this.

Logging Level

Four options to choose between. If you change this, remember that you must restart the POP3 service.

Root Mail Directory

If you don't want to use the default Mail Directory, you can choose another one. Make sure the path is not more than 260 characters and you can also not store to the root of a partition (i.e. C:). It is strongly recommended that you use a NTFS formatted partition. You can't use a mapped drive, but the UNC name (\\servername\share) can be used. If you later change the store, and there are still emails in one or more boxes, you must manually move the folders in which there are emails to the new location. You must also reset the permissions on the directory by using winpop set mailroot.

SPA

Enable SPA if you want to have a secure communication between your email sever and email clients. This will send both the user name and password encrypted from the client to the server, instead of sending it in clear text. SPA supports only Local Windows Accountsand Active Directory Integrated Authentication. It is recommended to use this. Remember to restart the POP3 service if you change this.

Create a mailbox

The Setup Wizard created a domain to us, so we do not need to create this manually. If you did not use Manage Your Server to install, add the domain manually be clicking the server name in the left pane and then click New domain in the right pane. Remember to set the properties before you add the domain.

This will open up the Add Mailbox window.


A message will pop-up and tell you how to configure the email clients. Read this, and notice the difference when using SPA or not.


What we just did was not only creating a mailbox named bob, but we also created a user bob. We will also create a mailbox for an existing user - ariel. To do that we simply perform the same steps, but we uncheck Create associated user for this mailbox. Remember that the mailbox name must be less then 21 characters (64 for Encrypted Password File and Active Directory). Periods are allowed to use, but not as the first or last character.

So, we have now two users. Are they equally? No, bob is a member of the POP3 Users group, which is denied to logon locally. Ariel is not member of this group, and can still logon locally and access her mailbox.

Configure the SMTP Server

Actually, that's it! It is this simple to configure the POP3 part. But it is not yet working as we want, we have to configure the SMTP part to be able to receive and send emails. Yes, I said receive emails. A common mistake is to think that the POP3 server receives the emails. But that is not true, all the POP3 is doing is 'pop' the emails out to the clients. It's the SMTP server that is communicating with other SMTP servers and receives and sends emails.

First of all, Authentication and Relay is not the same thing. We use the Authentication button to specify which authentications methods are allowed for users and other SMTP servers. So enabling Anonymous here is not a security issue, in fact, it's required if we want our server to be able to receive emails from other servers on Internet (I doubt you want to tell all administrators of email servers on Internet how they should logon to yours). We also need Windows Authentication so the email clients can authenticate to the server and be able to relay (send emails).

As Relay Restrictions we selected Only the list below because we do not want to be used by spammers to send emails. But we never specified any computers. That is valid, because we wants our clients to always use the username and password to authenticate, no matter where they are.

If you want users to only be allowed to relay if they are on a private network, then you can uncheck Windows Authentication as allowed authentication method, and specify the IP range for your network in the Relay Restrictions window.

Is that all? Do we have a working email server now? Well, the answer is yes. But we still haven't configured the email clients.

Configure the email client

We will use Outlook Express as email client.

A wizard starts. Use the following table to complete the wizard:

Display name

Bob

E-mail address

bob@<your domain> (bob@ilopia.com)

Incoming mail server is a

POP3

Incoming mail server

<your domain> (ilopia.com)

Outgoing mail server

<your domain> (ilopia.com)

Account name

bob@<your domain> (bob@ilopia.com)

Password

bob

Remember Password

Checked

SPA

Unchecked

Are we finished now? Well, let us try to send an email. Didn't work, did it? I'm sure you got an error message similar to this one:

The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was 'webmaster@ilopia.com'. Subject 'Test', Account: 'ilopia.com', Server: 'ilopia.com', Protocol: SMTP, Server Response: '550 5.7.1 Unable to relay for webmaster@ilopia.com', Port: 25, Secure(SSL): No, Server Error: 550, Error Number: 0x800CCC79

The reason why we got this is written in the error message. "Unable to relay for <email address>". This means that we didn't get authenticated to the SMTP server. So, let us take a look at the email client's settings again.

This will bring up this window:


And hopefully you will receive an email within some minutes (if you sent it to your own email account).

Enable SPA

Of course we want our network as secure as possible, so we prefer to use SPA (Secure Password Authentication). This will, as stated before, send the user name and password from the client encrypted, instead of clear text.

We must also change some settings for the email clients.

More help

If you need more help, or are curious about things, take a look at the help files in Windows Server 2003. They are excellent and you will find out that there are more features that I have not talked about.

Links

Advanced Mail Server Configurations
http://www.microsoft.com/windowsserver2003/techinfo/overview/advmail.mspx

Comparing the POP3 Service and Configuring Coexistence with Exchange
http://www.microsoft.com/downloads/details.aspx?FamilyID=46e9cdd0-95f0-4db6-a4d2-874f4abb09e5&displaylang=en

Setting up "Catch-all" e-mail account in Windows Server 2003
http://isorecorder.alexfeinman.com/catchall.htm

FAQ

Additional questions and answers can be found here:
http://www.ilopia.com/FAQ/

Q. I have configured the email server and I can send emails without problems. But all emails the server receives ends up in the Drop folder and are not moved to the proper mailbox. What is wrong?

This can happen if you have moved the mail root recently and forgot to cycle the server. To cycle it, open the Services snap-in and find Simple Mail Transfer Protocol (SMTP) in the list. This problem can also occur if you created the SMTP account manually through the IIS snap in. What you have to do in this case is to delete the domain from SMTP and then re-add it using the POP3 tools.

Q. Does the built-in email server support Internet Access Message Protocol (IMAP)?

No, the built-in email server does not support IMAP. If you want or need IMAP support you'll have to look at Exchange 2003, Exchange 2000 running on a Windows 2000 Server machine in a Windows Server 2003 domain, or use a third party email server.

Q. I want the users to be able to read and write email from Internet. Does the built-in email server offer a web interface?

No, the built-in email server is very limited and is only a basic email server. So this feature is not included in it.

Q. I cannot find the SMTP Snap-In in IIS Manager. How do I get it back?

This is a known issue, and should be fixed in Service Pack 1 for Windows Server 2003. To fix it, follow these steps:

Uninstall and re-install the SMTP Service will not fix this.

Q. Where are the POP3 logfiles?

The POP3 Service logs to the Event Logs, which can be viewed by using Event Viewer.

Copy by : http://www.ilopia.com/Articles/WindowsServer2003/EmailServer.aspx

How To Use a Fake IP Address & Mask Yourself Online

People often say to me that they don't like surfing the Internet as they feel every website they go to could hunt them down and knock on their door. Let me tell you this. It is not true.

However, bear in mind, that it is possible to find your location, but they would need a legal case against you to force your Internet Service Provider to hand over your details. However, if you are still worried and would like to surf the web anonymously, you will need to obtain a fake IP address to mask your online identity.

Before I get started, I should mention why people want to use a fake IP address.

  1. They need to test if a web server is correctly configured.
  2. A firewall has blocked them out of their own website, and they need to get back in.
  3. They want to access something that they can't in their location. For example Google Voice or Hulu.
  4. There are many more reasons for masking your IP address, but I will not go there. There are a few ways in which you can do this.

    Change Your Proxy Settings In Your Web Browser

    A quick and easy way is to tell your web browser to use a proxy. So how on earth do you do that? It is quite simple actually. But first of all, you have to find a proxy to connect to. Digital Cyber Soft has an up to date list that you can use.

    Just simple select a random proxy from the list.


    Once you've picked one, just enter the settings.

    In Firefox: Tools –> Options –> Advance –> Network –> Settings


    Then just select Manual proxy configuration and enter the  proxy IP address in HTTP Proxy and the Port number. Hit OK.

    In Internet Explorer: Tools –> Internet Options –> Connections –> LAN Settings. Tick Use a proxy server for your LAN and enter the Address and Port number.


    Hit OK. Once that is done, you can go to CanYouSeeMe and check that your IP is different to the one before you made the changes.

    Install GlypeProxy On Your Web Server

    If you own a webserver, you can install a free script called GlypeProxy. This script provides you with an admin control panel so you can see what sites visitors have been searching for and other cool features.

    By installing it on your own server, you can ensure that no one will be stealing your information, they won't show you ads and you will be much safer. Before you go ahead and do this, make sure you are allowed to install it by your web hosting provider.


    There is also another script that does not give you an admin panel and that is phpProxy which  you can download at Sourceforge.

    Install Software On Your Computer

    Another way to mask your IP address or to use a fake one is to install software onto your computer. One such program is Hotspot Shield. It works by you downloading and installing a program onto your computer which creates a Virtual Private Network (or VPN) from your computer directly to one of their servers.

    Use Web Proxies

    One of the most common and easiest ways to hide your IP address is to use a web proxy. This is exactly the same as what I mentioned before in installing Glypeproxy, but it's another script on another server. There are thousands of these on the internet, so its just a case of finding one that you like.

    Some of the most popular, and better web proxies are:

Tuesday, December 21, 2010

Windows 7 සඳහා වූ භාෂා අතුරු මුහුණත් ඇසුරුම


Windows 7 සඳහා වූ භාෂා අතුරු මුහුණත් ඇසුරුම

Windows 7 සඳහා වූ භාෂා අතුරු මුහුණත් ඇසුරුමක් ස්ථාපනය කිරීමට පෙර දැනගත යුතු පූර්ව-ස්ථාපන සහ සාමාන්ය තොරතුරු මෙම ලේඛය මගින් සපයනු ලැබේ.

Windows 7 සඳහා වූ භාෂා අතුරු මුහුණත් ඇසුරුම පිළිබඳව

Windows 7 සඳහා වූ මෙම භාෂා අතුරු මුහුණත් ඇසුරුම
(LIP) මගින්, Windowsවල බහුලව භාවිත කෙරෙන අංශවල අර්ධ ලෙස පරිවර්තනය කළ අනුවාදයක් සපයනු ලබයි. LIP ස්ථාපනය කිරීමෙන් පසුව, විශාරදයන්, සංවාද කොටු, මෙනු, උදව් සහ සහාය මාතෘකා,
සහ පරිශීලක අතුරු මුහුණතෙහි ඇති අනෙකුත් අයිතමවල තිබෙන පෙළ , LIP භාෂාවෙන් දිස්වනු ඇත. පරිවර්තනය නොවූ පෙළ, Windows 7 මූලික භාෂාවෙන් පවතිනු ඇත. නිදසුනක් ලෙස, ඔබ Windows 7 ස්පාඤ්ඤ
අනුවාදයක් මිළදී ගතහොත්,
සමහර පෙළ ස්පාඤ්ඤ භාෂාවෙන් පවතිනු ඇත. ඔබට LIP එකකට වඩා ස්ථාපනය කළ හැකිය, එනිසා පරිගණකයේ සෑම පරිශීලකයකුටම, ඔවුන්ට කැමති භාෂාවකින් පරිශීලක අතුරු මුහුණත දැක්වීමට හැකි වේ.

ඔබ LIP ස්ථාපනය කිරීමට පෙර

●    ඔබට LIP ස්ථාපනය කිරීමට අවශ්ය පරිගණකය තුළ, Windows 7 සක්රිය අනුවාදයක් ක්රියාත්මක විය යුතුය.
සක්රිය කිරීම මගින්, ඔබගේ Windows පිටපත අව්යාජ එකක් බවට තහවුරු කෙරෙන අතර, Microsoft මෘදුකාංග වරපත් කොන්දේසි මගින් ඉඩ ලබා දී ඇති ගණනට වඩා වැඩි පරිගණක ගණනක එය භාවිත නොකෙරෙන බව තහවුරු කෙරේ.
●    Windows 7 මූලික භාෂාවට, LIP සහාය දැක්විය යුතුය. නිදසුනක් ලෙස, ඔබ Windows 7 ස්පාඤ්ඤ
අනුවාදය මිළදී ගතහොත්, ඇතැම් LIP පමණක් මෙම අනුවාදය තුළ ස්ථාපනය කළ හැකි වේ. Microsoft වෙබ් අඩවිය මගින්, LIP සඳහා වූ පූර්ව අවශ්යතා, LIP ගොනු සහිතව සපයයි.

LIP ස්ථාපනය කිරීම

    LIP ස්ථාපනය කිරීම සඳහා ඔබ පරිපාලක ලෙස ප්රවේශ යුතු අතර, ස්ථාපන ක්රියාවලිය සිදුකෙරෙන අතරතුර අනෙකුත් සියලු පරිශීලකයන් ඉවත් වී ඇති බවට තහවුරු කරගත යුතුය.
●    ඔබට ස්ථාපන ක්රියාවලිය සිදුකෙරෙන අතරතුර සිටුවම් ක්රමලේඛය විසින් ඔබට මග පෙන්වනු ලබන අතර, ඉන්පසුව වැරීම සඳහා අපේක්ෂණය කරයි. ඔබ නැවත ප්රවේශ වී දැක්වුම් භාෂාව, LIP භාෂාව බවට වෙනස් කළ විට, ඔබ ස්ථාපනය කළ භාෂාවෙන් Windows දිස්වනු ඇත.
සහය දක්වනු ලබන උස්තල

Windows 7 LIP ස්ථාපනය කළ හැක්කේ, Windows 7 තුළ පමණකි.

පසු-ස්ථාපන සටහන්

LIP භාෂාවෙන් Windows දැක්වීම සඳහා, ඔබ පහත පියවර අනුගමනයකර දැක්වුම් භාෂාව වෙනස් කළ යුතුය:
1.    අරඹන්න
බොත්තම ක්ලික්කර, පාලක පුවරුව ක්ලික්කර, හෝරා යන්ත්රය, භාෂාව සහ කලාපය
ක්ලික්කර, අනතුරුව කලාප සහ භාෂා
අභිරුචි ක්ලික් කරන්න.
2.    යතුරු පුවරු සහ භාෂා පටිත්ත ක්ලික් කරන්න.
3.    දැක්වුම් භාෂාව යටතේ, ලැයිස්තුවෙන් භාෂාවක් තෝරාගෙන,
ඉන්පසු හරි
ක්ලික් කරන්න.
LIP එකක් ස්ථාපනය කළ විට,
එය පරිගණකයේ සියලු පරිශීලක ගිණුම් සඳහා ලද හැකි වේ. අනෙකුත් පරිශීලකයන් ඔවුන්ගේ ගිණුම් වෙතට ප්රවේශ වි, දැක්වුම් භාෂාව වෙනස් කිරීමට පහත ක්රියාමාර්ගය අනුගමනය කළ හැකිය.

ඔබ දැක්වුම් භාෂාව වෙනස් කළ විට,
එය ඔබගේ පරිශීලක ගිණුම සඳහා පමණක් වෙනස් කෙරෙන අතර, පිළිගැනීමේ තිරය (Windows වෙතට ප්රවේශ වීමට ඔබ භාවිතා කරන තිරය) සඳහා වෙනස් නොවේ.
පිළිගැනීමේ තිරයේ දැක්වුම් භාෂාව වෙනස් කිරීමට, පහත පියවර අනුගමනය කරන්න:

1.    අරඹන්න
බොත්තම ක්ලික්කර, පාලක පුවරුව ක්ලික්කර, හෝරා යන්ත්රය භාෂාව සහ කලාපය
ක්ලික්කර, අනතුරුව කලාපීය සහ භාෂා
අභිරුචි

ක්ලික් කරන්න.
2.    පරිපාලක පටිත්ත ක්ලික්කර, අනතුරුව වෙන් කළ ගිණුම් වෙතට පිටපත් කරන්න ක්ලික් කරන්න. පරිපාලක මුරපදයක් හෝ තහවුරු කිරීමක් සඳහා ඔබෙන් අපේක්ෂණය කරයි නම්, මුරපදය ටයිප් කරන්න, නැතහොත් තහවුරු කිරීම සපයන්න.
3.    පද්ධති ගිණුම්
සළකුණු කොටුව (පෙදෙසි පද්ධතිය, පෙදෙසි සේවාව සහ ජාල සේවාව)
තෝරන්න.
පරිශීලක අතුරු මුහුණතේ බහුලවම භාවිත කෙරෙන අංශ, LIP භාෂාවෙන් දිස්වේ. පරිශීලක අතුරු මුහුණතේ සමහර අංශ මූලික භාෂාවෙන් පවතිනු ඇත. මෙම පරිපාලක මෙවලම් සඳහා උදාහරණ වනුයේ,
සිද්ධි දක්වනය
සහ MMC snap-ins .

Windows හි ඇතැම් අංශවල මාතෘකා සබැඳි පරිවර්තනය වී තිබුන ද, විශාරදයේ ප්රධාන පෙළ මූලික භාෂාවෙන් පවතිනු ඇත.මෙය LIPවල සාමාන්ය ලක්ෂණයකි. මේවා සඳහා නිදසුන් වනුයේ, පිළිගැනීමේ මධ්යස්ථානයේ, 'අන්තර්ජාලයට යන්න' සබැඳි ය.

LIP භාෂාව සඳහා නිමවන ලද යුනිකෝඩ්-නොවන ක්රමලේඛ, කියවීමට නොහැකි අනුලකුණුවලින් දිස්වීමට ඉඩ ඇත. මෙම ක්රමලේඛ සඳහා වූ පරිශීලක අතුරු මුහුනත් දැක්වුම, LIP භාෂාව බවට වෙනස් කිරීම සඳහා, ඔබ පද්ධති පෙදෙසිය වෙනස් කළ යුතුය.
ස්ථාපන විශාරදයෙහි පද්ධති
ගිණුම්වලට වෙනස්කම් යොදන්න
සළකුණු කොටුව තේරීම මගින් ඔබට පද්ධති පෙදෙසිය වෙනස් කළ හැකිය, නැතහොත් පහත පියවර අනුගමනය කරන්න:

1.    අරඹන්න
බොත්තම ක්ලික්කර, පාලක පුවරුව ක්ලික්කර, හෝරා යන්ත්රය, භාෂාව සහ කලාපය
ක්ලික්කර
අනතුරුව කලාපීය සහ භාෂා
අභිරුචි ක්ලික් කරන්න.

2.    පරිපාලක පටිත්ත ක්ලික්කර, අනතුරුව යුනිකෝඩ්-නොවන ක්රමලේඛ සඳහා වූ භාෂාව (පද්ධති පෙදෙසිය) යටතෙහි වු, පද්ධති පෙදෙසිය වෙනස් කරන්න ක්ලික් කරන්න. පරිපාලක මුරපදයක් හෝ තහවුරු කිරීමක් සඳහා ඔබෙන් අපේක්ෂණය කළහොත්, මුරපදය ටයිප් කරන්න, නැතහොත් තහවුරු කිරීම සපයන්න.
3.    භාෂාව තෝරා, අනතුරුව හරි
ක්ලික් කරන්න.
4.    වෙනස්කම් යෙදීම සඳහා ඔබ පරිගණකය යළි ඇරඹීම අවශ්ය වේ.
5.    ඔබගේ පරිගණකය යළි ඇරඹීමට, දැන් යළි අරඹන්න ක්ලික් කරන්න.
කියවීමට නොහැකි අනුලකුණු සහිත වෙබ් පිටු, Internet Explorer විසින් පෙන්වනු ලැබීමට ඉඩ ඇත. එයට හේතුව නම්, LIP විසින් Internet Explorer හි
භාෂාව වෙනස් නොකරනු ලැබීමයි. LIP භාෂාවෙන් නිවැරදිව වෙබ් පිටු දැක්වීමට, පහත පියවර අනුගමනය කිරීම මගින් Internet Explorer වෙතට භාෂාව එක් කිරීම අවශ්ය වේ:

1.    අරඹන්න
බොත්තම
ක්ලික්කර, අනතුරුව
Internet Explorer ක්ලික් කරන්න.
2.    මෙවලම් බොත්තම ක්ලික්කර, අනතුරුව
අන්තර්ජාල අභිරුචි ක්ලික් කරන්න.
3.    සාමාන්ය පටිත්ත ක්ලික්කර, අනතුරුව
භාෂා ක්ලික් කරන්න.
4.    භාෂා අභිමත සංවාද කොටුවෙහි, එක් කරන්න ක්ලික් කරන්න.
5.    භාෂාව එක් කරන්න සංවාද කොටුවෙහි, ලැයිස්තුවෙන් භාෂාවක් තෝරා, අනතුරුව හරි ක්ලික් කරන්න.
හඳුනාගත් ගැටළු

දැනට මෙම LIP තුළ ගැටළු කිසිවක් හඳුනාගෙන නොමැත.

LIP අස්ථාපනය කිරීම

ඔබට LIPs අස්ථාපනය කළ හැකිය, නැතහොත් ඔබගේ පරිගණකයේ පවතින LIPs තිබෙන්නට හැර, දැක්වුම් භාෂාව නැවතත් මූලික භාෂාව බවට වෙනස් කළ හැකිය.

LIP අස්ථාපනය කිරීමට, මෙම පියවර අනුගමනය කරන්න:

1.    අරඹන්න
බොත්තම ක්ලික්කර, පාලක පුවරුව
ක්ලික්කර, හෝරා යන්ත්රය, භාෂාව, සහ කලාපය
ක්ලික්කර, අනතුරුව කලාපීය හා භාෂා අභිරුචි ක්ලික් කරන්න.
2.    යතුරු පුවරු සහ භාෂා
පටිත්ත ක්ලික් කරන්න.
3.    දැක්වුම් භාෂාව යටතේ, භාෂා
ස්ථාපනය/අස්ථාපනය කරන්න
ක්ලික්කර, අනතුරුව පියවර අනුගමනය කරන්න. ඔබට පරිපාලක මුරපදයක් හෝ තහවුරු කිරීමක් සඳහා අපේක්ෂණය වුවහොත්, මුරපදය ටයිප් කරන්න, නැතහොත් තහවුරු කිරීම සපයන්න.
දැක්වුම මුල්
භාෂාව
බවට වෙනස් කිරීමට, මෙම පියවර අනුගමනය කරන්න:

1.    අරඹන්න
බොත්තම ක්ලික්කර, පාලක පුවරුව
ක්ලික්කර, හෝරා යන්ත්රය, භාෂාව, සහ කලාපය
ක්ලික්කර, අනතුරුව කලාපීය හා භාෂා අභිරුචි ක්ලික් කරන්න.
2.    යතුරු පුවරු සහ භාෂා
පටිත්ත ක්ලික් කරන්න.
3.    දැක්වුම් භාෂාව
යටතේ, ලැයිස්තුවෙන් භාෂාව තෝරා, අනතුරුව
හරි
ක්ලික් කරන්න.
කතු හිමිකම

URL සහ වෙනත් අන්තර්ජාල වෙබ් අඩවි යොමු ඇතුලුව මෙම
ලේඛයෙහි තිබෙන තොරතුරු, දැනුම් දීමකින් තොරව වෙනස් කිරීමට ඉඩ ඇති අතර, එය සපයා ඇත්තේ තොරතුරුමය අවශ්යතා සඳහා පමණි. මෙම ලේඛය භාවිතා කිරීම හෝ එහි ප්රතිඵලවල සම්පූර්ණ අවදානම පරිශීලකයා සතුවන අතර, Microsoft Corporation විසින් එහි වගකීම ප්රකාශිතව හෝ ව්යංග්යයෙන් හෝ බාර නොගනී. විශේෂයෙන් සඳහන්කර නොමැති, මෙහි සඳහන්වන නිදර්ශන ආයතන, සංවිධාන, නිෂ්පාදන, වසම් නාම, ඉ-තැපැල් ලිපින, ලාංඡන, පුද්ගලයින්, ස්ථාන සහ සිද්ධි, මනංකල්පිත ඒවාවන අතර, සත්ය ආයතන, සංවිධාන, නිෂ්පාදන, වසම් නාම, ඉ-තැපැල් ලිපින, ලාංඡන, පුද්ගලයින්, ස්ථාන හෝ සිද්ධි කිසිවක් සමග කිසිඳු සම්බන්ධතාවක් හෝ අනුමාන කිරීමක් නොමැත.
අදාළ කතු හිමිකම් නීති සියල්ලටම එකඟ වීම පරිශීලකයා සතු වගකීමකි. කතු හිමිකම යටතෙහි වූ හිමිකම් සීමා කිරීමකින් තොරව කවර හෝ අරමුණක් සඳහා, Microsoft Corporation හි ප්රකාශිත ලිඛිත අවසරයකින් තොරව, මෙම ලේඛයේ කිසිඳු කොටසක් පිටපත් කිරීම, ගබඩාකිරීම, ආපසු ලබා ගැනීමේ පද්ධතියකට හඳුන්වාදීම, ඕනෑම විධියකින් හෝ ඕනෑම අකාරයකින් (ඉලෙක්ට්රොනික, යාන්ත්රිත, ඡායාපිටපත්, පටිගතකිරීම්, හෝ වෙනත් ආකාරයකින්) විකාශනය කිරීම සිදු නොකළ යුතුය.


මෙම ලේඛයෙහි අන්තර්ගතය ආවරණය කෙරෙන පරිදි, Microsoft සතුව පේටන්ට්, පේටන්ට් යෙදුම්, වෙළඳ නාම, කතු හිමිකම්, හෝ වෙනත් බුද්ධිමය දේපල හිමිකම් තිබීමට ඉඩ ඇත. Microsoft මෘදුකාංග වරපත් කොන්දේසිවල විශේෂයෙන්ම සඳහන්කර නොමැති නම්, මෙම පේටන්ට්, වෙළඳ නාම, කතු හිමිකම්, හෝ වෙනත් බුද්ධිමය දේපල හිමිකම් සඳහා වූ කිසිඳු අයිතියක් ඔබට මෙම ලේඛයෙහි අඩංගු දෑ මගින් ලබා නොදෙනු ලැබේ.

© 2006 Microsoft Corporation. සියලුම හිමිකම් ඇවිරිණි.

Microsoft, Internet Explorer, සහ Windows 7 යනු, එක්සත් ජනපදය සහ/හෝ අනෙකුත් රටවල හෝ කලාපවල තිබෙන Microsoft Corporation හි වෙළඳ නාමයන්ය.

මෙහි සඳහන්කර ඇති නියම ආයතන සහ නිෂ්පාදන නාම ඒවායෙහි අදාල හිමිකරුවන්ගේ වෙළඳ නාමයන් වීමට ඉඩ ඇත.

Download's

file:///C:/Users/prabath/Downloads/LIP_si-LK-x86.msi

file:///C:/Users/prabath/Downloads/LIP_si-LK-x64.msi

copy by : http://www.microsoft.com/downloads/render.aspx?displaylang=si&content=updateservices


 

Start+Blog = You'r Happy

Start... 

Follow this steps

01- go to you blog site and edit html

02- search the </body> and copy this code.


<marquee behavior='scroll' direction='down' scrollamount='2' style='position:absolute;border:0px;padding:0px;margin:0px;left:601px;top:7px;width:auto;height:653px;z-index:1;'><span class='falling1'><img src='http://www.barbspetpourri.highpowersites.com/i//ColoredStars.gif'/></span></marquee><marquee behavior='scroll' direction='down' scrollamount='1' style='position:absolute;border:0px;padding:0px;margin:0px;left:720px;top:64px;width:auto;height:232px;z-index:1;'><span class='falling1'><img src='http://www.barbspetpourri.highpowersites.com/i//ColoredStars.gif'/></span></marquee><marquee behavior='scroll' direction='down' scrollamount='1' style='position:absolute;border:0px;padding:0px;margin:0px;left:735px;top:50px;width:auto;height:321px;z-index:1;'><span class='falling1'><img src='http://www.barbspetpourri.highpowersites.com/i//ColoredStars.gif'/></span></marquee><marquee behavior='scroll' direction='down' scrollamount='6' style='position:absolute;border:0px;padding:0px;margin:0px;left:608px;top:78px;width:auto;height:125px;z-index:1;'><span class='falling1'><img src='http://www.barbspetpourri.highpowersites.com/i//ColoredStars.gif'/></span></marquee><marquee behavior='scroll' direction='down' scrollamount='1' style='position:absolute;border:0px;padding:0px;margin:0px;left:43px;top:62px;width:auto;height:10px;z-index:1;'><span class='falling1'><img src='http://www.barbspetpourri.highpowersites.com/i//ColoredStars.gif'/></span></marquee><marquee behavior='scroll' direction='down' scrollamount='' style='position:absolute;border:0px;padding:0px;margin:0px;left:539px;top:97px;width:auto;height:426px;z-index:1;'><span class='falling1'><img src='http://www.barbspetpourri.highpowersites.com/i//ColoredStars.gif'/></span></marquee><marquee behavior='scroll' direction='down' scrollamount='3' style='position:absolute;border:0px;padding:0px;margin:0px;left:791px;top:45px;width:auto;height:178px;z-index:1;'><span class='falling1'><img src='http://www.barbspetpourri.highpowersites.com/i//ColoredStars.gif'/></span></marquee><marquee behavior='scroll' direction='down' scrollamount='3' style='position:absolute;border:0px;padding:0px;margin:0px;left:278px;top:104px;width:auto;height:701px;z-index:1;'><span class='falling1'><img src='http://www.barbspetpourri.highpowersites.com/i//ColoredStars.gif'/></span></marquee><marquee behavior='scroll' direction='down' scrollamount='2' style='position:absolute;border:0px;padding:0px;margin:0px;left:404px;top:69px;width:auto;height:211px;z-index:1;'><span class='falling1'><img src='http://www.barbspetpourri.highpowersites.com/i//ColoredStars.gif'/></span></marquee><marquee behavior='scroll' direction='down' scrollamount='1' style='position:absolute;border:0px;padding:0px;margin:0px;left:331px;top:2px;width:auto;height:293px;z-index:1;'><span class='falling1'><img src='http://www.barbspetpourri.highpowersites.com/i//ColoredStars.gif'/></span></marquee><marquee behavior='scroll' direction='down' scrollamount='7' style='position:absolute;border:0px;padding:0px;margin:0px;left:655px;top:89px;width:auto;height:399px;z-index:1;'><span class='falling1'><img src='http://www.barbspetpourri.highpowersites.com/i//ColoredStars.gif'/></span></marquee><marquee behavior='scroll' direction='down' scrollamount='5' style='position:absolute;border:0px;padding:0px;margin:0px;left:813px;top:11px;width:auto;height:429px;z-index:1;'><span class='falling1'><img src='http://www.barbspetpourri.highpowersites.com/i//ColoredStars.gif'/></span></marquee><marquee behavior='scroll' direction='down' scrollamount='7' style='position:absolute;border:0px;padding:0px;margin:0px;left:254px;top:109px;width:auto;height:146px;z-index:1;'><span class='falling1'><img src='http://www.barbspetpourri.highpowersites.com/i//ColoredStars.gif'/></span></marquee><marquee behavior='scroll' direction='down' scrollamount='' style='position:absolute;border:0px;padding:0px;margin:0px;left:616px;top:20px;width:auto;height:534px;z-index:1;'><span class='falling1'><img src='http://www.barbspetpourri.highpowersites.com/i//ColoredStars.gif'/></span></marquee><marquee behavior='scroll' direction='down' scrollamount='1' style='position:absolute;border:0px;padding:0px;margin:0px;left:652px;top:42px;width:auto;height:410px;z-index:1;'><span class='falling1'><img src='http://www.barbspetpourri.highpowersites.com/i//ColoredStars.gif'/></span></marquee><marquee behavior='scroll' direction='down' scrollamount='' style='position:absolute;border:0px;padding:0px;margin:0px;left:707px;top:96px;width:auto;height:39px;z-index:1;'><span class='falling1'><img src='http://www.barbspetpourri.highpowersites.com/i//ColoredStars.gif'/></span></marquee><marquee behavior='scroll' direction='down' scrollamount='' style='position:absolute;border:0px;padding:0px;margin:0px;left:200px;top:76px;width:auto;height:137px;z-index:1;'><span class='falling1'><img src='http://www.barbspetpourri.highpowersites.com/i//ColoredStars.gif'/></span></marquee><marquee behavior='scroll' direction='down' scrollamount='5' style='position:absolute;border:0px;padding:0px;margin:0px;left:309px;top:13px;width:auto;height:338px;z-index:1;'><span class='falling1'><img src='http://www.barbspetpourri.highpowersites.com/i//ColoredStars.gif'/></span></marquee><marquee behavior='scroll' direction='down' scrollamount='5' style='position:absolute;border:0px;padding:0px;margin:0px;left:622px;top:107px;width:auto;height:676px;z-index:1;'><span class='falling1'><img src='http://www.barbspetpourri.highpowersites.com/i//ColoredStars.gif'/></span></marquee><marquee behavior='scroll' direction='down' scrollamount='5' style='position:absolute;border:0px;padding:0px;margin:0px;left:149px;top:76px;width:auto;height:199px;z-index:1;'><span class='falling1'><img src='http://www.barbspetpourri.highpowersites.com/i//ColoredStars.gif'/></span></marquee><marquee behavior='scroll' direction='down' scrollamount='5' style='position:absolute;border:0px;padding:0px;margin:0px;left:506px;top:77px;width:auto;height:344px;z-index:1;'><span class='falling1'><img src='http://www.barbspetpourri.highpowersites.com/i//ColoredStars.gif'/></span></marquee>


03- past the this code under the </body>

04- save and view the preview...

Fun !!!

Effective CPM ???


Effective cost-per-thousand impressions (eCPM) is a useful way to compare revenue across different channels and advertising programs. Essentially, effective CPM represents your estimated earnings for every 1000 impressions you receive.
Effective CPM doesn't represent how much you have actually earned -- rather, it's calculated by dividing your estimated earnings by the number of page impressions, then multiplying by 1000. For example, if you earned an estimated $0.15 from 25 page impressions, then your page eCPM would equal ($0.15 / 25) * 1000, or $6.00. If you earned an estimated $180 from 45,000 ad impressions, your ad eCPM would equal ($180 / 45,000) * 1000, or $4.00.

Ready to get started? 

Friday, December 17, 2010

Helicopter.

early helicopter technology
Helicopter flight was probably the first type of flight envisioned by man. The idea dates back to ancient China, where children played with homemade tops of slightly twisted feathers attached to the end of a stick. They would rapidly spin the stick between their hands to generate lift and then release the top into free flight.
In the western world, the ancient Greek mathematician, physicist, and inventor, Archimedes, who lived and worked in the second century B.C.E. perfected the principle of the rotating screw for use as a water pump. When the screw was rotated inside a cylinder, the screw moved the water in front of it. At the same time, the water resisted and pushed back. This resistance also applied to the movement of screws through air—a type of fluid.
The 15th century Italian Leonardo da Vinci has often been cited as the first person who conceived of a helicopter capable of lifting a person and then experimented with models of his designs. His sketch of the "aerial-screw" or "air gyroscope" showed a device with a helical rotor. The helical surface on his device resembled a helicopter and was made from iron wire and covered with linen surfaces made "airtight with starch."
In 1483, Leonardo da Vinci of Italy sketched the most advanced plans of the period for an aircraft that was really a helicopter. His theory for "compressing" the air to obtain lift was substantially similar to that of the modern helicopter.
Leonardo planned to use muscle power to revolve the rotor, although such power would never have been sufficient to operate a helicopter successfully. His notes implied that his models flew, but from his sketch, there was no way to deal with the torque created by the propeller. Although he had undoubtedly identified the concept of a rotary-wing aircraft, the technology needed to create a helicopter had not yet been produced. His drawings date to 1483, but they were first published nearly three centuries later.
A large number of fanciful inventions surfaced between the time of Leonardo and the 20th century. These helped advance the knowledge of vertical flight, but they all lacked sufficient power to achieve flight and were too bulky and heavy. Serious efforts to create a real helicopter did not occur until the early years of the 20th century.
In 1754, Mikhail Lomonosov, the "Father of Russian Science," suggested that a coaxial rotor machine could be used to lift meteorological instruments. He developed a small coaxial rotor modelled after the Chinese top, but powered by a wound-up spring that he demonstrated to the Russian Academy of Sciences in July 1754. The device may have climbed and flown freely or it may have been suspended from a string.
J.P. Paucton seems to have been the first European to propose the helicopter as a man-carrying vehicle. In his Theorie de la vis d'Archimedes, he described a man-powered machine called a Pterophere with two airscrews—one to support the machine in flight and the second to provide forward propulsion.
In 1783, the French naturalist Launoy, with the assistance of his mechanic Bienvenu, used a version of the Chinese top in a model consisting of two sets of rotors made of turkey feathers that rotated in opposite directions. This "counter-rotation" solved the problem of torque since the forces created by each rotor cancelled each other out. They demonstrated the model, which resembled Lomonosov's model in principle, in 1784 before the French Academy of Sciences and succeeded in achieving free flight.
Launoy and Bienvenu designed a version of the Chinese top that consisted of two sets of rotors made of turkey feathers that rotated in opposite directions, which solved the problem of torque.
George Cayley, who, as a young boy, had been fascinated by the Chinese top, built his earliest vertical-flight model, a twin-rotor helicopter model in 1792 and described it in On Aerial Navigation in 1796. It was very similar to Launoy and Beinvenu's model. By the end of the 18th century, he had constructed several successful vertical-flight models with rotors made of sheets of tin and driven by wound-up clock springs. In a scientific paper published in 1843, Cayley described a relatively large vertical flight aircraft design that he called an Aerial Carriage. However, his device remained only an idea because the only engines available at the time were steam engines, which were much too heavy for successful flight.

In 1843, Sir George Cayley of Great Britain drew up plans for this "aerial carriage" that used rotors on opposite sides to counteract torque. This configuration is sometimes still used.
The lack of a suitable engine stifled aeronautical progress, but the use of miniature lightweight steam engines met with limited success. In 1842, the Englishman W.H. Phillips constructed a steam-driven vertical flight machine that ejected steam generated by a miniature boiler out of its blade tips. Although impractical to build at full-scale, Phillips' machine marked the first time that a model helicopter had flown powered by an engine rather than by stored energy devices such as wound-up springs. He exhibited his model at the Crystal Palace in London in 1868.
Another idea at this time, documented by Octave Chanute in Progress in Flying Machines, was a model built by Cossus of France in 1845. It had three rotating aerial screws that were moved by steam power. Chanute also mentioned a device by a Mr. Bright that consisted of axles that were suspended beneath a balloon and rotated in opposite directions.
This 1845 design for a primitive helicopter by Cossus appeared in Octave Chanute's Progress in Flying Machines. The rotating screws were to be moved by steam power.
A U.S. Confederate soldier, William Powers, designed an attack helicopter in 1862 that made use of Archimedes' screws powered by a steam engine that was to propel it vertically and forward. He intended to use it to break the Union's siege of the southern ports. He constructed a non-flying model but did not construct a full-size craft.
In France, an association was set up to assemble the many helicopter models and designs that had proliferated during the 1860s. In 1863, the Vicomte Gustave Ponton d'Amecourt built a model helicopter with counter-rotating propellers and a steam engine. He patented it in France and Great Britain and exhibited it at the 1868 London Aeronautical Exposition. This machine failed, but another model using spring propulsion had better luck. He called his machines "helicopteres," which was derived from the Greek adjective "elikoeioas," meaning spiral or winding and the noun "pteron," meaning feather or wing.
Gustave Ponton D'Amecourt constructed, in 1865, an aerial screw machine that worked by steam. It was exhibited at the London Aeronautical Exposition in 1868.
In 1870, Alphonse Penaud constructed several model helicoptére that he fashioned after the Chinese top. They had two superimposed screws rotating in opposite directions and set in motion by the force of twisted rubber bands. Some of his models rose to more than 50 feet (15 meters). In 1871, Pomes and De la Pauze designed an apparatus that had a rotor powered by gunpowder, but it was never built.

Penaud's flying screw, which the French called a "Helicoptere," consisted of two superimposed screws rotating in opposite directions and powered by the force of twisted rubber bands. This design inspired by the Wright brothers when they were boys.
In 1877, Emmanuel Dieuaide, a former secretary of the French Aeronautical Society, designed a helicopter with counter-rotating rotors. The engine boiler was on the ground and connected to the machine by a flexible tube. Also that year, Melikoff designed and patented a helicopter with a conical-shaped rotor that doubled as a parachute for descent.

The invention of Dieuaide, at one time secretary of the French Aeronautical Society, consisted of two pairs of square vanes set a various angles to the line of motion so as to vary the pitch and rotated in opposite directions by gearing. It had a steam engine.
In 1878, Castel, a Frenchman, designed and built a helicopter driven by compressed air with eight rotors on two counter-rotating shafts. This model did not work, but a smaller one built by Dandrieux between 1878 and 1879 and driven by elastic bands did.
Also in 1878, Enrico Forlanini, an Italian civil engineer, built another type of flying steam-driven helicopter model powered by a 7.7-pound (3.5-kilogram) engine. This model had two counter-rotating rotors and rose more than 40 feet (12 meters), flying for as much as 20 seconds.
This design by Melikoff in 1877 consisted of a screw parachute. It would be rotated by a gas turbine. It was designed to carry a man.
In the 1880s, Thomas Alva Edison experimented with small helicopter models in the United States. He tested several rotor configurations driven by a gun cotton engine, an early form of internal combustion engine. However, a series of explosions that blew up part of his laboratory deterred him. Later, Edison used an electric motor for power, and he was one of the first to realize from his experiments that a large-diameter rotor with low blade area was needed to give good hovering efficiency. Edison's scientific approach to the problems of vertical flight proved that both high aerodynamic efficiency of the rotor and high power from an engine were required for successful vertical flight.
At the end of the nineteenth century, inventors had not solved the inherent aerodynamic and mechanical complexities of building a vertical flight aircraft. The hundreds of failed helicopter inventions had either inadequate power or control or experienced excessive vibration. Some of the better-designed early helicopters managed to hop briefly into the air, but they did not attain sustained flight with control. Steam engines were just too heavy for a full-scale helicopter. Not until the internal combustion engine was invented and became available could inventors develop full-sized models.
A number of technical problems challenged the early developers of helicopters. These included limited knowledge of the aerodynamics of vertical flight, the lack of a suitable engine, the inability to keep the weight of the structure and engine low enough, the problem of excessive vibration, the inability to deal with the torque created by the propellers, and the inability to achieve adequate stability and control.