Top "Web-applications" questions

Do NOT use alone.

How do I resolve "HTTP Error 500.19 - Internal Server Error" on IIS7.0

What causes this error, how can I fix it? Detailed Error Information Module IIS Web Core Notification BeginRequest Handler Not …

asp.net iis web-applications iis-7
Memcached vs. Redis?

We're using a Ruby web-app with Redis server for caching. Is there a point to test Memcached instead? What will …

caching web-applications memcached redis
How to decide when to use Node.js?

I am new to this kind of stuff, but lately I've been hearing a lot about how good Node.js …

javascript node.js web-applications
How to create a file in memory for user to download, but not through server?

Is there any way I can create a text file on the client side and prompt the user to download …

javascript file web-applications client-side
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
Cross-Domain Cookies

I have two webapps WebApp1 and WebApp2 in two different domains. I am setting a cookie in WebApp1 in the …

cookies web-applications cross-domain
Max parallel http connections in a browser?

I am creating some suspended connections to an HTTP server (comet, reverse ajax, etc). It works ok, but I see …

html http web-applications persistent-connection web-performance
java.lang.UnsatisfiedLinkError no *****.dll in java.library.path

How can I load a custom dll file in my web application? I've tried the following: Copied all required dlls …

java dll java-native-interface web-applications
How do you hide the Address bar in Google Chrome for Chrome Apps?

I want to increase the screen real estate for my Chrome app. The Address Bar is useless in a Chrome …

google-chrome web-applications
How to go from one page to another page using javascript?

From an admin page if the user is valid then the browser should go to another page. When a user …

javascript web-applications web-application-project