web

Searching for the right pattern to handle login data

Hi all, I'm working on a controller that handles logins for a Web app. These logins will come from multiple clients but will all contain the same data. However, depending on the client, this data will be interpreted into common entities for our webapp differently. For instance, we have a user code that gets sent in, and in one case we...

Open source web design toolsets

I'm looking for recommendations on an open source toolset for WYSIWYG HTML/CSS design. What you have you found to be valuable in your work? ...

My team members don't support the use of validation controls that are available in asp.net (for web application)

My team members don's support the use of validation controls that are available in asp.net (for web application). What are arguments in favor of validators instead of or in addition to javascript validation? ...

query about calling Php web service through .net

Hi, with the ref of page: http://stackoverflow.com/questions/2469594/how-to-access-a-php-web-service-from-asp-net/2825735#2825735 I got following code; I cudnot find "requestXmlString" in whole code, where to declare and what is in this variable? Its urgent please. private string MakeWebServiceCall(string methodName, string requestXm...

Java webservice in tomcat using axis

Hello, I would like to ask a few questions to make sure that I understand things. When creating a web service using tomcat and axis, I create an interface defining the methods that I am going to expose. so far so good. I have a couple more classes as well. I compile my classes (.class files no jars) an store them in WEB-INF\classes .....

How to make the WebBrowser to scroll up when new content is appended to the bottom of the page?

In order to achieve this effect, I would like to know how I can make the WebBrowser to scroll up when new content is added to the HTML page? "Allow more entries to be displayed in the view: When the user clicks more, additional entries should be displayed in addition to the ones which are already displayed. The code should cause the U...

SharePoint 2007 Web Application is not found

I created a Web Application called testwebapp and then a site collection (testsite). When I try siteCollection = new SPSite("http://localhost"); in Visual Studio 2008 it throws an error Web Application is not found. Of course, the localhost works in IE and I don't know why testwebapp doesn't work. Any ideas? TIA! David ...

blog.domain.com vs domain.com/blog

Other than style, is there any significant difference between the 2, perhaps in something such as SEO? And style-wise, is there a "standard"/good practice about it, or its just up to your personal preference? ...

A very strange problem related to Flash and Java

Hello, I have created one simple program for showing webcam of the user. It works absolutely fine when i am running without integrating it in my java web application. But as soon as i copy paste the same files in Netbeans 6.8 and try to run it. My swf file is visible but the buttons in it are totally unclickable. I get the message of al...

Tech necessary to build a live video chat site?

Hi, I'm looking to build a live video chat site. Before writing a project description, hiring a developer, etc., I'm doing a little research on what types of technologies / web development skills are necessary in order to build this type of site. The site will feature live video and audio for users to be able to chat with eachother, a...

Browser based online game question

I am developing a small browser based game in asp.net. Think of a game room which has a capaticy of 22 players and players join the room by clicking a button. ( I am saving the number of players in the room in database) I need to call a method when the number of players in the room is 22. The problem is I don't know how to control the nu...

Search Links on a page

Hi everyone. I want to search my link on other pages by passing url address. After passing the url it should return some boolean value which will define the existence of my link. Preferred language ASP.net/C# If it is possible, Please help me. ...

Stack recommendations for small/medium-sized web application in Python

I'm looking for some recommendations for a python web application. We have some memory restrictions and we try to keep it small and lean. We thought about using WSGI (and a python webserver) and build the rest ourself. We already have a template engine we'd like to use, but we are open for some suggestions regarding the whole request ha...

WCF sevice in Web Application.

Hi, I have a web application( Using ASP.NET Web Application template). there i have created an WCF service (svc file). for testing purpose i just return a list of objects of my custom class. i added required attributes to custom class as well(DataContract) and for service class (ServiceContract) is added. i test it in browser, just acce...

Parse SOAP webservice dynamically

Hi, I'd like to create an application where you can specify a webservice's url and automatically get the input parameters a output format. (similar to svcutil in Visual Studio I think), in the way the user could add webservices dynamically to the app and select which data is gonna send and what is he gonna do with the return data. So i...

Web service exception handling - looking for alternatives to SOAP.

Hi, I'm looking for a design pattern to handle exceptions generated by the web service. I have looked at the SOAP examples and it's not suitable for my project. I make the calls to the web services through AJAX. If the call fails or business logic isn't met I'd like to pass a custom object to the browser which will contain some inf...

Web Forms Routing not having correct path to images, css, scripts ...

Hello, I am trying to use new .net 4.0 Routing for Web Forms with mixed success. protected void Application_Start(object sender, EventArgs e) { RegisterRoutes(RouteTable.Routes); } public static void RegisterRoutes(RouteCollection routes) { routes.MapPageRoute( "", "article/{id}/{title...

Looking for fastest and least-programming-required path to implement a web site with user submitted content with voting and comments

I'm looking to throw up a web site that supports user submitted entries and allows voting and comments. Similar in form and function to FMyLife. Basic requirements of site: Users can submit text entries - generally 1 liners Enters can be up or down voted Comments allowed - presentation collapseable Would like the fastest path possi...

How to count the advertisement hits and stores it in database

We put our website advertisement in 2 other websites. We need to count the hits we are getting form those advertisement and like to store it in my database. Please give me an idea to do that. ...

Can i insert an image in a MYSQL DB table?

is there a way to insert pics(not url,the pic)into a MYSQL table made with phpmyadmin? and if there is when i want to get that picture and insert it in the page , what should i do? :) ...