Jochem
Jochem
KPCKevin Powell - Community
Created by 🕵〢・𝗟𝘂𝗳𝗳𝘆 on 2/22/2025 in #os-and-tools
Issue deploying site
you'll have to add a lot more info than that
3 replies
KPCKevin Powell - Community
Created by 🕵〢・𝗟𝘂𝗳𝗳𝘆 on 2/22/2025 in #os-and-tools
Issue deploying site
Please check out #how-to-ask-good-questions
3 replies
KPCKevin Powell - Community
Created by ShadowOfTheLove on 2/22/2025 in #front-end
Javascript React ?
If you're using react, you're using react for the whole thing. Read the docs, follow a couple of tutorials...
2 replies
KPCKevin Powell - Community
Created by omar_ab(@om4rAb) on 2/18/2025 in #front-end
Having hard time making Image fits the height | not easy as you think
also, definitely don't @ people just because they helped you before
107 replies
KPCKevin Powell - Community
Created by omar_ab(@om4rAb) on 2/18/2025 in #front-end
Having hard time making Image fits the height | not easy as you think
sorry if I'm misinterpreting this, but that sounds like a separate and unrelated question to the one from the start of the thread. Please make a new thread when you have a new issue, so others that have the same issue can have a hope of finding the answers you got
107 replies
KPCKevin Powell - Community
Created by denartha10 on 2/14/2025 in #ui-ux
UI looks zoomed in
definitely #discussions. #front-end is only if you have some code someone needs to look at
44 replies
KPCKevin Powell - Community
Created by denartha10 on 2/14/2025 in #ui-ux
UI looks zoomed in
please don't hijack other people's posts. If you have a related question, open a fresh message unless it's very specific to the question already being answered (for the record, this isn't).
44 replies
KPCKevin Powell - Community
Created by Narigo on 2/21/2025 in #front-end
Is rotating a radial gradient in CSS background property possible?
Like, the lobes are rotated, the pointy bits don't point left/right or up/down, but at some other angle
32 replies
KPCKevin Powell - Community
Created by Narigo on 2/21/2025 in #front-end
Is rotating a radial gradient in CSS background property possible?
I don't quite understand what's hard about rotating an ellipse. The semi major axis is not along the x or y axis?
32 replies
KPCKevin Powell - Community
Created by Narigo on 2/21/2025 in #front-end
Is rotating a radial gradient in CSS background property possible?
they can be ellipses
32 replies
KPCKevin Powell - Community
Created by Narigo on 2/21/2025 in #front-end
Is rotating a radial gradient in CSS background property possible?
easiest way I could think of would be to use transforms to just rotate the entire element
32 replies
KPCKevin Powell - Community
Created by Dev_HK on 2/21/2025 in #front-end
why can't an flex-item just get the height of the flex-container until specifically added
it's annoying, but min-height doesn't set an explicit height for the parent element, so it can't use percentages to calculate the size of the child element
4 replies
KPCKevin Powell - Community
Created by Code-S ♛ on 2/17/2025 in #front-end
Pop up help
afaik, as long as you only use functional cookies, you don't have to ask permission at all
22 replies
KPCKevin Powell - Community
Created by Code-S ♛ on 2/17/2025 in #front-end
Pop up help
if I store a cookie that stores whether the user is using dark mode or light mode, and I don't do anything with it other than set dark or light mode, that's a functional cookie if I store some data in LocalStorage and then use that to track my user's actions on my own site, that's analytical and needs permission
22 replies
KPCKevin Powell - Community
Created by Code-S ♛ on 2/17/2025 in #front-end
Pop up help
I think "cookies" for the GDPR means "stored website data on the user's computer". Cookies like the link you sent used to be (in the dark old days) the only way you could store data. Whether they're functional or any of the other classes has nothing to do with the technical mechanism used to store them, but everything with their intended use
22 replies
KPCKevin Powell - Community
Created by Code-S ♛ on 2/17/2025 in #front-end
Pop up help
both localstorage and cookies are easy and acceptable ways to accomplish this
22 replies
KPCKevin Powell - Community
Created by baller on 2/17/2025 in #front-end
Need help to add images to HTML
so I really doubt a missing HTML opening tag would cause images to not render
26 replies
KPCKevin Powell - Community
Created by baller on 2/17/2025 in #front-end
Need help to add images to HTML
<!DOCTYPE html>
<p>Hello World</p>
<!DOCTYPE html>
<p>Hello World</p>
firefox doesn't even complain about quirks mode when you feed it this
26 replies
KPCKevin Powell - Community
Created by baller on 2/17/2025 in #front-end
Need help to add images to HTML
browsers are very good at parsing random garbage as HTML
26 replies
KPCKevin Powell - Community
Created by Karol on 2/19/2025 in #front-end
Form status message
it's often much better to make a codepen that demonstrates your issue
48 replies