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

Frontend and backend technology option for web based startup

I have done most of my work on Microsoft technologies like .NET MVC, DNN, SQL and others. I cannot move on with with Microsoft technologies because they are not open source. I want to know best combination of frontend and backend open-source…
Vivek Kumar
  • 2,625
  • 2
  • 25
  • 33
2
votes
2 answers

i want the iframe to show only if

I have an iframe, which I have embedded onto a production site. I am still working on it here is the iframe the table with results The problem is that I don't want any one to see it, So i am wondering is there any way to add something to the link…
2
votes
2 answers

Is the DOM API an object-oriented API?

Forgive my lack of knowledge about web-technology and web-related aspects and terminologies. One answer to this question states that The DOM standards define interfaces that are implemented by the objects from the DOM object tree in the browser.…
atiyar
  • 7,762
  • 6
  • 34
  • 75
2
votes
1 answer

Is Correct to Use CSS3 VW & VH in 2016 for responsive and CrossBrowse sites

I was wandering if in 2016 is the correct time and place to use css3 vw & vh units for creating responsive sites, from my experience this is the easiest way to make it happen... but i have not seen almost nowhere using this technic. Why is that so?…
George Chanturia
  • 169
  • 2
  • 12
2
votes
1 answer

server to client push notification?

I need a solution for a specific feature of my application ,feature is same as recent achievements category of stack overflow.When a specific event happen in server (may be some level achievement or some kind of condition satisfy)then i want to…
Jamsheer
  • 3,673
  • 3
  • 29
  • 57
2
votes
2 answers

considerations for choosing a web application approach?

I am a long time Java web applications developer, and in my experience there are 2 major approaches for building web applications. The first approach, is to use technologies which go back and forth from the client to server like Struts, SpringMVC,…
Avi Y
  • 2,456
  • 4
  • 29
  • 35
1
vote
1 answer

Why same html and css is showing differently?

I am learning the web technology. I was trying to build a portfolio site by following a youtube video. The below code are the html and css code of the index page.
DEV_BOT
  • 33
  • 9
1
vote
0 answers

Building web portal application architecture

I have different web applications developed using Angular. We want to develop a portal where if user logs in then he will see link for all applications which he has access to. And when he clicks on any link then he needn't to login again, same…
1
vote
1 answer

Writing Asp.net web forms Application URL Like Asp.net MVC (that uses Razor ) URL

Greeting, pardon my maybe non important question, I am just trying to redecorate URLS that I am using in my Asp.net Web Forms application to be like Asp.net MVC apps that uses razor , the first step I've done is to remove the aspx successor and I am…
Khalid
  • 343
  • 3
  • 16
1
vote
2 answers

How to change page content or division content on button click

I'm very beginner to UI and i'm trying to change the page content dynamically on button click something like below: Image Reference can anyone suggest how can i achieve this type of functionality
1
vote
1 answer

HTML5 password pattern validation

Below is the the requirement I have to apply to Login page. To enter the password of the customer. The text “Enter the password” should be displayed by default in the text box. At present when the password is entered the text is visible. Make the…
1
vote
2 answers

How facebook, twitter reload their page without any refresh?

I am so much curious about this technology, I want to know how Facebook, Twitter, and many websites reload their page after clicking on a link without any refreshing? I search about this on google but did not find any helpful information, In this…
user12889738
1
vote
2 answers

Window.print() function messes up the table

So i wrote a page where you have this simple table, that you can fill in and print it. Now the table should look like this after printing: but instead, after i hit printing it gives me the following: As you can see, the input fields for the…
user10763705
1
vote
0 answers

Seeking advice on technologies to use for a project: ORMs, Building reactive interfaces, etc

My friend and I are starting a relatively ambitious long term project and we require some assistance deciding which technologies would be best suited for our needs. We would be very grateful for any advice or opinions on which technologies would be…
1
vote
0 answers

What is the difference between HTTP cache and HTML5 Application Cache (aka Appcache)?

While looking into HTTP requests and responses, we often come across the Cache-Control header which is related to HTTP Cache. And we also have a HTML5 Application cache indicated by the manifest file which stores the cache in the browser itself. …
Gautam Jain
  • 651
  • 8
  • 16