WareSeeker Search Software

html


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

HTML::Perlinfo::HTML 1.47


linux Programming->Libraries Free
View Detail
Download HTML::Perlinfo::HTML 1.47Download HTML::Perlinfo::HTML 1.47
0.027 MB
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 HTML::Perlinfo::Modules use the internal module HTML::Perlinfo::Common for HTML generation. This document provides information on that HTML and its manipulation.

CUSTOMIZING THE HTML

You can capture the HTML output by assigning it to a scalar. Then you can alter the HTML before printing it or doing something else with it. Here is an example that uses the perlinfo function from HTML::Perlinfo:

use HTML::Perlinfo;

my $example = perlinfo(); # Now I can do whatever I want with $example
$example =~ s/Perl/Java/ig; # Make everyone laugh
print $example;

Another option is to use object attributes which make altering some HTML elements less helter skelter.

OBJECT ATTRIBUTES

These object attributes allow you to change the HTML CSS settings to achieve a stylish effect. Please see your favorite HTML guide for acceptable CSS values. Refer to the HTML source code of the perlinfo page for the defaults.
Attribute name/Corresponding CSS element

title / page title (only non-CSS element)
bg_image / background_image
bg_position / background_position
bg_repeat / background_repeat
bg_attribute / background_attribute
bg_color / background_color
ft_family / font_familty
ft_color / font_color
lk_color / link color
lk_decoration / link text-decoration
lk_bgcolor / link background-color
lk_hvdecoration / link hover text-decoration
header_bgcolor / table header background-color
header_ftcolor / table header font color
leftcol_bgcolor / background-color of leftmost table cell
leftcol_ftcolor / font color of left table cell
rightcol_bgcolor / background-color of right table cell
rightcol_ftcolor / font color of right table cell


2

HTML scrambler


script ASP Free
View Detail
Download HTML scramblerDownload HTML scrambler
HTML scrambler is free ASP code to protect your HTML code by scrambling it. It is extremely handy for hiding email addresses and making HTML invisible. The code can simply be included in any ASP file and any HTML can then be scrambled with the encSource() function.
3

Random HTML


script PHP Free
View Detail
Download Random HTMLDownload Random HTML
Random HTML is enable to display your designed HTML part on your webpage at random. You can decide the number of paterns. Also Its available to edit each part and preview it on your browser. For example, you can use this script for - Banner lotation. - Random photo display. - Random message display with html decorations.
4

Html TextBox


script ASP NET Free
View Detail
Download Html TextBoxDownload Html TextBox
Html TextBox ASP.NET web control is an online web based WYSIWYG HTML editor that allows you to enable the users of your web or intranet site to provide documents in rich text format without needing to know the HTML language. Html TextBox V2.0 allows you to edit formatted text in a visual environment in exactly the same way as with word processing software using Internet Explorer 5.5+.
5

Format HTML


script CGI Perl Free
View Detail
Download Format HTMLDownload Format HTML
FHTML.PL cleans up HTML source code so it is easier to read. It is especially nice for cleaning up code created by WYSIWYG HTML editors. It will upper/lower-case tags and lets the user specify how much to indent.
6

HTML::EP


linux Programming->Libraries Free
View Detail
Download HTML::EPDownload HTML::EP
0.042 MB
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 section will
be removed and you wont see it in your browser.
< /ep-comment >
< ep-perl >
# This is an example of embedding Perl into the page.
# We create a variable called time, containing the current
# time. This variable will be used below.
my $self = $_;
$self->{time} = localtime(time());
; # Return an empty string; result becomes embedded into the
# HTML page
< /ep-perl >
< body >< h1 >The current time< /h1 >
Your HTML::EP system is up and running: The current time is $time$.
< /body >
< /html >

NEWS

HTML::EP does now have a homepage, a CVS repository and a bug tracking system. Try
http://html-ep.sourceforge.net/

Have you ever written a CGI binary? Easy thing, isnt it? Was just fun!

Have you written two CGI binaries? Even easier, but not so much fun.

How about the third, fourth or fifth tool? Sometimes you notice that you are always doing the same:

· Reading and parsing variables
· Formatting output, in particular building tables
· Sending mail out from the page
· Building a database connection, passing CGI input to the database and vice versa
· Talking to HTML designers about realizing their wishes

You see, its soon to become a pain. Of course there are little helpers around, for example the CGI module, the mod_perl suite and lots of it more. Using them make live a lot easier, but not so much as you like. CGI(3). mod_perl(3).

On the other hand, there are tools like PHP or WebHTML. Incredibly easy to use, but not as powerfull as Perl. Why not get the best from both worlds? This is what EP wants to give you, similar to ePerl or HTML::EmbPerl. I personally believe that EP is simpler and better extendible than the latter two. ePerl(1). HTML::EmbPerl(3).

In short, its a single, but extensible program, that scans an HTML document for certain special HTML tags. These tags are replaced by appropriate output generated by the EP. What remains is passed to the browser. Its just like writing HTML for an enhanced browser!


7

HTML Parser


script PHP Free
View Detail
Download HTML ParserDownload HTML Parser
This is a simple PHP function that parses an html page and returns plain text and links that this page contains. You can test it online.
8

