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.916 Times

Html Font Effect Codes freeware
Filter: All | Freeware | Demo
 

Html Font Effect Codes

< 1 2 3 4 5 
Added: January 18, 2010 | Visits: 1.189

HTML::WikiConverter::Normalizer SYNOPSIS use HTML::TreeBuilder; use HTML::WikiConverter::Normalizer; my $tree = new HTML::TreeBuilder(); $tree->parse( text ); my $norm = new HTML::WikiConverter::Normalizer(); $norm->normalize($tree); # Roughly gives " text " print $tree->as_HTML(); HTML::WikiConverter dialects... Platforms: *nix

License: Freeware Size: 34.82 KB Download (102): HTML::WikiConverter::Normalizer Download

Added: May 02, 2010 | Visits: 1.290

HTML::Sanitizer HTML::Sanitizer is a HTML Sanitizer. SYNOPSIS my $safe = new HTML::Sanitizer; $safe->permit_only( qw/ strong em /, a => { href => qr/^(?:http|ftp):/, title => 1, }, img => { src => qr/^(?:http|ftp):/, alt => 1, }, b => HTML::Element->new(strong), ); $sanitized =... Platforms: *nix

License: Freeware Size: 9.22 KB Download (104): HTML::Sanitizer Download

Added: February 08, 2010 | Visits: 1.381

bandwidthd bandwidthd tracks usage of TCP/IP network subnets and builds HTML files with graphs to display network utilization. Charts are built by individual IP to show their utilization over 2, 8, 45, and 400 day periods. It color codes HTTP, HTTPS, TCP, UDP, ICMP, VPN, and P2P traffic. BandwidthD runs... Platforms: *nix

License: Freeware Size: 50.18 KB Download (96): bandwidthd Download

Added: October 24, 2010 | Visits: 1.103

HTML Parser HTMLParser is a super-fast real-time parser for real-world HTML. What has attracted most developers to HTMLParser has been its simplicity in design, speed and ability to handle streaming real-world html. The two fundamental use-cases that are handled by the parser are extraction and... Platforms: *nix

License: Freeware Size: 4.2 MB Download (98): HTML Parser Download

Added: March 12, 2010 | Visits: 1.349

Template::Magic::HTML Template::Magic::HTML Perl module contains HTML handlers for Template::Magic used in a HTML environment. SYNOPSIS $tm = new Template::Magic::HTML ; # that means $tm = new Template::Magic markers => HTML , value_handlers => HTML ; # that explicitly means $tm = new Template::Magic... Platforms: *nix

License: Freeware Size: 46.08 KB Download (105): Template::Magic::HTML Download

Added: March 21, 2010 | Visits: 833

HTML::TableTiler HTML::TableTiler can easily generates complex graphic styled HTML tables. HTML::TableTiler uses a minimum HTML table as a tile to generate a complete HTML table from a bidimensional array of data. It can easily produce simple or complex graphic styled tables with minimum effort and maximum... Platforms: *nix

License: Freeware Size: 8.19 KB Download (106): HTML::TableTiler Download

Added: October 23, 2010 | Visits: 1.596

Hamster Font Manager HFM is a font manager for Unix systems. With it you can control the avaliability of fonts in all of the supported applications from a central place. Currently included are modules to support: * X-Window * Ghostscript * TeX A PostScript module handles PS Fonts. Other fonts remain untouched... Platforms: *nix

License: Freeware Size: 235.52 KB Download (151): Hamster Font Manager Download

Added: February 24, 2010 | Visits: 1.140

HTML QuickForm Wizard HTML QuickForm Wizard project implements a wizard whose pages and flows are described by a FSM (finite state machine). The next page is determined from the actual page, the "internal" state of the wizard, and a set of rules. The list of states (pages) and ruleset are described using an XML file... Platforms: *nix

License: Freeware Size: 37.89 KB Download (101): HTML QuickForm Wizard Download

Added: June 04, 2010 | Visits: 1.823

Font::TTF::Scripts::AP Font::TTF::Scripts::AP is a memory representation of a TTFBuilder Attachment Point database (APDB). SYNOPSIS use Font::TTF::Scripts::AP; $ap = Font::TTF::Scripts::AP->read_font($ttf_file, $ap_file, %opts); $ap->make_classes(); INSTANCE VARIABLES cmap Reference to the Microsoft cmap... Platforms: *nix

License: Freeware Size: 102.4 KB Download (201): Font::TTF::Scripts::AP Download

Added: September 22, 2010 | Visits: 2.406

HTML::Widgets::Index HTML::Widgets::Index is a Perl module for creating web indexes and menus. This module renders the index of a document tree using the data stored in a MySQL database generated by anxova. It has a flexible set of render options that gives the webmaster many options on the menu item layout.... Platforms: *nix

