web

Open source or free web site customers data solution

Hi, I'm really not sure if that's the right place to ask it , but I'm so used to this site so i'll just give it a try. I'm interviewing many people for a certion mission, and i'm looking for a an easy way to organize the people according to some properties (age, origin , hobbies, education etc'...). I need a website which will allow me...

Generated web service client doesn't match wdsl

After developing a web service on Eclipse, based on Axis1 and JBoss, I deploy it and test it with soapUI. It works perfectly. Eclipse generates a wsdl file which I use in Eclipse's new web service client wizard to create an application client that consumes the web service. It generates the client code perfectly, but when I invoke some o...

Namespace declarations in web.config not being picked up after Converting to Web Application

Hi, I recently decided to convert my .Net Web Site to a Web Application. I followed the guidelines by creating a new Web Application, copying the files from my Web Site, including the files in my application and then selecting the option Convert to Web Application. However since I have done that I have received hundreds of errors rela...

Need help with this XSS attack

Did anybody know more information about this attack ? I recently got this script injected in my web sites By the way dont go on this web site since it's the source of the infection </title><script src=http://google-stats50.**fo/***.php&gt; What kind of attack is it, SQL or CODE ? By the way dont go on this web site since it's the ...

Pass Dictionary as a web service GET parameter ?

can i Pass Dictionary as a web service GET parameter ? how will it look on the URL? do i pass it on the URL itself or in the header? ...

JSF Validation Error While Using Custom Converter

I am setting up a form using JSF (I'm pretty new at this) and I am getting a Validation Error: Value is not valid message on one of the fields. This field is actually a separate object (as I will show below) that has a custom converter. Here is what I have (with non-relevant code removed): I have a Citation class: @ManagedBean(name="...

Searching Google's localized web search with Java

Hello, I am trying to use a Java App to search Google in different countries, i.e. google.co.uk, google.de, etc. I found that the Google Ajax API used with Java will only let you do web search with the following URL url = new URL( "http://ajax.googleapis.com/ajax/services/search/web?v=1.0&amp;" + "q=information%20retrieval&ke...

How to catch non-aspx files with a http module?

How to do it? If I make a http module it only catches .aspx files. Files with other extensions (.js, .htm) are ignored. Does this have anything to do with IIS? Strangely enough all extensions are caught on the ASP.net Web Development Server but not when hosted in IIS. ...

Recommend visually appealing table-driven web forms management framework?

Nearly all our work is "by hand" with some excellent in-house frameworks. However, these are for ERP-style applications and are (sometimes too) complex. Working with more business-critical applications, one focuses on function and not pleasantry. We have a need to bring up some non-trivial "external-facing" data entry forms. There wi...

VS2010 Deployment package MSBUILD

The VS2010 Deployment package feature creates the package with a directory structure like: Package\Archive\Content\C_C\Sources\Website1\Web\obj\Debug\Package\PackageTmp I want to have the contents of the last PackageTmp in the root and not the whole directory structure. What is the best way to do this, create a custom task which copies...

Web Services with large volume of data

I am currently designing a set of Web Services using JAX-WS and the bottom-up approach. The problem with some of my services is that they will be used for reporting activities, and therefore they are very likely to return large volumes of data. My biggest concern is obviously the response time from a client's perspective. I am looking...

static pages that dont break?

Hi I want to do a fixed size page, but don't want the page to break or reflow at all if the user resizes the window. Is this a javascript function? sample: http://www.neimanmarcus.com/ ...

Deciding weights for the parameters (similar to Google pagerank)

Hi, I crawled some blogs for my project and extracted a few features, like length of the document, in links, out links. Each of these blogs talks about some specific subject and there can be numerous articles on each subject, and I need to decide at most one or two important blogs for each subject. How can I assign weights to these feat...

Converting problem ANSI to UTF8 C#

I have a problem with converting a text file from ANSI to UTF8 in c#. I try to display the results in a browser. So I have a this text file with many accent character in it. Its encoded in ANSI, so I have to convert it to utf8 because in the browser instead of the accentchars appearing "?". No matter how I tried to convert to UTF8 it wa...

how to config apache2 and fastCGI to run my c++ application

Hi. I have written a program with c++ and compiled it with gcc ( like the sample in the fastcgi.com) but i dont know how to run it on localhost. everywhere i searched , i found the php configuration for mod_fcgi which wont work for c++. does any body configured apache and mod_fcgi to run a c++ web application ??? ...

Searching for a multiple file upload

Hi, I'm looking for a multiple file upload button. the ones I've found are swfupload uploadify and a jquery plugin: http://www.fyneworks.com/jquery/multiple-file-upload/ I want to integrate it in a django app. ATM the only one which is working without any problems and is in widespread use seems to be swfupload. Am I right or am I ...

Meaning of SOP (same origin policy)

What is the real meaning of SOP (Same Origin Policy)? I know it means that the Javascript code from one origin cannot accuess resources from another origin. But what exactly does the word "resources" mean? For example: Javascript code can access IMAGES from another site. Javascript code cannot make ajax request to another side. ...

what is the difference between Serializing and encoding?

what is the difference between Serializing and encoding? and when should i use each in a web service? ...

is someone achieve online file compare

I want to a visualize web file compare tool,that can embed into my app,I know there some software like beyond compare,it has done great job,but it on windows & need buy licence,if someone has develop a web version,then it can cross platform, does some already achieve this? if it is python - friendly is great appreciated ...

consume SOAP webservice using jquery

I have a SOAP web service in java which needs to ba called from an html page using jquery. Can somebody tell me how to do that. I am new to it. ...