web-applications

Anyone know a convenient website suite for open-source projects?

Hi everyone, as the open source project I am working on is moving on to be more popular, we am thinking of upgrading our web site as well. At the moment we use hand-written HTML for most of the things. However, we want to make things more dynamic to allow for better collaboration and making it easier to publish documentation, tutorials,...

Spring 3 web request interceptor - how do I get BindingResult?

I realy appreciate Spring 3 anoation driven mapping of Web Controllers I have a lot of Controllers with signatures like: @RequestMapping(value = "solicitation/create",method = RequestMethod.POST) public String handleSubmitForm(Model model, @ModelAttribute("solicitation") Solicitation solicitation, BindingResult result) But my issue...

commandLink does not work on the first click

I've found some questions that seem related to this one, but none describes exaclty what is happening to my web app. Here it goes: it's a very simple app, with a left menu bar, a header and a central panel to show some texts. The menu bar has a lot of commandLinks which will define which page is going to be loaded in the central panel....

Dynamic URLs - with or without a trailing slash?

The short question is - what is the best practice - to use or not to use a trailing slash in URLs. There are many articles: this, this, this. However, they all seem to deal with static directory structure. What about dynamic urls, like those rewritten, or those handled by a central facility (like a web framework, for example), that for...

What is the technology behind OpenOffice.org Anywhere

I able to launch open office through web browser, even I do not have a copy of open office. http://www.ooanywhere.com/ May I know what is the technology behind? (Although the launched open office is quite slow and not responsive) Thanks. ...

Website for checking in which programing language code was written?

Do you know any site which can check this? I think, that i saw sometime ago, some kind of pastebin service which had option "autodetect", but I can't find it anymore. Do you know something which could help me? ...

Possible to connect hosted web application to local database?

Is there any tech out there that allows for a hosted web application to connect to a local database? For example, say I would like to write some web-based software for a popular point-of-sale solution. The ideal would be to have the customer input their database connection credentials and have the application connect to their locally hos...

NoSQL database with range queries

I'm looking for a NoSQL database that allows queries that return records that fall in the specified range. I'm not very good with the NoSQL nomenclature (as I'm still only researching whatever they will be viable) so I'll explain it how I would do it in SQL. What I'll need to do, is search for records (let's say forum posts), that are ...

Which tournament managment software for web-based tournaments?

This is possibly borderline for stackoverflow, as it's not a direct programming question. But, I am looking for a suitable software as a starting point from which to continue programming my desired customizations, so I hope it's close enough. Here are the requirements, for which I am looking for in a web-based tournament management soft...

clearing session data in JSF

Let's say I have a transactional application that consists of four pages: An origination page which uses POST parameters to initialize the application A transaction page where data additional data is captured A review page where data is reviewed A confirmation page where submitted data is confirmed Assume request parameters via POST ...

page does not refresh after an action is called

I have commandLink with an actionListener that calls a method to change the value of text. The same commandLink has an action that reloads the page. When I click the commandLink, the actionListener is called. But the action only is completed --showing the updated value of text-- when I refresh the browser. Why isn't the outputText being ...

Netherlands Antilles dissolved as per 10-10-10, how to change Country dropdowns?

See also Dissolution of the Netherlands Antilles. In a nut: Curaçao and Sint Maarten become autonomous and the remnant of the islands (the BES islands) become special municipalities of the Netherlands. The question is: how should we replace Netherlands Antilles (with country code ISO-3166-2:AN) in the country dropdown of the average we...

Comet for not-so-frequent events

Is it worth using Comet for events that are not needed "in realtime", but with a possible delay of, say, 1 minute. Such would be: twitter status updates facebook updates I know comet is perfect for a chat application (facebook and GTalk chats are using it), but does twitter, for example, use comet. Or is AJAX-polling sufficient for ...

web application for data modeling

I am about to start development of a web based application and we need to create a data model for that. Is there any web based free and ready to go or *open sourc*e so I can install it on my linux server that allows collaboration application for data modeling? ...

In Imageshack's API, what does the public/private option actually mean?

In Imageshack's API, what does the public/private option actually mean? Is there some kind of directory that the image will appear in if it is designated as public? ...

how to setup a web app with model view controller on CentOS beside using Tomcat server

Hi there, I'm working on a project that the customer specifically want java to be the back end engine. My team wants to see if there is a good way of implementing it without having to deal with struts (they all hate tomcat & struct setup for some reason). So given that I have total control over a CentOS server running apache, is there a ...

Java, Tomcat 6: saving files to local HD

Hi all, I've searching for this for a while now online (Google, and StackOverflow), but haven't yet come across this question. Maybe my query is not correct (please redirect then!) I've developed and set up a WebApp on TomCat 6 under Linux. Tomcat isn't running in a virtual host environment yet, I have full control over server. Therefo...

iPhone Keyboard layout on webapp.

While filling out HTML formulars, the iPhone Keyboard has a black bar on top with the buttons "Back", "Next" and "Done". This bar isn't present on native apps. I would like to know if there is a way to change the iPhone layout on a webapp in order to hide the bar? ...

WebSockets... Are they unsafe?

I was working on HTML5 and I came across this site http://www.rumpetroll.com. It is a very very cool site, but then I noticed the relative ease with which people could crash the site because they could overload the sending message scheme... Also I saw a butt load of javascript injection hacks being done on it, by various users and that g...

CSS: How to limit text shown with using "..."

Possible Duplicates: Is it possible to implement the effect of overflow:ellipsis with javascript or css? How do I indicate long text into a smaller fixed column with CSS? I want to trim text if it's greater than 300px wide with "..." For example, if I had: <ul> <li>this is greater than 300px, than only display as much of t...