zoukankan      html  css  js  c++  java
  • Lesson 1 Basic Concepts: Part 2

    Getting your web site ‘live’ on the Web

    With the nerd background details under our belts, we can now learn about the two steps to going live on the Web:

    1. Register your domain.
    2. Rent some server space.

    1. Registering your domain

    There are many companies out there that allow you to register the domain name for your web site.

    Prices vary变化, as does the quality of service, but at the end of the day, they all handle the details of getting your domain name listed in the giant address book I spoke about earlier.

    These days, you will find that many of the names you may be interested in registering are already taken.

    As I mentioned above, domain names have to be unique and many have been slurped up. 

    What is the difference between .com, .net, .org, etc.?

    Practically speaking, there is really no difference these days.

    Search engines don’t discriminate between a .COM address and a .NET address.

    The only thing you might consider is that people tend to type in .COM automatically since it was the first publicly known domain extension.

    So when registering a domain name, I would go for the .COM first and if it was taken, I would then try for any of the others. (.net, .org, .tv, etc. …)

    You probably guessed; a .COM address is not the same domain name of the same name with a different extension.

    So for example:

    www.killersites.com is not the same place as www.killersites.net

    As such, each of the addresses can be registered separately.

    2. Renting server space to ‘host’ your web site

    You need to rent space on a server so that it can serve your web site to the World Wide Web;this is often called ‘hosting’.

    Companies that provide this service are often called ‘host’ or hosting companies.

    After you’ve registered your domain, all you need to do is contact a hosting company and tell them your domain name.

    They will be able to guide you through the process and you should be live on the web in no time – typically within a week or less.

  • 相关阅读:
    JS图片宽度自适应移动端
    SQL语句中drop、truncate和delete的用法
    C#求百分比
    JS刷新后回到页面顶部
    JS返回上一页并刷新代码整理
    jQuery 获取设置图片 src 的路径
    C#银行卡号每隔4位数字加一个空格
    input标签内容改变时触发事件
    C#的Split()方法
    数据库常见性能问题调优
  • 原文地址:https://www.cnblogs.com/chucklu/p/6863325.html
Copyright © 2011-2022 走看看