Questions tagged [browser-based]
17 questions
26
votes
5 answers
browser based IDE's?
Can you recommend a browser based IDE or programming editor ?
I feel like I've seen lots of these things drift past but when I look at my bookmarks I can only find two : http://cloud9ide.com/ and http://jsfiddle.net/
All languages are of interest…

glaucon
- 8,112
- 9
- 41
- 63
13
votes
7 answers
How to get USB devices List from Browser
What browser-based technology would allow me to query the client's currently connected USB devices - specifically name and device id of these. Of course, I'm ok with the client having to allow and confirm such an activity.
I don't care if at…

luvieere
- 37,065
- 18
- 127
- 179
7
votes
3 answers
What security risks are posed by using a local server to provide a browser-based gui for a program?
I am building a relatively simple program to gather and sort data input by the user. I would like to use a local server running through a web browser for two reasons:
HTML forms are a simple and effective means for gathering the input I'll need.
I…

Shon
- 3,989
- 1
- 22
- 35
4
votes
3 answers
Online PHP/HTML/JS/CSS editor
is there any free php code that, once installed, allows you to browse and edit files (with html, javascript, php and css highlight) on the server where it's installed? The aim is to code online, browser based. I've tried http://phpanywhere.net/ that…

pistacchio
- 56,889
- 107
- 278
- 420
4
votes
0 answers
browser based xslt wysiwyg editor
I am trying to find a browser-based wysiwyg xslt editor. It needs to be able to take an xml document as the source file, along with an xslt stylesheet - allow the xslt stylesheet to be edited, and then show the resulting html output.
Does a…

Tom
- 57
- 2
- 6
2
votes
1 answer
jQuery change image src attribute
Right now I'm trying make some browser based game. But I have little questions. Please open below code and inspect it.
http://jsfiddle.net/thisizmonster/YVz6L/4/
Is there any better solutions handle keyboard inputs?
While moving, i'm changing image…

Gereltod
- 2,043
- 8
- 25
- 39
2
votes
1 answer
Is there a django app that provides a file chooser for the files on the server?
I need a component that's a browser-based file browser, and I expect some django app to currently provide this. Is there such a thing?
The full story:
I'm building a django app that is used for testing. I want to use it to serve files (and strings,…

vlad-ardelean
- 7,480
- 15
- 80
- 124
2
votes
5 answers
Real time location tracking - windows program or browser based?
I want to track a few hundred, maybe a few thousand people in real time.
Let's say that the hardware aspects are sorted out and I can get the data into a database.
Now, I want to get it out and show it, in real-time.
Weeeell ... "real-enough" time.…

Mawg says reinstate Monica
- 38,334
- 103
- 306
- 551
1
vote
0 answers
OIDC and service worker
Recently I was reading OIDC documentation for browser based aplications and I found that one of the recomendation is to use service worker (you can see it here). I'm quite fresh to service workers but I know that it is possible to intercept fetch,…

Mateusz
- 11
- 4
1
vote
1 answer
HTML5 and RTSP to develop a browser based web conference app
Greetings to you all!
I want to develop an application that would be able to hold web conference without the users having to download any installable files. After doing some research I have found that flash is perhaps the only option I might have as…

Ujaan
- 11
- 2
1
vote
1 answer
Visual Studio Project Template for a Browser-based Desktop Application
I am starting the development of a browser-based desktop application (HTML + JavaScript) with no web server involved. It will be a single static HTML file using FileApi for its input and BlobUrls for output.
I consider using Visual Studio Community…

Christine VACHER
- 137
- 1
- 1
- 9
0
votes
1 answer
Browser based application with possible future as web application
I am working to migrate an old VB6 Forms application to a browser based application, and need some input on a few options. The application needs to be able to be distributed via email, run on the client's computer (completely local) without access…

Ethan
- 628
- 2
- 6
- 20
0
votes
1 answer
Options to harden access to anonymous APIs
I need some advice on how to secure or harden access to anonymous REST APIs. The APIs will be accessed by a browser-based web application. This web application has no requirement for user authentication and so OAuth tokens is not an option I…

swmj
- 1
0
votes
1 answer
Testing tools and guide for non-technical person
I'm a non-technical guy. I'd like to learn doing automatic testing for front-end. Do you have any recommended browser-based tools for beginners and also a guide that I can follow?
Thanks!
0
votes
0 answers
UFT with Browser based Application
We have a browser based Java application. We access the application through a browser, so after launching the browser, we work on application through that browser. Basically the application is not web based, web is just a medium to access that…

mmehta
- 103
- 8