Archive for the ‘web services’ Category
Do I get taxed if I trade my web services for solar panels (bartering)?
I have a shopping list of items such as solar panels, wedding photographer, wedding music, etc., that I’d like to trade my web services for. The goal is to exchange time, not money, for the items I’m looking for. However I’m concerned that I might be breaking some rules or may need to be taxed for such trades. Is this the case? Any suggestions? Thanks! ![]()
Yes. Nothing wrong with paying taxes as it means your business is making money.
Trade for business related expenses and you can write them off. Such as flyers, business cards, advertising, accounting…the list goes on for people that need web services.
Here’s a link on the legalities of bartering.
Good luck!
http://www.u-exchange.com/bartering-legalities
as far as web hosting services, who is better and why, yahoo or godaddy?
I need to start my website and I have looked at both of these for my hosting. just wondering if anyone has had good or bad experiences with customer service, tech support or other issues with these two companies for web hosting. maybe recommend someone else. I am looking for a good, reliable with many features, add ons and good customer service, and tech support.
There are many good webhosting sites.
Visit
http://www.nicewebhosts.com
there you will find best web hosting providers compared with their webspace and bandwidth as well as their prices.
Hope you find the right one.
Please tell tutorial and exam prep help for Java Web services?
Please give some links for the tutorial and links to questions to prepare for this online exam, I tried Javaranch and other sites but still not getting enough material , specially tutorial
Please help, I am preparing for Sun Java web services exam.
javaprepare.com, javaranch.com, and w3schools.com will help you
what are the most popular paid subscription services on the web?
I am looking for a gift for someone who doesn’t really need anything. I know that this person would be delighted with an informative or entertaining subscription service to premium content on the web. Is there a list or website anywhere that tracks the most popular services like this?
www.realtytrac.com which publishes lists of foreclosed homes..
Is there a web site or service that can track my personal expenses and give me some accounting services?
I have seen some very interesting Accounting software, but the problem is that I always forget about registering my expenses there. Is there a web site that can give me that service?
i dunno
Is there any reason why it would be bad to run web services and your database on the same server?
We are considering running .NET 2.0 on IIS 6 and SQL Server 2005 on one system instead of managing two servers (a web server and a database server).
Disk thrashing could be a problem if you have a heavy userload. It’s usually preferable to have SQL Server on it’s own machine, since it is constantly accessing the disk.
It also gives you a single point of failure. If your server goes down, both your database and your web service are inaccessible.
What can be done to improve the business use of web services today?
Pobept K said it well with a few minor corrections.
One solution, to improve your business website is to get the contents of your site listed with many of the top search engines.
The most important thing in my mind besides the listings is the content. If you don’t have good content then the listings won’t help to get traffic. If you have great content then you will rank high in the search engines. I personally used a program that is available online to build my business website. The program can be found at http://www.customized-by-you.com.
Through this program I was able to build any type of business that I could dream of. My website is beginning to receive high ranking at search engines like Yahoo and Google. I hope this helped to answer your questions.
BEST WISHES &HAPPY HOLIDAYS!
What is the difference between web services and web applications?
Web applications are accessed by users mainly by a web browser or a mobile device.
A Web service is any piece of software that makes itself available over the Internet. Think of a web service as a collection of methods which are made available by the web service creator for use by other applications. These other applications access these methods over the Internet and exchange data with the web services via XML format.
A wide variety of applications can benefit from a web service (not only web applications, but also windows applications or other web services & so on).
An example of a web service would be one which validates credit card numbers. Hence, another web application might make use of that web service through calling its methods. Another example of a web service is the .NET passport.
Hope this helps.
How to store and retrieve data to a database using java web services?
is it alright to use jdbc statements from the endpoint classes? i had that plainest idea…
I’ll have to guess the meaning of your question a little. Whether a java class will be ‘allowed’ to talk to a db or not depends on the sandbox the java code runs in and any socket related issues between that machine and the machine running the database.
What is web services & benefits of it?
Hello,
I want to know what is web services and its benefits.
thanks,
ravs
Web Services can convert your application into a Web-application, which can publish its function or message to the rest of the world.
The basic Web Services platform is XML + HTTP.
XML provides a language which can be used between different platforms and programming languages and still express complex messages and functions.
The HTTP protocol is the most used Internet protocol.
Web services platform elements:
1. SOAP (Simple Object Access Protocol)
2. UDDI (Universal Description, Discovery and Integration)
3. WSDL (Web Services Description Language)
web services have Two Types of uses:
1. Reusable application-components.
There are things applications need very often.
Web services can offer application-components like: currency conversion, weather reports, or even language translation as services.
2. Connect existing software.
Web services can help to solve the interoperability problem by giving different applications a way to link their data.
With Web services you can exchange data between different applications and different platforms.