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

Questions tagged [web-applications]

Do NOT use alone. Do NOT use with web-frameworks or libraries like [reactjs], [django] or [flask]. Use for questions about web applications, where a more specific tag isn't applicable. Use with a appropriate language tag([java]) and the specific aspect of web-application, the question is about: http method([post],[get]), errors([http-status-code-404]), client-server communication ([client-server]) or server errors.

0 votes
0 answers
18 views

Doing some Encryption and Decryption and encounter "System.Security.Cryptography.CryptographicException: 'Padding is invalid and cannot be removed.'"

This is the view. Upon submit, the data is encrypted. No problem.: <form asp-controller="Permit" asp-action="Encryptori" method="post"> <div class="form-...
Waller's user avatar
  • 453
0 votes
0 answers
10 views

How to add adsense to Kotlin mutiplatform (KMM) web app?

I want to menotize my webapp which i created on kotlin multiplatform(KMM) and for web apps i feel adsense is best but i am unable to find a proper solution how to integrate adsense to a webapp built ...
Jasvir's user avatar
  • 81
-1 votes
0 answers
16 views

Best practices for improved performance for data retrieval interaction , sql or graphql within flask [closed]

Let's say I have three products. one is my database, accessible through SQL , a GraphQL server, and a webApp GUI to access the information of interest. As an example i will say that people around me ...
Corina Roca's user avatar
1 vote
1 answer
33 views

HTML Templates Overlapping in Google Sheets

Previously, when I created two HTML templates, opening the second template would automatically close the previous one, ensuring that only one HTML template was visible on the screen at any time. ...
Halit Şahin's user avatar
0 votes
1 answer
23 views

How can I "get" a Google sheet through App Scripts?

I'm trying to connect a Google Sheet to Qualtrics. And keep running into this error: Sheet "Completion_Codes" not found. Here's the script: function doGet() { var sheet = SpreadsheetApp....
RB39's user avatar
  • 1
0 votes
0 answers
10 views

Springboot Modelmapper mapping error when occurs mapping

**This is my entitity class ** @Entity @Data public class User implements UserDetails { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; private String name; ...
Prabashana Jayarathne's user avatar
-2 votes
0 answers
24 views

develop tracking app using python and arduino

Can we develop a tracking app using python and arduino for tracking specific chip?...if yes then what will be the requirements and steps for development. I have researched thoroughly and I expect that ...
Aiman Ali's user avatar
-2 votes
2 answers
32 views

Calculate the time a user has been offline - React JS [closed]

I want to calculate the time the user was offline. I'm creating a mining app and I want the mining to continue even if the user is offline, I save the date to localStorage every second to be able to ...
devfreeguy's user avatar
-1 votes
1 answer
17 views

Hi, I have only basic knowledge on web dev and I need help on my project to start a new intern job, I need to know where to start and steps to follow [closed]

Food recipe site The goal is to build attractive food recipe website that people can browse and can signup/login and share their recipe any user visiting the site should be able to browse recipes ...
league legends's user avatar
-2 votes
0 answers
24 views

Best Practices for Initializing Locale for Translations and Dates

I am localizing my app and have a few questions regarding best practices for handling locales, especially for translations and date formatting: What is the best way to determine the initial locale ...
Jakub Simek's user avatar
0 votes
2 answers
107 views

How can I update the Telegram BOT API version?

[Telegram.WebApp] Changing swipes behavior is not supported in version 6.0 <script src="https://telegram.org/js/telegram-web-app.js"></script> I'm currently using the Telegram ...
SJ Kim's user avatar
  • 15
-1 votes
0 answers
9 views

Chrome - Programmatically Generate the "Save As Shortcut" launcher

On macOS, when you use Chrome's "Save as Shortcut"/"Install as App" option, it creates the typical .app folder structure. The Info.plist contains the URL to the page, but if you ...
Karric's user avatar
  • 1,523
0 votes
1 answer
48 views

.NET Framework version requirement is higher than the project target while using 'System.Web.dll'

I have recently gotten an error on my .NET Project: The .NET Framework version required by assembly 'System.Web.dll' or one of its dependencies is higher than the project target .NET Framework ...
vivek dande's user avatar
0 votes
1 answer
55 views

Form validation through two app script libraries

The problem is after clicking on the button. I'm getting Uncaught ReferenceError: check is not defined at HTMLInputElement.onclick This is my scenario: I have two standalone libraries. The first ...
hub2sell's user avatar
0 votes
0 answers
38 views

HTML form using Google App Scripts MailApp Email Notification not working

I bootstrapped this code from github - click here if you would like to see the original tutorial Currently the MailApp.sendemail function is not working. Note: in my deployed App Script I replaced &...
Jordan h's user avatar

15 30 50 per page
1
2 3 4 5
1501