Questions tagged [html]
Software related to HTML, the main markup language used to create web pages.
484 questions
Score of 1
0 answers
30 views
FOSS alternative for fullpagepdf.com
https://fullpagepdf.com/ was the only tool that was able to turn https://www.khanacademy.org/math/ap-calculus-ab/ab-diff-analytical-applications-new/ab-5-6b/a/review-analyzing-the-second-derivative-to-...
Score of 2
0 answers
20 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 ...
Score of 1
0 answers
87 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 ...
Score of 0
0 answers
44 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 ...
Score of 4
3 answers
489 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 ...
Score of 1
2 answers
67 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
...
Score of 0
0 answers
64 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 ...
Score of 0
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 ...
Score of 3
0 answers
52 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 ...
Score of 1
1 answer
116 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 ...
Score of 1
1 answer
316 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 ...
Score of 1
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. ...
Score of 3
1 answer
140 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 ...
Score of 1
0 answers
33 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 ...
Score of 1
0 answers
94 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. ...