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
12
votes
2 answers

How to know if a website is a single page application?

I have extremely little experience with web tech, only know basic HTML and CSS. I have an assignment where I'm supposed to evaluate a website and identify web techs that can help improve the site. One of the first things I want to figure out is…
user6362216
10
votes
3 answers

How to get value of dropdown menu in semantic ui?

I have this code but I don't know how to get selected value.Where should i give id value for this list?
9
votes
3 answers

How can I set infinity session time out in asp.net project

I'm working on asp.net project. how can I increase the session timeout? (infinity timeout) Or should I do this on IIS? If it is possible, please explain.
Buddhika Samith
  • 305
  • 2
  • 7
  • 20
5
votes
2 answers

Using sw-precache with client-side URL routes for a single page app

How would one configure sw-precache to serve index.html for multiple dynamic routes? This is for an Angular app that has index.html as the entry point. The current setup allows the app to be accessable offline only through /. So if a user go to…
mkhatib
  • 5,089
  • 2
  • 26
  • 35
5
votes
2 answers

Difference between "framework" and "web technology"

After speaking with developers, I have questions, "What framework do you use with your app?" and "What web technologies are you using on the front end?". Therefore, in order to answer the exact question they are asking, what is the difference…
Chris Marie
  • 1,382
  • 1
  • 15
  • 25
4
votes
1 answer

How to merge two videos into one using Javascript and html and also provide a download link for that video?

I am trying to merge Two videos taken as input by the user and then display it and also provide a download link for the final video. My code doesn't merge the two videos but plays them one after the other. So how can I merge them together and…
Alisha Maini
  • 99
  • 2
  • 12
4
votes
0 answers

How to generate preview of a url on HTML form using Python?

When I posted a news link on Facebook, it generated a preview by its own fetching the details from the url. Does anybody know what kind of technology or scripting language is used to do this or how it can be done? If anyone can guide me or point…
4
votes
15 answers

Alternatives to HTML for website creation?

It seems the most common aproach to web design is to use HTML/XHTML & CSS in conjunction with other technologies or languages like Javascript or PHP. On a theoretical level, I'm interested to know what other languages or technologies could be used…
Pat
  • 129
  • 1
  • 8
3
votes
2 answers

UI technologies for Java EE applications

I need some guidance from the experts. Till now I have worked on Java and Java EE stuff along with Unix scripting etc. But everything was on the backend side. So I never actually touched the UI code much other than occasional cosmetic changes. But…
Jeril Nadar
  • 175
  • 3
  • 10
3
votes
1 answer

ServiceStack SharpScript Future

Good day, I've been using ServiceStack for many years, I currently designing and planning a rewrite of an ASP MVC (Razor) project. #Script seems to be an almost perfect fit, without hands-on experience of the technology I have some doubts and…
Francois Taljaard
  • 1,339
  • 2
  • 12
  • 33
3
votes
4 answers

ASP.NET or Ruby on Rails for someone new to web development?

I have experience in client-server application development in C/C++ on Windows platform. I would like to get into web based application development. I have an understanding of web application development concepts in general. Which web application…
msvcyc
  • 2,569
  • 4
  • 24
  • 30
2
votes
1 answer

What technology and framework for dynamic web application with interactive plots

I will appreciate some suggestions to identify the best options for choosing a technology and framework to create and maintain a dynamic web application presenting scientific numerical material as interactive plots. It is supposed to be an…
user1069609
  • 863
  • 5
  • 16
  • 30
2
votes
1 answer

What is the basic component used in a text editor like Atom or VS Code?

I am looking to writing a simple text editor in JavaScript. I am currently using a contenteditable div. But it seems very minimalistic and I am not sure if it is right component to use for a text editor. I looked at Atom and VS Code source, but I am…
John Doe
  • 2,225
  • 6
  • 16
  • 44
2
votes
2 answers

What is the global variable called 'name' in javascript?

Why is it that assigning a DOM element to the global variable "name" doesn't work ?
2
votes
0 answers

how to send request and response from restapi in seeddms using php

I am working on my project with document management system and i struck at seeddms configuration in my ubuntu Os ,how can I get post request and response using seeddms restapi using slim to upload documents or how to upload documents to seeddms…
1
2 3 4 5 6 7