One part of my job is to create content for developerWorks. Here are some of the articles I've written over the years: (Some of these links require you to register with dW, BTW.)
dW Articles
HTML to Formatting Objects (FO) conversion guide February 2003 This article shows how to convert well-formed HTML documents to XSL Formatting Objects (XSL-FO). The article also demonstrates how to use the Apache XML Procect's FOP (Formatting Objects to PDF) tool to create PDF files from formatting objects.
XML and how it will change the Web November 1999 This article looks toward a future in which most of the data flowing across the Web will be in XML. Interesting, given the current developments in Web services.
UDDI4J: Matchmaking for Web services October 2001 This article discusses the basics of UDDI4J, an open-source Java implementation of the client side of UDDI. We discuss how you can use this technology to start building, testing, and deploying your own Web services. (contains sample code)
Case-insensitive enumerations October 2002 This article answers a reader's question about creating a case-insensitive enumeration in an XML schema.(contains sample code)