Website design and publishing overview

Website design and publishing overview

Website design needs to consider many aspects

Preliminary planning, including understanding the business background of the website, clarifying the purpose of building the website, determining the design style and expression of the website content, etc., and considering the technology used accordingly;

The main program development of mid-term production includes overall site architecture planning, homepage production, production template and production style;

The later test release work includes preparations for the website to go online, checking whether the page is beautiful, whether the link is intact, the compatibility of different browsers, and how to publish the website.

 

1. First, briefly talk about the preparations for the website launch

If you want other people to see your website through the Internet (Internet), there is some work to do. The formal website preparation includes preparing domain names, network space, and website filing.

Domain Name (Domain Name) is a logo on the Internet consisting of a series of names separated by dots. The domain name can be said to be a proxy for an IP address (IP address and domain name are one-to-one correspondence). The domain name is unique. When the resource changes its IP address, only the conversion between the new IP address and the constant domain name is needed to move the resource to a different physical location in the network address topology.

The registration service is usually the responsibility of the domain name registrar. Applying for a memorable and distinctive domain name is helpful for website promotion.

URL ( Uniform Resource Locator, 统一资源定位符) is commonly known as web address, and the format is: <protocol>://<domain name or IP>:<port>/<path>. <protocol>://<domain name or IP> is required, <port>/<path> can sometimes be omitted.

[For detailed information about domain name, URL, etc., see

https://blog.csdn.net/Geezer_007/article/details/100524922

https://blog.csdn.net/weixin_38889300/article/details/105743453

 

web server (web server)

Use its space to store the website. You can use your own web server or a web server provided by an ISP (Internet Service Provider). There is a new choice of cloud server.

Websites whose domain names point to servers in Mainland China (Mainland) need to be filed.

Website filing means to report the matter to the competent authority for filing for reference. Some submission materials need to be prepared for website filing. Depending on the type of service, there are different specific requirements, which cannot be explained in a few sentences. You can consult relevant departments.

 

2. The following outlines the website design

 

demand analysis

What goal does the website want to achieve?

Who will visit? For whom?

How to show it?

How much time and budget?

 

interface design

Its essence is the graphic interface design of the website. The homepage layout is very important, it is beautiful, expressive and attractive.

 

Implementation technology

Such as HTML5+CSS3+JS technology, adopted framework, etc.

The realization of the use of templates facilitates the unification of design styles and facilitates the maintenance of the website.

 

test

First publish locally to test whether the webpage meets the needs of customers; test and fix possible bugs on the webpage; test the compatibility of the browser according to the client's browser type.

 

Three, publish the website

Publish to the Internet, configure database, website basic information, management information, etc.

 

If you want other people to see your website through the Internet, you must publish the website to a web server (web server). You can use your own PC as a web server, or you can use a web server provided by an ISP (Internet Service Provider). At present, there is a new choice to use cloud servers. Cloud servers can be simply understood as virtual computers with elastically scalable processing capabilities provided by some computing service providers [ Note 1 ].
The Web (the full name of the World Wide Web, the global wide area network), also known as the World Wide Web, is a type of Internet that carries a wide variety of information resources and services. It is a system that is accessed through the Internet and consists of many interconnected hypertexts. It is a global collection of files and other resources connected by hyperlinks and uniform resource locators (URL). Web resources are usually accessed using HTTP or HTTPS, which is one of the Internet communication protocols. When you want to enter a web page or other network resource on the Web, you usually need to type in the uniform resource locator (URL) of the web page you want to visit on the browser, or link to that web page or network resource through a hyperlink.

It is also necessary to consider daily data update and maintenance and data security management.

 

[ Note 1 ] Domestic ones include Baidu Cloud https://cloud.baidu.com/product/bcd.html , Tencent Cloud https://dnspod.cloud.tencent.com/?from=qcloudProductDns , Alibaba Cloud https:// wanwang.aliyun.com/?spm=5176.8142029.388261.218.26Ph7S、Huawei Cloud https://www.huaweicloud.com

 

 

Guess you like

Origin blog.csdn.net/cnds123/article/details/114089292