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

Table Html Attributes software
Filter: All | Freeware | Demo
 

Table Html Attributes

< 1 2 3 4 5 
Added: October 27, 2010 | Visits: 1.113

HTML::LoL HTML::LoL is a Perl module that can construct HTML from pleasing Perl data structures. SYNOPSIS use HTML::LoL; &hl(sub { print shift }, [body => {bgcolor => white}, [p => Document body, ...], ...]); This module allows you to use Perl syntax to express HTML. The function hl() converts...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (92): HTML::LoL Download

Added: July 12, 2010 | Visits: 1.032

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: October 12, 2010 | Visits: 1.377

HTML::WikiConverter::MediaWiki HTML::WikiConverter::MediaWiki is a Perl module used to convert HTML to MediaWiki markup. SYNOPSIS use HTML::WikiConverter; my $wc = new HTML::WikiConverter( dialect => MediaWiki ); print $wc->html2wiki( $html ); This module contains rules for converting HTML into MediaWiki markup. See...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (99): HTML::WikiConverter::MediaWiki 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: November 06, 2010 | Visits: 1.010

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 (93): HTML::FormatNroff Download

Added: March 12, 2010 | Visits: 861

DBIx::XHTML_Table DBIx::XHTML_Table is Perl module for SQL query result set to XML-based HTML table. SYNOPSIS use DBIx::XHTML_Table; # database credentials - fill in the blanks my ($data_source,$usr,$pass) = (); my $table = DBIx::XHTML_Table->new($data_source,$usr,$pass); $table->exec_query(" select...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (93): DBIx::XHTML_Table Download

Added: June 02, 2010 | Visits: 1.099

CGI::AppBuilder::Table CGI::AppBuilder::Table module contains a configuration initializer. SYNOPSIS use CGI::AppBuilder::Table; my $ab = CGI::AppBuilder::Table->new( ifn, my_init.cfg, opt, vhS:a:); my ($q, $ar, $ar_log) = $ab->start_app($0, %ARGV); print $ab->disp_form($q, $ar); This class provides methods...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (92): CGI::AppBuilder::Table 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: 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: 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: 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: February 27, 2010 | Visits: 877

HTML::Manipulator HTML::Manipulator is a Perl extension for manipulating HTML files. SYNOPSIS use HTML::Manipulator; my $html = < New news); # replace a tag attribute and content my $new =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (92): HTML::Manipulator 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

Added: April 04, 2010 | Visits: 925

HTML::CGIChecker HTML::CGIChecker is a Perl module to detect dangerous HTML code. SYNOPSIS use HTML::CGIChecker; $feedback = < TABLE CELLPADDING="2" >< TR >< TD >One column< /TD >< /TR >< /TABLE >< BR > " Arrays & variables " Dough > Hi, how are you ? And now some Perl code: < PRE > print "< HTML ><...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (89): HTML::CGIChecker Download

Added: May 09, 2010 | Visits: 848

phpSortable phpSortable project is a PHP class that shows MySQL QueryResults in an HTML table. As implied by the name "Sortable", the table also displays the column headers as links which lead to a version of the table that is sorted according to that column. Furthermore, it allows you to link the...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (125): phpSortable Download

Added: January 25, 2010 | Visits: 716

HTML-Optimizer Pro X HTML-Optimizer Pro speeds up your site by optimizing both HTML and script code of your web pages and optimizing your JPEG images. It helps you keep organized by creating a duplicate site folder for the optimized files. An added benefit is that it leaves your original files untouched. You should...


Platforms: Mac

License: Shareware Cost: $0.00 USD Download (93): HTML-Optimizer Pro X Download

Released: July 15, 2011  |  Added: August 21, 2011 | Visits: 860

Ailt All Document to HTML Converter Ailt All Document to HTML Converter is an easy-to-use and flexible converting tool. With this powerful converter, you can convert different Office document formats, PDF, Images ect to HTML with fast conversion speed. It can support comprehensive formats: PDF, DOC, DOCX, DOCM, RTF, XLS, XLSX,...


Platforms: Windows

License: Shareware Cost: $79.95 USD Size: 7.75 MB Download (88): Ailt All Document to HTML Converter Download

Released: June 24, 2012  |  Added: July 23, 2012 | Visits: 1.358

NET Win HTML Editor Control SpiceLogic INC. offers a WYSIWYG HTML/XHTML Editor Control for developing Windows Applications targetting .NET 2.0/3.0/3.5/4.0 compatible with Visual Studio 2005/2008/2010. You can use this control for developing windows applications like Web Page Content editor, full Web Page editor, email...


Platforms: Windows

License: Shareware Cost: $495.00 USD Size: 6.26 MB Download (86): NET Win HTML Editor Control Download

Released: September 03, 2013  |  Added: October 03, 2013 | Visits: 966

Elerium HTML .NET Parser Elerium HTML .NET Parser is a .NET component for parsing and manipulating HTML/XML documents and Cascading Style Sheets (CSS). The HTML Parser can be used in WinForms and ASP.NET (C#, VB.NET) applications. Component is fully independent and requires only .NET Framework. Elerium HTML .NET...


Platforms: Windows

License: Shareware Cost: $75.00 USD Size: 600 KB Download (72): Elerium HTML .NET Parser Download

Released: October 01, 2013  |  Added: October 30, 2013 | Visits: 971

Elerium HTML to Excel .NET Elerium HTML to Excel .NET is a professional component that can be used in any type of .NET (C#, VB.NET) The component converts HTML to Excel files (XLS, XLSX, CSV) and can be implemented in ASP.NET / WinForms projects. The component offers full support for HTML formatting, including tables, CSS,...


Platforms: Windows

License: Shareware Cost: $175.00 USD Size: 3.53 MB Download (80): Elerium HTML to Excel .NET Download

< 1 2 3 4 5