Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
296 views

Making windows run only one program visible to the user

So I have been charged with the task of making all of the computers for a small company only able to access a single website, sort of like a web kiosk. After playing with a lot of the whitelist web ...
0
votes
1answer
34 views

Jquery and WAI ARIA

I've been doing some research on web accessibility and I read that jquery doesn't have great support for WAI ARIA like dojo or YUI does. Is this true? I'm still in the process of researching web ...
0
votes
0answers
132 views

RD Web Access Default Document

I am trying to set up remote desktop web access on my domain (gateway.wonderind.com). I am using Windows Server 2008 R2 Standard and IIS7. I can run the app locally by visiting ...
0
votes
0answers
188 views

Web Based RemoteApp (Make A Windows Based Application Available via Web Browsers)

Our Windows based .NET application is using SQL Server databases as data storage at the background. We want to provide a trial version of our software for interested people to play with. In order to ...
0
votes
3answers
1k views

How to set different web authentication mode for different database in Lotus Domino

Disclaimer: I'm not a Notes admin, I just wrote the application :), and I try to help our client to use it. We provide a simple database with one agent to accept and process HTTP POST messages from ...
0
votes
1answer
800 views

web based access to a list of files outside tomcat directory

I have a use case , where I need to display some log files listing to the user,on click of each log file, it should open a new window to display the content of that particular log file. The ...