close
Skip to main content

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
0 votes
0 answers
17 views

I am building a simple Rock Paper Scissors game using HTML and JavaScript. I have my JavaScript logic inside an inline onclick attribute on a <button>. When I try to output the result using an ...
Sniper_Ravan's user avatar
-2 votes
0 answers
21 views

This is my code for a hovered state: <div className="relative max-h-50 overflow-y-auto"> <ul className="grid grid-cols-7 gap-3"> {table.map((t) => ( ...
Sujan Budha Magar's user avatar
Advice
0 votes
2 replies
25 views

I’m building a learning platform using React and facing slow initial load times due to large content and components. What are the best ways to optimize performance (lazy loading, code splitting, etc.)?...
skillvalix's user avatar
Best practices
1 vote
2 replies
49 views

I`m big fan of board games, and when professor ask what I want to write as a diploma, I make decision fast - service for online board games. Now I have some questions, which I don't know how to ...
Саша Порохня's user avatar
Advice
0 votes
1 replies
10 views

I added a meta description to my WordPress site, but it doesn't appear in Google search results. I already: Added meta description in SEO plugin Cleared cache Checked source code But Google still ...
dunia headline's user avatar
0 votes
2 answers
75 views

I can't seem to be able to force two decimal places on the end result of the 'unloadedtotal' textbox after clicking the calculate button. I only know of '.force(2)' but can't get it to work no matter ...
Rick Wolfgram's user avatar
3 votes
1 answer
67 views

As you can see in the image the thumb stays below the border of the slider, how do i make it so it stays on top and you can't see the border below the thumb anymore? and is there a way to reference ...
Matteo La Malfa's user avatar
0 votes
0 answers
50 views

I use table-options Attribute: data-header-style="headerStyle", In the example classes: 'my-header' does not work I used the following code from https://live.bootstrap-table.com/ , and it ...
albeiroval's user avatar
0 votes
0 answers
50 views

Wordpress automatically adds the canonical link. I noticed, that for a paginated page the link is not correct. For instance with url: https://example.xy/page/2 the canonical link in the head section ...
timholz's user avatar
  • 516
Advice
0 votes
1 replies
51 views

I have a question about the MDN example (https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Nesting/Using#example_3): .card { padding: 0.5rem; border: 1px solid black; border-radius: 0.5rem;...
Ramil Shavaleev's user avatar
1 vote
1 answer
72 views

UPDATE: somehow the embed shows up/works when I'd host the website on neocities but when I am checking the website locally it doesn't show up for some reason When I try to use a youtube video embed in ...
YAKOBISAAC's user avatar
-3 votes
0 answers
61 views

What I got: What I want: @font-face { font-family: 'OTR'; src: url('/fonts/OTRtypeGX.ttf'); font-variant: 'type2' ; } What I can do to change the variant? When I use this font in Photoshop, ...
richard's user avatar
-1 votes
3 answers
99 views

I am stuck. I am trying to add two fields together. If I change the "+" to a "*" for multiplication, it sees the variables as number and multiplies them, but as is it sees them as ...
Rick Wolfgram's user avatar
Tooling
0 votes
4 replies
91 views

Learning JS here. I have this function (Vanilla JS) which allows to access directly the opened modal when typing the url (when typing site.com/#modal-faqs it just shows already opened on the browser). ...
Lili's user avatar
  • 101
-6 votes
1 answer
109 views

I am rewriting my website. I have decided upon a structure for its directories, which on my local drive, appears as: Additional directories will be created to contain specific content (e.g., Tools, ...
Gus's user avatar
  • 1,608

15 30 50 per page
1
2 3 4 5
79087