close
Skip to main content
Filter by
Sorted by
Tagged with
-5 votes
0 answers
49 views

I am practicing HTML, CSS, and vanilla JavaScript by creating small UI components and mini-projects. I created: draggable element premium animated input digital clock Everything works, but I want ...
user32743500's user avatar
-3 votes
0 answers
60 views

I am currently testing sending an (HTML) email using PHP via SMTP. Everything is working fine so far - but I’ve discovered a small issue: I inserted a short text snippet (see example here) into the ...
Oberlump's user avatar
Advice
0 votes
5 replies
73 views

I am trying to make a chessboard with this layout, chat panel on left, board in middle and controls panel on right. Using container queries and 100cqmin i can get the board to always take that space ...
dankobgd's user avatar
  • 424
1 vote
0 answers
47 views

I have a custom dropdown field on my website. The dropdown is activated by clicking a button. I am trying to prevent the VirtualKeyboard from popping up when the button is clicked. The code below ...
Paul Kendal's user avatar
Advice
0 votes
9 replies
77 views

I've got a php, javascript, html code that is working in an old PC with windows 7 and Mozilla 115.34.1esr (32-bit). I'm trying the same code in computers with windows 11 and 10 that have mozilla 150....
lexer's user avatar
  • 77
1 vote
2 answers
117 views

I'm using a black colored circle as the mask of a red rectangle that's 100x100, which is 10,000 pixels. The mask looks great and gives a nice red circle, but when I try to count all the red pixels in ...
docaberle's user avatar
Advice
0 votes
3 replies
92 views

I want to add a clickable hyperlink on my website. I am a beginner and I don't know how to add a link in HTML. Can someone please explain with an example how to use the anchor tag to create a ...
Skyvoyage's user avatar
Advice
1 vote
9 replies
187 views

I have been coding for about 4 years now. I have watched numerous courses and followed many tutorials, but I am facing a major roadblock: I still can't build beneficial websites or figure out how to ...
Zubair Fathi's user avatar
0 votes
1 answer
60 views

I'm trying to create a scrollable horizontal tray of thumbnails with custom scroll buttons and no scroll bar. The tray will be wider than its parent div, and I want to have button-divs fixed/stickied ...
1337ingDisorder's user avatar
0 votes
2 answers
166 views

I am trying to build a css only system which would be used in my Anki card deck. The purpose of this system is to color-highlight diacritic symbols on language which make heavy use of tones and ...
rappluk's user avatar
  • 33
Best practices
0 votes
2 replies
58 views

what's the difference between these two tags? seems to do the same thing. <p>My <s>favorite color</s> is red!</p> and <p>My <del>favorite color</del> is red!&...
Syed Tanvir Hossain's user avatar
-1 votes
0 answers
168 views

I'm building a Doctor management system in Laravel and I'm trying to implement a full CRUD (Create, Read, Update, Delete) using a Resource Controller and Blade views. I'm a beginner and want to make ...
wu chang's user avatar
Advice
0 votes
8 replies
168 views

Recently I became interested in front-end development, I know the HTML, CSS and JS database with a little DOM. I watched a lot of videos, but I didn't really understand. Please recommend books in ...
user32729769's user avatar
Advice
1 vote
3 replies
138 views

Why are there square brackets around [ngClass] and [attr.data-testid]? What does the value of [ngClass] indicate? For example, what is the || operator doing in there, and the empty string ''? Where ...
Pascal Petherick's user avatar
-1 votes
0 answers
105 views

When I submit the create item form, I get this error: Call to undefined method App\Models\User::items() ItemController: public function store(Request $request) { auth()->user()->items()->...
ANN oyed's user avatar

15 30 50 per page
1
2 3 4 5
79063