web-applications

How to design an ASP.NET Framework in VS 2010 TFS

Hi all, I have a rather loaded question regarding a library/framework my company uses to build websites from that I hope I can convey without too much trouble. Present Situation: Currently, we have a solution in VS 2010 that has a Web Project, "Framework_Web", which currently contains all the web pages in the application as well as o...

Making changes to an exisiting Web App

I am just getting started to learn about Web Apps and deploying them to Tomcat. So I started with a sample web app project - made up of struts, hibernate, etc., etc. I am using Eclipse for Java EE Developers on my Ubuntu system. The ANT build was successful. Also, was able to deploy the web app through an xml under Catalina/host. I am ...

should a web app stay on a single page and why?

I've just noticed that several web application such as gmail, google calendar, zoho writer, etc are implemented using a single page only (not counting the logging form, just the main application) There's no "open link in new tab"(at least the app don't need to open any new page to be functional) and such. What are the reasons to implem...

Large scale internet application, where to start?

I'm involving in kind of work that i think knowledge about large scale application, large scale web will help me much. What do you think i should take? I mean books to read, courses to take... etc... Thanks in advance for any suggestion. PS: maybe applications i mean are not large enough :D, kind of social network for >100k users or rea...

Facebook App: What defines a "user"?

I have a Facebook Application which is ready to be submitted to the Application Directory, but before I submit, it says " Your application must have at least 5 total users or 10 monthly active users before you can submit it to the Application Directory". I have had many users navigate to the canvas page and use the iframe to browse the ...

Rebuild existing webapp : .NET or PHP

We are looking at doing a 'version 2' of our web application that is currently written in PHP with a MySQL database. Since it has been in a constant state of development for about 5 years with numerous developers, over time you look at it as a whole and think 'we could do this so much better if we started again'. So we are looking at do...

Using jQuery/JavaScript Code in JSP

I have jQuery code in a JSP: ${'#userid').val('admin') The app server is interpreting the jQuery code as JSP: The function val must be used with a prefix when a default namespace is not specified How do I "escape" the JavaScript? ...

What are the necessary and most important things, we should do at validation, if an web application gets the users input or parameters?

I am always thinking about validation in any kind on the webpage (PHP or ASP, it doesn't matter), but never find a good and accurate answer. For example, a I have some GET-Parameter, which defines a SQL query like DESC oder ASC. (SQL-Injection?) Or I have a comment-function for user, where the data is also saved in a database. Is it e...

SQL Buddy alternative for oracle

I'm looking for oracle admin tool like SQL Buddy (here). I just want to use the browser to test my querys. ...

System.PlatformNotSupportedException: Speech Recognition is not available on this system. SAPI and Speech Recognition engines cannot be found

I am running Windows 7 Professional 64-bit with visual Studio 2010. I have installed the Microsoft Speech Platform - Server Runtime v10.2 and the en-US language packages. I created a Web Service (Web Application) using Microsoft.Speech. In my test the Web Service receives a string and simulates the recognition based on some grammar ru...

What are the TOP 5 print and digital industry publications I should be reading

I work in the enterprise web software industry. Currently I work with everything Microsoft. What are the TOP 5 print publications I should be reading to deepen my understanding of enterprise development, gain technological, business, and industry insight. Additionally what are the TOP 5 digital publications/web sites? ...

Java web application MVC refactor from procedural to Object Oriented

I have a controller servlet that will either call the service of Editing (adding/deleting appointments) the calendar or just Displaying it. actionMap.put(null, new DisplayCalendarAction()); actionMap.put("display", new DisplayCalendarAction()); actionMap.put("modify", new EditCalendarAction()); DisplayCalendarAction and EditCalendarAc...

Top Level Requirements for scalable web solutions for Windows/.NET

I have been building applications / web apps for some time, and I guess most of what I have built has been based upon simple principles, i.e. try to keep things loosely coupled, use industry standard techniques and so on. I try to follow as many tech blogs I can about architectures, and how sites can scale (Facebook and the like). Righ...

Selenium RC and Internet Explorer

I am trying to create a fully-automated test suite for a web application, using Selenium RC and test cases written in Java. However, I have encountered a few problems that I have not been able to solve. Please let me know if you have a suggestion about any of these issues. Single window mode. I would like to run single window mode beca...

How to PARSE HTML Files and SUBMIT information programmatically

Hi guys, I am pretty new in ASP.NET 4 & C# and I would like to know which CODE, Classes could be useful for creating a WEB APPLICATION that could: 01 - Connect to an HTML file on the web. 02 - Parse its content (text content). 03 - Find out specific content in a page (for example looking for specific keywords). Also how to implement...

Alternative of CurrencyManager?

We have CurrencyManager class for desktop application. is there any alternative for web based application? ...

Text management in a web application

Hy, I developing ASP.Net for some years now and every time (very often) I code a new asp.net application I need to make sure that all the texts (labels, buttons, … ) I use in the Application must be managed and updated by an admin. Therefor I implemented a own simple component, which updates the data to a Strings table in the application...

Running long experiments from a web interface.

Hi all, I'm building a research web app that runs a long batch analysis that can last hours. I'm using Grails but I think this is a general design issue. The batch process can be started by a URL, e.g. http://mydomain/experiment/run?a_lot_of_params And this page returns info about the experiment (whose data are stored in the back end a...

Facing a Problem in ASP.NET Project (Online Test) while selecting the options(Radiobutton).

I am Developing a online test(Multiple choice) in C# asp.net. I have to show only one Question per page. I am using radiobuttons to select one of the options. When i click the next button, options respective to the next Question bind to the radiobuttons. The origin of Problem: I select a radiobutton for one Question and the same radio...

Can I reliably figure out the correct mime type to serve untrusted content?

Say I let users upload files to my server, and I let users download them. I'd like to set the mime type to something other than just application/octet-stream, so that if the browser can just open them, it does (say, for images, pdf files, plain text files, etc.) Of course, since the files are uploaded by users, I can't trust the file e...