Questions tagged [html]
Software related to HTML, the main markup language used to create web pages.
483 questions
2
votes
0
answers
19
views
Web page static view
So many web pages are full of dynamic content, even when I just want to read some article that's in the static content of the page.
I can print the page (e.g. to a PDF) and read it later.
Is there any ...
1
vote
0
answers
78
views
Open-source (non-copyleft) .NET HTML-to-PDF library that doesn’t bundle a full browser (PuppeteerSharp too heavy)
In .NET I need HTML→PDF conversion with a permissive open-source license (MIT/Apache/BSD) and no copyleft. I tried PuppeteerSharp, but bundling Chromium makes the deployment huge and increases ...
0
votes
0
answers
40
views
Java enum for HTML tags
I like this enum:
package org.openjdk.tools.doclint;
// ...
public enum HtmlTag {
But Gemini says:
The artifact org.openjdk.tools.doclint is not a standard, published Maven artifact available in ...
4
votes
3
answers
395
views
Converting a group of HTML files to PDF
I have a few dozen HTML files generated by an automated test report (a commercial tool, for which I have limited customization options), and I would like to convert them into a single PDF.
My needs ...
1
vote
2
answers
61
views
Best Web Templating Framework to Convert Plaintext HTML Site
I have a large plaintext HTML website that I want to transition into a web framework with the following requirements
Minimal (ideally no) required changes to existing HTML pages and CSS stylesheets
...
0
votes
0
answers
61
views
What is the best approach to handle a burger menu in 2024 considering accessibility and semantic HTML?
I'm exploring the best way to implement a responsive burger menu in 2024, taking into account the latest advancements in CSS and accessibility standards. Here’s what I’ve analyzed so far:
CSS-only ...
0
votes
0
answers
47
views
Need Recommendations for Easy Website Development with these Specific CMS Cases
I've hit a crossroads. My current skills are limited to HTML, CSS, and a bit of JavaScript. I want to build a website visually, and if coding is necessary, I prefer to keep it minimal using the ...
3
votes
0
answers
50
views
Video player app for special needs child
I need a video/audio player app for a special needs child.
My only constraints are:
(preferably) for iOS (otherwise Android, or at most Windows x86 is fine, as long as there isn't any serious ...
1
vote
1
answer
109
views
Python for Web Form Filling
When using Python for web scraping, I need a library for filling in web forms, or more specifically, login forms automatically. As I have no additional, complex needs such as parsing JavaScript
The ...
1
vote
1
answer
211
views
Tool to separate one file with (mushed-together messy HTML containing messy inline styling), and produce a new pure HTML file and a new pure CSS file?
So ages ago (1992?) I naively used Dreamweaver to produce a non-commercial multi-page website.
Each element is an embarrassing hodge podge of HTML enmeshed with inline styling.
The content is actually ...
1
vote
0
answers
49
views
Library to convert HTML code to PDF file
I am trying to convert HTML and CSS to a PDF file using JavaScript, but my current implementation with html2pdf converts the content to an image, which makes the PDF non-searchable and non-selectable. ...
3
votes
1
answer
138
views
Microsoft and HTML4 to HTML5 converters?
I have several pages that use HTML 4, and a few that use the "Microsoft" HTML format, but I'm wondering if there is a quicker way to convert the code from old pages into a more compliant ...
1
vote
0
answers
31
views
User interface library for editor software
I need an open source library written in vanilla TypeScript or JavaScript (i.e., no requirement of frameworks such as React or Angular) for building user interface for editor software such as video ...
1
vote
0
answers
58
views
looking for a Pixenate alternative - simple self-hosted online image editor
I am searching for a (if possible customizable) self-hosted online image editor
The aim: users upload images to our site and, before finalizing the upload, should get the chance to edit the image. ...
0
votes
0
answers
64
views
JavaScript framework to work with existing HTML
Is there a JavaScript framework to work with existing HTML content?
Use case - The server transfers existing HTML content to the client (browser). The HTML is generated at the server using XSLT ...
