Mortgage calculators collection 3.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Mortgage calculators collection 3.2 (Default branch)
# 1  
Old 01-08-2008
Mortgage calculators collection 3.2 (Default branch)

ImageMortgage calculators collection is a comprehensiveset of mortgage calculators that allows Websitevisitors to perform complicated real estate matheasily. It features calculation results in PDFformat for easy printing. Other features includeamortization tables in every calculator to helpusers understand loan mechanisms, multi-languagesupport, template-driven design, customizableinterest compounding, currency symbols, andinitial value setting to match the market.License: Other/Proprietary License with SourceChanges:
The "Send calculations results to email" leadgeneration feature was added. A Spanishtranslation was added. Minor bugs were fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
XML::Atom::Collection(3pm)				User Contributed Perl Documentation				XML::Atom::Collection(3pm)

NAME
XML::Atom::Collection - Collection object SYNOPSIS
my $categories = XML::Atom::Categories->new; $categories->href('http://example.com/cats/forMain.cats'); $categories->add_category($category); my $collection = XML::Atom::Collection->new; $collection->href('http://example.org/reilly/main'); $collection->title('My Blog Entries'); $collection->categories($categories); # Get a list of the categories elements my @categories = $collection->categories; METHODS
XML::Atom::Collection->new $collection->href $collection->title $collection->accept $collection->accepts $collection->add_accept $collection->categories $collection->element_name $collection->element_ns SEE ALSO
XML::Atom XML::Atom::Service AUTHOR
Takeru INOUE, <takeru.inoue _ gmail.com> LICENCE AND COPYRIGHT
Copyright (c) 2007, Takeru INOUE "<takeru.inoue _ gmail.com>". All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic. DISCLAIMER OF WARRANTY
BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. perl v5.14.2 2012-04-04 XML::Atom::Collection(3pm)