1318 views|16 replies

4771

Posts

12

Resources
The OP
 

Tips for EEworld applicants to fill out the assessment plan [Copy link]

 

As an old man in the forum (every day I know everyone) and a primary school student (the technical level is too low), frequently participating in activities and assessments is a good way to learn. Not only can I experience new knowledge, but I can also discover a lot of knowledge that is not in the books in the process of doing it. I have to praise the forum here. Thinking and thinking are not as good as action. Join the forum and ask the big cow teachers to learn faster.

Now, getting back to the topic, this time I am here to share with you some tips about HTML, mainly based on my thoughts when filling out the evaluation. However, this technology is not only effective in the forum, the technology is the same and applicable everywhere.

  • HTML

HTML is our web page. All the fancy pictures we see are rendered by the browser. Before, the server just threw HTML+CSS to us, and our local browser could render it after receiving it. Now some new ones are generated by Vue and some js scripts. Many waterfall flows and anti-climbing are technical updates and iterations. Those who are interested can learn about it by themselves. I don’t understand it very well, so I won’t be shy.

When we filled out the review application on EEWorld, we found that the edit text box of the creative introduction was too narrow. It did not seem to be very friendly to forum friends who wanted to describe more and had a good idea in advance. Especially when it comes to reviewing good things, it is difficult to explain the introduction and reasons in one or two sentences. Dividing the items into multiple angles can better explain all aspects of the review, but the two-line writing box is really inconvenient.

  • Simple View F12

Then you can view the source file of the web page by email or press F12 to open the debugger to see part of the code of the web page

1. Click the capture mouse on the web page to capture various elements

2. Select the form-text we want to change

3. At this time, left-click, and the Elements tab on the right will respond to the element. We can see that this is a large div wrapping the text box inside, and in order to make it look good, the programmer also designed padding, so that there is some distance between the left and right words and the edges of the text box, which is very beautiful.

4. Analyze the structure. In the computed tab in the upper right corner, there will be the position arrangement of each element generated according to the designed style. You can see that the arrows indicate the values corresponding to those elements. Generally, px means pixels.

5. The left side is the part we want to modify. There are two places that need to be modified here, one is the height of the label 80px and the height of the textarea inside is 60px.

  • Tips for Modification

6. Here we can directly modify the F12 on the right, and increase the value in the arrow. It should not be too large to exceed the screen, otherwise it will be uncomfortable to watch. Remember not to refresh, because the browser basically caches the data locally after loading it, and the js will basically not move if there is nothing special after loading. So we can modify it ourselves, but once you refresh, it will request from the server again, and everything will be gone.

Finally, when I submitted an evaluation application, I felt very comfortable writing it.

This post is from Talking

Latest reply

Some people also want to get started, so they apply for learning. After all, the forum is not only a place for big guys to show off their muscles, but also a place to learn.   Details Published on 2024-3-15 17:40
 
 

6075

Posts

6

Resources
2
 

This is a technical post. The focus is not on evaluation, but on web knowledge.

This post is from Talking
Personal signature

在爱好的道路上不断前进,在生活的迷雾中播撒光引

 
 
 

2945

Posts

0

Resources
3
 

It's a clickbait title. The title and content are seriously inconsistent.

This post is from Talking

Comments

Brother, please understand the question. Maybe you are thinking about what to pay attention to when writing content. What I mean is that this front end is actually not very practical for the sake of beautiful interface.  Details Published on 2023-8-6 23:51
 
 
 

623

Posts

0

Resources
4
 

I always write the content in a notepad and then paste it over.

This post is from Talking

Comments

Hahahaha, your solution is much smarter than mine. I actually do the same thing. I type on my phone and paste it on my computer when I get home.  Details Published on 2023-8-6 23:54
 
 
 

4817

Posts

4

Resources
5
 

This title reminds me that there are always some development boards that need to be applied for. When applying, you need to write a design project idea, that is, the reason for the application. However, many people may not be proficient in this development board at all, and can't think of what experiment to do for a while, so fewer people apply.

This post is from Talking

Comments

The problem is, what's the point of applying for it if you can't figure it out? It's better to leave it to the experts to come up with something new and interesting.  Details Published on 2023-8-6 23:53
 
 
 

6841

Posts

11

Resources
6
 
Boss, this front-end knowledge is very solid, and the success rate of future applications will be 100%. Don't forget the painful expression when you post your homework!
This post is from Talking
 
 
 

29

Posts

0

Resources
7
 

It's pretty good, but I almost thought I was browsing the wrong forum. In addition, disabling javascript can avoid some website restrictions, such as advertising, not allowing copying, etc. Then using jquery python, etc. can specify dom nodes to crawl some information

This post is from Talking

Comments

That is a crawler. EEworld is very easy to crawl. BBS focuses more on content than form, so the basics are easy to get.  Details Published on 2023-8-6 23:52
 
 
 

4771

Posts

12

Resources
8
 
tagetage posted on 2023-8-6 09:50 This is a clickbait title. The title and content are seriously inconsistent.

Brother, please understand the question. Maybe you are thinking about what to pay attention to when writing content. What I mean is that this front end is actually not very practical for the sake of beautiful interface.

This post is from Talking
 
 
 

4771

Posts

12

Resources
9
 
