Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
24 views

I am using a Google Map API and simply want to display how many miles it is from one city to the next using one textfield. The following code works, but the origin and destination are hard coded into ...
user26136009's user avatar
-2 votes
0 answers
37 views

I'm making a basic stat tracker with HTML, CSS, and JS for a fighting game. Most of it is functional, I can track which characters I used and whether I won or lost but now I'm trying to add a delete ...
Carson Bledsoe's user avatar
-2 votes
0 answers
29 views

i have raspbianOS with a raspberry pi 4 model B and i install apache2 server on it, and i would like execute commande and run code (in c) by clicking on button
undercraft's user avatar
Advice
3 votes
1 replies
26 views

I’ve been experimenting with a way to make backend architecture as visual and readable as a React frontend. A Joke : This was a Joke against the huge mess that the misusage of server actions in React ...
Malik Abdelkader's user avatar
-3 votes
1 answer
100 views

I'm using code that hides content and reveals a button when the page is scrolled down 50px. Clicking the button reveals the same content, and clicking it again hides it. Here's an exact demo of my ...
Dmitry's user avatar
  • 127
-2 votes
0 answers
36 views

I am working on a custom WordPress theme and want to follow recommended best practices for including CSS and JavaScript files. Currently, stylesheets and scripts are added directly in header.php using ...
Yash's user avatar
  • 1
-1 votes
0 answers
31 views

AxiosError {message: 'Request failed with status code 404', name: 'AxiosError', code: 'ERR_BAD_REQUEST', config: {…}, request: XMLHttpRequest, …} code: "ERR_BAD_REQUEST" config: {...
Subham Patnaik's user avatar
-3 votes
0 answers
46 views

Client wants to use static image of the world without connecting to the tilserver. We prepared the image (8192*5461) And during point mapping we noticed that mapped points are way off (Example: Japan ...
Svinjica's user avatar
  • 2,563
1 vote
0 answers
34 views

I’m facing a difficult and inconsistent JavaScript issue related to event delegation that appears only after certain DOM mutations, and I’m trying to understand the root cause rather than applying a ...
Usama Attique's user avatar
-1 votes
0 answers
26 views

I used className="container" in React to wrap my elements, and I expected it to take the full width of the page with just a small padding on the sides. However, I noticed that the content is ...
Besan Rasem's user avatar
0 votes
0 answers
42 views

I created a computed field in my custom module: from odoo import models, fields, api class SaleOrder(models.Model): _inherit = 'sale.order' total_discount = fields.Float(compute='...
Aaron Jones's user avatar
-4 votes
1 answer
51 views

I am using NodeJs to try and import the following package into my sheet: const { GoogleSpreadsheet } = require('google-spreadsheet'); I get the error: "Error \[ERR_REQUIRE_ESM\]: require() of ES ...
TheProgrammerEthan's user avatar
-3 votes
0 answers
33 views

What could this error be related to? Uncaught TypeError: Cannot read properties of undefined (reading 'trim') for jquery.min.js On my site it's not displaying map (Mapbox) and there is issue with ...
Ernest's user avatar
  • 1
Best practices
1 vote
1 replies
19 views

Problem Summary: I am trying to create an easily-readable and -usable function to allow for a custom filtering of the columns of data extracted from an HTML table using vanilla JavaScript (maybe ...
Rithmatist's user avatar
1 vote
1 answer
109 views

I'm trying to create a dynamic 'word processor/typewriter' effect on my webpages for specfic sections (code explanations). I have created the following: <!DOCTYPE html> <html lang="en&...
iOSProgrammingIsFun's user avatar

15 30 50 per page
1
2 3 4 5
168391