In a web application, the user's browser functions as a (thin) client. The heavy-lifting is done by code on the server side. Web applications follow the client-server model in general. Some examples of web applications include Google Calendar, Zimbra, and Office Outlook Web Access.

learn more… | top users | synonyms (6)

2
votes
0answers
6 views

Running IIS 7 and JBoss AS 7 Simultaneously from a Windows 2008 Server

Does anybody know how to allow both IIS 7 and JBoss AS 7 to run and host applications on a Windows 2008 Server? I have a Windows 2008 VPS that I have hosting some ASP.NET websites and apps via IIS ...
0
votes
1answer
19 views

Can't attach MySQL database with my web application

I am using the vmc tool to upload my web application to cloudfoundry. I have pushed my web aplication and created service to bind with. But I am getting a problem in tunneling it. I want to connect my ...
0
votes
0answers
12 views

Plugin Architecture in Web Apps (Examples or Code Snippets?)

I am trying to learn to devlop a web application (preferably NodeJS/MongoDB, although I used PHP, Python before) that is highly extendable or customizable via plugins to enable disable functionality. ...
0
votes
0answers
16 views

How change their filesystem structure from development to production?

I am doing front end work on a web app where the directories for development are nothing like what they are on the live website. Is this standard practice? and what is being used on the backend to ...
-3
votes
0answers
27 views

Looking for jQuery introduction plugin - how to use webapp [closed]

I'm looking for a jQuery plugin which introduce new users into my web application. The user should be guided step by step, how to use the application. I imagine a plugin similar to iOS Apps with ...
0
votes
1answer
27 views

Permanent Unique Mobile Device Identifier (Evercookie?)

A web app I'm working on needs to identify devices as either activated or not activated to prevent them from using services that they haven't paid for. Right now, we store it a webSQL table and if ...
0
votes
1answer
12 views

iPhone webapp design

In my iPhone webapp, I have a blank div and I add things to it dynamically using: var example=$(document.createElement('which-ever-tag i need')); example.html('blah blah') blank_div.append(example); ...
3
votes
3answers
68 views

Cleanup huge Perl Codebase

I am currently working on a roughly 15 years old web application. It contains mainly CGI perl scripts with HTML::Template templates. It has over 12 000 files and roughly 260 MB of total code. I ...
0
votes
0answers
12 views

Exclude reply ID from discussion board in Sharepoint 2010 programatically

I am using Microsoft Visual studio 2010 and Sharepoint 2010 to customized web site. I am using ContentByQueryWebpart to add discssion board automatically to a page when it is created. My problem is, ...
0
votes
0answers
15 views

Integrating yuma.js into OpenLibrary bookreader - Positioning problems

I got some css/positioning problems integrating yuma / yuma4j ( http://yuma-js.github.com/ ) into the bookreader ( http://openlibrary.org/dev/docs/bookreader ) for allowing people to annotate "books" ...
1
vote
1answer
10 views

Guidance for Security Testing of Web applications

I am very new to the security testing of web applications.I want to test some web applications for security testing.So i have gone through the attacks like SOL-injection, XSS ,CSRF etc. Now i am into ...
0
votes
2answers
20 views

How do I browse a web application as if it is hosted on server

I just created a web application project in Visual Studio 2010. I want that when I type: http://testsub.test.com It should go to my local web application project. So I did a entry in my hosts file ...
0
votes
2answers
38 views

How to get unix command line in a web application?

Here's what I'm looking at doing. I've certain log files on a unix box. The files are in the range of 10-100 MB. What I'm looking at building is have a web application in which I can have the unix ...
2
votes
0answers
17 views

jQuery Mobile background image not showing on a full screen iPad web app

I have set a background on the data-role="page" element like so <div data-role="page" style="background: transparent url('img/background.jpg') no-repeat;" > It works perfectly fine on a ...
0
votes
4answers
45 views

Reference to singleton bean in Spring

I'm new to Spring and thus apologies in advance if the questions seems to be trivial. When I declare a bean in spring it is singleton by default. When spring initializes beans from config.xml it's ...

1 2 3 4 5 493
15 30 50 per page