Main > Free Download Search >

Free w3c markup software for mac

w3c markup

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 102
Markup 1.0.1

Markup 1.0.1


Markup - Color and character HTML tool more>>
Markup is a general purpose HTML utility that can escape characters and choose colors. It replaces , and & in text so that html markup characters will show up correctly in a web browser (without breaking the page).
The color chooser allows users to get hex values for RGB colors, colors from the color picker, or to choose from one of the many named HTML colors in the color list. The color module also allows users to enter in hex values and see what color they correspond with and if they have an HTML name.
The Auto Copy feature automatically copies the hex value or name (if one exists) of the current color to the clipboard to save time.
Enhancements:
- Added a count to the bottom of the named html color list
- The Copy Named Colors checkbox is now disabled if the Auto Copy checkbox is disabled
- The color list is sortable by name
- All hex values are returned in CAPS
- Remembers the last color or named color selected from the previous session
- BUGFIX: Color values or names are now recopied whenever the Auto Copy or Copy Named Colors checkboxes are checked
- BUGFIX: The currently selected color is copied to the clipboard on launch if the Auto Copy checkbox is checked.
<<less
Download (199KB)
Added: 2006-04-19 License: Freeware Price:
1299 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 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
W3C Tool Kit 1.2.1

W3C Tool Kit 1.2.1


W3C Tool Kit is created to be a free, nifty little Widget with fast access to the W3C Markup and CSS Validator as well as their Link Checker. more>>

W3C Tool Kit 1.2.1 is created to be a free, nifty little Widget with fast access to the W3C Markup and CSS Validator as well as their Link Checker.

<<less
Download (104.5KB)
Added: 2005-11-20 License: Freeware Price:
downloads
 
Other version of W3C Tool Kit
W3C Tool Kit 1.2bonAveo - W3C Tool Kit - Fast access to W3C Markup and CSS Validator. W3C Tool Kit
Price: FREE
License:Freeware
Download (107KB)
180 downloads
Added: 2006-06-02
W3C Tool Kit 1.2bonAveo - W3C Tool Kit is a nifty little Widget with fast access to the W3C Markup
License:Freeware
Download (107KB)
1254 downloads
Added: 2006-06-02
W3C HTML Batch Validator 1.6

W3C HTML Batch Validator 1.6


A free Python script that will call the W3C HTML Validator in batch mode more>> A free Python script that will call the W3C HTML Validator in batch mode

W3C HTML Batch Validator is a free and open source Python based script which calls the W3C HTML Validator in a kind of batch mode.

System requirements:
-

Enhancements
- New option UPLOADFROMURL to retrieve files from e.g. a local server which the w3 validator may not be able to access. Useful if dynamic pages like .php or .jsp pages need to be validated.

<<less
Download (3KB)
Added: 2009-05-14 License: Freeware Price: FREE
182 downloads
Convert Script to Markup Code 2.7.1

Convert Script to Markup Code 2.7.1


Convert Script to Markup Code is a utility to turn your AppleScripts to either HTML, BBCode( the HTML-like code used on many BBS including the MacScripter BBS--a great resource, by the way), or the new AppleScript URL protocol. more>>
Convert Script to Markup Code 2.7.1 is a utility to turn your AppleScripts to either HTML, BBCode( the HTML-like code used on many BBS including the MacScripter BBS--a great resource, by the way), or the new AppleScript URL protocol. It can place the result on the clipboard. The AppleScript URL protocol is for embedding scripts in web pages and PDFs to automatically open code in the Script Editor.

Enhancements:

  • Added an "Edit" menu so you an now copy & paste data in & out of the text fields of the preference tabs.
  • Added a "Revert to Default Settings" button in the General preferences tab.
  • Added an option to set the creator type of saved HTML files.

Requirements:

  • Mac OS X 10.2 or later
  • Script Editor or Debugger.
<<less
Download (263K)
Added: 2004-03-15 License: Free Price:
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
Validate at W3C 1.0.1

Validate at W3C 1.0.1


Validate at W3C - Contextual menu item in Opera to submit the current page to the W3Cs HTML validator more>>
Validate at W3C is an AppleScript that gives you a contextual menu item in Opera to submit the current page to the W3Cs HTML validator.
Validate at W3C AppleScript based plug in for FinderPop.

Completly freeware.


<<less
Download (4KB)
Added: 2006-01-16 License: Freeware Price:
1376 downloads
WeaverFM 0.4.4

WeaverFM 0.4.4


A free and elegant open source file manager plug-in for Rapidweaver. more>> A free and elegant open source file manager plug-in for Rapidweaver.

WeaverFM is a free and open source file managing solution for Rapidweaver. With the help of the WeaverFM plug-in you can easily share documents, photos or projects with family, friends or clients.

Main features:
- Simple and elegant ajax powered interface
- Advance user controls. Allow everyone to have their own name and password.
- Per user write access. Restrict individuals from uploading, deleting or renaming files.
- Built-in help. Quickly get answers to common questions.

System requirements:
-

