Xóa bài viết
Bạn có chắc chắn muốn xóa bài viết này không ?
Xóa bình luận
Bạn có chắc chắn muốn xóa bình luận này không ?
fCC: Survey form log
Survey form log
Somehow I can't deploy my blog to Github page so now I will keep ranting here about what I have been doing. Hope it doesn't bother many people
This small form has taken me three days to finish. At the beginning, I estimated that all I would need was one night and it turns out much harder that what I had anticipated (mostly because of my ignorance). Anyway I have learned quite a few things.
- My css file is as sucked as my html file. I despise it already and it makes me puke when I look at it.
- There are type
email
and typenumber
in the input form. Such awesome things that I haven't know for my entire life. - HTML 5 provide
label
tag before theinput
box. Use it - My class names look pretty dumb and unintuitive
- I discover Page Ruler and ColorZilla which is definitely helpful to cloning website. Shorthand for HTML improve my performance big time.
- Some HTML tags have built-in style, sometimes I need to change it to fit them into my layout.
- My css file is a mess due to the lack of knowledge about CSS design parttern. Whenever I have an idea about one thing in the page, I just write it down and change it. This may cause problem if I want to maintain the page in the future.
In conclusion, it is such an awesome experience. I will do some more of this things.
HungHayHo 12-06-2018
Bình luận

{{ comment.user.name }}
Bỏ hay
Hay

Cùng một tác giả

3
0
Log 1 1. At the beginning of the chapter, the role of function is emphasized and two ways of creating a function are introduced: function declarat...

3
0
Log 2 1. Phần đầu chap này hứa rằng mình sẽ biết một vài 'common coding idioms' và hai khái niệm anonymous function và closure được nhấn mạnh. Ano...

2
0
Log 3 This is not the first time I read about Object Construction but last time was so brief that now I can barely recall anything except a metaph...
Bài viết liên quan

0
5
fCC: Technical Documentation Page note So I have finished the HTML part of this exercise and I want to come here to lament about the lengthy HTML ...

4
0
I used Spring boot, Hibernate few times back then at University, I'v started using it again recently. In this (Link), I want to check how Spring J...