About 281,000 results
Open links in new tab
  1. Browser-based application or stand-alone GUI app?

    Jun 27, 2013 · The obvious advantages to browser-based: you can present the same UI regardless of platform you can upgrade the application easily, and all users have the same version of the app …

  2. Is it possible to write a local web application that does not need a ...

    Nov 5, 2014 · 14 I want to create a local application that has a browser-based UI rather than a stand-alone GUI based on MFC / Qt / etc. If I don't want to run a webserver on the local machine, how can I …

  3. How do you decide if a project should be web-based or desktop-based?

    Oct 2, 2008 · You are deciding amongst three options: 1. web-based (as in a web-app) 2. desktop-based (a desktop application), 3. a desktop application that can sync or connect to the cloud. Have you …

  4. What is the difference between the "browser-esbuild" and "application ...

    Nov 10, 2023 · Excellent question ! The browser-esbuild builder was introduced in v16 as developer preview. It was the first esbuild based builder. It was quite experimental at the time. With v17 …

  5. How can I host VS Code for browser based remote access?

    Feb 9, 2022 · You should be able to just run code serve-web --host=<host-to-listen-on> --port=<port-to-listen-on>. you can see the help menu for code serve-web by running code serve-web --help. It …

  6. twain - Browser based document scanning - Stack Overflow

    Aug 7, 2017 · 2 I am building a browser based application for document scanning. I have looked at offerings from multiple providers like dynamosoft, asprise, atalasoft etc. My basic question on …

  7. When to choose between web interface and native GUI?

    My question is when should I make an application accessible using a browser? When it will be wise to use a desktop application being built using interfaces like Qt, Visual Basic etc.

  8. webview - In App browser vs Web View vs Embedded browser What's …

    Oct 20, 2021 · WebView is an embeddable browser that a native application can use to display web content. Here, the native application can be an IOS mobile app built with swift, a Android app built …

  9. Creating a Javascript local application (ran in browser)?

    Mar 10, 2017 · 12 I'd like to write an application that would use both Javascript and HTML as for the user interface. The app wouldn't really need an internet connection but will need access to the user's local …

  10. What are sessions? How do they work? - Stack Overflow

    Sep 27, 2010 · 446 I am just beginning to start learning web application development, using python. I am coming across the terms 'cookies' and 'sessions'. I understand cookies in that they store some info in …