Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.477.322 Times

Html Writer freeware
Filter: All | Freeware | Demo
 

Html Writer

< 1 2 3 4 5 
Added: January 17, 2010 | Visits: 1.067

XML::Handler::HTMLWriter XML::Handler::HTMLWriter is a SAX Handler for writing HTML 4.0. SYNOPSIS use XML::Handler::HTMLWriter; use XML::SAX; my $writer = XML::Handler::HTMLWriter->new(...); my $parser = XML::SAX::ParserFactory->parser(Handler => $writer); ... This module is based on the rules for outputting... Platforms: *nix

License: Freeware Size: 7.17 KB Download (140): XML::Handler::HTMLWriter Download

Added: January 15, 2010 | Visits: 990

HTML::CalendarMonthSimple HTML::CalendarMonthSimple is a Perl Module for Generating HTML Calendars. SYNOPSIS use HTML::CalendarMonthSimple; $cal = new HTML::CalendarMonthSimple(year=>2001,month=>2); $cal->width(50%); $cal->border(10); $cal->header(Text at the top of the Grid); $cal->setcontent(14,"Valentines... Platforms: *nix

License: Freeware Size: 15.36 KB Download (91): HTML::CalendarMonthSimple Download

Added: May 09, 2010 | Visits: 775

HTML::ElementSuper HTML::ElementSuper is a Perl extension for HTML::Element(3). SYNOPSIS use HTML::ElementSuper; ### Positional extension $e = new HTML::ElementSuper font; $sibling_number = $e->addr(); $e2 = new HTML::ElementSuper p; $e2->push_content($e); # @coords = $e->position(); $depth_in_pos_tree... Platforms: *nix

License: Freeware Size: 19.46 KB Download (96): HTML::ElementSuper Download

Added: May 27, 2010 | Visits: 834

HTML Sucks Completely HTML Sucks Completely is a developer tool for HTML projects. HTML Sucks Completely is mainly intended for creating and maintaining larger Web sites, with a focus on compact and standards-conforming code. Its source texts are HTML files that use an extended syntax allowing for macros,... Platforms: *nix

License: Freeware Size: 614.4 KB Download (91): HTML Sucks Completely Download

Added: March 23, 2010 | Visits: 2.298

HTML::Perlinfo::HTML HTML::Perlinfo::HTML Perl module contains HTML documentation for the perlinfo library. SUMMARY NOTE: THIS IS THE LAST RELEASE OF THIS MODULE IN THIS NAMESPACE. WHEN THE NEXT VERSION APPEARS, OLDER VERSIONS WILL BE DELETED FROM CPAN In the perlinfo library, HTML::Perlinfo and... Platforms: *nix

License: Freeware Size: 27.65 KB Download (88): HTML::Perlinfo::HTML Download

Added: August 09, 2010 | Visits: 719

HTML::QuickTable HTML::QuickTable is a Perl module to quickly create fairly complex HTML tables. SYNOPSIS use HTML::QuickTable; my $qt = HTML::QuickTable->new( table_width => 95%, # opt method 1 td => {bgcolor => gray}, # opt method 2 font_face => arial, # set font font => {face => arial}, # same thing... Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): HTML::QuickTable Download

Added: June 22, 2010 | Visits: 787

HTML::ActiveLink HTML::ActiveLink module dynamically activate HTML links based on URL. SYNOPSIS use HTML::ActiveLink; my $al = new HTML::ActiveLink; print $al->activelink(@html_doc); I dont know about you, but one of the main problems I have with HTML content is getting images and links to "turn on"... Platforms: *nix

License: Freeware Size: 6.14 KB Download (91): HTML::ActiveLink Download

Added: March 24, 2010 | Visits: 908

HTML::Adsense HTML::Adsense is a Perl module that can create adsense widgets easily. SYNOPSIS This module wraps Google Adsense ad creation in OO perl code. use HTML::Adsense; my $myad = HTML::Adsense->new( client => pub-4763368282156432, ); # OR $myad->client(pub-4763368282156432); print... Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): HTML::Adsense Download

Added: June 18, 2010 | Visits: 1.186

Java Mozilla Html Parser Java Mozilla Html Parser project is a Java package that enables you to parse html pages into a Java Document object. The parser is a wrapper around Mozillas Html Parser, thus giving the user a browser-quality html parser. Limitiations and known issues The most major limitation is performance... Platforms: *nix

License: Freeware Size: 1.5 MB Download (111): Java Mozilla Html Parser Download

Added: May 14, 2010 | Visits: 1.574

HTML::TreeBuilder HTML::TreeBuilder is a parser that builds a HTML syntax tree. SYNOPSIS foreach my $file_name (@ARGV) { my $tree = HTML::TreeBuilder->new; # empty tree $tree->parse_file($file_name); print "Hey, heres a dump of the parse tree of $file_name:n"; $tree->dump; # a method we inherit from... Platforms: *nix

License: Freeware Size: 122.88 KB Download (114): HTML::TreeBuilder Download

Added: June 25, 2010 | Visits: 829

HTML::Detoxifier HTML::Detoxifier is a practical module to strip harmful HTML. SYNOPSIS use HTML::Detoxifier qw ; my $clean_html = detoxify $html; my $cleaner_html = detoxify($html, disallow => [qw(dynamic images document)]); my $stripped_html = detoxify($html, disallow => [qw(everything)]);... Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): HTML::Detoxifier Download

Added: April 06, 2010 | Visits: 2.050

HTML::Clean HTML::Clean module cleans up HTML code for web browsers, not humans. SYNOPSIS use HTML::Clean; $h = new HTML::Clean($filename); # or.. $h = new HTML::Clean($htmlcode); $h->compat(); $h->strip(); $data = $h->data(); print $$data; The HTML::Clean module encapsulates a number of common... Platforms: *nix

License: Freeware Size: 48.13 KB Download (95): HTML::Clean Download

Added: January 08, 2010 | Visits: 951

HTML::HiLiter HTML::HiLiter is a Perl module that can highlight words in an HTML document just like a felt-tip HiLiter. HTML::HiLiter is designed to make highlighting search queries in HTML easy and accurate. HTML::HiLiter was designed for CrayDoc 4, the Cray documentation server. It has been written with... Platforms: *nix

License: Freeware Size: 28.67 KB Download (92): HTML::HiLiter Download

Added: April 23, 2010 | Visits: 1.517

Philips Music Writer Philips Music Writer is a program for typesetting music. It reads text files as input, and generates PostScript as output. Philips Music Writer can also write simple MIDI files for proofhearing purposes. PMW is written in C and is freestanding; that is, it does not require additional processing... Platforms: *nix

License: Freeware Size: 1.2 MB Download (136): Philips Music Writer Download

Added: February 13, 2010 | Visits: 1.218

Pod::POM::View::HTML::Filter Pod::POM::View::HTML::Filter Perl module can use filters on sections of your pod documents. SYNOPSIS In your POD: Some coloured Perl code: =begin filter perl # now in full colour! $A++; =end filter =for filter=perl $A++; # this works too This should read C : =begin filter foo... Platforms: *nix

License: Freeware Size: 24.58 KB Download (100): Pod::POM::View::HTML::Filter Download

Added: April 15, 2010 | Visits: 834

DBIx::HTML::ClientDB DBIx::HTML::ClientDB is a Perl module to convert sql into a client-side db with keyed access. Synopsis use DBIx::HTML::ClientDB; my($object) = DBIx::HTML::ClientDB -> new ( dbh => $dbh, row_headings => Unit code,Unit code,Campus name,Unit name, sql => select unit_code, unit_code,... Platforms: *nix

License: Freeware Size: 11.26 KB Download (88): DBIx::HTML::ClientDB Download

Added: January 14, 2010 | Visits: 940

HTML::Merge::Ext HTML::Merge::Ext - Extending Merge by writing your own tags. TYPES OF TAGS Generally, there are four types of tags in Merge. Output tags Tags such as < $RVAR > or others, that are substituted by values that appear in the output. For example: < $RVAR.x > is substituted by the value of the... Platforms: *nix

License: Freeware Size: 194.56 KB Download (101): HTML::Merge::Ext Download

Added: March 14, 2010 | Visits: 1.814

iCal::Parser::HTML iCal::Parser::HTML is a Perl module to generate HTML calendars from iCalendars. SYNOPSIS use iCal::Parser::HTML; my $parser=iCal::Parser::HTML->new; print $parser->parse(type=>$type,start=>$date,files=>[@icals]); This module uses iCal::Parser::SAX and XML::LibXSLT with included... Platforms: *nix

License: Freeware Size: 50.18 KB Download (120): iCal::Parser::HTML Download

Added: July 25, 2010 | Visits: 1.000

HTML Include HTML Include solves the problem that the Hypertext Markup Language doesnt know a command for including other files into a source file. HTML Include uses specially styled comments to refer to other files, which will be inserted at this position. Unlike to the well known Server Side Include... Platforms: *nix

License: Freeware Size: 76.8 KB Download (95): HTML Include Download

Added: October 15, 2010 | Visits: 896

XML::SAX::Writer XML::SAX::Writer is a Perl module with SAX2 Writer. SYNOPSIS use XML::SAX::Writer; use XML::SAX::SomeDriver; my $w = XML::SAX::Writer->new; my $d = XML::SAX::SomeDriver->new(Handler => $w); $d->parse(some options...); Why yet another XML Writer ? A new XML Writer was needed to match... Platforms: *nix

License: Freeware Size: 12.29 KB Download (105): XML::SAX::Writer Download

< 1 2 3 4 5