Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
17 views

I have an access form with two controls on it: to the left, the newest Edge Web Control and to the right an unbound subform control. The idea is that the Edge Web Control is linked to the HTML file ...
Kovenna's user avatar
  • 27
1 vote
1 answer
37 views

In a browser-based JavaScript application, I need to persistently store a (large) blob of binary data that I can modify in-place without having to constantly re-write the whole blob to that storage. I ...
jeha's user avatar
  • 189
-5 votes
0 answers
21 views

Custom pagination is a UI component used to control how large sets of data are displayed in smaller, manageable sections called pages. Instead of showing all records at once, the data is divided into ...
Yagnya Creations's user avatar
0 votes
1 answer
37 views

Using the raw javascript at html static page I am trying to get json data from URL_SOURCE: const URL_SOURCE = 'https://example.source.host'; const doGetMetaDataEvent = async () => { ...
haoz's user avatar
  • 25
Advice
0 votes
3 replies
61 views

I made a web application on a computer and wrapped it in an exe. On the computer, the server is running on node js runtime, and the client part is using the electron browser. Now, I need to open a ...
Mikle103's user avatar
Advice
0 votes
4 replies
101 views

I would like to start computer science courses at my University soon and I want to be prepared. Best recommendations? Free or paid is alright. If you could link an IRL, I have a personal computer ...
Heidi Trammell's user avatar
-1 votes
0 answers
55 views

I have a Nextjs application version 16.1.6 with React version 19.2.4. I am getting the following error: Can't perform a React state update on a component that hasn't mounted yet. This indicates that ...
dev_in_training's user avatar
-5 votes
0 answers
34 views

I am trying to build a form-builder using Next.js, but I encounter this issue when trying to create a LivePreview. I am using a three-column layout (sidebar, canvas, LivePreview). It is supposed to be ...
Ifeanyi Chima's user avatar
0 votes
2 answers
76 views

I am creating a navigation toggle button for my website. I want to switch between the menu and close Material Icons when the button is clicked. The icon changes correctly using JavaScript, but the ...
VIVEK TAWARE's user avatar
0 votes
1 answer
35 views

Taken from official Google InfoWindow documentation page: headerContent optionalType:  string|Element|Text optionalThe content to display in the InfoWindow header row. This can be an HTML element, or ...
Lode's user avatar
  • 3
-1 votes
1 answer
53 views

I've been battling a persistent FirebaseError: Firebase: Error (auth/argument-error) for days while trying to implement Firebase Phone Authentication in my Next.js/React application. This occurs ...
beta programmers's user avatar
2 votes
0 answers
37 views

Good morning. I'm creating a graph for my website that should display BigInt numbers in logarithmic and mathematically exact graph types. Under my previous question, from the user @kikon, I received ...
Hazmen's user avatar
  • 91
Advice
0 votes
16 replies
140 views

Okay so i have a JS function that take my server response that would be multiple html Elements. I add all of those elements with innerHTML and i know it can cause XSS attack but i struggle to ...
frederic chippaux's user avatar
Best practices
0 votes
2 replies
68 views

This is my first attempt at implementing proper error handling in my project. I realized that as my project grows in complexity, the lack of structured error handling makes development much more ...
Roso's user avatar
  • 1
Best practices
1 vote
6 replies
89 views

I am removing inline JS from HTML files due to CSP in an existing project, so this old code: <input value="Click here" type="submit" name="submitA" onclick="...
David Balažic's user avatar

15 30 50 per page
1
2 3 4 5
168325