web-applications

Best way to authenticate users in a web application

I was looking at ways to authenticate users in a web app, but in a way where the main web app doesn't need to process the password. Something like OpenId, but the authentication server would definitely need to be hosted on an intranet, internet services can't be accessed by the application server. My environement is pretty much Java web...

Existing libraries for web app sign-up, sign-in, manage passwords?

Do the major web application frameworks (Rails, Django, etc) have libraries that provide functionality for signing in, signing up, creating usernames, changing passwords, and managing lost passwords? It seems to me that this is common functionality that should be supported by some standard library, but I haven't seen anything in my sear...

Targeting 64-bit

I'm building a web application on .Net and it will run on 64 bit server. Is there something special that I should do to take full advantage of 64 bits? Only thing that comes to mind is that RAM is cheap and "unlimited" for 64bit, maybe I should cache as much as possible. Edit: closing as duplicate of http://stackoverflow.com/questions...

PostgreSQL or MS SQL Server?

I'm considering using PostgreSQL with a .Net web app. Basically 3 reasons: Mature Geo Queries Small footprint + Linux Price I'm wondering a bit about tools though, SQL Server Profiler and query plans and performance monitors have been helpful. How is this world with Postgres? Some other things I should consider? Edit: Will most like...

Best way to design and manage a navigation menu in web applications

I am building one of my first web application, and I found some problems in managing a dynamic navigation menu. In particular, I don't know what is the best way (or, almost, a good way) to set a different css class for the current navigation item when a user go to a page. I have a 2 levels menu, as you can see in this screenshot: A s...

Why can't I edit my ASP.NET Web application at run time?

Why are the code-behind pages for an ASP.NET web application locked at run time? I have older projects (probably defined as "web sites" instead of "web apps") where I can edit the code behind, refresh the browser, and see my changes. With the web app, I have to continually close and reopen the browser if I want to see my changes live. Is...

What are common shortcuts?

To send a message I usually press ctrl + enter. What other shortcuts do you think are important to implement into your webapplications? Edit: What buttons do you think are interessting to catch with js because they aren't used by the browser? I am not thinking of ctrl + z f.e. because the browser uses those maybe shift + [key] makes s...

Initialising Java Web App

I have a simple web app, with a few jsp pages, servlets and pojo's. I want to initialise the connection pool before any requests are made. What is the best way to do this? Can it be done when the app is first deployed or do you have to wait till the first request comes in? ...

Best way to stress test a rails web app?

Are there any good (preferably free) tools out there? Can they give accurate estimates that reflect production results when the app goes live? ...

Is there a good web-based project management app with scheduling?

Ideally something as intuitive as basecamp, with good usability and accessibility. The best I've seen is huddle.net but it's still weak in several areas. Must have: Projects - ability to add people & tasks and schedule tasks to people Calendar - showing when people are busy or available Role based access - Admins and non-admins Histo...

Webapp development tools for Blackberry

I am looking for a good Environment (GUI based Editor) for blackberry webapps. e.g., is there a Eclipse plugin out there ? ...

Best performance comparison website or resource for .Net Web Applications?

Hi all, I am the .Net specialist in a consultancy with many difference flavors of developers using many different languages and frameworks. Because everyone is pretty much trying to push their own agendas with our different clients in terms of what technology to propose, I'm constantly finding myself in the classic arguments with them a...

Using javascript in Mobile web application (WAP

Hi, I need to use javascript in a form for mobile web application. Please need some information about it, related to browser compatibility as well as way to use javascript in mobile web applications (syntax). Thanks & Regards, Khushi ...

How capture event for browser closing in web applications ?

When a web application running and on close the browser window then which event raise? ...

Don't show iPhone keyboard for a particular textbox in web page?

Is there any setting using which the iPhone keyboard won't appear for a particular textbox in web page? May be some css kind of setting? ...

What tools/languages do you use for PHP web application deployment ?

For my web application running on LAMP, I need to be able to deploy database migrations and code changes on multiple servers and be able to test deployment afterwards, all of this automatically done by scripts. Currently I'm torn between using directly my build tool (Phing) with some special deployment/test tasks, or shell scripts, or a...

Deploying Web Apps as war Files

I'm having some trouble uploading and getting my web app on the net with my chosen host. I built a war file in Net Beans and asked my host to deploy it for me. This worked fine but to access it I had to point my browser to: www.myDomain.co.uk/explodedWar What of course I wanted was to be able to access it just by pointing my browser ...

Draw graphs in VBscript

I have a HTML application, partially HTML, partially VBscript, disguised as a form. What it does is it opens a few local files, runs a DOS box containing GAWK and presents a text file as its result. I wish to expand upon it by letting it create a bitmap image with the results in a stacked bar graph, for instance as a .BMP file. But I'm s...

Overriding application server behaviour for loading jsp-api and servlet-api jars in a packaged web application

I have a project built and packaged with a specific version of jsp-apiand servlet-api jar files. Now I want these jars to be loaded when deploying the web project on any application server for example tomcat, WAS, Weblogic etc. The behaviour I have seen on tomcat is that it gives messages that the packaged version of these apis are not ...

GWT without Java Script?

I was looking into GWT. It seems nice, but our software have the must work without JS requirement. Is it possible? ...