HTML E-mail


script PHP Free
View Detail
Download HTML E-mailDownload HTML E-mail
Sending an HTML e-mail message is easy from your client, but it can be tricky from a PHP script. This article explains how.
9

HTML Rotate


script CGI Perl Free Additional Info: Free for commercial or private use
View Detail
Download HTML RotateDownload HTML Rotate
HTML rotate is a simple solution to randomly rotating almost anything on your web pages. With ease, you can easily rotate banners, enhanced banners, images, affiliate links, quotes and many more. HTML rotate can also be used as a substitute for SSI (server side includes) to include menu/navigation bars, images, etc. Comes with a comprehensive control panel and setup interface for easy installation.
10

HTML Tidy


linux Internet->HTTP Free
View Detail
Download HTML TidyDownload HTML Tidy
0.22 MB
HTML TIDY is a free utility to fix mistakes made while editing HTML and to automatically tidy up sloppy editing into nicely layed out markup. It also works great on the atrociously hard to read markup generated by specialized HTML editors and conversion tools, and can help you identify where you need to pay further attention on making your pages more accessible to people with disabilities.

When editing HTML its easy to make mistakes. Wouldnt it be nice if there was a simple way to fix these mistakes automatically and tidy up sloppy editing into nicely layed out markup? Well now there is! Dave Raggetts HTML TIDY is a free utility for doing just that. It also works great on the atrociously hard to read markup generated by specialized HTML editors and conversion tools, and can help you identify where you need to pay further attention on making your pages more accessible to people with disabilities.

Tidy is able to fix up a wide range of problems and to bring to your attention things that you need to work on yourself. Each item found is listed with the line number and column so that you can see where the problem lies in your markup. Tidy wont generate a cleaned up version when there are problems that it cant be sure of how to handle. These are logged as "errors" rather than "warnings".

Dave Raggett has now passed the baton for maintaining Tidy to a group of volunteers working together as part of the open source community at Source Forge. The source code continues to be available under an open source license, and you are encouraged to pass on bug reports and enhancement requests at http://tidy.sourceforge.net.

If you find HTML Tidy useful and you would like to say thanks, then please send me a (paper) postcard or other souvenir from the area in which you live along with a few words on what you are using Tidy for. It will be fun to map out where Tidy users are to be found! My postal address is given at the end of this file.

The W3C public email list devoted to HTML Tidy is: . To subscribe send an email to html-tidy-request@w3.org with the word subscribe in the subject line (include the word unsubscribe if you want to unsubscribe). The archive for this list is accessible online. If you would like to contact the developers, or you just want to submit an enhancement request or a bug report, please visit http://tidy.sourceforge.net.

Tidy can now perform wonders on HTML saved from Microsoft Word 2000! Word bulks out HTML files with stuff for round-tripping presentation between HTML and Word. If you are more concerned about using HTML on the Web, check out Tidys "Word-2000" config option! Of course Tidy does a good job on Word97 files as well!

Here are some key features of "HTML Tidy":

· Missing or mismatched end tags are detected and corrected
· End tags in the wrong order are corrected
· Fixes problems with heading emphasis
· Recovers from mixed up tags
· Getting the in the right place
· Adding the missing "/" in end tags for anchors
· Perfecting lists by putting in tags missed out
· Missing quotes around attribute values are added
· Unknown/Proprietary attributes are reported
· Proprietary elements are recognized and reported as such
· Tags lacking a terminating > are spotted


11

BBcode 2 HTML


script PHP Free Additional Info: Free, as long as a link is given back to www.WAY2WEB.net
View Detail
Download BBcode 2 HTMLDownload BBcode 2 HTML
BBcode2HTML is a PHP program that can be used to convert standard BBcode to browser readable HTML. It can be modified by anyone with basic PHP knowledge. It is ideal for forums, shoutboxes, mail scripts, CMS programs and anything else that required BBcode input.
12

Html Protector


script ASP NET Free
View Detail
Download Html ProtectorDownload Html Protector
Html Protector will help you to protect your web documents and source code using various techniques including content encryption, browser features disabling. It is designed to work with dynamic content including ASP.NET web forms. It will also stop spam robots from extracting email addresses from your pages, site rippers and content filters!
13

Html TextBox 3


windows Web Development->HTML Editors $149
View Detail
Download Html TextBox 3Download Html TextBox 3
5.66MB
Html TextBox is an online web based WYSIWYG HTML editor. It will replace your Textarea
to a rich textbox. The basic and advanced features will improve the experience of
the end users, the content managers. Html TextBox is a real component: no external
files are required.

The objective of Html TextBox is to keep its "Component" appellation by excluding
all required external files and to provide a true "drag n drop" functionality from
the Visual Studio .NET, Web Matrix .NET or other Dreamweaver MX toolboxes.

Html TextBox includes a fully featured client-side and server-side API that will let any programmer the ability to create and customize almost with any limits the behavior of the editor. From the simplest custom tool to the most advanced post-back enabled tool, the only limit is your imagination; the only rule is your requirements.

