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...
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...
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...
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>
What kind of attack is it, SQL or CODE ?
By the way dont go on this web site since it's the ...
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?
...
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="...
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&"
+ "q=information%20retrieval&ke...
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.
...
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...
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...
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...
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/
...
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...
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...
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 ???
...
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 ...
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?
and when should i use each in a web service?
...
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
...
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.
...