Parsing HTML in Microsoft C#
Discover how to parse HTML in your C# application.
heatonj@heat-on.com
Discover how to parse HTML in your C# application.
This article shows how to use Java to create a spider. A reusable Spider class is provided, as well as an example program that scans a site for broken links.
Explore JOONE, an open source Java library that allows you to create programs that make use of neural networks.
Would you like to create handlers that can store the log to any medium? With the Logging API, one of the new features of JDK 1.4 you now can! Discover how to create a custom handler that will allow you to log to a JDBC data source here.
What would you say if we told you that JSP programmers could program using tags rather than Java code? Interested in hearing more? Jeff Heaton provides an introduction to JSTL for someone already familiar with JSP programming but new to the template library.