1,185,824 questions
0
votes
0
answers
60
views
ASP.NET Core Blazor Input Radio Group not binding
I am trying to bind an input radio group with ASP.NET Core Blazor.
Unfortunately I cannot make it to work, although I have searched a lot online.
Here is the code of the only Index.razor file:
@page &...
Advice
1
vote
3
replies
79
views
Get a webpage to loop thru folder
Looking for advice beyond html
I have a folder of files of data F1,F2….Fx that may or may not be present I can make the content of the files text, html, markup etc etc
These will be results from ...
-6
votes
1
answer
114
views
How do I import JS files into other JS files? [duplicate]
I am writing JS scripts for HtmlHosts in TwinCAT HMI TE2000 and the files are getting large. I currently have one script per HtmlHost but I am now working on a canvas drawer which is getting too big. ...
Best practices
1
vote
5
replies
93
views
how do we sanitize the input type file
For user-uploaded PNG files, enforce: file size limits, MIME type & extension validation, magic number/signature verification, filename sanitization, malware scanning on backend, image re-encoding,...
-7
votes
1
answer
81
views
The first line and the second line in one list element are not aligning [closed]
I am new to HTML and CSS, and I've encountered a Problem I seemingly can't solve. The G in the second line in an <li> element does not want to line up with the S in the first line, no matter ...
Best practices
0
votes
4
replies
56
views
Best practice to map extracted DataFrames or text back to original HTML elements
I am processing HTML files and extracting data from them. Tables are extracted using pandas.read_html(), and plain text is extracted using BeautifulSoup (via get_text(separator=...)). And these dfs/...
Advice
2
votes
5
replies
163
views
Why vibe coding is in trend?
I've been hearing the term "vibe coding" used frequently in discussions about AI-assisted software development.
From what I understand, it refers to describing requirements in natural ...
Advice
0
votes
10
replies
145
views
Academic projects for mca
I am Master of Computer Applications (MCA) student. I am confused about my academic projects. Can you generate some project ideas? It is very important that we have to develop one project for each ...
Advice
0
votes
3
replies
95
views
How to run an HTML and then run a JS check to its output
<html><head></head><body><div id="LNReader-chapter">
<p>The girl’s family had done</p>
<p>That girl’s finally done</p>
</div></body>
...
1
vote
1
answer
130
views
chrome HTML canvas lags when scrolling
the code here basically shows how long it was since last frame draw, and fills with red when dt > 20ms
generally, my computer allows requestanmationframe to run at 60fps (~16ms), but when I scroll, ...
1
vote
1
answer
62
views
How to specify an anchor target in Bootstrap 5 Dropdown?
In this simple example, I have set up three navigational tabs to toggle three content panes:
<ul class="nav nav-tabs" id="myTabSimple" role="tablist">
<li ...
0
votes
1
answer
113
views
Getting my background to reverse color when moving to light mode
I'm working on a website that uses the Catppuccin theme system. Dark mode works fine, but I'm having trouble getting the background image to render correctly in light mode (Latte).
My default ...
Advice
0
votes
3
replies
119
views
Why is there a difference when measuring words in an HTML page, vs. measuring their individual letters?
I'm trying something with similar goals as the Knuth-Plass linebreaking algorithm. (However, no offering on the market will work for my use case - and I don't want the overhead of a library anyhow.)
...
-3
votes
0
answers
140
views
I'm trying to add social media buttons to an already established footer [closed]
I am trying to add 5 social media buttons to the footer of my website, which already has 3 established columns for the words. I'm not sure if these columns are 'correct', but they work, so I haven't ...
Advice
0
votes
7
replies
125
views
interactive SVG on drupal
I created a rather simple interactive illustration with html (an <svg> with four <button>, all inside a <figure>) with a bit of css and js so that when the user clicks the buttons ...
