web

Java custom SOAP processor for web services

I want to build a custom framework that expose a web service by using J2SE lightweight inbuilt HTTP server for already running large socket based swing client server application. Business functionality exposed through heavy weight object which has a method to get XML string and build object using XML string. The framework should expose...

jquery ajax call custom web service asmx

Hi, i need to access custom web service based on Sharepoint 2007 with jQuery. This web service has some operations (oper_get_smt1(), oper_get_smt2() ... ) I should probably use .ajax() function. But i don't know how to correctly define URL parameter. $.ajax({ type: "POST", url: "http://site/_vti_bin/w...

web information extraction

I want to create a shopping search engine that shows products from many websites and I wonder how can I retrieve information about products from those sites. I am not interested in search engine part but in extracting product information from web pages in an automated manner using auto-generated templates. Does anybody knows some good a...

Webservice timeout java web service

Hi Guys, I have a webservice stub. I am setting the timeout for the stub like this. stub.getServiceClient().getOptions().setTimeOutInMilliSeconds(timeout * 1 * 1000); But this doesnt work (i.e. the connection is alive even after the timeout period). Can you please tell me why is it so? Thanks in advance. :) ...

multiselect from dropdownlist for web app?

I'm building a web app that will come back with a report. For certain parameters where the user has requested a dropdown list, they also want to be able to select more than one option at a time. e.g. show me all transactions from the states of TX, WV, and ID. The reason I've decided to go with the dropdownlist they requested and not a ...

jquery function is not a function

Hi! I'm trying submit some form using ajax //include jquery-1.4.2.min.js var submitForm = document.createElement("FORM"); ... jQuery.post(submitForm.getAttribute('action'), submitForm.serialize(), function(data) { bla-bla }); But there is error : "Error: submitForm.serialize is not a function" (FF) What can I do? Thanks. ...

I'm trying to pick a framework for a product I'm about to build, and so far I'm leaning toward Nagare... Any thoughts?

http://www.nagare.org/ As far as the type of product and framework usage, think something like Facebook (it's not exactly a social network, but close enough for evaluation in this context). Basically, I'm just looking for something robust, scalable, easy to work with (small learning curve is a plus), compatible with older browsers, and...

How to copy data from Chrome local database to another via a web service?

Hi, I have a normal form where the user can enter data in textfields, select values in dropdowns etc. As it is now the user clicks on submit and a web service inserts the data into a server. I have added functionality so that the user enters data about a customer, click save and it is saved temporarily in safari's/chrome's local databa...

The remote server returned an error: Not Found - Silverlight

I have an ASMX web service that is referenced by my silverlight front end, and have recently started getting the error "The remote server returned an error: Not Found". The error seems to be related to the fact that i have recently added associations between the tables (if i remove the associations, the service works fine). This seems to...

Seperate Url or sub directory off main url for mobile site?

Hello, We are in the process of creating a mobile site and I am trying to put together some pros and cons for using a seperate url for it or a sub diretory off the main site. Any thoughts or suggestions? I have been searching this and have yet to find anything useful yet. Thanks in Advance! Jon ...

Is a Web Development Certification from a research university worth it?

Hello, Have been wanting to get more into web development. But find with getting gigs or full time employers, I do not have the credentials though I have a decent portfolio. I majored in something non IT related, though I have worked in IT. I have seen a few "webmaster" or "web development" certificates available through University pr...

Cant expand web.config in VS 2010 after"Apply Config Transforms"

Hi, wondering if anyone has experienced this in visual 2010 professional Create a new configuration - staging. Right Click web.config in web project, Apply Config Transforms. The files web.debug, web.release, web.staging are created - but the web.config doesnt expand so you can edit those files, even if they are added to solution. I'm...

How can you set up website.com instead of www.website.com?

I just got a new .CO domain name and I'm curious how to make it accessible without the www. I understand that these two are not necessarily the same thing, but how does one go about securing/arranging both? I've tried googling this but it's hard to successfully google this when your major keywords are 'www' and... not www. =) ...

Test if a URI is up

I'm trying to make a simple app that will "ping" a uri and tell me if its responding or not I have the following code but it only seems to check domains at the root level ie www.google.com and not www.google.com/voice private bool WebsiteUp(string path) { bool status = false; try { Uri uri = n...

hosting web service on https

Hi we have a web service hosted in our servers but we would like to host it over a secure https server for demo purposes to be used by our clients. Security is crucial as our clients will need to upload their sensitive data there. Does anyone know if we can purchase for a month or so a secure https domain in amazon web services, or micr...

JQuery - Best way of wiring GUI objects to events?

Ever since JQuery came along a few years ago I've been using it in all my client-side scripts. Initially I used the '$() syntax to grab and manipulate objects this, to me, is the 'old skool' paradigm of explicitly wiring up button events to functions: <button onClick='myFunction(this);' ... /> with a related function: function myFun...

What is the best argumented proof of the statement "IE6 is not standards compliant"?

I've met a new friend. That's a woman and she is a designer. And she has a strange attitude towards IE of version 6 (and older). She just LOVES it. And she has a strong argument: "when I started programming websites, there were no "correct" browsers", so she beleives, that IE is the most correct ever. I'm a programmer and I was always sc...

How to update assembly assembly references in a web site?

I'm making a build using FinalBuilder Pro 7. I have an asp.net web site and I'm trying to use FinalBuilder's "Precompile Asp.net 2.0 Application" action. Well, It fails. To build it successfully I need to run Visual Studio, open the web site and either build it manually from within VS or manually update all references. After that it wo...

Average salary of a Mac/iOS/Web developer in California

Hey, I don't know if this is the right place to ask, but I think it's a cool place to try. I'm a Mac, iOS and web developer and I got plans of moving to California. What's the average salary for this job in CA? ...

HTML 5 web sockets and XMPP Server dialog

Does using web sockets actually mean browsers will be able communicate with xmpp servers (any other IM servers) directly ? Thx. ...