Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
24 views

Print values from json and html files stored in different folders with variable names

I'm automating some tests, every run generates a folder with a variable name. Inside every one of those folders there's a "statistics.json" and a "index.html". For each folder I ...
Amphata's user avatar
  • 27
-3 votes
0 answers
38 views

Podcast episode update [closed]

I am new to here and web development. I am building my first project and it happens to be a proper website for my podcast. It's been one of my top passion projects as I've always wanted to give my ...
odysseywow's user avatar
0 votes
0 answers
40 views

Browser Extension doesn't change innerHTML

The script seems to run correctly but it doesn't edit anything. If I put the script in the console it works, but by clicking the extension it returns an error that the innerHTML for the given element ...
skibidicwigma 123's user avatar
0 votes
1 answer
23 views

Check for Table null in Jquery for JSON response

I have a JSON Response which has 5 tables. So I parse that same JSON. After parsing, I am getting 1st table as [] . So I want to check that condition. Below is the JSON response and parsing. var ...
hud's user avatar
  • 4,703
0 votes
0 answers
25 views

I cant send data from form

i have a problem with sending data to my mail from form.I have a 2 form in my code, one is for "fizickaLica" one is for "pravnaLica". Now i have js code which send data from first ...
Milan Vidanovic's user avatar
0 votes
0 answers
12 views

HTML Static S3 site triggers APIG & Lambda & SES - but JSON field content not coming through into email

Have S3 Static site configured Contact form triggers API Gateway to Lambda to SES When receiving the email - all field content is 'undefined' Website is successfully triggering lambda and SES Postman ...
Jack Creager's user avatar
0 votes
1 answer
38 views

Search bar not working with image, with own API (HTML, JSON, JavaScript)

I am trying to create a search bar tool, a website, for guitar chords that let me search specific property codes: root and key. When I tried adding an image for each object the code messes it up and ...
Jode's user avatar
  • 1
0 votes
1 answer
46 views

Translating words between the Czech Language and English

I've proceeded with my project in Flask further. I want to translate words from slovnik.seznam.cz and store the translated words in links one after the other. Now I'm almost done but I'm not getting ...
user22758952's user avatar
0 votes
0 answers
31 views

Creating an .ics file in the attachment of Microsoft Graph API SendEmail call

I am trying to send Email using the Graph API. POST /me/sendMail POST /users/{id | userPrincipalName}/sendMail I need to create an .ics file within the body of the call as well. Having hard time ...
Berkay Koralturk's user avatar
0 votes
2 answers
53 views

How to make user data persistent in local storage in electron-app?

I'm building a tasks-to-do application using electron. As I'm new using it, I have found a lot of problems to make the tasks already uploaded persistent in the application. I'm creating the tasks ...
MavapeGZ's user avatar
0 votes
1 answer
99 views

"ng new ..." command doesn't create an assets folder automatically and when I add one manually the assets are not found

When I create a new Angular project with the ng new ... command, there is no assets folder automatically created. Furthermore, when I add an assets folder myself and add its path to the angular.json ...
Jan Perna Monnerjan's user avatar
-2 votes
1 answer
40 views

HTML field in a JSON response - Could there be any issue related to non-escaped chars?

Suppose an API returns JSON response like this {"error":"","data":"xxx"} And in the place of xxx it returns HTML code/page. Does this HTML need some ...
peter.petrov's user avatar
  • 39.1k
0 votes
0 answers
25 views

SQL query that calculates percentages in a column of a large data set

Query to calculate the percentage of sales along the column sales of a large data set Below is the query I came up with and the output I got: SELECT BRANDS, BRANDS_sales, (BRANDS_sales / ...
Frank Iyaji's user avatar
0 votes
1 answer
37 views

Json script for Chrome extension only runs the first time URL is entered

I am working on building a Chrome extension that uses CSS and HTML elements to block certain parts of the YouTube page. The issue is, the Json script only seems to execute the CSS files the FIRST time ...
Houdiee's user avatar
1 vote
1 answer
59 views

How to write up a correct schema object for Google search results? Structured Data JSON-LD Schema

I'm having trouble getting Google search results to display 'Site Name' and image. My current schema object looks like: <script type="application/ld+json">{ "@context&...
Kathy's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
772