Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tiz
  • Content: Threads
  • Order by date
  1. tiz

    GD: Font Alignment

    Hi Guys, I'm using GD at the moment to try and create GIF file in which I need to be able to align the fonts used to left, right, center and justify. Is this possible GD? I can't seem to find any information about it in the O'Reilly book. If not, are there any other modules out there that...
  2. tiz

    Random Array Element

    Hi, Can someone please tell me how to create an array containing strings in Java and then randomly select one of them from the array? Thanks in advance, Tiz -- Tim <tim@planetedge.co.uk>
  3. tiz

    Parsing XML with Resin/JAXP

    Hi, I need to parse a simple XML document, like: <book> <title>Title</title> <author>Authors Name</author> <price>20</price> </book> ..and display the values of Title, Author and Price. I am using Resin's XML package and JAXP but I can't seem to get it to work properly. I've tried...
  4. tiz

    Resin XML Package not found

    Hi, I have downloaded Resin and Resin-XML from Caucho.com. Everything is installed correctly and working however when I try and compile a bean or servlet and import com.caucho.xml.* it cannot find the package. Both the path to resin/lib and resin-xml are in my CLASSPATH. I am using this under...

Part and Inventory Search

Back
Top