web-applications Questions

5

Solved

I've had a Google Apps Script web app running for a bit over a year which gave users an option to download a csv file. It worked perfectly fine, although in the console it gave a warning about down...

2

Solved

I'm interested in social networks and have stumbled upon something which makes me curious. How does facebook keep people from playing with URLs and gaining access to photos they should not? Let m...
Hammerfest asked 20/10, 2012 at 16:30

7

Solved

Aims I'm trying to let users download a file (myfile.zip in this case) by clicking a button on the page, without them leaving the page - ie the browser must stay on the current page, and leave the...
Kean asked 3/3, 2009 at 1:49

7

I want to build my mobile web application written in flutter in Telegram. At the same time, there is a problem: when scrolling down, the application collapses, as if I were collapsing the bottom sh...
Preform asked 5/8, 2023 at 16:29

1

I have an ASP.NET Core MVC web application that has an endpoint which returns some data as a json. The onlly issue is that my data is around 5 MBs of raw (non-idented) JSON, and the response takes ...
Quartered asked 22/7, 2018 at 11:20

3

I would like to know what are the options I have to run an object detection model in the browser, until now I have found the next options: Streamlit: is very simple but requires the server resourc...
Motion asked 20/8, 2021 at 6:32

6

Solved

I'm new at django development and come from desktop/mobile app development with Xcode and related IDE. I have to use Django and I was wondering if there was an efficient way to debug it using Visu...

5

Solved

Essentially, I am trying to run a query on a MySQL database, get the data made converted into JSON and sent back to the client. I have tried several methods and all of the "easy" ones result in sen...
Piotrowski asked 13/3, 2017 at 22:19

8

Solved

I'm trying to pass an object (contents of a sheet row) to an apps script template. You can see the row in the screenshot. my function in apps script contains: var sendableRows = rows.filter(fun...
Equipoise asked 18/2, 2019 at 14:28

6

Solved

I am writing a webpage with the following structure: One section (table A) depends on another section (table B); Another section (table B) has elements that require recalculation on each update. ...
Rotterdam asked 1/8, 2011 at 17:51

3

Solved

I have an AWS cloudfront ahead of an S3 bucket that contains my frontend app (https://myapp.com). When I go to https://myapp.com/experts?profession=carpenter through the navigation elements of my s...

4

I have working with Flutter DIO Library. Its working fine on my Android App but giving error on Web. Error: DioError [DioErrorType.response]: XMLHttpRequest error. If I tried same url with http its...
Bemock asked 2/10, 2021 at 9:8

2

Solved

This a somewhat random question, but I wanted to figure out what would be the best tools to create a web app which uses node based connections similar to that of Blender's Shader nodes and Unreal E...
Tetragram asked 8/5, 2022 at 20:33

4

When I use eclipse to create webapp with maven using "maven-archetype-webapp", it creates only Servlet 2.3. How can I create Servlet 3.0?
Monkish asked 28/7, 2013 at 16:58

4

I am writing a webapp where the user will click on the map and the latitude, longitude will be returned to the python script. the webapp is written on streamlit and for the map I am using folium. C...
Kohn asked 14/8, 2020 at 13:19

4

Solved

I'm developing an application using mongodb, Node.JS and PWA. In the first step of developing I don't know what is the difference between manifest.json and manifest.webmanifest.
Volsci asked 1/9, 2018 at 14:54

26

Solved

I get this error when trying to invoke "persist" method to save entity model to database in my Spring MVC web application. Can't really find any post or page in internet that can relate t...
Mucor asked 28/8, 2015 at 10:44

6

Solved

I am emulating text editor in my project with custom caret, but native selection. Is there any way how to detect in which direction did user select the text? Lets say, that user has selected text "...
Whop asked 7/2, 2012 at 16:55

8

i ran completly out of ideas. I want to user Reactive Forms Module, so i imported it in app.module.ts like import { ReactiveFormsModule } from '@angular/forms'; @NgModule({ declarations: [ AppCo...
Antilogarithm asked 28/1, 2021 at 11:19

8

Solved

What does P99 latency represent? I keep hearing about this in discussions about an application's performance but couldn't find a resource online that would talk about this.
Solicit asked 9/10, 2012 at 21:49

23

Solved

I am replicating web application deployment and found several issues related to HTTP Error 500.19. My machine is running Windows 7 while the working development is using Windows 8. We're developing...
Synecious asked 30/5, 2013 at 12:39

6

Getting Error: The type 'JSObject' can't be used as supertype. error but I havent used dart.js anywhere in my code and unable to deploy my app to vercel. below is my pubspec: name: appname descrip...
Wraith asked 6/2 at 12:10

6

Solved

I'm developing a simple web app with Node.js and Express. I have to query a database using mysql module. Every time I try to query the database it shows up this error: code: 'ER_BAD_DB_ERROR', e...
Unaccompanied asked 29/2, 2020 at 13:3

26

Solved

I know this is almost a duplicate of : The error "Login failed for user 'NT AUTHORITY\IUSR'" in ASP.NET and SQL Server 2008 and Login failed for user 'username' - System.D...

14

Solved

Do the numbers on a numeric keypad have a different keycode than the numbers at the top of a keyboard? Here is some JavaScript that is supposed to run on the keyup event, but only if the keycode i...
Overdone asked 2/11, 2012 at 14:15

© 2022 - 2024 — McMap. All rights reserved.