Skip to main content

Questions tagged [web-browser]

1 vote
1 answer
115 views

Here is the design step by step: User opens a webpage Inputs few details in the form Click submit Request goes to API server API server creates a pod in Kubernetes Pod executes a script and stores ...
karthikeayan's user avatar
0 votes
1 answer
131 views

If i wanted to encrypt a password on my website before its sent to the server, would i have to encrypt the password in javascript on the frontend for it to be hidden over the interent or could it be ...
TheAdmin's user avatar
12 votes
5 answers
4k views

This question is vaguely Internet of Things (IoT) related - but it's about the intra-net (no external internet connection in this scenario - we are air-gapped). Let's say I have a new smart household ...
Wyck's user avatar
  • 232
-4 votes
2 answers
98 views

I know that browsers use a separate port for each tab. However, in each tab, there might be multiple scripts doing data transfer over the network. How does a browser makes sure that the data is ...
marked-off-topic's user avatar
1 vote
1 answer
5k views

I have kind of a unique usecase: Phones that are used to connect to the app might be shared Connections are very unstable (sometimes no connection for half a day) Data should be accessible through the ...
Pascal Zaugg's user avatar
3 votes
2 answers
3k views

In a course, a test's solution says the following has a 4-tier architecture But it seems to have a 3-tier architecture to me. I don't count the client (web browser) as a tier itself, but the test's ...
Tim's user avatar
  • 5,565
0 votes
3 answers
194 views

As some js files are very common and widely used on the web, why browsers don't reutilise them? wouldn't it improve efficiency, as js framework files are usually heavy?
Adrian Godoy's user avatar
2 votes
2 answers
1k views

In my MVC 5 web application there are many instances in which users will require to view thousands of records within grids, now I managed to get around many performance related issues by utilising the ...
Abs's user avatar
  • 53
0 votes
1 answer
494 views

I understands that most of the recent browsers use JIT compilation to execute javascript. What I do not understand is: which part of javascript is JIT'ed - the script, or the bytecode? Let me explain....
Kraken's user avatar
  • 111
-3 votes
1 answer
77 views

Is it possible to pass dynamic data to the browser when it automatically GETs link and img and script etc tags after it has parsed the html containing them? Ultimately would want to pass an ...
James Izzard's user avatar
0 votes
1 answer
432 views

As part of my continuous integration server, I am running a bunch of performance profiling. If the performance profiling tests don't crash and pass a threshold then it declares them successful. I then ...
TinyTheBrontosaurus's user avatar
6 votes
1 answer
1k views

Imagine a humongous web aplication built using Single Page Application framework such as AngularJS. With its each route it downloads a couple of HTML template files. Each of these template files ...
Temp O'rary's user avatar
2 votes
1 answer
1k views

I am developing a web application. The frontend is a mix between JavaScript and server-side generated html. The backend is written in Golang. Might not be very important, but if somebody made a ...
Kiril's user avatar
  • 529
1 vote
1 answer
2k views

I was wondering why the default select tag of HTML, for example: <select name="company_name"> <option value=""></option> <option value="1">Company 1</option> ...
John Skoubourdis's user avatar
0 votes
4 answers
2k views

I have a C# application (Desktop based application for Windows OS), which I wanted to use from Web browser. The application is a kind of analyzing tool, which takes some input values and performs set ...
ravi's user avatar
  • 101

15 30 50 per page