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

Orgchart Html freeware
Filter: All | Freeware | Demo
 

Orgchart Html

< 1 2 3 4 5 > 
Added: November 09, 2010 | Visits: 926

Rose::HTML::Objects Rose::HTML::Objects is a Perl object-oriented interfaces for HTML. SYNOPSIS use Rose::HTML::Form; $form = Rose::HTML::Form->new(action => /foo, method => post); $form->add_fields ( name => { type => text, size => 20, required => 1 }, height => { type => text, size => 5, maxlength => 5...



Platforms: *nix

License: Freeware Size: 133.12 KB Download (93): Rose::HTML::Objects Download

Added: June 22, 2010 | Visits: 1.257

Rose::HTML::Form Rose::HTML::Form is a HTML form base class. SYNOPSIS package PersonForm; use Rose::HTML::Form; our @ISA = qw(Rose::HTML::Form); use Person; sub build_form { my($self) = shift; $self->add_fields ( name => { type => text, size => 25, required => 1 }, email => { type => email, size...





Platforms: *nix

License: Freeware Size: 102.4 KB Download (91): Rose::HTML::Form Download

Added: February 27, 2010 | Visits: 1.224

HTML::Mason HTML::Mason is a powerful Perl-based web site development and delivery engine. With Mason you can embed Perl code in your HTML and construct pages from shared, reusable components. Mason solves the common problems of site development: caching, debugging, templating, maintaining development and...


Platforms: *nix

License: Freeware Download (89): HTML::Mason Download

Added: August 06, 2010 | Visits: 987

Text::MetaMarkup::HTML Text::MetaMarkup::HTML is a MM-to-HTML converter. SYNOPSIS use Text::MetaMarkup::HTML; print Text::MetaMarkup::HTML->new->parse(file => $filename); This module extends Text::MetaMarkup and converts the parsed document to HTML. Text::MetaMarkup::HTML adds special support for the following...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Text::MetaMarkup::HTML Download

Added: July 01, 2010 | Visits: 1.331

Copy as HTML Link Copy as HTML Link is a Firefox extension that creates an HTML link to the current page using the selected text and copies it (into the clipboard) for pasting into other applications..


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): Copy as HTML Link Download

Added: May 20, 2010 | Visits: 1.177

HTML::Entities::Numbered HTML::Entities::Numbered is a Perl module for conversion of numbered HTML entities. SYNOPSIS use HTML::Entities::Numbered; $html = Hi Honey♥; # convert named HTML entities to numbered (decimal) $decimal = name2decimal($html); # Hi Honey♥ # to numbered (hexadecimal) $hex =...


Platforms: *nix

License: Freeware Size: 8 MB Download (92): HTML::Entities::Numbered Download

Added: April 03, 2010 | Visits: 1.043

HTML::Macro HTML::Macro can process HTML templates with loops, conditionals, macros and more! SYNOPSIS use HTML::Macro; $htm = new HTML::Macro (template.html); $htm->print; sub myfunc { $htm->declare (var, missing); $htm->set (var, value); return $htm->process; } ( in template.html ): < html...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (95): HTML::Macro Download

Added: August 01, 2010 | Visits: 1.522

HTML::Chunks HTML::Chunks is a simple nested template engine for HTML, XML and XHTML. This class implements a simple text-based template engine, originally intented to allow web applications to completely separate layout HTML from programming logic. However, the engine is flexible enough to be applied to...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (103): HTML::Chunks Download

Added: April 12, 2010 | Visits: 1.384

Jericho HTML Parser Jerich HTML Parser is a simple but powerful java library allowing analysis and manipulation of parts of an HTML document, including some common server-side tags, while reproducing verbatim any unrecognised or invalid HTML. It also provides high-level HTML form manipulation functions. Jericho...


Platforms: *nix

License: Freeware Size: 870.4 KB Download (112): Jericho HTML Parser Download

Added: November 12, 2010 | Visits: 1.614

RTF to HTML convertor The RTF to HTML convertor converts RTF files (in Windows-1250 encoding) to HTML file (in ISO-8859-2 encoding)..


Platforms: *nix

License: Freeware Size: 41.98 KB Download (151): RTF to HTML convertor Download

Added: January 15, 2010 | Visits: 983

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: 771

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: 823

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.292

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: 714

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: 783

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: 902

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.181

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.568

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: 824

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

< 1 2 3 4 5 >