Lesson 1 Basic Concepts: Part 3
A cheaper option
Some people may not want to buy a domain or pay for hosting because they only have a personal web site for fun or practice.
You can still get your website live on the web by using a free hosting service that allows you to create what is called a ‘sub-domain’.
A sub-domain is just a domain that is part of another domain.
So if killersites.com offered sub-domain hosting you could have an address like:
www.killersites.com/yourWebsite/
Or it could be like:
http://yourWebsite.killersites.com
Whichever way the free hosting service decides to do it.
The point is that your web site domain is really a part of the parent domain, in this case killersites.com.
Doing it this way, you don’t need to buy a domain name, and you don’t need to pay for hosting.
This is fine for fun or project websites, but if you are serious about your web site (say it’s your business website) using sub-domains
is like taking someone else’s business card and writing your name on it!
You figure it out …
One last point, I’ve heard of free hosting services that will allow you to host proper domains with them for free and without annoying ads that other free hosts will insert into your pages.
But I’ve never used them, and in my opinion you always get what you pay for.
In the internet’s recent past there was once a crop of一批 free service providers that
would give away泄露,赠送 access to the web via dial-up, they were notorious臭名昭著的 for bad service and all have since gone bankrupt破产 …
I wonder why?
Moving your website files onto the server
After you have your domain name registered and your hosting service in place, the last step is to upload the website onto the server.
You can transfer your web site to your host’s server using an FTP program.
An FTP program is a type of software that is used to move files from one computer to another over the Internet.
FTP is the acronym首字母缩写词 for: File Transfer Protocol; this just means that this is a ‘way’ of moving files.
There are several free FTP programs you can use to move your files
and many HTML editors and web design programs like Dreamweaver have FTP capabilities built in.
One option you probably have to ‘FTP’ your files to the server is Internet Explorer.
Internet Explorer 5 and up have an FTP program built right in.
You can use it by typing in the FTP address of the server in the address bar preceded by the keyword: FTP.
Here is an example:
FTP://207.35.15.69/yourwebsite/
Lesson 1 Basic Concepts: Part 3的更多相关文章
- Lesson 1 Basic Concepts: Part 1
www.how-to-build-websites.com/basic-concepts/part1.php An introduction to domain names, web servers, ...
- 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 ...
- Basic Concepts of Block Media Recovery
Basic Concepts of Block Media Recovery Whenever block corruption has been automatically detected, yo ...
- (二)Basic Concepts 基本概念
Basic Concepts There are a few concepts that are core to Elasticsearch. Understanding these concepts ...
- CMUSphinx Learn - Basic concepts of speech
Basic concepts of speech Speech is a complex phenomenon. People rarely understand how is it produced ...
- Nginx Tutorial #1: Basic Concepts(转)
add by zhj: 文章写的很好,适合初学者 原文:https://www.netguru.com/codestories/nginx-tutorial-basics-concepts Intro ...
- [Network]Introduction and Basic concepts
[该系列是检讨计算机网络知识.因为现在你想申请出国.因此,在写这篇博客系列的大多数英语.虽然英语,但大多数就是我自己的感受和理解,供大家学习和讨论起来] 1 Network Edge The devi ...
- Eric Linux - 1 Basic concepts of linux
Computer basic Computer 5 parts CPU Input Output Memory External storage device. CPU RISC: Reduced I ...
- Basic concepts of docker/kubernete/kata-container
Kubereters An open-source system for automating deployment, scaling, and management of containerized ...
随机推荐
- NOIp2018模拟赛三十八
爆〇啦~ A题C题不会写,B题头铁写正解: 随手过拍很自信,出分一看挂成零. 若要问我为什么?gtmdsubtask! 神tm就一个subtask要么0分要么100,结果我预处理少了一点当场去世 难受 ...
- @GetMapping、@PostMapping、@PutMapping、@DeleteMapping、@PatchMapping
@GetMapping.@PostMapping.@PutMapping.@DeleteMapping.@PatchMapping @GetMapping是一个组合注解,是@RequestMappi ...
- HDU 4945 2048 DP 组合
思路: 这个题写了一个背包的解法,超时了.搜了下题解才发现我根本不会做. 思路参见这个: 其实我们可以这样来考虑,求补集,用全集减掉不能组成2048的集合就是答案了. 因为只要达到2048就可以了,所 ...
- iOS:UISplitViewController的创建
UISplitViewController是iPad特有的系统方法,主要效果就是呈现iPad的经典切割界面 代码创建实例: - (BOOL)application:(UIApplication *)a ...
- Compile OpenCASCADE7.3 with VS2008
Compile OpenCASCADE7.3 with VS2008 eryar@163.com 概述 在OpenCASCADE的源码文件夹中有个adm文件夹,里面提供了各个平台中编译源码的项目文件. ...
- Web端本地存储
1.需求背景:当用户在页面上添加一行一行的数据时,突然发现网络断掉了,页面上编辑的数据没法保存进数据库,所以需要一个本地端的临时保存功能,以便在网络通畅后重新加载出来! 2.解决方案: 结合网上搜刮, ...
- nyoj--1170--最大的数(数学技巧)
最大的数 时间限制:1000 ms | 内存限制:65535 KB 难度:3 描述 小明和小红在打赌说自己数学学的好,于是小花就给他们出题了,考考他们谁NB,题目是这样的给你N个 ...
- 使用caffemodel模型(由mnist训练)测试单张手写数字样本
caffe中训练和测试mnist数据集都是批处理,可以反馈识别率,但是看不到单张样本的识别效果,这里使用windows自带的画图工具手写制作0~9的测试数字,然后使用caffemodel模型识别. 1 ...
- [poj 2480] Longge's problem 解题报告 (欧拉函数)
题目链接:http://poj.org/problem?id=2480 题目大意: 题解: 我一直很欣赏数学题完美的复杂度 #include<cstring> #include<al ...
- Automation testing tool comparison - UFT & CodedUITest
Ease of Use - Recording and Playback Functionality UFT provides 4 models to record a new test. Norma ...