How to check and organize website files using Dreamweaver8

How to check and organize website files using Dreamweaver8
What is the purpose of creating your own website using Dreamweaver8? Putting it on the Internet means finally publishing your own website, so are there any mistakes in the process of making the web page? So before publishing, we must carefully check whether there are any errors.

Before publishing a website, it is necessary to use Dreamweaver 8 Site Manager to check and organize your website files. Broken links, incorrect code, unused orphaned files, etc. can be found for correction and processing.

The steps are as follows: In the edit view, click "Site" in the menu bar > select "Check site-wide links", and the "Results" dialog box will pop up, as shown below:

Use Dreamweaver8 to check and organize website files

The following figure is all the information that the checker has found about the links between this website and external websites. For external links, the checker cannot determine whether they are correct or not, so please check them yourself.

Use Dreamweaver8 to check and organize website files

The picture below shows the orphan files found by the checker. These files are not used by your web pages, but are still stored in your website folder. After uploading, they will occupy effective space and should be cleared. The clearing method is: first select the file, click the Delete key, and confirm. These files are placed in the Recycle Bin.

Use Dreamweaver8 to check and organize website files

If you do not want to delete these files, click the Save Report button (as shown in the figure above), and in the pop-up dialog box you can give the report file a save path and file name. The report file is a list of inspection results. You can refer to this table to process it.

Once corrected and organized, your website is ready to be published.

<<:  Example of implementing colored progress bar animation using CSS3

>>:  MySQL database transaction example tutorial

Recommend

Axios secondary encapsulation example Demo in the project

1. Why do packaging? Facilitates overall code cal...

iframe parameters with instructions and examples

<iframe src=”test.jsp” width=”100″ height=”50″...

Various methods to implement the prompt function of text box in html

You can use the attribute in HTML5 <input="...

Vue + element dynamic multiple headers and dynamic slots

Table of contents 1. Demand 2. Effect 3. All code...

Solve the problem of inconsistent MySQL storage time

After obtaining the system time using Java and st...

Vue Page Stack Manager Details

Table of contents 2. Tried methods 2.1 keep-alive...

Specific use of Node.js package manager npm

Table of contents Purpose npm init and package.js...

A more elegant error handling method in JavaScript async await

Table of contents background Why error handling? ...

react+antd.3x implements ip input box

This article shares the specific code of react+an...

Summary of CSS front-end knowledge points (must read)

1. The concept of css: (Cascading Style Sheet) Ad...

Ten Experiences in Presenting Chinese Web Content

<br /> Focusing on the three aspects of text...

Some useful meta setting methods (must read)

<meta name="viewport" content="...