web-applications

what are adobe air applications available for web developers?

What are free/paid adobe air applications available for Project collaboration and management Wireframe issue tracer testing color ..... ..... etc ...

Can We Upload the Windows Application in IIS in .net

Hi, I have a windows application developed in .net c#. I want to put it in IIS similar to web application. Is it possible?? My requirement is: Just like web application, i want to get the URL for this Windows application and use the link to remotely access the windows application. Please suggest. Thanks Rupa ...

Best web programming book for stand alone application guy?

what are the web programming book or books that takes you as a stand alone application programmer and make(develop your skills) you web programmer and make you think more in web way so that if you have idea about web you can directly sit front of the computer and code it by yourself? Edit:i prefer using php,mysql ...

how to prompt a numpad in an iphone web app?

I'm developing a web app for iphone using dashcode. I'm stuck where user needs to enter zip code or phone number and the app doesn't show the numpads but the regular keyboard. any help would be appreciated. thanks ...

In Dashcode, with iPhone webkit, how to add a new page?

I'm working on a website for iphone using dashcode. But i don't know how to add a new html page to the 'site'. I could use stackLayout but it takes so much time to load the 'index.html' since it has all the stackLayout's views in it. enlightenment needed :) ...

Are there CSS class naming standards for web applications?

There is quite a bit of information on the intertubes going over some fundamental css naming conventions. However, most of these conventions are from designer's point of view. I'm going after conventions from a web application developer's point of view. As a web application grows, and UJS (unobtrusive javascript) is used throughout th...

java.lang.UnsatisfiedLinkError no *****.dll in java.library.path

How can I load a custom dll file in my web application? I tried following ways but its failing. copied all required dlls in system32 folder and tried to load one of them in Servlet constructor System.loadLibrary Copied required dlls in tomcat_home/shared/lib and tomcat_home/common/lib all these dlls are in WEB-INF/lib of the web-applic...

Fix Web App bugs by reloading page, or reloading script / external resource

Say I just found a bug involving javascript workflow in a web app. Most of the time I will fix the bug and reload the page. Unfortunately this is a time consuming process reloading the page all the time. Does anybody else save time by reloading updated Javascript / CSS without reloading the page. Are there any tools to help make this...

Best Way to Share Web App Online

Hello all, I've built a web app that I've shared with some companies in my area. However, there are now some companies that are out of my region who are interested in looking at my web app. Before, I was able to go on site and show-off the app. However, this is not possible any more. What's the best way to 'share' a web app over the ...

What languages and libraries should I use to work with Gmail?

I want to develop my own web-based tool for searching for messages in the inbox of my Gmail account and deleting some of them. The projects that I've been working on in my programming life are very different from that one, so my question is: What languages, tools, and libraries should be used for this task? ...

in web application project, how to make the source code folder inaccessible?

I have a web application project and I have put my source code in a folder called "source". Now when I run the application I am able to see contents of "source" folder (it lists the code files) by appending the folder name to the url "/source" in IE. How do I prevent this? ...

How does Test Driven Design help a one man software project?

I've spent a lot of time building out tests for my latest project, and I'm really not sure what the ROI was on the time spent. I'm a one man operation, and I'm building web applications. I don't necessarily have to "prove" that my software works to anyone (except my users), and I'm worried that I spent a good deal of time needlessly ...

logging in, logging out & session behavior

When you log out of a web app, should ALL your session be logged out? When I log out of the web app from the public library, should it also log me out of the session I have on my home computer? When you choose "remember me" or "stay signed in" when logging in (to extend your session beyond the time your browser is open), does this get c...

Using Connection Based State with Apache2

I am writing an HTTPS based application using Apache2 as the web server, and python as the language (not sure which framework or Apache2 mod yet). After clients (which are not web browsers) first establish an HTTPS connection to the server, they are expected to send an authentication message. If authentication is successful, they are abl...

C# .NET Newbie Help...Best Practices

I am in need of some guidance of how to carry out a specific task I need to perform... I have a database table that contains requests made by users for excel spreadsheets. In that table there is a status column which indicates the step the request is in. I need to write a service of some sort that will be able to keep checking the sta...

Change "return key" in an iPhone WebApp textbox

I am creating an iPhone webapp with a textbox and would like to change the return key to "search". When you click on the textbox, the keyboard pops up and the return key on the bottom right of the keyboard displays "return" by default. However if you go to google.com on your iPhone and click on the search textbox the return key on the ...

Securing POST data in web application

I have a web application which has basic authentication - username, password, session and stuff. However I have a specific need to prevent users from spoofing the POST requests (even for logged in users). In my application, I am specifically validating the user's session before accepting the POST data (taking care of XSS and stuff also)....

Displaying a "clear button" (delete button) in an iPhone webapp textbox

I am creating an iPhone webapp with a textbox. I would like that textbox to display a "clear button" on the right side of the box... aka the round grey button with the X in it. Is it possible to set a css or html property so safari handles this, or do i need to develop this ability on my own using an image and some code. I know you can...

programming language to build a an online chatting service

what is the best suited programming language and technologies to make an online chatting service that scales up to support 50.000 users at the same time such us the band width usage stays at minimum (web server friendly). I have considered using php or python, are they good choices ? ...

Is it worth to obfuscate java web application?

Is it worth to obfuscate java web application? and why? ...