CGI/Perl Guide | Learning Center | Forums | Advertise | Login
Site Search: in
Add ListingModify ListingTell A FriendLink to TPASubscribeNew ListingsCool ListingsTop RatedRandom Link
Newest Reviews
  • review
  • hagen software
  • NOT GPL!
  • Hagan Software
  • Wasted Time with ...
  • poor pre-sale sup...
  • no response
  • rating the offer
  • Good Stuff
  • Good idea but use...


  • Brochure Templates  
     
    Perl Archive : Modules : HTML : Page 5
    Guide Search entire directory  this category
     
    Subcategories:

      Perl Development Tools@ (71)
    Various tools to help novice and seasoned programmers program. Debuggers, code snippets, etc.
    Cookies,Code Snippets
     
    Links:   Pages: [<<] 1 2 3 4 5 6 [>>]

      HTML::Subtext   

    Save to Personal List   Rate this Listing   Review This Listing   Recommend this link to a friend   Report Broken Link  

    HTML::Subtext is a package for performing text substitutions on a specially formatted HTML template. The template uses normal HTML markup, but includes links of the form: <a href="subtext:foo/bar">This text will be replaced</a>. The URI in this link tells HTML::Subtext to check in the provided hash 'CONTEXT' for a key named 'foo/bar'. If this lookup succeeds in producing a string value, the text in the body of the link is replaced by that value.

     (Added: Wed Jan 19 2000 Hits: 142 Rating: 0.00 Votes: 0)

      HTML::Summary   

    Save to Personal List   Rate this Listing   Review This Listing   Recommend this link to a friend   Report Broken Link  

    The HTML::Summary module produces summaries from the textual content of web pages. It does so using the location heuristic, which determines the value of a given sentence based on its position and status within the document; for example, headings, section titles and opening paragraph sentences may be favoured over other textual content. A LENGTH option can be used to restrict the length of the summary produced.

     (Added: Wed Jan 19 2000 Hits: 129 Rating: 0.00 Votes: 0)

      HTML::Table   

    Save to Personal List   Rate this Listing   Review This Listing   Recommend this link to a friend   Report Broken Link  

    HTML::Table is used to generate HTML tables for CGI scripts. By using the methods provided fairly complex tables can be created, manipulated, then printed from Perl scripts. The module also greatly simplifies creating tables within tables from Perl. It is possible to create an entire table using the methods provided and never use an HTML tag.

     (Added: Wed Jan 19 2000 Hits: 209 Rating: 0.00 Votes: 0)

      HTML::TableLayout   

    Save to Personal List   Rate this Listing   Review This Listing   Recommend this link to a friend   Report Broken Link  

    This is a HTML-generating package for making graphical user interfaces via a web browser using a "Layout Manager" paradigm such as in Tk/Tcl or Java. It includes a component heirarchy for making new "widgets".

     (Added: Wed Jan 19 2000 Hits: 149 Rating: 0.00 Votes: 0)

      HTML::Template   

    Save to Personal List   Rate this Listing   Review This Listing   Recommend this link to a friend   Report Broken Link  

    This module attempts to make using HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags - <TMPL_VAR>, <TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF> and <TMPL_ELSE>. The file written with HTML and these new tags is called a template. Using this module you fill in the values for the variables, loops and branches declared in the template.

     (Added: Wed Jan 19 2000 Hits: 189 Rating: 0.00 Votes: 0)

      HTML::TokeParser   

    Save to Personal List   Rate this Listing   Review This Listing   Recommend this link to a friend   Report Broken Link  

    The HTML::TokeParser is an alternative interface to the HTML::Parser class. It basically turns the HTML::Parser inside out. You associate a file (or any IO::Handle object or string) with the parser at construction time and then repeatedly call $parser->get_token to obtain the tags and text found in the parsed document.

     (Added: Wed Jan 19 2000 Hits: 157 Rating: 0.00 Votes: 0)

      HTML::TreeBuilder   

    Save to Personal List   Rate this Listing   Review This Listing   Recommend this link to a friend   Report Broken Link  

    Parser that builds a HTML syntax tree.

     (Added: Wed Jan 19 2000 Hits: 208 Rating: 0.00 Votes: 0)

      HTML::Widgets::Menu   

    Save to Personal List   Rate this Listing   Review This Listing   Recommend this link to a friend   Report Broken Link  

    This module will help you build a menu for your HTML site. You can use with CGI or any mod_perl module. I use it from HTML::Mason. Every time you request to show a menu it will return the HTML tags. It's smart enough it will highlight the current active items.

     (Added: Wed Jan 19 2000 Hits: 173 Rating: 0.00 Votes: 0)

      HTML::WWWTheme   

    Save to Personal List   Rate this Listing   Review This Listing   Recommend this link to a friend   Report Broken Link  

    HTML::WWWTheme is a module that creates a standard sidebar and implements local colour conventions. It is used by the Apache::SetWWWTheme module to enforce this through the server. Static pages in the web tree are filtered through Apache::SetWWWTheme, and CGI-generated pages are generated with the help of HTML::WWWTheme. Any changes in the structure of WWWTheme are automatically reflected in both the CGI-generated and static pages.

     (Added: Wed Jan 19 2000 Hits: 133 Rating: 0.00 Votes: 0)

      HTMLQuickCheck.pm   

    Save to Personal List   Rate this Listing   Review This Listing   Recommend this link to a friend   Report Broken Link  

    The objective of the package is to provide a fast and essential HTML check (esp. for CGI scripts where response time is important) to prevent a piece of user input HTML code from messing up the rest of a file, i.e., to minimize and localize any possible damage created by including a piece of user input HTML text in a dynamic document.

     (Added: Wed Jan 19 2000 Hits: 108 Rating: 0.00 Votes: 0)

      Pages: [<<] 1 2 3 4 5 6 [>>]
                                                                                                                                                                                                                                                                                                                                                                                                                                       


    About The Perl ArchiveLink Validation ProcessSearch Tips
    Web Applications & Managed Hosting Powered by Gossamer Threads
    Visit our Mailing List Archives