web

Embedding .net remoting program in WEB

So, here is a deal. I have client-server application(dotNet remoting). Client side has few trackbars, checkboxes, buttons and picturebox. Server is a console application and does only calculation from client. Client's picturebox make some visualisation of calculation in picturebox. All calulations and relative classes are in dll file. N...

How many webpage on the web make use of JavaScript ?

I would like to know how many web pages on the web are using JavaScript, in percentage. The metric I'm looking is the number of pages having a <script type="text/javascript"> tag. I'm pretty sure someone (like Google) did studies on that and publish the results ! The goal is to have an idea on how much JavaScript is widespread on the w...

Getting 'Public Sub New()' has multiple definitions with identical signatures after converting a website to WAP

I have converted a web site to a web application and after conversion I am getting loads of errors saying almost(50) 1. Getting 'Public Sub New()' has multiple definitions with identical signatures 2. 'UpdateProgress1' is already declared as 'Protected Dim WithEvents UpdateProgress1 As System.Web.UI.UpdateProgress' in this class. CAn ...

The format of message was invaild in SQL WebMerge Replication

Hi, We are looking into web synchronization between SQL2005 standard & offline clients using Express2005. When I create subscription and synchronize for first time it works fine. But when I reintialize the subscription and synchronize it is giving me below error. "The format of a message during Web synchronization was invalid. Ensure ...

What is a good way of tracking link clicks in Asp.Net Mvc app?

I have an MVC app with several <a> tags, and I want to have a way of tracking link clicks, preferably without doing redirects (i.e., without changing link addresses). Is there any way this can be done? And, if not, is there any way one can get this functionality automatically (e.g., with javascript)? Thanks. ...

type conversion from webservice object to class object

hi all, i've created bunch of classes. i have webservices which reference these classes and contains the classes as parameters and return objects. when i call the weservice, i have to convert the class to the webservice object else i can type conversion error. is there a generic way to convert between these types without having to as...

Ethics of Robots.txt

I have a serious question. I'm not trying to start a flamewar or to incite any violence--but here goes. Is it ever ethical to ignore the presence of a robots.txt file on a website? These are some of the considerations I've got in mind: 1.) If someone puts a web site up they're expecting some visits. Granted, web crawlers are using...

web service accessing wrapper

hi i have to use a web service in my solution I have a wrapper static class accessing web service as public static class Authentication { public static bool VerifyPassword(int membershipID, string password) { PCIValidationResult result = CreatePciWebService().ValidatePassword( membershipID, password); ...

what is better redirecting user from restricted area and not informing him what happend or telling him that its restricted??

For example : user "is trying" to enter restricted area ( i.e. admin area on webpage ) , what is better kick him out from there without a single word or inform him that this is admin area and he is forbiden to enter. ...

Best way to integrate sound into website

Hello, I am looking to integrate sound into a website. Basically a chat website where users will hear a sound when a new message arrives. What do you think is the best way to integrate sound? Javascript to play the sound Javascript to call a flash swf which plays the sound Any other method I cant think of? Thank you for your time. ...

Nokia HTTP_REFERER issue

We've developing mobile application using CodeIgniter PHP framework. App was tested on several hardware phones and emulators. Everything works fine everywhere - except Nokia S40 built-in browser. When browsing via thatbrowser, it reveals that $_SERVER['HTTP_REFERER'] is not set at all - even using straight PHP with no frameworks. Specif...

Survey and reporting software

Hi, I am using Limesurvey for doing surveys to employees. I am looking for a good reporting system: do you have any recommendation? I was thinking of importing the data from limesurvey to Excel, and make the reports there. What do you think? Thanks. ...

ATL Server Web Service on Windows Vista and VS2005

Hi There !!! Let's find someone who could help me on this problem. I have created on VS2005 under Windows Vista a new Visual C++ ATL Server Web Service Project with: Blob Cache Session Services (Memory-backed session-state service) I compiled the project sucessfully. Then, i opened IExplorer and access de URL to generate the WSDL. The W...

Creating ATL Server Web Service with VS 2005 Wizard and CLR option doesn't works on Vista/IIS7

Hi There! I created a ATL Server Web Service With Visual Studio 2005 Wizard and chanded the project settings to support CLR:oldSyntax. Generating WSDL Web Service and consuming it works fine on XP width IIS 5.1. On Vista with IIS 7, only works fine when i compile the project without CLR option. With the CLR, the WSDL isn't generated. I ...

python web framework large project

Hi Everyone, I need your advices to choose a Python Web Framework for developing a large project: Database (Postgresql)will have at least 500 tables, most of them with a composite primary key, lots of constraints, indexes & queries. About 1,500 views for starting. The project belongs to the financial area. Alwasy new requirements are c...

Context parameters in VSTS Web Tests

Hi, Can anyone help me with the following question? How can a context parameter be used in a parameterized request? I have created an extraction rule that populates a context parameter (say Param1). I also have parameterized a subsequesnt request and want to use this context parameter in that request. Eg. "{DetailArray:strUserID:xyz,int...

Sharepoint: Using custom layout the drag and drop of webpart is not working

Hi all, I am having an issue with the drag and drop of webpart in sharepoint. The following described what I have done: I am using MOSS 2007. Created some custom page layouts that's based on the original BlankWebPartPage.aspx and tweaked to matched our HTML carve. Created custom web parts. attached those web parts to the pages that's ...

Transform HTML to JSF

Hi there I hava an unordered List navigation and i wanted to transform this to JSF code. Actually , there is no JSF tag .. Here is the raw-HTML Navigation : <ul id="navbar"> <li id="articles"><a href="Link1">Articles</a></li> <li id="topics"><a href="Link2" title="Topics">Topics</a></li> .... </ul> ..so what should i do ? ...

Separating web server and app server, do both need java?

If we are to separate our web server and app server, would we need java on both machines? I've had one coworker say to install jboss on both machines (seems to defeat the purpose if both machines have app server installed) and another says just install jboss on one and apache on the other (app server/web server). I have the web project...

WEBSPHERE APP SERVER 7.0 GUI ADMIN CONSOLE AND MBEANS

Hi, I am new to WAS, and currently using WAS 7.0 The application I am deploying in WAS registers some MBeans when it starts up , I would like to know how to monitor/get info related to these registered MBeans from the admin console( GUI) of WAS. I see many options there in the admin console, but getting confused where to find the info ...