Questions tagged [web-technologies]

Web Technologies is an umbrella term under which browser-based APIs, which are not part of the DOM, but which expose capabilities of the browser or the devices they run on. Examples of web technologies include the Web Cryptography API [webcryptoapi], Battery Status API, Permission API, etc.

95 questions
1
vote
0 answers

html anchor tags with additional/custom http header support

There are lots of revision happened for HTML and now its in 5th version. Why till now the anchor tag () have not supporting additional http Header. What is the reason to not support http headers on anchor tag ??
Ysak
  • 2,601
  • 6
  • 29
  • 53
1
vote
0 answers

Communication between javascript GUI & java backend for desktop app

I have a working desktop application with JavaFx as Front-end and java as back-end language. This was fine till I had requirement to have some special functionality of same application working on mobile device too (2-3 years back). So android app…
ashah
  • 169
  • 2
  • 12
1
vote
1 answer

AngularJS 1 combined with ASP.Net MVC

I am doing a restructuring because there are a lot of bugs in my app. I have come to the point where i am very confused whether I should either drop AngularJS or ASP.Net MVC. Does anyone have any suggestions? Problem now is i think we use CSHTML…
1
vote
0 answers

Trigger javascript even if tab closed

I know how HTML5 notifications work. And I know how to use them in production. But what I can't understand is, the behaviour of Facebook: Even if you close all tabs of facebook, when you receive message, desktop notification appears. Doesn't matter…
heron
  • 3,611
  • 25
  • 80
  • 148
1
vote
2 answers

In terms of back-end and front-end technology, what can GAE do that Web Hosting can't?

I vaguely understand the difference between Google App Engine and a traditional Web Hosting service. I do understand Google App Engine can scale for a much wider audience, thanks to not having to maintain your own hardware, handling the…
chamberlainpi
  • 4,854
  • 8
  • 32
  • 63
1
vote
1 answer

Displaying image in web browser

I am a newbie to web technologies. While I am reading about jsp/servlet technology (more specifically get and post method) I found some limitations of get method - We can send fewer data with get method compared to post method. Get method only…
user4624793
1
vote
1 answer

How to find first hidden parents

I would be able to find the first hidden parents of an element to make it visible. trying this whitout succes : $('input[name="toto"]').parents(":hidden:first").show(); ideas about this ?
ivan
  • 11
  • 1
1
vote
3 answers

While porting a windows application to web, is it better to stick to conventional web technologies or adoping RIA is wise?

The web based application I am working on currently is a port from a windows application. This application is very data intensive. There are scores of modules and each of these modules have number of forms (data entry screens) and reports whereas…
Kabeer
  • 4,138
  • 7
  • 40
  • 62
1
vote
1 answer

JSP Session timeout and server resources

Does setting a high session timeout use more server resources? Or is this just the amount of time until a session cookie on the users local machine expires?
KPK
  • 442
  • 1
  • 5
  • 15
1
vote
1 answer

server side technology for business logic

Say I want to develop a web application that will have registered users and will be registered as a twitter app (allowing users to give it permissions to view their timeline and post on their behalf). The sole function of the application will be to…
1
vote
3 answers

Is there any online application to store or bookmark new plugins or technologies I learnt for future use?

I am a programmer. Everyday I see new plugins, library, framework and technologies. Some I use for my work, some I read. It's difficult to member what I have learnt and which was the purpose of use of those when I need them in future. So I'm…
user1559230
  • 2,790
  • 5
  • 26
  • 32
0
votes
1 answer

What technology is required for sites like www.trump.com and www.hyundaiusa.com?

I want to learn how to develop sites like www.hyundaiusa.com and www.trump.com. Which technologies do I need to learn?, or is there a web software or studio needed for such flashy sites? Thanks for any suggestion.
Chibuzo
  • 6,112
  • 3
  • 29
  • 51
0
votes
0 answers

Technology used to proceed with login from CMD or desktop application via web browser

Hello Stack Community. I'm looking for formal name of technology/technique that's being used in Microsoft Azure CLI and in Epic Games Desktop application, that is responsible for delegation of authentication from target application to browser, where…
Tomas
  • 3,269
  • 3
  • 29
  • 48
0
votes
0 answers

SIMPLE Web Application using ASP.net and PHP scripting languages

I know this should not be asking here, but I'm out of options I really don't have any idea on how can I solve the problem and where to start, I'ts almost 2 weeks since I analyze it ,that's why Im here trying ask if someone knows to solve the problem…
0
votes
0 answers

when i add the classes "navbar-dark bg-dark" into my navbar, navbar's item isn't showing

In the First line when add last two classes(nav-dark,bg-dark). navbar's items are not showing