A "web service" is a software system designed to support interoperable machine-to-machine interaction over the World Wide Web.
39
votes
13answers
20k views
How to add SMS text messaging functionality to my website?
I want to add the ability to send reminders to people via email and SMS for specific events that they have signed up for on a web application that I am building. The email part is not difficult, but ...
2
votes
3answers
898 views
Send and Receive SMS from my Website
The way I plan to use it is:
Have people send SMS to a number to vote.
On the backend (assuming that the data comes back to my Web server), I will display the voting results on my Web site.
After ...
2
votes
1answer
220 views
Automated image/css sprite generation from website DOM
I know there are plenty of online tools which let's you upload your images there and it generates the appropriate CSS/sprite(s) to be used with them on your page.
Is there any such website/tool ...
1
vote
1answer
187 views
how to deploy my jboss servlets to GoDaddy and make it available to my Android client?
I have my web application running in jboss on my pc, accessible only in localhost. I have seen in sites like godaddy, they talk about giving a domain name to your site.
My application only serves ...
2
votes
2answers
135 views
How do WEB 2.0 sites get their first few members?
How do WEB 2.0 sites get first few members, like a new site comes up for "discussing books" or "renting apartments" or any thing for that matter.
So if some marketing is able to pull in some visitors, ...
1
vote
1answer
340 views
Setting up a server at home to host a Webservice created using .NET
I am presently working on localhost. I have created few web services(.asmx) using Visual Studio 2008 and .NET Framework 3.5.
At the same time I have a mobile application (client) that consumes these ...