Kernix
KPCKevin Powell - Community
•Created by Kernix on 11/5/2024 in #front-end
Which of Kevin's courses would you recommend?
I forgot to mention that I am weak with Grid and responsive design is not a problem for me. Actually, Kevin covers so many CSS features that it's hard to keep up with them. Does he update the courses? But I suppose I'll start with Demystifying since @Jochem mentioned that one coming next.
4 replies
KPCKevin Powell - Community
•Created by Kernix on 10/24/2023 in #front-end
Does Kevin have a video on adding a "swoosh" under an element?
Ok, let me start on that - thanks!
9 replies
KPCKevin Powell - Community
•Created by Kernix on 10/24/2023 in #front-end
Does Kevin have a video on adding a "swoosh" under an element?
It's late and everything I type is a typo. I'm calling it a night in a few minutes...
9 replies
KPCKevin Powell - Community
•Created by Kernix on 10/24/2023 in #front-end
Does Kevin have a video on adding a "swoosh" under an element?
Is that the only way to do it? To make it in a design tool and then use an SVG?
9 replies
KPCKevin Powell - Community
•Created by Kernix on 10/24/2023 in #front-end
Does Kevin have a video on adding a "swoosh" under an element?
YES!
9 replies
KPCKevin Powell - Community
•Created by Kernix on 3/14/2023 in #front-end
Aria attributes for JavaScript added content
ok thanks
16 replies
KPCKevin Powell - Community
•Created by Kernix on 3/14/2023 in #front-end
Aria attributes for JavaScript added content
A submit button in a form element and then the JavaScript methods I mentioned above.
16 replies
KPCKevin Powell - Community
•Created by Kernix on 3/14/2023 in #front-end
Aria attributes for JavaScript added content
yes
16 replies
KPCKevin Powell - Community
•Created by Kernix on 3/14/2023 in #front-end
Aria attributes for JavaScript added content
The h3 are the card headers where the text is added. So screen readers will read the content AFTER the content is added?
16 replies
KPCKevin Powell - Community
•Created by Kernix on 3/14/2023 in #front-end
Aria attributes for JavaScript added content
That was fast - ok, thanks
16 replies
KPCKevin Powell - Community
•Created by Kernix on 3/9/2023 in #front-end
Which is better: ./style.css or just style.css?
Oh, forgot to mention that this is far from an important question but I wanted to ask anyway. Any thoughts?
2 replies
KPCKevin Powell - Community
•Created by Kernix on 2/25/2023 in #front-end
Help with accessibility: Possible heading
Got it, thanks!
5 replies
KPCKevin Powell - Community
•Created by Kernix on 2/25/2023 in #front-end
Help with accessibility: Possible heading
Ok, no it is just text and a paragraph should be fine. Any reccomendations for a better chrome extension?
5 replies
KPCKevin Powell - Community
•Created by kingtigerknight on 1/26/2023 in #front-end
Need help with <Route>
I think you also need router:
I haven't done class based React, I have only done functional, but here is my App.js in my GitHub repo from a Brad Traversy course: https://github.com/Kernix13/house-marketplace/blob/main/src/App.js
11 replies
KPCKevin Powell - Community
•Created by Kernix on 1/21/2023 in #front-end
map() output/return used as next input (class method)
I also tried a
forEach
where I tried to do a new Class
but I was still left with the need for an output as the next input.16 replies
KPCKevin Powell - Community
•Created by Kernix on 1/21/2023 in #front-end
map() output/return used as next input (class method)
I tried a nested map and also a for loop inside a map, but the output was wrong, which I guess means I did it wrong. But if you think that is my best chance, I'll try it. I also searched for using a recursive map but I did not find anything.
16 replies
KPCKevin Powell - Community
•Created by Kernix on 1/21/2023 in #front-end
map() output/return used as next input (class method)
That's why I was pushing to an empty array. I originally was using
forEach
. So now you think it needs to be a nested map or a chained map?16 replies
KPCKevin Powell - Community
•Created by Kernix on 1/21/2023 in #front-end
map() output/return used as next input (class method)
I tried nesting a map inside of a map but I was getting errors or no data. Let me give that a shot
16 replies
KPCKevin Powell - Community
•Created by Kernix on 1/21/2023 in #front-end
map() output/return used as next input (class method)
Okay, that's something to work with. 1) the nested array is something I was thinking of but not for the way you have it. 2) Returning a
map()
inside a forEach()
and destructuring the nested array is nice.16 replies
KPCKevin Powell - Community
•Created by Kernix on 1/21/2023 in #front-end
map() output/return used as next input (class method)
I'm really getting messed up on how do the output as input thing, so I'm reading up on how to grab the lines of code from a file, rather than my present scenario of adding the lines to an array.
16 replies