posts | comments

Archive for June, 2009

09Jun

Easily Parse XML

No comments

How to Easily Parse XML
XML is used a lot on the internet and in business .  For instance, it is used by Blogs in a format called Real Simple Syndication, or RSS , to allow people to read a blog without actually visiting the blog’s website.  XML is also used to store reference information in [...]

Categories: Web Development
07Jun

Rounded Corners with The GIMP

No comments

Creating Round Corners
These days more often than not, people want rounded corners instead of the regular squares on images for websites, print work, and photographs.
It is true that this can be done in Photoshop and other expensive programs .  However, why pay all that money when it can be done very easily with the open [...]

Categories: Web Development
05Jun

Call Web Service in Java

No comments

Consume a Web Service with Java
As I stated before, calling a web service in .Net is easy .  However, using a Java Web Service is a little more difficult .  This is not because .Net is superior to Java, but instead because of the various standards that Java allows for since it is open [...]

03Jun

.Net Consume Web Service

No comments

Consume Web Service with .Net
During the past 8 months, I have been playing with web services quite a bit – both calling and developing web services for my employer.  However, I had some trouble along the way finding information on the different standards of web services (such as JAX-WS and JAX-RPC ), implementing those web [...]