Deluxe Web Menu. The most powerful Javascipt Menu/ HTML Menu system on the Web. Features: Full cross-browser compatible. Search engine friendly. Cross-frame support. Visible over select boxes, iframes, flash, Java applets. Visual interface for easy setup. A lot of pre-designed templates. Hundreds of visual effects. Scrollable, dragable, floating, and context menus. Keyboard navigation. JavaScript API for changing menu "on-the-fly". Free for Non-Profit Websites!
Free Trial
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris
This article explains how to validate the structure of your XML documents with Perl. It does so by combining the simplicity of Test.pm from the standard Perl distribution with the flexibility of XPath.
This article shows how to turn any news site into a Remote Site Summary (RSS) web service using Perl. Using several modules from CPAN network, it shows how to: download the page, parse the HTML on the page, and encode the summary info in RSS.
This 6-page article explains what XML is, and what it can be used for. It also shows how to develop a Perl script to retrieve and display the contents of HTML embedded XML tags, and how to create a script that gathers news headlines from an XML file and creates an HTML news summary. Full source code for each script available for download.
Creating an XML-RPC Web service with Perl is almost as easy as CGI scripting. This article will bring you up to speed on what XML-RPC is and how to use Perl's Frontier::RPC library to create simple clients and servers. Included are samples of XML-RPC conversation diagrams and datatypes.