unemployed
unemployed
KPCKevin Powell - Community
Created by unemployed on 8/11/2024 in #front-end
How to debug this kind of issue and what it is called?
Thanks this method resolved the issue, the undefined was coming from useAuthentication hook i've added the typecheck condition and is now resolved
9 replies
KPCKevin Powell - Community
Created by unemployed on 8/11/2024 in #front-end
How to debug this kind of issue and what it is called?
I'm not sure from which component the issue is coming from, since its not specified in the error message, I'm using businessProfile in several components example its common in <aside>, <header> and some of them in some pages the issue arise when I switch the profile in my webapp and that too in sepecific pages it appears for few milliseconds and go away
9 replies
KPCKevin Powell - Community
Created by unemployed on 3/24/2024 in #front-end
is the error color combination correct as per accessibility standard?
Thanks
4 replies
KPCKevin Powell - Community
Created by unemployed on 2/22/2024 in #front-end
How to render image that I'm fetching from from opensource API faster
I tried redis for caching but it has no effect on performance
14 replies
KPCKevin Powell - Community
Created by unemployed on 2/22/2024 in #front-end
How to render image that I'm fetching from from opensource API faster
Thanks I'll research on it
14 replies
KPCKevin Powell - Community
Created by unemployed on 2/22/2024 in #front-end
How to render image that I'm fetching from from opensource API faster
Well nasa images api are open source I just integrates the nasa image api Into my own api to setup cors restriction
14 replies
KPCKevin Powell - Community
Created by unemployed on 2/22/2024 in #front-end
How to render image that I'm fetching from from opensource API faster
https://nasa-image.onrender.com here's the link from my side as you can observe it takes lot of time to displaythe images
14 replies
KPCKevin Powell - Community
Created by unemployed on 2/22/2024 in #front-end
How to render image that I'm fetching from from opensource API faster
i want to just render the image faster on client side
14 replies
KPCKevin Powell - Community
Created by unemployed on 2/22/2024 in #front-end
How to render image that I'm fetching from from opensource API faster
CDN?
14 replies
KPCKevin Powell - Community
Created by unemployed on 2/19/2024 in #front-end
Need help from anyone with safari browser on their iphone would like to know if my site UI looks ok
Thank you for verifying, guess we learn new thing everyday least we have to do is keep on trying new things
11 replies
KPCKevin Powell - Community
Created by unemployed on 2/19/2024 in #front-end
Need help from anyone with safari browser on their iphone would like to know if my site UI looks ok
Thank you 🙂
11 replies
KPCKevin Powell - Community
Created by unemployed on 2/19/2024 in #front-end
Need help from anyone with safari browser on their iphone would like to know if my site UI looks ok
@Kevin @iParaEimear Thank you very much for looking into the issue. 🙂 I've uploaded the changes in the site hopefully it will look good now
11 replies
KPCKevin Powell - Community
Created by unemployed on 2/19/2024 in #front-end
Need help from anyone with safari browser on their iphone would like to know if my site UI looks ok
😦 never knew safari browser will show different CSS, not sure how to solve this one though, thanks for looking into it
11 replies
KPCKevin Powell - Community
Created by unemployed on 1/19/2024 in #front-end
Mason layout are not arranging itself in required format.
RESOLVED: I have to remove every data which has src = "hide" from the array
4 replies
KPCKevin Powell - Community
Created by unemployed on 1/19/2024 in #front-end
Mason layout are not arranging itself in required format.
I forgot to mention Ive tried adding width and height as zero however the gap is still occuring this gaps are occuring only when images have 403 errors
4 replies
KPCKevin Powell - Community
Created by unemployed on 1/20/2023 in #ui-ux
how to make sure screen reader reads input field number one by one instead of trillions. ReactJS
Thats a great idea, I will definitely use the given method. Thank you 😊
5 replies
KPCKevin Powell - Community
Created by unemployed on 11/24/2022 in #front-end
how to put the content formed from script tag inside div
you can consider above example
5 replies
KPCKevin Powell - Community
Created by unemployed on 11/24/2022 in #front-end
how to put the content formed from script tag inside div
<script>(function(d){var s = d.createElement("script");s.setAttribute("data-account", "9bypO3Ua9N");s.setAttribute("src", "https://cdn.userway.org/widget.js");(d.body || d.head).appendChild(s);})(document)</script><noscript>Please ensure Javascript is enabled for purposes of <a href="https://userway.org">website accessibility</a></noscript>
5 replies
KPCKevin Powell - Community
Created by unemployed on 11/24/2022 in #front-end
how to put the content formed from script tag inside div
@vince._ I'm working on userway where I'm getting the script from cdn.userway.org/widget.js which is loading accessible widget I like to show this widget icon on specific location only which can be done if the content inside it can be loaded on a specific div
5 replies