When you move into an XML-based publishing environment, the right approach can save time and even make new publishing paradigms possible if you properly design the structure. This article describes how you can convert documents designed for print publishing to structured documents. Discover the logical musts to ensure that publishing is achievable following a transition to XML.
Today, I’m going to write about PHP, The most popular server-side scripting language. There are lots of articles & tutorials online that help novice PHP developers to learn PHP step by step. In this post I’ve listed some of the best PHP tutorials, articles & resources in some of the most important PHP skills. After reading the following tutorials and learning them (of course not all of them), you are free to name yourself a semi-professional PHP developer!
This article revisits some XML basics, from document structure to the age-old attributes versus elements issue. You'll relearn how to optimize your XML and ensure it's in tip-top shape.
...I needed a quick and dirty way to do the deep clone of an object, since my entity classes are shared between WCF, WPF and Silverlight (yes I’m one of the guys so crazy to build multi-target applications) I needed a method that could work in all the environments...
This post gives a summary (With code examples) of some Tips and Tricks related to Apache Axis2 (Java). Apache Axis2 is a high performance Web Services Engine which supports both REST and SOAP style Web Services.
SimpleXML is very simple and powerful in traversing XML. But there are situations where it is not the right tool to use. This is where xpath help you. This describe how you can use xpath inside simplexml environment and where to use it.
In this tutorial I’m presenting you a little weather widget, that could come handy for travel websites, or our personal page. If you make some changes on the code, you could show a different interface on your website, according to the weather on your city. Pretty cool stuff. We gonna connect weather.com XML data file with our flash widget. Weather.com offers us a free service to do that.
This purpose of this post is only to provide a jump start in setting up a Maven environment and start working with Jersey . I will try to provide a detailed version later when time permits. The existing tutorials are outdated to some extent due to refactoring. Hence I hope this post is useful for developers beginning to use Jersey.