Tagged Questions

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

2
votes
0answers
25 views

What services exist for finding someone specific to then run your own peer to peer software with?

If you give people peer to peer software (such as a web sockets application if the peer to peer part gets implemented, but could be anything) the first step for some kinds of applications is to find a ...
0
votes
1answer
79 views

Feature-based detection system [closed]

I am reading an article on the updated Firefox version 10 at this link. Among the list of unresolved issues include Two-digit browser version numbers can also still cause crashes. The Firefox bugs ...
1
vote
0answers
38 views

Attachment handling for web application with Jackrabbit

I need to manage attachments on my Spring web application and I thought to use an open source repository. My app it's a job approval system using J2EE / SPRING 3 Framework and postgress DB to allow ...
5
votes
2answers
119 views

Build Process for Web Application

I have a web application with lots of Javascipt and CSS code. I want to minify the CSS and JS code using something like UglifyJS. However, I don't want to program with the minified code and I want my ...
1
vote
1answer
39 views

How should an administrating web application control a WCF service's entities?

We have a WCF Service (self-hosted) which can receive several types of calls from the outside, each call encapsulates a business logic procedure. We need to construct a web application which will act ...
3
votes
2answers
118 views

Google Analytics and customers privacy

I work in a company that sells SaaS web applications for HR and financial issues. Our customers are key accounts to which we guarantee the privacy of their data, for obvious reasons. We need to make ...
4
votes
1answer
93 views

Designing web-based plugin systems correctly so they don't waste as many resources?

Many CMS systems which rely on third parties for much of their code often build "plugin" or "hooks" systems to make it easy for developers to modify the codebase's actions without editing the core ...
1
vote
3answers
189 views

In PHP, how do you code with scalability in mind?

I know this may be a general question, but what exactly goes into scaling for all the users you will encounter, even if not in the next few months? I did some research and most of what is done is ...
3
votes
4answers
284 views

What to call pure JavaScript standalone (web)apps for which I've not written any server side code?

I've been writing a few tools as standalone webapps for which I have written no server side code and it strikes me that I'm not sure what people call such things. I like them because they can be ...
-4
votes
0answers
62 views

What should I learn to develop Facebook apps? [closed]

I am a CS student and know C, Python and a little HTML with CSS. I made a few funky programs which I would like to turn into Facebook apps. It would be very nice if anyone could help me with this, ...
-1
votes
0answers
72 views

Would a web application launcher be accepted by Apple's App Store? [closed]

I have developed an HTML5 web application, and I would like to submit a native app to the Apple store whose job would be to just launch the default web browser to my web application URL. Is that ...
0
votes
0answers
62 views

Can Chrome apps/extensions/html exploit PDF plugin capability? [closed]

I would like to know where I could find documentation or information about the Chrome PDF plugin, in regard to its scriptability with javascript or other way (apps? extensions? HTML?) for interaction. ...
3
votes
2answers
361 views

How do I encrypt the source code on the webserver?

I have a web application developed using Python, HTML, CSS & JavaScript. The customer installs it in any of their own Machine and uses it through their LAN. In short the customer sets up the ...
1
vote
1answer
81 views

How can I efficiently approach cookie-based session handling?

Currently our web application uses server-sided sessions. Because of the large amount of memory usage, we want to switch to cookie-based sessions. I have been thinking about several ways: Idea 1 My ...
-1
votes
0answers
43 views

Designing a website/application: is the the good way? [closed]

I'm making a social website, around a 'map'. In short: People can join People have their own (small wall) they can write messages on People can become friends with other people People can react on ...

1 2 3 4 5 16
15 30 50 per page