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

Html Tree Grid Examples software
Filter: All | Freeware | Demo
 

Html Tree Grid Examples

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

HTML::FormHighlight HTML::FormHighlight Perl module can help you to highlights fields in an HTML form. SYNOPSIS use HTML::FormHighlight; my $h = new HTML::FormHighlight; print $h->highlight( scalarref => $form, fields => [ A, B, C ], ); print $h->highlight( scalarref => $form, fields => [ A, B, C ],...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): HTML::FormHighlight Download

Added: June 22, 2010 | Visits: 1.707

Template::Library::HTML Template::Library::HTML is a template library for building basic HTML pages. NOTE: This documentation is incomplete and may be incorrect in places. The html template library is distributed as part of the Template Toolkit. It can be found in the templates sub-directory of the installation...





Platforms: *nix

License: Freeware Size: 778.24 KB Download (110): Template::Library::HTML Download

Added: July 12, 2010 | Visits: 1.031

HTML::Puzzle HTML::Puzzle is a framework to build web component based on database. HTML::Puzzle::DBTable Connection module to data table Examples Have a look to http://www.ebruni.it/en/software/perl/cpan/html/puzzle/examples/ex1.htm to see some examples on what you can simply do using this module..


Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): HTML::Puzzle Download

Added: November 12, 2010 | Visits: 1.098

Oak::Web::HTML::A Oak::Web::HTML::A is a HTML tag (Container). A Container to hold objects inside an A tag. Perl Oak Component Tree - Web Interface Components. This package brings the Web Component library, used to create web interfaces to your applications. See also the Forest Web Application Builder, a tool...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (95): Oak::Web::HTML::A Download

Added: May 02, 2010 | Visits: 1.286

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: September 22, 2010 | Visits: 2.396

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: June 27, 2010 | Visits: 1.420

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: October 23, 2010 | Visits: 720

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 (92): HTML::CalendarMonthDB Download

Added: June 21, 2010 | Visits: 940

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: April 25, 2010 | Visits: 1.245

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: July 24, 2010 | Visits: 768

Pod::HTML_Elements Pod::HTML_Elements is a Perl module to convert POD to tree of LWPs HTML::Element and hence HTML or PostScript. SYNOPSIS use Pod::HTML_Elements; my $parser = new Pod::HTML_Elements; $parser->parse_from_file($pod,foo.html); my $parser = new Pod::HTML_Elements PostScript => 1;...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (88): Pod::HTML_Elements Download

Added: April 15, 2010 | Visits: 830

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: March 14, 2010 | Visits: 1.808

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: August 13, 2010 | Visits: 752

HTML::Declare HTML::Declare is a Perl module for When Template Systems Are Too Huge And Heredocs Too Messy. SYNOPSIS # Import all constructors use HTML::Declare :all; # A simple hello world print HTML { _ => [ HEAD { _ => TITLE { _ => Hello World! } }, BODY { _ => Hello World! } ] }; # Import...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (87): HTML::Declare Download

Added: June 22, 2010 | Visits: 1.470

Tree::Simple::View::DHTML Tree::Simple::View::DHTML is a Perl class for viewing Tree::Simple hierarchies in DHTML. SYNOPSIS use Tree::Simple::View::DHTML; ## a simple example # use the defaults (an unordered list with no CSS) my $tree_view = Tree::Simple::View::DHTML->new($tree); ## more complex examples #...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Tree::Simple::View::DHTML Download

Added: September 23, 2010 | Visits: 1.271

HTML::Widget::SideBar HTML::Widget::SideBar can creates the HTML (and possibly some Javascript) for a navigational or otherwise active (hierarchical) sidebar for a web page. SYNOPSYS use HTML::Widget::SideBar; use CGI; # Or something like that. # We are going to create a sidebar in which only the active...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (99): HTML::Widget::SideBar Download

Released: September 01, 2011  |  Added: September 26, 2011 | Visits: 1.112

AFP to HTML Converter AFP to HTML Converter allows users to convert AFP documents IBM MO:DCA (AFP, IOCA and PTOCA) to web pages in HTML format in batch at unlimited speed on Microsoft Windows. Unlike other software solutions simply rasterizing the AFP document to full-page images, AFP to HTML Converter maintains all...


Platforms: Windows

License: Shareware Cost: $499.00 USD Size: 2.35 MB Download (89): AFP to HTML Converter Download

Released: September 10, 2012  |  Added: September 10, 2012 | Visits: 868

Horizon Text & HTML Project Workshop Horizon Text & HTML Workshop provides the tools you need to manage HTML or any type of text projects. It features a Multiple Document Interface (MDI), in which you can organize your documents into projects, making it easy to make changes, add new documents, etc. It includes a full featured word...


Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 3.44 MB Download (402): Horizon Text & HTML Project Workshop Download

Released: November 06, 2012  |  Added: November 06, 2012 | Visits: 571

WebGrid - AJAX Rad / Data Grid WebGrid have 12 column types, 40 events, and have more then 100 properties for you to play with. This enables you to create faster and better web applications with an unequaled level of customization.Advantages of using WebGrid------------------------------------Detects and cache data source...


Platforms: Windows, Linux

License: Shareware Cost: $399.00 USD Size: 4.96 MB Download (420): WebGrid - AJAX Rad / Data Grid Download

Released: August 26, 2012  |  Added: August 26, 2012 | Visits: 743

JavaScript Tree Menu JavaScript Tree Menu: the most popular DHTML tree in the web! The well done navigation lets users of your website to find the information they need, easily and quickly. With a tree menu control, also called treeview, the information is displayed in a hierarchical order, with the home item at the...


Platforms: Windows

License: Freeware Size: 5.28 MB Download (58): JavaScript Tree Menu Download

< 1 2 3 4 5 >