MachForm 2.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News MachForm 2.0 (Default branch)
# 1  
Old 05-02-2008
MachForm 2.0 (Default branch)

MachForm is an intuitive, self-hosted HTML form builder program. Conceived from the ground up as a modern HTML form builder, it makes use of the latest Web technologies like AJAX, CSS, and Javascript to provide a fluid browser-based experience. License: Other/Proprietary License with Source Changes:
This release has an email autoresponder control panel, a new HTML email design, a fully customizable email template, a revamped entry manager, an entry viewer, printer-friendly versions of an entries, the ability to forward an entry to an email address, a form submission review page, full PHP embed code, built-in CAPTCHA, a language file for easy translation, form duplication, improved navigation, SSL support, full UTF-8 support, and numerous minor bugfixes.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Image::ExifTool::BuildTagLookup(3pm)			User Contributed Perl Documentation		      Image::ExifTool::BuildTagLookup(3pm)

NAME
Image::ExifTool::BuildTagLookup - Build ExifTool tag lookup tables DESCRIPTION
This module is used to generate the tag lookup tables in Image::ExifTool::TagLookup.pm and tag name documentation in Image::ExifTool::TagNames.pod, as well as HTML tag name documentation. It is used before each new ExifTool release to update the lookup tables and documentation, but it is not used otherwise. SYNOPSIS
use Image::ExifTool::BuildTagLookup; $builder = new Image::ExifTool::BuildTagLookup; $ok = $builder->WriteTagLookup('lib/Image/ExifTool/TagLookup.pm'); $ok = $builder->WriteTagNames('lib/Image/ExifTool/TagNames.pod','html'); MEMBER VARIABLES
PRESERVE_DATE Flag to preserve "Last revised" date in HTML files. Set before calling WriteTagNames(). COUNT Reference to hash containing counting statistics. Keys are the descriptions, and values are the numerical counts. Valid after BuildTagLookup object is created, but additional statistics are added by WriteTagNames(). AUTHOR
Copyright 2003-2011, Phil Harvey (phil at owl.phy.queensu.ca) This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
Image::ExifTool(3pm), Image::ExifTool::TagLookup(3pm), Image::ExifTool::TagNames(3pm) perl v5.12.4 2011-05-26 Image::ExifTool::BuildTagLookup(3pm)