0
votes
1answer
12 views
Strategies for Hosting 2 .NET Languages in Same Web App
I have 2 web sites (in Visual Studio - separate solutions) - one in VB.NET, one in C#. Ideally, I'd like to make them both web application projects, compile each codebase into to …
1
vote
2answers
26 views
Dynamic creation of ASP.NET Form Elements
I'm trying to build a form which generates itself as it is used. I have created a really simplistic example, loosely related to what I'm trying to do below, but which demonstrates …
1
vote
2answers
34 views
Most effective and realistic free web-app load tester?
I'm in the middle of picking tools to load test my Ruby on Rails app. So far I'm trying out -
apachebench
autobench
httperf
selenium
trample
Is there anything else worth lookin …
4
votes
4answers
56 views
iPhone Safari Web App: Seeking overview of iPhone-specific features
I am trying to get an overview of what kind of native iPhone features I can get access to when I write a Web App (using html/css/javascript, running in Safari).
Meaning: I like to …
0
votes
2answers
26 views
are automated recurring billings really automated?
"roll your own recurring billing in your rails app with a cron job, a date field for when they are paid through, and amount each person is paying"
I just saw this entry here in SO …
2
votes
5answers
69 views
How do you distribute an HTML/Javascript web app?
I've built a web page using HTML and Javascript that acts like a desktop app. I'd like to distribute it to users in the methods they are most familiar with. For Windows users, I …
0
votes
1answer
17 views
Who’s Online in Pylons
I currently have a Pylons application running with a basic user system set-up. I want to try and create a widget that shows the users that are currently logged on to the website. I …
0
votes
0answers
25 views
Why am I only seeing a blank screen when trying to view my silverlight app on the web?
Ok, So I've made my silverlight app for the web, it's pretty simple. I can copy the .html, .xap and .dll files from the Debug folder of my project to anywhere locally, run the html …
0
votes
0answers
84 views
Is there any open source code we can get similar to stackoverflow? [closed]
I found that source code of stackoverflow.com is not an open source, so is there any other similar apps available that has source code available?
1
vote
5answers
110 views
How to design/plan for web application development?
I'm interested in learning how to design/plan for web application development, in a multiple developer team scenario.
Assuming the role of "Project Manager/Lead":
What "docume …
0
votes
1answer
25 views
Export to pdf on the client or server side ?
My client side application is using jqgrid that requests the server side, which in its turn queries MySQL and sends back the resultSet in XML format.
I'm willing to add the export …
1
vote
8answers
166 views
Pros and Cons of the use of DAO pattern
As I mention, I'm interested to know what do you (as experienced developers) thinks about the use of DAO pattern, specifically within a Web Application. If possible what advantages …
2
votes
2answers
21 views
Can DB2 tell a web-app when a table data is updated?
I have a table of non trivial size on a DB2 database that is updated X times a day per user input in another application. This table is also read by my web-app to display some info …
0
votes
3answers
27 views
ASP.NET web application role based security
We are writing a web application to be deployed on our intranet. We want to implement role based security but would like to not write it all from scratch.
Is there anything bui …
2
votes
5answers
59 views
How to create the first administrator user of an application?
Consider a simple web application that accepts user logins. Each user can have a profile (read-only, normal, administrator etc) and each profile dictates the user’s rights (he can …
