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 ...
随机推荐
- 让div垂直居中
参考链接:https://www.cnblogs.com/softwarefang/p/6095806.html 以前我的方法总是比较粗暴,纯粹通过margin来实现,这个方法的缺点不仅在于需要多次微 ...
- 【BZOJ 1406】 [AHOI2007]密码箱
[链接] 我是链接,点我呀:) [题意] 在这里输入题意 [题解] \(x^2%n=1\) \(x^2-1 = k*n\) \((x+1)*(x-1) % n == 0\) 设\(n=a*b\) 对于 ...
- ubuntu下不用拔盘就可以重新识别usb设备
#!/bin/sh # Usage: ./resetusb ARGUMENT(The keyword for your usb device) var1=$ keyword=${var1:=Stora ...
- 对于startActivity的使用改进
传统方式 一直以来,使用startActivity的方式就是例如以下: 比方从AActivity跳转到BActivity.那么我们是在AActivity中这样去写: Intent intent = n ...
- Linux下安装过程中编译PHP时报错:configure: error: libjpeg.(a|so) not found
在Linux下安装PHP过程中,编译时出现configure: error: libjpeg.(a|so) not found 错误的解决的方法: 检查之后发现已经安装libjpeg.可是/usr/l ...
- HDU 4288-Coder(模拟)
Coder Time Limit: 20000/10000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Su ...
- 关于nth-of-type和nth-child的关系
一开始写样式的时候喜欢全部元素都来个class,后面发现这样一个页面下来很多个class,起名字起到发慌,然后老师说该多用 逻辑关系来写样式,就是这种第几个孩子啊这种,不知道你们有没有这种烦恼,要用的 ...
- Metasploit的armitage初步使用
armitage的启动 root@kali:~# armitage 别急,过会儿就好了 . 等扫描完会弹出一个框框然后会多出目标的图标比如目标是打印机
- 比起 Windows,怎样解读 Linux 的文件系统与目录结构?
Linux 和 Windows 的文件系统有些不同,在学习使用 Linux 之前,若能够了解这些不同,会有助于后续学习. 本文先对 Windows 和 Linux 上面文件系统原理.组织概念进行区分, ...
- 使用 validate 进行输入验证
validate 官方教程网址: http://www.runoob.com/jquery/jquery-plugin-validate.html 在表单页面引入两个核心 js 文件 #官方的两个文件 ...