Main > Free Download Search >

Free remove html e 2.1 software for mac

remove html e 2.1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3704
Remove HTML E 2.1

Remove HTML E 2.1


Remove HTML E - Translate HTML coded message into plain text more>>
Remove HTML E is an AppleScript that works on an incoming message to translate the HTML coded message into plain text.

Enhanced to decode quoted printable codes, IF you have the "DecodeQP" osax installed.

<<less
Download (14KB)
Added: 2006-03-19 License: Freeware Price:
1320 downloads
Send Complex HTML E 1.1

Send Complex HTML E 1.1


Send Complex HTML E - Sends complex HTML messages from Entourage 2001 more>>
Send Complex HTML E is an Entourage script that allows you to send complex html via Entourage. It gets the source of the HTML from either a saved HTML file or from the front browser window of Internet Explorer.

It is based on Steven Friesens script for Outlook Express, but contains a number of improvements.

<<less
Download (16KB)
Added: 2006-03-27 License: Freeware Price:
1314 downloads
Make HTML Tags 1.1

Make HTML Tags 1.1


Make HTML Tags - Create HTML tags from URLs more>>
Make HTML Tags is an action for Automator. It creates HTML tags from URLs, so you can easily include links to files or embed tags in HTML documents.

It will render tags for media that can be embedded, tags for images and regular link tags for all other URLs.

How do I use it?
Just feed the action some URLs and the output will be some HTML code surrounding them. Simple, really.

It works exceptionally well in conjunction with my Upload to FTP action. When you place it behind this action in a workflow, it enables you to quickly post images or files on the internet.


<<less
Download (31KB)
Added: 2006-02-16 License: Freeware Price:
1345 downloads
Remove Markup 1.0

Remove Markup 1.0


Remove Markup - Remove HTML tags from docs more>>
The Remove Markup AppleScript removes the Hypertext tags from a document and creates a new file on your desktop containing the new document.

Completly freeware.
<<less
Download (7KB)
Added: 2006-05-15 License: Freeware Price:
1257 downloads
HTML Face 2.0

HTML Face 2.0


HTML Face - Small, fast HTML editor more>>
HTML Face is a small, stable and fast HTML editor for Mac OS X.
Main features:
- built-in Preview function lets you test what you are working on in your default web browser
- standard Find & Replace functions
- Preview function works with all the major browsers (Safari, Camino, Opera, Firefox, Internet Explorer, OmniWeb, Mozilla, iCab, Flock, Netscape) as of this writing.
Enhancements:
- Code optimizations resulting in smaller application size
- Reorganized and enhanced interface, removed brushed metal from windows
- Original icon added, disk image given proper Macintosh treatment.
<<less
Download (44KB)
Added: 2006-07-05 License: Freeware Price:
1216 downloads
QT HTML 2.0

QT HTML 2.0


Generate complex QuickTime HTML tags. more>>
Provides a "Quicktime-like" interface, this AppleScript Studio application allows for generating complex Quicktime HTML tags featuring over thirty parameters listed by Apple.

The generated tag is compliant with the use of the OBJECT tag to properly play movies in Windows Internet Explorer.
<<less
Download (91KB)
Added: 2004-05-26 License: Freeware Price:
1981 downloads
Send Complex HTML X 2.0.4

Send Complex HTML X 2.0.4


Send Complex HTML X - Sends complex HTML files and web links from Entourage more>>
Send Complex HTML X allows you to send complex html via Entourage. It gets the source of the HTML from either a saved HTML file or from the front browser window of Internet Explorer.
It is based on Steven Friesens script for Outlook Express, but contains a number of improvements.
Enhancements:
- Does not error in Entourage 2004 if the messages account is an Exchange account.
- It works around an Entourage 2004 bug which cannot determine or set the account of a new message window of or to an Exchange account.
<<less
Download (22KB)
Added: 2006-03-31 License: Freeware Price:
1322 downloads
Remove Line Breaks 1.0

Remove Line Breaks 1.0


Remove Line Breaks - removes the line breaks from clipboard text more>>
Remove Line Breaks is a small AppleScript that grabs the text from the clipboard, removes the line breaks and puts the result back into the clipboard.

This is usefull for cleaning up email messages and selections grabbed from web pages.


<<less
Download (7KB)
Added: 2005-12-08 License: Freeware Price:
1418 downloads
Remove Mac OS Junk 1.0

Remove Mac OS Junk 1.0


Remove Mac OS Junk is a high-speed and powerful program which is capable of batch removing resource forks, DS_Stores and more. more>> Remove Mac OS Junk 1.0 is a high-speed and powerful program which is capable of batch removing resource forks, DS_Stores and more.<<less
Download (538K)
Added: 2004-08-24 License: Free Price:
downloads
HTML Face X 2.0

HTML Face X 2.0


A small, stable and fast HTML editor for Mac OS X. Built-in Preview function can be selected from the application menu or with the keyboard shortcut Command-Shift-L more>>

