Top "Web-applications" questions

Do NOT use alone.

Best way to synchronize local HTML5 DB (WebSQL Storage, SQLite) with a server (2 way sync)

I am developing a mobile web application (for iPhone & Android) with a local database (using html5 webstorage) so my …

html web-applications storage data-synchronization
How do I implement login in a RESTful web service?

I am building a web application with a services layer. The services layer is going to be built using a …

web-services web-applications rest login restful-authentication
ASP.NET Web Garden - How Many Worker Processes Do I Need?

What is the best practice for deciding how many worker processes to allow for an ASP.NET web application? On …

asp.net web-applications iis-7 worker-process
Difference between web server, application server and database server

I read somewhere that a web application consists of a web server, application server and a database server. What is …

apache web-applications webserver web-hosting htdocs
Why do Java webapps use .do extension? Where did it come from?

I have always wondered why so many Java developers use ".do" as the extension for their web controller (MVC) resources. …

java servlets web-applications
How do I secure REST API calls?

I'm developing the restful web app that using some popular web framework on the backend, say (rails, sinatra, flask, express.…

security api rest web-applications backbone.js
htaccess redirect for Angular routes

I have an angular application with several routes, such as: site.com/ site.com/page site.com/page/4 Using angular's …

angularjs .htaccess redirect web-applications routing
What is the difference between DefaultAppPool and Classic .NET AppPool in IIS7?

I have a problem with timeouts in IIS. In the web.config the session timeout was set to 60 minutes but …

iis web-applications iis-7 application-pool
Redirect HTTP to HTTPS:PORT in Tomcat

I have a running tomcat application that already have the following redirection rule from HTTP to HTTPs: <Connector executor="…

apache tomcat web-applications https server.xml
when to use index.php instead of index.html

I am relatively new to php. There is a very basic thing that has been troubling me. I understand that …

php web-applications web web-application-project web-application-design