Main > Free Download Search >

Free html rulez d00d software for mac

html rulez d00d

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1197
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
HTML Gorm 1.0.4

HTML Gorm 1.0.4


HTML editor that makes creating forms easy. more>>
HTML Gorm is an application for creating HTML forms for use on the Web. You can create seven different types of text boxes. The ability to automatically insert the date each page was last updated is available too.
<<less
Download (481KB)
Added: 2004-05-27 License: Freeware Price:
2070 downloads
 
Other version of HTML Gorm
HTML Gorm 1.0created as a program to design HTML forms used on your Web site. You can choose whether you want to ... HTML Gorm creates all of the HTML code cleanly, so you can easily edit it in your favorite HTML
License:Freeware
Download (480.5KB)
91 downloads
Added: 1999-01-05
HTML Markup 3.0.1

HTML Markup 3.0.1


Convert documents into web ready html format. more>>
HTML Markup is a Macintosh text-to-HTML processor that lets you quicklyand easily put existing documents on the Web.

Advanced features allowyou to customize the way your files are converted. Support for drag anddrop lets you batch process hundreds of files in seconds. HTML Markup isfully customizable and fully scriptable.
<<less
Download (1002KB)
Added: 2004-05-27 License: Freeware Price:
1979 downloads
HTML Xtra 2.0.5

HTML Xtra 2.0.5


HTML Xtra is described as a convenient as well as powerful tool that enables display of HTML on the stage. more>>

HTML Xtra 2.0.5 is described as a convenient as well as powerful tool that enables display of HTML on the stage. Together with Index Xtra, it facilitates cross-platform full text search based on HTML files.

HTML castmembers display all standard HTML text formatting tags, including subscript and superscript. There is no 32k limit for HTML casts! The text of member can be retrieved.Supports meta tags, supports link colors, setting font and size, lingo callback for cursor change over links and more.

Requirements:

  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9
  • Mac OS X 10.4 Intel
  • Mac OS X 10.0
  • Mac OS X 10.1
  • Mac OS X 10.5 PPC
  • Mac OS X 10.2
  • Mac OS X 10.5 Intel
  • Mac OS X 10.3
  • Mac OS Classic
<<less
Download (371.1KB)
Added: 2000-08-01 License: update/patch 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
HTML Edit 0.23b

HTML Edit 0.23b


While just in beta, HTML Edit is a prime example of Apples WebKit Framework. Using WebView HTML Edit instantly renders the code in question, creating a preview of your site more>>
While just in beta, HTML Edit is a prime example of Apples WebKit Framework.

Using WebView HTML Edit instantly renders the code in question, creating a preview of your site.

HTML Edit lets you write and preview web documents in the same window.
<<less
Download (140KB)
Added: 2004-05-25 License: Freeware Price:
1982 downloads
HTML Vocabulary 2.0

HTML Vocabulary 2.0


HTML can be a confusing programming language, but once you get the hang of it, creating Web pages can be a breeze more>> HTML can be a confusing programming language, but once you get the hang of it, creating Web pages can be a breeze. Just about every HTML tag is included in this comprehensive document; youll know exactly what everything stands for and how to use code properly.

The developer is now giving the registration code for this product away for free. It is: GSNBZPELG64530.

Requirements:
None
<<less
Download (107K)
Added: 1997-11-15 License: Free Price:
downloads
HTMLField 2.0

HTMLField 2.0


REALbasic HTML rendering engine. more>>
HTMLField is the unofficial final release of HTMLField by Doug Holton. It was designed and written to be a fast, simple HTML rendering solution for REALbasic. HTMLField 2 supports a variety of HTML tags and renders them in very short times.
<<less
Download (16KB)
Added: 2004-05-31 License: Freeware Price:
1971 downloads
HTMLCalendar 1.1.0

HTMLCalendar 1.1.0


HTMLCalendar - Generate one- and twelve-month calendars in HTML format more>>
HTMLCalendar is a Pyhon module which enables the user to generate one- and twelve-month calendars in HTML format with optional links.

<<less
Download (13KB)
Added: 2006-03-27 License: Freeware Price:
1306 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
htmlText Editor 1.0

htmlText Editor 1.0


Free WYSIWYG editor for htmlText more>> Free WYSIWYG editor for htmlText

htmlText editor will help you generate HTML formatted text from simple text. It is mainly used by Flex developers.

System requirements:
- Adobe Air

<<less
Download (376KB)
Added: 2008-11-06 License: Freeware Price: FREE
207 downloads
HTML Layout 1.5

HTML Layout 1.5


HTML Layout is a keyboard layout option that configures your keyboard to be easier to use with HTML. HTML code includes many characters that require the Shift key more>> HTML Layout is a keyboard layout option that configures your keyboard to be easier to use with HTML. HTML code includes many characters that require the Shift key. This program saves you from having to press the Shift key to access these characters. Use the Keyboard Control Panel to switch between HTML Layout and the other installed layouts.
Requirements:
None
<<less
Download (31K)
Added: 1997-12-02 License: Free Price:
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
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-Maker X 1.0

HTML-Maker X 1.0


HTML-Maker is a HTML editor to build or change existing html files. You don ́t have to write the whole code, because the most important phrases are listed and you just have to click on them more>> <<less
Download (721K)
Added: 2003-05-24 License: Free Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5