806,669 questions
0
votes
0
answers
23
views
How to implement a full CRUD operation in Laravel using Blade views and a Resource Controller?
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
1
replies
55
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
0
votes
3
replies
100
views
How to create filtered reports, and Excel export in Laravel systems?
I have a Laravel 12 application with a report page that filters records by category and expiration_status (this is a food system). The filtering works correctly in the report view, but when I export ...
-1
votes
0
answers
64
views
LWC standard Combobox css issue
I m facing issue in lightning-combobox ui, picklists are not aligned properly and unable to identify the drop down fields:
Generally when we use lightning-combobox, field display dropdown but in my ...
2
votes
0
answers
102
views
How do I fix a carousel where elements overlap in Firefox?
I'm trying to make a carousel in HTML/CSS by following exactly Coding2GO's video: https://www.youtube.com/watch?v=KD1Yo8a_Qis
In the video, 6 elements are spinning in the carousel.
Here is the code I ...
0
votes
0
answers
42
views
How can I make a Hero section fill the remaining viewport height below a header in Nuxt 4 without breaking when the page grows?
I am currently building a website using Nuxt 4 + Tailwind CSS and I am having a problem with viewport units (dvh, vh) and percentage heights (h-full) inside a Nuxt layout.
My layout structure is ...
-3
votes
0
answers
97
views
HTML elements in exact positions on background image [closed]
I have a client who created this video.
The requirement is to recreate it exactly like that, meaning the house images must stay in the exact same positions relative to the background on all screen ...
5
votes
0
answers
200
views
Trouble calculating HTML line wrapping positions
I’m trying to calculate where an HTML line breaks automatically. The result should be an array of character positions where the line breaks. I came up with the following formula, which works fine. I ...
3
votes
0
answers
95
views
Inconsistency between Chrome and Firefox with scripted alteration of css on a canvas
I was running into a problem with a canvas-based game I am developing, and I created a minimal reproduction of the issue here:
addEventListener("load", () => {
const canvas = document....
Best practices
0
votes
2
replies
72
views
CSS best practises and when to use each
I run into css's different snippets often that make up for the same functionality, I feel confused about when to use each, that's haunting to me
Do you recommend me watching with a tutorial along, ...
-5
votes
1
answer
148
views
What css code can change the toolbar buttons appearance? [closed]
What css code can change the color ( eventually increase the boldness ) of backward and forward buttons in Firefox ?
More precisely the backward and forward buttons when there is a page available so ...
0
votes
0
answers
92
views
How to customize specific Leaflet CSS class [closed]
I'm working on a Leaflet map and have successfully customized most of the pop-ups using the suggestions here:
How would I customise the look and feel of the leaflet popup?
My point layer is ...
0
votes
0
answers
71
views
How to have CSS width not account for alpha (transparent space) [closed]
I have around 104 GIFs that are not cropped from one side of the image to the other. I want the CSS width to not account for the transparent space in the GIFs and have each of them the same size. Is ...
Best practices
0
votes
2
replies
105
views
Not getting the text above the images
Actually I'm writing the code for parallax website during the code I have a issue where the text added in the section tag is showing behind the images added before in the code but i needed it to over ...
1
vote
3
answers
207
views
How do I achive a grainy effect using an SVG after inlining it from a file?
I have an SVG as a file
<svg viewBox="0 0 200 200" xmlns='http://www.w3.org/2000/svg'>
<filter id='noiseFilter'>
<feTurbulence
type='fractalNoise'
...
