JavaScript Promises Crash Course
24:03
16 сағат бұрын
It's time for a change...
4:11
Is CSS getting harder to learn?
12:43
How to take control of Flexbox
16:01
Пікірлер
@OfficialSpimy
@OfficialSpimy 2 минут бұрын
CSS being able to do more as time passes is fantastic!! Need to write less JS. I don't dislike JS but being able to do stuffs like this in just CSS is just awesome
@Bunqers
@Bunqers 22 минут бұрын
More conversations!!!
@n83557
@n83557 Сағат бұрын
when i reload the page it automatically scrolling down
@RodrigoSaling
@RodrigoSaling Сағат бұрын
My mind is still stuck on DD Belated PNG, IE6 hacks, and Cufón fonts.
@deatho0ne587
@deatho0ne587 Сағат бұрын
Make a form look good, which is what you need for 90% of the front end space. Make something look graphically awesome, only needed for 1% of the web. How many websites have you seen with 3d games on them that are only CSS, only the CSS nerd ones. Tailwind is overkill for most things.
@chaitanyaswaroop7669
@chaitanyaswaroop7669 3 сағат бұрын
You're a frontend magician
@johnycache
@johnycache 3 сағат бұрын
6:07 ...that colour is badass
@KelseyThornton
@KelseyThornton 3 сағат бұрын
It would be really neat if you could also do the opposite. Have like a rotary telephone dial (you remember those, right?) with a letter or number (or word) showing through the 'hole'. You use your mouse to rotate the dial to the desired letter, and that then scrolls the sibling to the relevant place...
@ARMIAUPAZAUKRAINUZARIVNIPRAVA
@ARMIAUPAZAUKRAINUZARIVNIPRAVA 4 сағат бұрын
Thank you
@albedesigns
@albedesigns 5 сағат бұрын
This is awesome! I've never clicked on a video notification so fast 😅 It seems like CSS just gets better and better! I'm so glad I decided to get back into FE work. I really love it 😊
@carstenaltena
@carstenaltena 5 сағат бұрын
I am nowhere near up to date with everything that's possible with CSS, but my clients are happy and my bank account looks healthy.
@user-eq1jk3pp2y
@user-eq1jk3pp2y 6 сағат бұрын
awesome !
@ashatron656
@ashatron656 6 сағат бұрын
Annnd it's support in no browsers whatsoever... I like your videos but you should really call out css support when you share experimental future CSS.
@dannievinther
@dannievinther 5 сағат бұрын
It is supported in Chrome, Edge and Opera accounting for 71.77% of the market globally, and is in Firefox Nightly behind a flag. "in no browsers whatsoever..." is a bit of a stretch
@KevinPowell
@KevinPowell 3 сағат бұрын
Its not experimental, it works in Chrome and is part of the spec. I did have a part to talk about browser support that I had to cut, because 60 seconds isn't a lot of time, but I did put a graphic on page to mention it
@chlouis-girardot
@chlouis-girardot 6 сағат бұрын
Thank you so much Ashlee & Kevin ! I learned a lot 🙏
@speedykiller619
@speedykiller619 7 сағат бұрын
KEVIN'S COFFEE HOUSE - for this webpage what font do you use?
@fatimanura6359
@fatimanura6359 8 сағат бұрын
4:00 it just seemed the same to me, just a syntax difference, that's what i am seeing here
@lovindaagungpradana8889
@lovindaagungpradana8889 12 сағат бұрын
Hi Kevin, I'm looking for job that dealing with styling and slicing like you do, since it's what I do in my last role, how can I find job that matches this role..? Like what is the title for this role...
@m.praneeth9086
@m.praneeth9086 13 сағат бұрын
how did make image responsive i am struggling with them they are having different sizes. can u make video on them
@ryandotfurrer
@ryandotfurrer 16 сағат бұрын
Loved seeing this conversation between you too! It’s a shame I won’t see you at THAT WI, but hopefully I’ll see you at THAT TX next year
@kill_switch_101
@kill_switch_101 22 сағат бұрын
tnx a lot
@Zi0Jeck
@Zi0Jeck 22 сағат бұрын
I also implemented the red border line in my reset, when I work on a project I tend to create a red border line around my elements to control the various spacings between items. I used this code, which I learned through your videos, instead of repeating the code in each element to create a border line, in this way i applied a class name .border (or .red if you want) and it applies the border to the parent and its children's and childrens and childrens and so on .border{border: 1px solid red;} .border > *{border: 1px solid red;} .border > * > *{border: 1px solid red;} .border > * > * > *{border: 1px solid red;} .border > * > * > * > *{border: 1px solid red;}
@Zi0Jeck
@Zi0Jeck 22 сағат бұрын
I don't know if there is a better way to simplify
@mahadevovnl
@mahadevovnl 22 сағат бұрын
Keeping up isn't necessary, keeping relevant is. I know FE devs who refused to learn CSS grid. Did they know about animation optimizations? Hell no. Same for HTML. Some know 30 elements at most, and that's probably middle of the pack. HTML and CSS are sooooo forgiving, as are the browsers. If you don't know `inset` you'll just be a bit more verbose. I was a senior FE engineer at Amazon and Apple, I got in at Toptal ("top 3%"), and I've been in this field for over 23 years now. I'd still consider myself middle of the road. But what makes people like myself great is that we are very wide, and very deep in our skills. But not so deep that we implode. I'm very good at CSS and HTML, I'm very good at JS and TS, I'm very good at React. I'm moderately good at the back-end. I know APIs. I breathe SQL. I worked with infra from manually changing jumpers on server racks in ice-cold server rooms, to configuring multi-platform deployments across 5 cloud services. Wide and deep. And now I'm the CTO for a company where I often find that I'm not so deep nor wide as I thought I was. “Jack of all trades, master of none, Though oftentimes better than a master of one.”
@modi_hemnt77
@modi_hemnt77 23 сағат бұрын
Loved this tutorial!! Please more of this.
@Caldaron
@Caldaron Күн бұрын
based in israel, just to let you know ;-)
@jamesbrummett9530
@jamesbrummett9530 Күн бұрын
It seems like web development and software creation has become so extensive that the level of knowledge is comparable to a person pursuing a career as a cardiologist for example. Like eight years of study seems to be about the time necessary to really understand and grasp the frontend and backend thoroughly.
@danielbaulig
@danielbaulig Күн бұрын
Quick point of feedback: I like to watch KZfaq on my TV. On the TV I cannot navigate and click on links in the description. If the full video was linked as a video card at the end of the video, then I could have watched it without having to go through my phone or PC.
@KevinPowell
@KevinPowell Күн бұрын
I've just added it. I normally always do, but it was a private video when I'd uploaded this one, and so I couldn't add the card, and forgot to once that video went public. Sorry about that :)
@danielbaulig
@danielbaulig Күн бұрын
@@KevinPowell Oh no reason to apologize! Thanks for the this great conversation / podcast!
@AndreBradshaw
@AndreBradshaw Күн бұрын
I wish more people would think this way. Its incredibly annoying that people use React as the default for JS now. As you mentioned, it was JQuery a decade ago.
@parenteseswebdev
@parenteseswebdev Күн бұрын
Most of the web designers in my country fake it as web designers as they use WP. Css ia such a big topic.
@JammieDragon2319
@JammieDragon2319 Күн бұрын
Part of wed designer is to design the app or site, not to code it, that's the web developers jobe
@KevinPowell
@KevinPowell Күн бұрын
WordPress development has been a big thing for over 2 decades now, and it's not going anywhere by the looks of it 😅. There's pros and cons to it, but it's nothing new, and it's even how I got my start in actually making money in this field. Most clients who are getting page-builder or theme-based sites aren't going to spend the money required for something built from scratch, it's a different market that opens things up for more people to have sites, so I see it as a net positive. Plus, it also is a gateway for a lot of people to get into development, which is a good thing too :)
@rsdotscot
@rsdotscot 22 сағат бұрын
WordPress is far more capable than you'll ever realise, and I'm not talking about using crappy page builders or this 'Gutenberg' rubbish.
@vanessastefanova
@vanessastefanova Күн бұрын
You guys know when you try to put an image in a word document. Position: absolute;
@Paulina-sc1xd
@Paulina-sc1xd Күн бұрын
One of my favorite CSS teachers ✊, helpful video as always. Thanks a lot👍
@ElementoryMyDearWatson
@ElementoryMyDearWatson Күн бұрын
I would be really interested to see a sit down with you and Kevin Geary on the pros and cons of hand coding versus page builders
@Andy-vh3ns
@Andy-vh3ns 22 сағат бұрын
This is what I am talking about. Kevin Geary is not a professional other than a marketing twit. But sadly he has fed the kool-aid to everyone that he is and folks have chugged it down. Comparing hand coding to a page builder ... Wow, this statement says it all and why we have such polarization within the dev community.
@ElementoryMyDearWatson
@ElementoryMyDearWatson 22 сағат бұрын
@@Andy-vh3ns Really. And what have you been chugging down lately? Let me guess.
@Andy-vh3ns
@Andy-vh3ns 22 сағат бұрын
@@ElementoryMyDearWatson @@ElementoryMyDearWatson I have been chugging reality. One day Kevin Geary is a food psychologist (which is not a thing) and then the next day he is the be all to end all of web development. He is a snake oil salesman, i.e. a marketer. His level.of understanding is beginner at best, yet boasts himself as a professional. Prove me wrong? Or are you of the brainwashed fanboy family? Let me guess!
@Andy-vh3ns
@Andy-vh3ns Күн бұрын
My feeling is two fold -- 1. People are never satisfied, they are always chasing the new thing. 2. They always want to be in the "In" crowd. "Look at me, I am an expert in this area or that". Web Development in my view (and I have been in/around since the late 90's) has become quite a toxic and "clicky" field.
@keineahnung2868
@keineahnung2868 Күн бұрын
Agreed
@rsdotscot
@rsdotscot 23 сағат бұрын
It's definitely cliquey, and I have no time for that nonsense, particularly from people who weren't even conceived before I began my coding journey.
@Andy-vh3ns
@Andy-vh3ns 22 сағат бұрын
@@rsdotscot 100% =)
@lacavernedug33k
@lacavernedug33k 20 минут бұрын
@@rsdotscot I understand your frustration, but by dismissing newer developers and emphasizing your longer experience, you might be contributing in a way to a cliquey behaviour like the one you're criticizing. Just my two cents...
@lumynou5
@lumynou5 Күн бұрын
transition-behavior is nightly on Firefox now! But I actually want @starting-style more, hope I could use it now, imagine how convenient it is to create a new element with an appearing animation with: @starting-style { .box { transform: scale(0); } }
@stephaniepeters2590
@stephaniepeters2590 Күн бұрын
So, the translate animated, but it was not one of the transision-properties... or was I missing smomething? Off to try this out now, hope FF and Safari hurry up with this :D
@AmodeusR
@AmodeusR Күн бұрын
I wish you explained what was happening in the flexbox / main-with-sidebar instead of just using that as an argument to use unreadable code.
@galangel8287
@galangel8287 Күн бұрын
I wish you would go deeper, great video, but a bit basic
@SmileyJack.
@SmileyJack. Күн бұрын
05:50 "if you know another way" An obvious 200 IQ way <br> <br> <br> Or you can let your cat to sit on a keyboard. Then change the masterpiece text' color to background color.
@ericdimarzio5756
@ericdimarzio5756 Күн бұрын
Love the content, Kevin! Wanted to let you know there’s an ad break right in the middle of the plug you make for your course. Probably not good for click-thru’s. Your content is amazing and needs to reach as many people as possible. 😊
@cantcode1001
@cantcode1001 Күн бұрын
I just want to add some love to this comment section: you sir, are a Godsend. CSS is so frustrating but you make it easy. Thank you so much!
@CamaguNcoso
@CamaguNcoso Күн бұрын
I wish I started learning HTML and CSS with Kevin Powell and stick with him...
@rakacoustic8127
@rakacoustic8127 Күн бұрын
Hi how can we hover on child to style on parents without JavaScript?
@iamkeir
@iamkeir Күн бұрын
It’s clever! …but working in teams, I always favour “obvious”, not “clever”, so our old, clunky wrappers win in that regard 😊 That said, gotta keep experimenting and pushing the boundaries, that’s how we find better ways!
@user-gu5vd2fo9o
@user-gu5vd2fo9o 2 күн бұрын
strange, no save button
@Quentinrei
@Quentinrei 2 күн бұрын
Top 🎉🎉🎉
@rahuldeshpande4340
@rahuldeshpande4340 2 күн бұрын
bro the links u mentioned are super helpful. Also fellow Canadian here.. I took ur CSS course on coursera. Excellent investment