Website production and publishing tutorials, website production and publishing tutorials
In the Internet era, a website is like a company's business card. Having an excellent website can help enterprises establish a good and trustworthy corporate image. Secondly, with the development of the network economy, for some special industries, enterprise websites can also bring direct online orders to enterprises.
This article describes how to quickly create and publish websites. Generally, HTML, CSS, and JQuery are used to create websites. NET, PHP, and JSP are used only when background code is involved. The following usesCloud-based salary Query SystemThe production and release of the website are described as an example.Cloud-based salary Query SystemIs an EnterpriseEmployee Salary QuerySoftware, the Administrator only needs to enter employee information, add a salary template, and upload the employee's salary. The employee can query the salary online.
Tools/Raw Materials
Visual Studio 2013
Cloud-based salary Query System
Website Domain Name
Website Space
FlashFXP upload tool
Website production Overview
Web design itself is a great learning. For new users who just built a website, they often do not have much professional knowledge. They can use Visual Studio 2013 to familiarize themselves with the website design process, then, we gradually transition to using CSS and JQuery code to control the style, which can be selected when it comes to the background.. NET, PHP, and JSP.
Start designing the website, open Visual Studio 2013, click "file", select "new"-> "website", and create an ASP. NET empty website named "WgInquiry ". Right-click "WgInquiry", select "add"-> "Web form", add a "Web form" named "Default", and click "design" View on the toolbar, as shown in:
In this way, we can create our own pages like writing Word. Of course, the pages designed in this way are very simple. Here we just briefly demonstrate the website building process. As for the webpage design, go to the relevant website to learn. You can also download the cloud-based salary Query System for website release testing ,:.
After creating a website, you need to apply for a domain name. The website domain name is our website, and you need to register with hichina and other Domain Name Service Providers. Open the hichina homepage, click the "domain name registration" menu, enter your domain name address in the domain name input box, and check whether the domain name has been registered. If not, click "add to shopping cart ".
The domain name is equivalent to the house number of our own house, and all the articles, pictures, and other data on our website need to be stored in the website space, so the website space is equivalent to our room, website space is also called a host. After applying for a domain name, apply for a website space and click "Buy now ". To purchase a space, you must select the one that suits you. You must consult a lot in advance. You can buy it at hichina and other service providers.
After the domain name and space are purchased, they need to be bound to each other. The domain name bound to a space is generally completed by the Space Provider. What we mainly do is to bind the domain name to the space, that is, domain name resolution. Domain name resolution is to bind your domain name with the IP address of the host assigned to us by the Space Provider. For the com domain name, the host name is www, and the corresponding value is the IP address. Just confirm to add it.
Next, we need to upload the website we have prepared to our website space. Here I use the FlashFXP upload tool as an example. If you have not completed the website, you can use the cloud-based salary query system as a test,:. Open FlashFXP and enter the host, user name, password, and port according to the information provided by the Space Provider. Then, upload all the files in the 6.0 folder of the Alibaba Cloud payroll system to the remote site on the local site. This process takes 1 to 2 minutes.
Open your browser and enter http://www.yiyunsoftware.com/xinquiry/to view the webpage you just created. In this way, a simple website is ready, isn't it a little excited?