1
vote
3answers
22 views
Incremental deployment of java web applications
We have following problem. Developers frequently need to make small changes to our web applications. When I say small, I mean things like correcting the spelling on a web page or s …
0
votes
2answers
12 views
Passing parameters from silverlight to ASP.net
Hi,
I've made a little game in silverlight that records users scores whilst they play.
I decided it would be a lot better if I could implement a leaderboard, so I created a datab …
0
votes
0answers
12 views
Can I access keychain from a webapp (javascript) on the iPhone ?
The question is pretty much in the title ;-)
Do you know if there is a webkit API for reading/writing from the iPhone keychain ? That is, I would need to access the keychain from …
1
vote
2answers
17 views
capturing pdf print event in web applications
i am generating pdf in my web application ,i want to keep track the users who are printing the pdf from my application's browser.how can i do that?
1
vote
3answers
19 views
running application on client machine
Hello,
I have developed two applications, one ASP.NET web application (myWebAppl) and one windows application (myWinAppl).
myWebAppl Details : This application has two web pages …
-3
votes
6answers
104 views
What are the must learn technologies as a web developer today?
After being advised by our friends in this community to learn JSON based on a question i asked. I look at JSON for a while and discovered how great it was.
It really got me about …
0
votes
2answers
11 views
How do I change the location of index.jsp in a war file
I have the following project structure:
myproject
- src
- WebContent
- META-INF
- WEB-INF
- jsp
  …
0
votes
4answers
71 views
What technology was used to implement this Rich Web UI?
In another question, someone mentioned this site which blew me away: http://zoomii.com
Does anyone know how they implemented this rich UI? At first I thought it was Flash but I d …
3
votes
7answers
61 views
How to verify if the Web Service caller is my web site?
For security reason, i need to garantee that only web client running an specif web site can access the web service. I'm doing verification over the domain request only, but i need …
5
votes
4answers
55 views
The easiest way to perform asynchronous operations in Java web applications
I have Java servlet-based web applications. I would like to implement some operations in asynchronous manner, like for example writing to a log.
I would like to avoid JMS overhea …
1
vote
1answer
34 views
file:// urls and Internet Explorer
I have an intranet application, which for many years has made use of the file:// syntax for urls to link to resources on (hopefully) network shares. I know that uploading instead o …
4
votes
3answers
104 views
Considering an Erlang web framework to learn and use in production
I’ve started learning Erlang a few days ago and it’s definitely a very interesting language and very suitable for web development (back end at least). I am going to experiment and …
0
votes
6answers
104 views
What are the basic skills needed for web application development ?
I have a good understanding of C, C++ and java. I have an idea about a web app (as a self learning project) but don't know what technologies would be needed to create a web app. Al …
0
votes
6answers
95 views
Fast keyword lookup
I'm writing a program that matches a user submitted query against a list of keywords. The list has about 2000 words and performance is most important.
Old
Is it faster to sto …
1
vote
1answer
22 views
Web-App : Keeping trace of the version of the application in database ?
Hi,
We are building a webapp which is shipped to several client as a debian package. Each client runs his own server. But the update and support is done by us.
We make regular rel …
