web-applications

How to preserve accurate time (daylight saving) for a web application?

Okay this may be a simple question but I have yet to come with a working solution, so to anyone who can help thanks in advance. Consider the following scenario: We have a web-application running on MySQL (if you need to know) that is time dependent say an application that sends an email at the user specified time. Now every user has set...

How do I assign a different IP address to each virtual client in WCAT.

I need to simulate 200 unique users (Unique IP's) hitting a web server using the Microsoft Web Capacity Analysis Tool. I need to do this using 200 virtual clients. I have DNS pointing all 200 IPs at the client box on which the virtual clients will be running. Does anyone know how to configure this? I have been assured that it can be do...

WebKit on th iPhone: is it possible to copy text to the clipboad with JavaScript

The iPhone 3.0 software added copy/paste, and native application can programmatically copy content to the clipboard. Is it possible to do the same, i.e. copy text to the clipboard, from JavaScript code running inside Safari on the iPhone? ...

OC4J problem with ssl (secure-web-site.xml)

I'm working on eclipse and after making some changes in application and redeploying EAR file on OC4J server (i've added ssl support) my application binding in secure-web-site.xml ( i mean: tag) disappears or rather is not adding. What do i have to do to get this done automatically ? ...

OC4J problem with ssl (secure-web-site.xml)

I'm working on eclipse and after making some changes in application and redeploying EAR file on OC4J server (i've added ssl support) my application binding in secure-web-site.xml ( i mean: web-app tag) disappears or rather is not adding. What do i have to do to get this done automatically ? ...

Problem created by load balancing in ASP.NET

0 I have an ASP.NET 3.0 application that works fine on one server. It uses application variables to check if a user has checked out a file and locks it for all other users. When I put the application on the load balanced servers, the application didnt work as expected since it multiple users got sent to multiple servers and each user...

How to design a hosted web application?

How would you design a hosted web application? I'm looking at applications like Basecamp, Campaign Monitor, Freshbooks, etc... where users can sign up online and the application is hosted for them. Would you use 1 big database to store all your customer's data or would you handle data differently? Would you use more than 1 database? ...

Looking for a web based embeddable file manager that is cross platform

I'm looking for a web based embeddable file manager that is cross platform. I haven't found anything suitable through Google or the Stack Overflow archives. Does anyone know of a file manager that meets the following criteria? The file manager must be embeddable (e.g. Flash or a Java applet) run from my server (no storing uploads in...

Visitors to site get a file download instead of web page?

Why do visitors to my site sometimes get a download to a file instead of the page to which they were supposed to go? What problem does that point to - browser, controller, or something? ...

iframe takes focus on loading page in asp .net

Hi there, I am using iframe for reading pdf on page load. I have alt + Q as a shortcut for toggling data pane on/off. Now the problem is that while loading page iframe takes focus from my active browser so my shortcut doesn't work until i take focus back from iframe to my current active window of that page in which i have loaded my pdf ...

namespace in asp.net usercontrol

I make a asp.net usercontrol. its name is ucTreeview. in my page it named: uc1:ucTreeview How can i rename uc1? ...

make simulation in my page

i like to make a web application form it i can to work with visual studio as i in my computer how to do this . in this application user can use vs and complie it as progame or make simulation to VS in my site with comlie many thanks ...

Eclipse + remote OC4J server - deploying application

Hi. I would like to deploy web application on a remote OC4J server using Eclipse. Is it possible? I'm using WTP and when adding the OC4J server there is only localhost available. ...

What is the most suitable language to make a copy-protected image web-interface

I have my first professional assignment of making a website in which a photographer's artwork will be displayed for purchase or print. The protected image will likely be generated in Perl. But what I don't know is which language to implement such an application in. I know HTML, CSS and a bit of JavaScript and have a mainly free time for ...

HELP! "The custom error module does not recognize this error."

(Please consider this a courtesy more so than a question, but still, please add your advice!) If you hit "The custom error module does not recognize this error" in Outlook Web Access, and you're in Firefox; then your session probably just timed out! You just wrote a big email!!! If you go BACK, all form fields will be BLANK! AHHHH!!!...

What does portlet programming in java can offer to us?

Hi all, even i do search in google, and read some of the article, but i still not clear what portlet in java can do for us (english is not my native language, sometime is hard to totally understand what people wrote) i was discussing with my friend between java and php. most of the php forum, they allow user to install forum plug-in o...

How do I raise an http error/exception from a python CGI script?

How do I raise an http error/exception from a python CGI script? Is all that is necessary is to print the appropriate header: print '''Status: 501 Not Implemented Content-type: text/html ''' That doesn't seem to work right. I have a very basic setup, namely IIS7 routing *.py CGI scripts to python25.exe for execution. I am not using...

while sending email from asp.net application css not applied to email format in public domain like gmail.

I am sending email from my asp.net application to users in gmail account, css not appliying in email format. However it is coming properly when i send same email in outlook. I have also tried by applying css in head tag but still it resulted the same. Please provide suitable way to make my mail format look good when i see it in gmail a...

Using NSUserDefaults from javascript webapp

Hi! I need to store and access preferences (like colour, etc.) from a javascript webapp.. Is there some webkit access to the NSUserDefaults? (or maybe CFPreferences ?) ...

User support strategies for web apps: Email, forms and screen captures

Our company supplies a web app that ~500 users uses about once a week. The app is hosted by us as a third party and users are located across the country and working for one company. I am looking at a new requirement for screen capture functionality to aid support. It is unlikely that the users are local administrator or are interesti...