1,185,933 questions
-5
votes
0
answers
49
views
task ten for html css javascript [closed]
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 ...
-3
votes
0
answers
60
views
♥ ♥ rendering in Gmail Mails [closed]
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 ...
Advice
0
votes
5
replies
73
views
Chessboard layout, fill parent and remain perfect square
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 ...
1
vote
0
answers
47
views
Prevent the VirtualKeyboard from popping up on mobile devices when pressing a button
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 ...
Advice
0
votes
9
replies
77
views
Inputs dynamically added and filled out in new Mozilla version
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....
1
vote
2
answers
117
views
Trying to use a graphic to mask another graphic then count pixel colors from the result, but count is wrong
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 ...
Advice
0
votes
3
replies
92
views
How to create a clickable link in HTML?
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 ...
Advice
1
vote
9
replies
187
views
Stuck in tutorial hell after 4 years: How do I build websites and think independently?
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 ...
0
votes
1
answer
60
views
How do I make a scrollable tray with fixed-position custom scroll buttons?
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 ...
0
votes
2
answers
166
views
Stacked Diacritics coloring in a precise way, without manual font rendering system
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 ...
Best practices
0
votes
2
replies
58
views
What's the difference between the <s> tag and the <del> tag?
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!&...
-1
votes
0
answers
168
views
How to implement a full CRUD operation in Laravel using Blade views and a Resource Controller? [closed]
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 ...
Advice
0
votes
8
replies
168
views
Recommend a book for HTML, CSS, JavaScript, PHP and MySQL
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 ...
Advice
1
vote
3
replies
138
views
How to understand this line of HTML?
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 ...
-1
votes
0
answers
105
views
Laravel - Call to undefined method App\Models\User::items() [closed]
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()->...