Enhancements
New features:
- W3C validation. WeaverFM now passes W3C validation (XHTML 1.0 Strict).
- Theme compatibility mode. If you have an old theme you can enable this feature to get weaverFM to work properly. NOTE: This WILL break W3C compatibility!
Bug fixes:
- Fixed an issue where entering an empty Root Path caused weaverFM to not function properly.
- Empty Root Paths are now strictly forbidden. Use a / instead.

<<less
Download (2.6MB)
Added: 2009-03-30 License: Freeware Price: FREE
178 downloads
NetCloak TagBuilder 1.0

NetCloak TagBuilder 1.0


Reference guild for NetCloak html-embedded code. more>>
TagBuilder is a small application that acts as a Reference Guide to NetCloak Web server-side markup tags.

It provides quick access to detailed usage information on every NetCloak command, and streamlines page development by allowing you to copy and paste or drag and drop NetCloak syntax right into any text editor.
<<less
Download (333KB)
Added: 2004-05-26 License: Freeware Price:
1976 downloads
Comet Bridge 1.0

Comet Bridge 1.0


Comet Bridge is a proper, high-quality and free extension which makes Interaction and Xpublish execute Comets command tags more>>

Comet Bridge 1.0 is a proper, high-quality and free extension which makes Interaction and Xpublish execute Comet's command tags. It allows web professionals to use content from CometSite or CometPage with Interaction and XPublish. Extensible markup can immediately be used in the same documents as the command tags, so webmasters can move on to standard XML at their own pace.

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 (45.9KB)
Added: 1999-02-18 License: Freeware Price:
downloads
Word Counter 2.10

Word Counter 2.10


Word Counter is designed as a great Macintosh OS X application which can perform a word count and a character count and much more. more>>

Word Counter 2.10 is designed as a great Macintosh OS X application which can perform a word count and a character count and much more. It can be used independently or in conjunction with other applications such as TextEdit, Microsoft Word, Pages, TextWrangler, and others.

Text can be typed, pasted, or dragged into the window. Word Counter can automatically update the count based on a user-defined time interval. It can show the progress achieved towards a set goal for the total number of words and characters.

It also can perform bulk counts on multiple files and folders simply by dropping them onto the window. Word Counter can count the number of times a particular word appears in a document. It can even create a sortable summary table of all words in the document, with the number of times each word appears and the length of each word.

Word Counter can handle various file types including plain text (txt, text), rich text (rtf, rtfd), Hypertext Markup Language (htm, html), Microsoft Word (doc), Microsoft Word XML (wordml), Apple's web archive (webarchive), the Adobe Portable Document Format (pdf), and others. This program may be useful for writing a manuscript or an abstract with a strict limit on the number of words or characters allowed.

<<less
Download (2.2MB)
Added: 2009-08-31 License: Freeware Price: Notavailable
downloads
Checkpoint 2.2 1.3

Checkpoint 2.2 1.3


Checkpoint 2.2 - Calculates the brightness- and color-difference of two colors more>>
Checkpoint Widget 2.2 calculates the brightness- and color-difference of two colors and thus checks the “Checkpoint 2.2” of the “Web Content Accessibility Guidelines 1.0.” The calculations serve the mathematical formulas as described in the document “Techniques For Accessibility Evaluation And Repair Tools” of the W3C in the paragraph “Technique 2.2.1.”

The values of both colors can be defined either by input fields, or you can select them comfortably with color fields. For the input, you can select between the formats “hexadecimal” (3-and 6-figure) and “RGB.” This choice takes place at the back of the widget and is saved as a property of the widgets constantly.

The widget includes the following languages:

- German
- English
- French
- Spanish.
<<less
Download (103KB)
Added: 2006-03-17 License: Freeware Price:
1318 downloads
ChemSpotlight 1.2.1

ChemSpotlight 1.2.1


ChemSpotlight - Index chemistry metadata files more>>
ChemSpotlight is a Spotlight metadata importer plug-in that reads common chemical file formats (MDL .mol, .mdl, .sd, .sdf, Tripos .mol2, Protein Data Bank .pdb, Chemical Markup Language .cml, and XYZ).
ChemSpotlight adds molecular formulas (complete with subscripts in the Finder), molecular weight, indexes chemistry files, and adds a variety of other information for Spotlight searches and Finder Get Info windows.
Enhancements:
- Many bug fixes, including support for ChemDraw CDX on both PowerPC and Intel. Uses Open Babel 2.1.1 for unique, canonical SMILES representations, as well as improved PDB metadata indexing.
<<less
Download (5.3MB)
Added: 2007-06-28 License: Freeware Price:
864 downloads
GoLive Updater 5.0r4

GoLive Updater 5.0r4


GoLive 5.0r4 Updater is now compatible with changes in the Netscape 6 browser. The W3C changed its Document Object Model, which changes things like animation, DHTML, rollovers, and more more>> GoLive 5.0r4 Updater is now compatible with changes in the Netscape 6 browser. The W3C changed its Document Object Model, which changes things like animation, DHTML, rollovers, and more.
Requirements:
GoLive 5.0 or later.
<<less
Download (1.8MB)
Added: 2001-03-21 License: Free Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5