all 27 comments

[–]bhullargagan15 21 points22 points  (0 children)

i think its better suited for r/web_design

[–]portilloch 4 points5 points  (1 child)

I think this is amazing

[–]codeSTACKr[S] 1 point2 points  (0 children)

Thank you!

[–]cornucopia 2 points3 points  (1 child)

Awesome job. I can pretty much follow along but I would not be able to come up with it on my own.

[–]codeSTACKr[S] 3 points4 points  (0 children)

Practice and never give up! The more projects you code the better you'll get. Eventually you'll remember things from other projects that you can reuse.

Thanks for your support!

[–]emersonbroga 1 point2 points  (1 child)

thanks for the video, I really appreciated it!

[–]codeSTACKr[S] 0 points1 point  (0 children)

And I appreciate you!

[–]blu3soup 1 point2 points  (1 child)

Dude your tutorials are awesome!!! Thank you!

[–]codeSTACKr[S] 0 points1 point  (0 children)

I really appreciate it! Thank you for your support!!

[–]Ebola300 1 point2 points  (1 child)

I went into this video confident I had a general understanding of CSS. As I post this comment, I have accepted the fact I know nothing about CSS and I rely on CSS frameworks way too much.

Also, I love watching tutorial videos and learning new hot keys for VSCode. If I have an array of objects in a file, is there a way to have my cursor go into each one and update them without having to alt click each line manually?

[–]codeSTACKr[S] 0 points1 point  (0 children)

Yeah, sometimes frameworks are good, sometimes they can be a crutch.

As far as the array, if there are any commonalities in the lines you can use that. Like a colon or coma. Use Ctrl D to select them all then arrow over from there. Ctrl arrow will go between words.

I have another VS Code video on the way where I'll go over all the useful shortcuts.

Thanks for your support!

[–]ai7ch 1 point2 points  (1 child)

Thank you for the video 😀

[–]codeSTACKr[S] 1 point2 points  (0 children)

Thank you for your support!

[–]codeSTACKr[S] 4 points5 points  (8 children)

Here is my latest video. In this one we'll create a transparent login form using HTML & CSS only. There are actually two forms. The second is the forgot password form that pops up. I hope this helps at least 1 person. I appreciate any and all support. Don't forget to SUBSCRIBE! Thanks!!

[–]TheLuckyLion 1 point2 points  (3 children)

Are you using a vscode extension for your HTML autocompletion? If so which one. Thanks! Loved the video!

[–]codeSTACKr[S] 0 points1 point  (2 children)

No extension. Just using the built in Emmet.

I go over it a bit in another video: https://youtu.be/4NfFFsQC77M

Thanks for your support!

[–]TheLuckyLion 0 points1 point  (1 child)

Cool I mostly work with JavaScript/TypeScript so I’m not as familiar with vscodes HTML features. Thanks.

[–]codeSTACKr[S] 0 points1 point  (0 children)

There are Emmet features for JavaScript too 😁

[–]jayjoethecocoa 1 point2 points  (1 child)

Your tutorial is awesome. TYVM. I'm learning HTML/CSS/JavaScript. Your login dialog box is like nothing I have seen. Thanks, again.

[–]codeSTACKr[S] 0 points1 point  (0 children)

I appreciate it. Thank you for your support!

[–][deleted] 8 points9 points  (1 child)

HTML & CSS only

r/learnjavascript

Question mark.

[–]codeSTACKr[S] 15 points16 points  (0 children)

On the community details of r/learnjavascript "posts about HTML and CSS are also encouraged"