Frequently Asked Questions of the Third Assessment

Blog post address: click me to view

The folder structure is messy

This assignment involves multiple pages, so the folder structure is very important, not to say that you have completed the effect. There will be dozens of files in the future. If you don't pay attention to this, opening the folder will be very messy.

The main problems are as follows

  • Multiple css files in the root directory

  • Put multiple html files in the root directory

  • Place the html file in the img folder or other unrelated folders

Example:

image-20200422140159969

The homepage defaults to index.html, you will know after learning php

Irregular file naming

A file should let others know what the file does through its name, and the same is true for id and class naming

The main problems are as follows

  • The files are named three1, three2, three3
  • The file name contains Chinese. In the future, the folder names in the root directory should not contain Chinese (prone to garbled problems)

Example:

image-20200422140348689

image-20200422140417192

Not complete all requirements

This assignment should include a homepage, article list page, article content page, and message page

The homepage should contain floating animations and carousel images

The content of the zoomed article should be displayed in the center (for the specific effect, just open a web page to zoom to see the effect)

Small suggestion

These operations are all front-end operations. Since the front-end is a facade, try to write as beautiful and generous as possible, at least to be adaptive without bugs. In the future, the project may allow you to design the web page yourself, so you can pay more attention to the web page element design in the follow-up work. You can try to design the page yourself after you have the ability to complete all the requirements.

The follow-up work is the back-end (in our laboratory we learn php). Since the follow-up work is completed on the basis of this work, this work should be done as well as possible. Then everyone else is writing php, and you are still changing your html.

Write at the end

Through these few studies, I think everyone has gained a lot, but we have a long way to go. We all have a lot to learn. As your seniors, we only learned a year earlier than you. We have encountered the problems you are encountering more or less then.

The reason why we point out the problem to you again and again is that we don't want you to write projects or work in the future and get quarreled because of such small problems. You have never experienced Party A and Party B don’t really understand this feeling. When others pay for them, we write web pages for them. Any questions or dissatisfaction with others will be directly raised. They don’t ask you how hard you are. As long as you don't meet their requirements, then you just wait to get quarreled.

All we can do is point out your problems so that you can learn as much as possible. If you encounter any problems that cannot be solved or are unclear in the future, you must ask in time. If you are embarrassed to ask in qq, you can leave a message on the blog. As long as we see it, we will definitely help you solve it. Computer problems or learning problems are fine.

Small questionnaire

Finally, I will make a small questionnaire. I promised you some articles on life skills. I don’t know what you want. I don’t know if you have read it before. The main ones are

  • Google plug-in recommendation (more convenient everyday)
  • Search resource skills (search network disk resources, video resources)
  • How to get over the wall (on YouTube, download foreign software faster)
  • Talk about project experience (Although I haven't done a few, but it is also a bit of experience)

Leave a message or QQ private chat below, and post an article after reaching two or three people.

Guess you like

Origin blog.csdn.net/zss192/article/details/105682035