web-applications

java p2p video library?

is any such library available either commercial or open source? ...

jQuery CSS plugin that returns computed style of element to pseudo clone that element?

I'm looking for a way using jQuery to return an object of computed styles for the 1st matched element. I could then pass this object to another call of jQuery's css method. For example, with width, I can do the following to make the 2 divs have the same width: $('#div2').width($('#div1').width()); It would be nice if I could make a t...

Want to add Localisation in my website - multilingual website

Hi friends, I have created a website, i want to add localisation for this website - multilingual website. I have created this using PHP, javascript and ajax. I had tried for google language translator API. Is there any other way to do this. Could you please suggest me how to implement this in my website. ...

Can you create sub-applications within applications in IIS/ASP.Net

We have a global application (well out of my control) that runs a lot of sites. I'd like to create a new application (as I cant extend etc) within a folder so it could be accessed as follows. http://www.domain.com/ < Global App http://www.domain.com/newapp < New App Is this actually possible or just a pipe dream; I'm aware that its p...

Clientside Javascript --> Serverside Java --> user is served a .doc

I am helping someone out with a javascript-based web app (even though I know next to nothing about web development) and we are unsure about the best way to implement a feature we'd like to have. Basically, the user will be using our tool to view all kinds of boring data in tables, columns, etc. via javascript. We want to implement a fea...

How do I configure WebLogic 10.3 Web App To Use SAML 2 SSO and Identity Provider?

I have several Web applications all running in WebLogic 10 and I want to authenticate the users using SSO and WebLogic's built-in SAML 2 SSO support. I configured a SAML2IdentityAsserter on the security realm and created a Web SSO Identity Provider Partner that uses the meta-data from the identity provider that I set up earlier. That al...

Create a webservice that keeps data secure?

I want to create a webservice that allows users to enter the longitude and latitude for a particular building. Buildings will belong to a broader category called a Region. If a specific building does not exist in a region the user could add the longitude and latitude data through the webservice. Similarly if a user finds data to be in...

Is checking mousemove a good way to determine whether or not to download assets?

So I've got a web app that is for all intents and purposes a photo viewer. When a thumbnail is clicked, the app requests the image asset, injects it into the DOM as an IMG tag and disposes the other (MooTools Asset.image, inject and dispose). If they click on an image that has already been loaded I just inject it again since dis...

Realtime browser based game

I want to implement a bbg which supported large number of members and provided realtime actions. My current game hasbeen running but its seems burn out shortly. The method I'm using is polling. I guess the waste of idle user make server burn out (server is in C# and client is Javascript) How can I do to solve this? ...

AjaxControlToolkit Resource Files Not Copied To Output in MSBuild Script

I'm new to MSBuild, but I managed to setup the following simple script: <Project ToolsVersion="3.5" DefaultTargets="Compile" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"&gt; <PropertyGroup> <Configuration Condition="'$(Configuration)' == ''">Debug</Configuration> </PropertyGroup> <ItemGroup> <S...

configure service using a web interface

I have the following cenario. I created a server component running as a service. Now I want to build some configuration user interface. I have seen with my nvidia firewall that they are running a apache instance and offer a full featured user interface inside my webbrowser. If I want to do soemthing like this what technology would be f...

Is it reasonable to close child windows if main window is closed in a web application?

In a web application, sometimes you have popups in the application. Is it reasonable to when the user closes the main window, close all child popup windows if they are open? keep in mind the main window will not stay on the same page, the user may navigate to other pages within the same application (meaning even if you keep a reference...

Can’t get IIS to serve .js files from a specified directory

I'm running IIS 5 on a Windows 2000 machine. I have an application setup in my "scripts" directory in my website, because it runs some compiled DLL's. The application is set to run scripts and executables. For some reason, when I try and access any .js files in that directory, I get "The system cannot find the file specified.". I trie...

sharepoint- creating a new web application

hi, i have sharepoint (wss 3.0) installed. I would like to create a new web application but instead of using the default templates (team site, blank site, etc.) i would like to use a custom template. Basically, I want to copy a site that I have created (copy as site template) and use it in another web application. How do i accomplish t...

Servlet or POJO bringing web application down

Can someone tell how to stop an web application when critical error is met while initializing, for e.g. important property is missing which will affect the whole application, I want to halt the web application, if system.exit is not a good option, can anyone point how to bring down the application. Pls don't tell me to log the error, se...

Web crawlers and GET vs POST requests

I have heard that web crawlers are supposed to follow only GET requests and not POST ones. In the real world is this a valid assumption? ...

What language/technology/framework is Technorati built with?

Title says it all. I see no obvious indicators like .php or .jsp or .aspx file extensions. Anyone know ? ...

Connecting C# (frontend) to an apache/php/python (backend)

Overview: We are looking to write a C# user interface to select parts of our web applications. This is for a very captive audience (internally, for example). Our web applications are written in PHP and/or Python using Apache as the web server. Why? A well thought out native Windows interface can at times be far more effective than li...

How to limit users to Login?

I have a scenario in which I have to restrict the users for login as per following details: Whenever 500th user try to login My web-site there would be a message "User login exceeds, please login later!". Only 499 users can login at a time, 500th user is the Admin. Also need to show online users in admin page-view. So, how to calculate...

Can a huge existing application be ported to the web? How?

We have an integrated system (at least is that what we call it), which consists in a front-to-back-office huge C++/VB/MSSQL software that handle every single aspect of the organization. Several of our existing customers have been asking if its possible to port it to the web in a sexy web 2.0 fashion, of course it also has great value fo...