Active Up is pleased to offer the developer full source for a small fee (please see price list for details) - this will allow the developer to integrate or even modify the component into their projects. We appreciate feedback also - this helps us to build a better product in the future - please dont hesitate to get in touch with us via email. Let us know what features you would like to see in the future. Wed also like to know what youre doing with the product. Our team is here to ensure that the quality of your coding experience is optimal.
14

HTML Snapshot


script C and C plus plus Free
View Detail
Download HTML SnapshotDownload HTML Snapshot
HTML Snapshot ActiveX Component uses the internet explorers functionality to take (capture) a snapshot of a given URL. It hosts the web browser control on windows to download webpage and then capture it as image. It can be easily integrated into applications written in languages that support ActiveX Compoent such as Visual C++, Visual Basic, Delphi, C++ Builder, .Net languages and Scripts.
15

HTML Replace


script CGI Perl Free
View Detail
Download HTML ReplaceDownload HTML Replace
If youre generating pages repeatedly using the same format, or if you want to allow users to easily create data-entry and display screens, this script will do it. You just specify a file on your local hard drive that follows the right format, upload it to the script, and the script generates a form for you to fill in. Submit the form and your values are inserted into the same document and you get finished HTML.
16

EZ HTML II


script CGI Perl Free
View Detail
Download EZ HTML IIDownload EZ HTML II
EZ HTML II is a very easy to use, fill in the blanks format, Multi-User Web Page Creator. EzHTML II is perfect for the novice user to allow them to create their first pages. EZ HTML II stores the user pages in a database file. Once the user has filled out all the information and made their first page, when they come back to edit their page all the origional information is in the fields on the form, the checkboxes that they checked origionally are checked. This makes it very easy for the novice user to edit their page, or change the look with just a click of the mouse. File uploads via the browser, advanced editor and file management, and complete administration via the browser are just some of its main features.
17

HTML Picture 1


windows Graphic Apps->Other Free
View Detail
Download HTML Picture 1Download HTML Picture 1
244K
HTML Picture is freeware application that converts any JPEG or BMP file to HTML.

18

HTML::FormRemove 0.3a


linux Programming->Libraries Free
View Detail
Download HTML::FormRemove 0.3aDownload HTML::FormRemove 0.3a
0.004 MB
HTML::FormRemove is a Perl module to remove form tags from HTML.

SYNOPSIS

my $html =
"< FORM > < INPUT TYPE=TEXT NAME=Test VALUE=Hello World! > < /FORM >";
use HTML::FormRemove
print RemoveFormValues($html);

HTML::FormRemove is a module that removes form tags from HTML, while otherwise leaving the HTML intact. This allows for forms to be converted into something printable and usable.

RemoveFormValues ( HTML [, HTML [, HTML [...]]] )
Removes the form values. Exported by default. Returns an array of lines containing the updated HTML, or one single like containing them separated by newlines.

NOTES

This module is a work in progress; Ive only got basic functionality working at the moment.


19

HTML::BBReverse 0.07


linux Programming->Libraries Free
View Detail
Download HTML::BBReverse 0.07Download HTML::BBReverse 0.07
0.009 MB
HTML::BBReverse is a Perl module to convert HTML to BBCode and back.

SYNOPSIS

use HTML::BBReverse

my $bbr = HTML::BBReverse->new();

# convert BBCode into HTML
my $html = $bbr->parse($bbcode);
# convert generated HTML back to BBCode
my $bbcode = $bbr->reverse($html);

HTML::BBReverse is a pure perl module for converting BBCode to HTML and is able to convert the generated HTML back to BBCode.

And why would you want to reverse the generated HTML? Well, when you have a nice dynamic website where you and/or visitors can post messages, and in those messages BBCode is used for markup. In normal cases, your website has a lot more pageviews than edits, and saving all those messages as HTML will be a lot faster than saving them as the original BBCode and parsing them to HTML for every visit.

So now all BBCode gets converted to HTML before it will be saved, but what if you want to edit a message? Just reverse the generated HTML back to BBCode, edit your message, and save it as HTML again.


20

HTML::ElementSuper 1.17


linux Programming->Libraries Free
View Detail
Download HTML::ElementSuper 1.17Download HTML::ElementSuper 1.17
0.019 MB
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 = $e->depth();

### Replacer extension
$er = new HTML::ElementSuper font;
# Tree beneath $er, if present, is dropped.
$er->replace_content(new HTML::Element p);

### Wrapper extension
$ew = new HTML::ElementSuper;
$ew->push_content("Tickle me, baby");
$ew->wrap_content(new HTML::Element font, color => pink);
print $ew->as_HTML();

### Maskable extension
$em = new HTML::ElementSuper td;
$em->mask(1);
print $em->as_HTML; # nada
$em->mask(0);
print $em->as_HTML; # $e and its children are visible

### Cloning of own tree or another elements tree
### (is this the correct clomenature? :-)
$a = new HTML::ElementSuper font, size => 2;
$b = new HTML::ElementSuper font, color => red;
$a_clone = $a->clone;
$b_clone = $a->clone($b);
# Multiple elements can be cloned
@clone_clones = $a_clone->clone($a_clone, $b_clone);


My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket




Related Search