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

Html Calendar freeware
Filter: All | Freeware | Demo
 

Html Calendar

< 1 2 3 4 5 
Added: November 13, 2010 | Visits: 937

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

Added: January 27, 2010 | Visits: 835

Template::Plugin::HTML::BBCode Template::Plugin::HTML::BBCode is a template toolkit plugin which implements wrapper around HTML::BBCode module. SYNOPSIS [%- USE HTML::BBCode -%] [% FILTER bbcode %] [b]BBCode[/b] - is simple [i]markup language[/i] used in [url=http://www.phpbb.com/]phpBB[/url]. [% END %] [%- USE...





Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): Template::Plugin::HTML::BBCode Download

Added: August 23, 2010 | Visits: 790

IAM Calendar Holidays or other events can be configured to be highlighted in a special way (using CSS styles). The days of the month can rendered with a form checkbox or radio buttons so they can be selected by the user. Rendering of the different calendar elements can be configured using CSS styles. The...


Platforms: *nix

License: Freeware Size: 67.58 KB Download (89): IAM Calendar Download

Added: May 25, 2010 | Visits: 1.726

Html To Xhtml Convertor Html to Xhtml Convertor is a straight-forward Perl script to convert HTML pages into XHTML pages. It can process batches of files, convert Windows/Unix/Mac line breaks, and deal with attribute minimization, quoting of attribute values, and more. Installation: To install, simply run the...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (118): Html To Xhtml Convertor Download

Added: June 21, 2010 | Visits: 945

HTML::Mason::Devel HTML::Mason::Devel is a Perl module with Mason Developers Manual. This manual is written for content developers who know HTML and at least a little Perl. The goal is to write, run, and debug Mason components. If you are the webmaster (or otherwise responsible for the Mason installation), you...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (106): HTML::Mason::Devel Download

Added: January 21, 2010 | Visits: 1.065

Debian::Package::HTML Debian::Package::HTML is a Perl module that generates a webpage information (and Linda/Lintian checks) about a Debian binary or source package using HTML::Template SYNOPSIS use strict; use Debian::Package::HTML; my $package = Debian::Package::HTML->new(%packageHash);...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (108): Debian::Package::HTML Download

Added: May 01, 2010 | Visits: 946

DateTime::Calendar::FrenchRevolutionary DateTime::Calendar::FrenchRevolutionary - dates in the French Revolutionary Calendar. SYNOPSIS use DateTime::Calendar::FrenchRevolutionary; $dt = DateTime::Calendar::FrenchRevolutionary->new( year => 8, month => 2, day => 18, ); # convert FrenchRevolutionary->Gregorian... $dtgreg =...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (93): DateTime::Calendar::FrenchRevolutionary Download

Added: October 04, 2010 | Visits: 1.449

OPEN BEXI HTML Builder OPEN BEXI HTML Builder is a WYSIWYG HTML editor which allows you to create Web pages and generate HTML code from your browser without any HTML knowledge. It lets you create, update, and remove HTML components. OPEN BEXI HTML Builder is suitable for beginners and experts..


Platforms: *nix

License: Freeware Size: 1.8 MB Download (131): OPEN BEXI HTML Builder Download

Added: April 25, 2010 | Visits: 1.250

YAPE::HTML YAPE::HTML is Yet Another Parser/Extractor for HTML. SYNOPSIS use YAPE::HTML; use strict; my $content = "< html>...< /html>"; my $parser = YAPE::HTML->new($content); my ($extor,@fonts,@urls,@headings,@comments); # here is the tokenizing part while (my $chunk = $parser->next) { if...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (382): YAPE::HTML Download

Added: March 15, 2010 | Visits: 821

HTML::EP HTML::EP is a system for embedding Perl into HTML. SYNOPSIS < html >< head >< title >CGI-Env< /title >< /head > < ep-comment > This is an HTML document. You see. Perhaps you wonder about the unknown HTML tags like ep-comment above? They are part of the EP system. For example, this comment...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (88): HTML::EP Download

Added: November 09, 2010 | Visits: 932

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 (99): Rose::HTML::Objects Download

Added: June 22, 2010 | Visits: 1.260

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

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: May 25, 2010 | Visits: 1.282

DateTime::Calendar::Mayan DateTime::Calendar::Mayan is a Perl module with the Mayan Long Count, Haab, and Tzolkin calendars. SYNOPSIS use DateTime::Calendar::Mayan my $dtcm = DateTime::Calendar::Mayan->new( baktun => 12, katun => 19, tun => 10, uinal => 2, kin => 8, # alternate epoch epoch => DateTime->new(...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (164): DateTime::Calendar::Mayan Download

Added: August 06, 2010 | Visits: 994

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

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

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

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

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

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

< 1 2 3 4 5