lightningguagua posted on 2023-8-6 16:13 It's pretty good, but I almost thought I was browsing the wrong forum. In addition, disabling javascript can avoid some website restrictions, such as advertising, not allowing copying, etc. ...

That is a crawler. EEworld is very easy to crawl. BBS focuses more on content than form, so the basics are easy to get.

This post is from Talking
 
 
 

4771

Posts

12

Resources
10
 
led2015 Published on 2023-8-6 10:52 This title reminds me that there are always some development boards that need to be applied for. When applying, you need to write a design project idea, that is, the reason for the application, but...

The problem is, what's the point of applying for it if you can't figure it out? It's better to leave it to the experts to come up with something new and interesting.

This post is from Talking

Comments

Some people also want to get started, so they apply for learning. After all, the forum is not only a place for big guys to show off their muscles, but also a place to learn.  Details Published on 2024-3-15 17:40
 
 
 

4771

Posts

12

Resources
11
 
jobszheng5 posted on 2023-8-6 10:04 I always write the content on the notepad and then paste it here.

Hahahaha, your solution is much smarter than mine. I actually do the same thing. I type on my phone and paste it on my computer when I get home.

This post is from Talking
 
 
 

5219

Posts

239

Resources
12
 

You mainly want to give feedback on the evaluation plan, which requires a lot of text, but the actual height of the text box given is not enough, right?

This post is from Talking
Add and join groups EEWorld service account EEWorld subscription account Automotive development circle

Comments

Administrator, please consider the feelings of the original poster! He wrote nearly 3,000 words, and you summed it up in one sentence~~  Details Published on 2023-8-7 17:00
Administrator, please consider the feelings of the original poster! He wrote nearly 3,000 words, and you summed it up in one sentence~~  Details Published on 2023-8-7 11:10
 
 
 

623

Posts

0

Resources
13
 
nmg Published on 2023-8-7 10:12 You mainly want to give feedback on the evaluation plan, which requires a lot of text. The actual height of the text box is not enough, right?

Administrator, please consider the feelings of the original poster!

I wrote almost 3,000 words, and you summed it up in one sentence~~

This post is from Talking

Comments

Hahahaha ~ It’s okay, mainly because I learned something  Details Published on 2023-8-7 16:57
 
 
 

4771

Posts

12

Resources
14
 
nmg Published on 2023-8-7 10:12 You mainly want to give feedback on the evaluation plan, which requires a lot of text. The height of the text box actually given is not enough, right?
Administrator, please also consider the feelings of the original poster! I wrote almost 3,000 words, and you summarized it in one sentence~~
Hahaha~ It’s okay, mainly I learned something
This post is from Talking
 
 
 

4771

Posts

12

Resources
15
 
You mainly want to give feedback on the evaluation plan. Where a lot of text is needed, the actual text box height is not enough, right?
Oh ~ If the manager changes it like this, it seems that my little trick is useless ~ But the front-end modification is a universal technique.
This post is from Talking
 
 
 

7462

Posts

2

Resources
16
 

If you can't pass this skill test, you'll have to talk to your supervisor!

This post is from Talking
Personal signature

默认摸鱼,再摸鱼。2022、9、28

 
 
 

825

Posts

3

Resources
17
 
Azuma Simeng posted on 2023-8-6 23:53 The problem is, what’s the point of applying for it if you can’t play with it? It’s better to leave it to the masters to make some novel and interesting things.

Some people also want to get started, so they apply for learning. After all, the forum is not only a place for big guys to show off their muscles, but also a place to learn.

This post is from Talking
 
 
 

Find a datasheet?

EEWorld Datasheet Technical Support

Featured Posts
WAN Acceleration - Wide Area Network Optimization Technology and Application Analysis

Wide Area Network ( WAN ) bandwidth is expensive, so most users can only have limited WAN bandwidth. On the contrary ...

What is an Integrated Circuit?

What is an Integrated Circuit?   What is an integrated circuit? It is the small black block on the circuit board wit ...

Practical Analog Circuit Design Technology Collection

Practical Analog Circuit Design Technology-Section 1

[Video] C language video tutorial and assembly video tutorial (watch online)

C language video tutorial (online viewing) address: http://219.144.186.220/cyy/ Assembly language video tutorial (online ...

Playing with Zynq Serial 28——[ex50] The first Zynq system project "Hello Zynq"

455516 1 Overview As shown in the figure, the PS part of the Zynq system has a wealth of peripheral interfaces, includi ...

[Runhe Neptune Review] Five PWM

PWM: Pulse Width Modulation It is to periodically control the time (duty cycle) of IO pulling high and low to control th ...

General method of displaying pictures and texts on TFT color screen

This post was last edited by lemon1394 on 2022-9-25 21:30 To display pictures and text on a TFT color screen, several p ...

Accuracy of reference power supply for ADC sampling

Accuracy of reference power supply for ADC sampling If the ADC is 12-bit, the MCU's power supply voltage is 3.3V, and t ...

Microstrip filter topic document study,,,,,,,,,,,,,,,,

727959 727960 727961 727963 Design and size reduction analysis of microcomputer band hairpin bandpass filter727964 ...

[DigiKey "Smart Manufacturing, Non-stop Happiness" Creative Competition] Material Unboxing---SenseCAP Indicator Appreciation

This post was last edited by genvex on 2023-10-28 15:44 This time, the second batch of passed the review. The announc ...

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list