License: Freeware Size: 65.54 KB Download (103): HTML::Widgets::Index Download

Added: April 06, 2010 | Visits: 1.038

HTML::Toc HTML::Toc module can generate, insert and update HTML Table of Contents. The HTML::Toc consists out of the following packages: HTML::Toc HTML::TocGenerator HTML::TocInsertor HTML::TocUpdator HTML::Toc is the object which will eventually hold the Table of Contents. HTML::TocGenerator does... Platforms: *nix

License: Freeware Size: 43.01 KB Download (125): HTML::Toc Download

Added: November 06, 2010 | Visits: 1.020

HTML::FormatNroff HTML::FormatNroff is a Perl module that can format HTML as nroff man page. SYNOPSIS require HTML::FormatNroff; $html = parse_htmlfile("test.html"); $format_nroff = new HTML::FormatNroff(name => trial, project => MyProject); print $formatter->format($html); The HTML::FormatNroff is a... Platforms: *nix

License: Freeware Size: 12.29 KB Download (99): HTML::FormatNroff Download

Added: April 14, 2010 | Visits: 957

HTML::Embperl HTML::Embperl is a Perl module for building dynamic Websites with Perl. SYNOPSIS Embperl is a Perl extension module which gives you the power to embed Perl code directly in your HTML documents (like server-side includes for shell commands). If building more than a single page, you may also... Platforms: *nix

License: Freeware Size: 358.4 KB Download (89): HTML::Embperl Download

Added: June 27, 2010 | Visits: 1.426

HTML::EmbperlObject HTML::EmbperlObject is a Perl module that extents HTML::Embperl for building whole website with reusable components and objects. SYNOPSIS < Location /foo > PerlSetEnv EMBPERL_OBJECT_BASE base.htm PerlSetEnv EMBPERL_FILESMATCH ".htm.?|.epl$" SetHandler perl-script PerlHandler... Platforms: *nix

License: Freeware Size: 358.4 KB Download (95): HTML::EmbperlObject Download

Added: July 15, 2010 | Visits: 1.363

Font::FreeType::Glyph Font::FreeType::Glyph is a Perl module that contains glyphs from font typefaces loaded from Font::FreeType. SYNOPSIS use Font::FreeType; my $freetype = Font::FreeType->new; my $face = $freetype->face(Vera.ttf); $face->set_char_size(24, 24, 100, 100); my $glyph =... Platforms: *nix

License: Freeware Size: 95.23 KB Download (130): Font::FreeType::Glyph Download

Added: October 26, 2010 | Visits: 1.101

HTML::Myasp HTML::Myasp can generate HTML pages based on Templates. JATP (Just Another Template Parser). This library is another template module for the generation of HTML pages. Why ?. Well primarily i wanted a module: light, that keeps mod_perl power and flow control like HTML::Template, good interaction... Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): HTML::Myasp Download

Added: October 23, 2010 | Visits: 725

HTML::CalendarMonthDB HTML::CalendarMonthDB is a Perl Module for Generating Persistant HTML Calendars. INTERFACE METHODS * dbname (name of database to use, required if you wish to use a database) * dbuser (database user, default nobody) * dbpass (database user password, default ) * dbcalendar (database... Platforms: *nix

License: Freeware Size: 24.58 KB Download (98): HTML::CalendarMonthDB Download

Added: August 27, 2010 | Visits: 876

HTML::Latex HTML::Latex is a Perl module that creates a Latex file from an HTML file. SYNOPSIS use HTML::Latex my $parser = new HTML::Latex($conffile); $parser->set_option(%options); $parser->add_package(@packages); $parser->ban_tag(@banned); $parser->set_log($logfile); # Option 1: foreach my... Platforms: *nix

License: Freeware Size: 48.13 KB Download (97): HTML::Latex Download

Added: September 23, 2010 | Visits: 913

HTML::Tree::AboutObjects HTML::Tree::AboutObjects is an article: "Users View of Object-Oriented Modules". SYNOPSIS # This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #17 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl... Platforms: *nix

License: Freeware Size: 112.64 KB Download (89): HTML::Tree::AboutObjects Download

Added: November 13, 2010 | Visits: 938

HTML::Widgets::DateEntry HTML::Widgets::DateEntry is a Perl module that creates date entry widgets for HTML forms. SYNOPSIS use HTML::Widgets::DateEntry; $de = new HTML::Widgets::DateEntry( year => [date_year, $date_year], month => [date_month, $date_month], day => [date_day, $date_day], separator => /,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (101): HTML::Widgets::DateEntry Download

< 1 2 3 4 5