HTML Face X 2.0 is a potent and easy to use HTML editor for Mac OS X.

Major Features:

  1. Built-in Preview function can be selected from the application menu or with the keyboard shortcut Command-Shift-L.
  2. Small application file size, only 496 KB. Keep it on a USB flash drive, floppy disk, or attached to an email in your inbox for convenience on the road.
<<less
Download (1.1MB)
Added: 2005-08-19 License: Freeware Price:
10 downloads
Jericho HTML Parser 3.0

Jericho HTML Parser 3.0


Free and open source HTML parser for your Mac more>> Free and open source HTML parser for your Mac

Jericho HTML Parser is an open source Java library allowing analysis and manipulation of parts of an HTML document, including server-side tags, while reproducing verbatim any invalid or unrecognized HTML.
Jericho HTML Parser also provides high-level HTML form manipulation functions.

Main features:
- - The presence of badly formatted HTML does not interfere with the parsing of the rest of the document, which makes the library ideal for use with "real-world" HTML that chokes other parsers.
- - PHP, JSP, ASP, PSP and Mason server tags are explicitly recognized by the parser. This means that normal HTML is still parsed properly even if there are server tags inside them, which is common for example when dynamically setting element attributes.
- - It is neither an event nor tree based parser, but rather uses a combination of simple text search, efficient tag recognition and a tag position cache. The text of the whole source document is first loaded into memory, and then only the relevant segments searched for the relevant characters of each search operation.
- - Compared to a tree based parser such as DOM, the memory and resource requirements can be far better if only small sections of the document need to be parsed or modified. Incorrect or badly formatted HTML can easily be ignored, unlike tree based parsers which must identify every node in the document from top to bottom.
- - Compared to an event based parser such as SAX, the interface is on a much higher level and more intuitive, and a tree representation of the document element hierarchy is easily created if required.
- - The begin and end positions in the source document of all parsed segments are accessible, allowing modification of only selected segments of the document without having to reconstruct the entire document from a tree.
- - The row and column number of each position in the source document are easily accessible.
- - Provides a simple but comprehensive interface for the analysis and manipulation of HTML form controls, including the extraction and population of initial values, and conversion to read-only or data display modes. Analysis of the form controls also allows data received from the form to be stored and presented in an appropriate manner.
- - Custom tag types can be easily defined and registered for recognition by the parser.
- - Built-in functionality to extract all text from HTML markup, suitable for feeding into a text search engine such as Apache Lucene.
- - Built-in functionality to render HTML markup with simple text formatting.
- - Built-in functionality to format HTML source code that indents elements according to their depth in the document element hierarchy.
- - Built-in functionality to compact HTML source code by removing all unnecessary white space.

<<less
Download (2MB)
Added: 2009-04-11 License: GPL Price: FREE
203 downloads
Remove Yahoo Groups Ads 2.0

Remove Yahoo Groups Ads 2.0


Remove Yahoo Groups Ads - Strip out Yahoo Groups ads more>>
The Remove Yahoo Groups Ads script, when set to run on an incoming message via a Rule, will strip out the annoying ads that appear at the top of messages sent by mailing lists on Yahoo Groups (formerly eGroups).

This is a revision of the script "Remove eGroups Ads."

Completly freeware for personal use.

<<less
Download (7KB)
Added: 2006-03-23 License: Freeware Price:
1318 downloads
HTML ImageShow 2.0b1

HTML ImageShow 2.0b1


HTML ImageShow - Create web-based image slideshows more>>
HTML ImageShow will accept a bunch of images as input and after an easy setup process it will provide a HTML-JavaScript based Photo Album with slideshow capabilities suitable to put up on your web site, or host it locally if you like.
Enhancements:
- Removed the dependence from ICS, substituted by ImageMagick, which makes image processing so quick & reliable.
- Code improvements.
- Little of cosmetic in the output HTML pages.
<<less
Download (102KB)
Added: 2006-03-31 License: Freeware Price:
1311 downloads
HTML Tidy 1.1

HTML Tidy 1.1


HTML Tidy - Clean up dirty HTML generated from Word more>>
HTML Tidy helps clean up dirty HTML sources generated from Word.
Enhancements:
- New gestion system that permits big file processing
- Menu translation in English.
- Drag n Drop support
- Voicce activation.
<<less
Download (444KB)
Added: 2006-01-26 License: Freeware Price:
1357 downloads
Unicode HTML Generator 1.0.1

Unicode HTML Generator 1.0.1


Unicode HTML Generator 1.0.1 gives a tool to make the generation of static web pages including unicode characters not found in the ASCII set. more>>

Unicode HTML Generator 1.0.1 gives a tool to make the generation of static web pages including unicode characters not found in the ASCII set. It works like a simple compiler in that it reads a collection of rich text files containing html source and unicode text and generates html files. This application requires the user to be very familar with html and is for web hackers of the most patient kind.

<<less
Download (75.2KB)
Added: 2003-05-16 License: Freeware Price:
1 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5