Contents

Introduction
Overview
Key Features
How does it work?
Revision History
Working with HTMLCompact
Getting Start with HTMLCompact
Using HTMLCompact
"Input" Tab
"Output" Tab
"Compression" Tab
"Source Code" Tab
"Tags to Skip" Tab
"Result" Tab
Buttons
Command Line
Private HTML Comment Tag
FAQ
Registration
Registration
Unregistered Copy Limitation
License
Online Support

 
Home
HTML Compact Web Online Help
Prev Page Next Page
 
 
Click here to download free trial version and learn more information about the program.

HTMLCompact

The "Tags to Skip" tab is used to define what HTML tags you would like to be excluded from compression; The interface is displayed below:



Some HTML pages contain SSI (server side includes) tags. If these SSI tags are also compressed, the web server will have no way to parse and execute the data before sending the page out. To fix this problem, add "<!--#, -->" tags pairs to the list so that HTMLCompact will skip the code in between these tags during the compression process.

Tags pairs like "<H1, </H1>" or "<STRONG>,</STRONG>" may also be added into list to ensure that even fully compressed page will be indexed by search engine spiders and have chance of getting higher search engine rankings.

To enable "Tag to Skip" during the compression process, check off the "Skip following tags during compression" box first. You are allowed to add customized tags pair as you need. To do that, simply press the "Add" button and input "Starting Tag" and "Ending Tag". If you want to edit an existing tag pair, you can click the corresponding cells and modify their content. To delete a tag pair, select the tag and press the "Delete" button.

Regular expressions may also be used to define the tags. Regular expressions are derived from the UNIX utility GREP and enable powerful text searches to be carried out using the special characters. If checked, the defined tags pairs are interpreted as regular expressions.