Top "Web" questions

Do not use this tag.

Chmod 777 to a folder and all contents

I have a web directory /www and a folder in that directory called store. Within store are several files and …

linux web permissions file-permissions chmod
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path

I have a project created by Maven integration in Eclipse. All work fine, but in the work space in all …

java eclipse jsp maven web
Cannot open local file - Chrome: Not allowed to load local resource

Test browser: Version of Chrome: 52.0.2743.116 It is a simple javascript that is to open an image file from local like …

javascript jquery google-chrome web window.open
What's the difference between a web site and a web application?

I'm stumped trying to come up to a difference between a website and a web application for myself. As I …

web web-applications terminology
How to convert the background to transparent?

I have no experience with any image processing/editing tools. I am doing a project which requires me to convert …

image web
Cannot read property 'push' of undefined when combining arrays

When pushing an array's contents to another array I get "Uncaught TypeError: Cannot read property 'push' of undefined" error in …

javascript jquery web console
How to load an external webpage into a div of a html page

I need to load a responsive website into a div in my HTML page without using an iframe element. I …

jquery web
Web link to specific whatsapp contact

I'd like to place a link on a webpage which opens a whatsapp chat with a certain whatsapp contact. In …

html web whatsapp url-scheme
Can I read the hash portion of the URL on my server-side application (PHP, Ruby, Python, etc.)?

Assuming a URL of: www.example.com/?val=1#part2 PHP can read the request variables val1 using the GET array. …

http url web language-agnostic uri-fragment
How can I make the browser wait to display the page until it's fully loaded?

I hate how you can actually see webpages load. I think it'd be much more appealing to wait until the …

javascript css web