close
Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
60 views

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 &...
M2evorah's user avatar
  • 141
Advice
1 vote
3 replies
79 views

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 ...
BonzoDawg269's user avatar
-6 votes
1 answer
114 views

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. ...
SauceTheSecond's user avatar
Best practices
1 vote
5 replies
93 views

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,...
sachin hadimani's user avatar
-7 votes
1 answer
81 views

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 ...
user32795573's user avatar
Best practices
0 votes
4 replies
56 views

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/...
Michat's user avatar
  • 1
Advice
2 votes
5 replies
163 views

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 ...
TheWebDesign's user avatar
Advice
0 votes
10 replies
145 views

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 ...
Rishabh Shriyan's user avatar
Advice
0 votes
3 replies
95 views

<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> ...
bobby324's user avatar
1 vote
1 answer
130 views

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, ...
Ar25k's user avatar
  • 63
1 vote
1 answer
62 views

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 ...
Boycott A.I.'s user avatar
  • 18.9k
0 votes
1 answer
113 views

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 ...
Doughmination's user avatar
Advice
0 votes
3 replies
119 views

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.) ...
Neokythera's user avatar
-3 votes
0 answers
140 views

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 ...
Jess Wright's user avatar
Advice
0 votes
7 replies
125 views

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 ...
NicoB's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
79055