강의

멘토링

커뮤니티

Review 1

Average rating 5.0

Completed 98% of course

I have been studying HTML and CSS for about a month and working on creating a homepage. However, I felt the limitations in the design aspect and while searching, I found out about Bootstrap. When I tried to use Bootstrap, it felt like I was learning something new, different from the CSS I had studied before. So I looked for a lecture. After listening to the teacher's lecture, my understanding greatly increased and I was able to use it properly. Thank you very much. The following are questions and opinions. ======================================= This is about web standards. After proceeding with the project, when I checked the HTML on the validation site https://validator.w3.org/ all the width parts in the class were errors. Of course, there is no problem using the site even if there is an error, but I wonder if this error is a problem in terms of web standards. For example, when I was hired at a company and was instructed to create a website that conforms to web standards, this part was about whether this part was a problem. When I deleted the part that caused the error and wrote it directly in the css file, the error part disappeared. I don't know why, but the location was slightly different when it was written in the class and when it was written in the css. I was able to fix that by modifying the col value. (In the 3 columns of the navbar designated as col-3 col-5 col-4, the logo in col-5 was shifted to the left, By changing it to col-4 col-4 col-4, the logo was centered.) If this part is a problem with web standards, I think it would be better for the teacher to teach in the direction of writing in css from the beginning, so I am cautiously suggesting my opinion. It's not a question of right or wrong, but just a question about something I'm curious about, so I hope you won't be offended. The following are my opinions about the following lectures. ===================================== Before I listened to your lecture, I used several templates on the Internet, but when I actually applied them, they didn't look the way I wanted. Based on my limited knowledge, I think the versions of Bootstrap are different, and the original creator of the template may have customized some parts other than the CSS provided by Bootstrap, so it may not work properly in my index file, which only has a CDN link. So what I suggest is, If you could tell me the process of creating a single webpage by using several versions of several templates, and pasting codes here and there, I think it would be a great help. (Depending on the version difference, this part of the original creator's code needs to be modified, and if the CSS doesn't work properly, how to analyze the code and modify it, etc.) I'll say thank you again, and I'll stop here.

codingdiy님의 프로필 이미지
codingdiy
Instructor

Thank you for the course review. I'm glad it was of some help. Regarding some questions.. 1. I studied HTML a long time ago (actually, it's not really HTML study, it's something that can be done in 1-2 hours), so I honestly didn't know about HTML validation. Adding width or height as an attribute to the img element, etc. I'll study this part in advance and make a video when I update a new project later. Thank you for letting me know. 2. Bootstrap is a very easy framework for web coding if you only know HTML and a little CSS. If you link the Bootstrap CDN, the CSS that you don't actually use will inevitably be included in the web (of course, the amount of code will increase), so experts design only the CSS that is absolutely necessary. This lecture is literally a Bootstrap lecture, so if you use too much custom CSS, it may not match the lecture topic. In fact, some projects have been criticized for using too much or unnecessary custom CSS. So, if you study Bootstrap to some extent, you will understand that Bootstrap classes are written for this concept and reason in general CSS, and eventually, I think you will be able to create your own CSS beyond Bootstrap. It is the same as what Jangja said, “Once you catch a fish, you should throw away the trap.” I hope that both I and Spya will be able to do web design well without being restricted by Bootstrap after fully understanding Bootstrap. 3. I have already thought about the process of creating a web page using various versions and templates of Bootstrap... However, I am cautious because of a kind of copyright issue. In fact, my first one-page website was completely rewritten by me after looking at a template. If I make my own video by using the designer’s code as is or by slightly modifying some of it, I think there will be problems, whether legal or conscientious. And I am not in a position to arbitrarily judge other web developers. I'm currently preparing a WordPress theme coding course (about 2/3 of the way through), and I'm thinking about doing a JavaScript-related course after that. When I have some free time, I'm definitely thinking of adding a new Bootstrap project or a small-scale Bootstrap update course to this course. I'll try to reflect as many requests as possible and make it better. Thank you again~

Bootstrap 5 - Creating a Web Project from Scratch thumbnail
codingdiy

·

84 lectures

·

519 students

View Sale
Bootstrap 5 - Creating a Web Project from Scratch thumbnail
codingdiy

·

84 lectures

·

519 students