Top "Web-applications" questions

Do NOT use alone.

Should I mix AngularJS with a PHP framework?

AngularJS is very powerful when it comes to interactive HTML5 and model binding. On the other hand, PHP frameworks like …

php web-applications angularjs
High CPU Utilization in java application - why?

I have a Java Application (web-based) that at times shows very high CPU Utilization (almost 90%) for several hours. Linux TOP …

java multithreading performance web-applications cpu-usage
iPad WebApp Full Screen in Safari

Apple says in the Safari HTML reference that the below code is supposed to make the the web-app full screen …

ipad web-applications iphone-standalone-web-app
Trying to Use ESAPI But getting Error

I am trying to use ESAPI.jar for providing security to my web application.Basically I have just started using …

java security web-applications esapi
IntelliJ, can't start simple web application: Unable to ping server at localhost:1099

I'm trying to make a simple web app in IntelliJ by following this tutorial: http://wiki.jetbrains.net/intellij/Creating_…

java web-services tomcat web-applications intellij-idea
Wireshark vs Firebug vs Fiddler - pros and cons?

Recently, I came across an issue where a CGI application is not responding. Symptom is Firefox displaying: Transferring data from …

debugging web-applications firebug fiddler wireshark
Oracle Forms/Applications in Internet Explorer 8 using JInitator

Has anyone been able to get Oracle Forms running JInitator to loan in Internet Explorer 8 yet? I have tried removing …

java oracle internet-explorer web-applications oracleforms
How to display an error message box in a web application asp.net c#

I have an ASP.NET web application, and I wanted to know how I could display an error message box …

c# asp.net web-applications messagebox
Creating a src/main/java folder structure in Eclipse without Maven

How do I create the src/main/java and src/test/java in my default web application project in Eclipse …

java eclipse web-applications
How to convert ASP.NET website to ASP.NET web application

I have an ASP.NET 3.5 Website (visual studio lingo), but the site continues to grow and is looking rather cowboyish …

asp.net visual-studio web-applications