Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkirsche/online-gift-form
Updated online giving form for Hampden-Sydney College.
https://github.com/kkirsche/online-gift-form
Last synced: about 1 month ago
JSON representation
Updated online giving form for Hampden-Sydney College.
- Host: GitHub
- URL: https://github.com/kkirsche/online-gift-form
- Owner: kkirsche
- License: other
- Created: 2012-12-07T20:09:27.000Z (about 12 years ago)
- Default Branch: origin
- Last Pushed: 2013-05-05T15:32:22.000Z (over 11 years ago)
- Last Synced: 2023-03-15T06:15:47.210Z (almost 2 years ago)
- Language: PHP
- Homepage: https://secure.hsc.edu/gifts/
- Size: 8.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Online Gift Form
This gift form utilizes the HTML5 Boilerplate project to create a more successful payment option for users. This project focuses on the ease of use and adaptability among devices and orientations.
###Please note that this repository does NOT contain the most up to date versions of the processform.php file for security reasons!
### Version 1.6
#### [Demo](http://kkirsche.github.io/Online-Gift-Form/)## License
Copyright (c) 2012-2013, Kevin Kirsche
All rights reserved.Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.## Requirements
To use this effectively you must have:
* PHP 5
* Javascript enabled browser
* An internet connection## Features
* HTML5 ready. Use the new elements with confidence.
* Cross-browser compatible (Chrome, Opera, Safari, Firefox 3.6+, IE6+).
* Designed with progressive enhancement in mind.
* CSS normalizations and common bug fixes.
* IE-specific classes for easier cross-browser control.
* A default print stylesheet, performance optimized.
* Mobile browser optimizations.
* Protection against any stray `console.log` causing JavaScript errors in IE6/7.
* The jQuery via Google's CDN, with a local fallback.
* A custom Modernizr build for feature detection.
* An optimized Google Analytics snippet.
* Apache server caching, compression, and other configuration defaults for Grade-A performance.
* Apple Icons for use of the page on the user's homescreen.## Contributing
Anyone and everyone is welcome to [contribute](https://github.com/kkirsche/Online-Gift-Form/fork). All contributions are subject to review for security purposes.
### Major components:
* jQuery 1.9.1: [MIT/GPL license](http://jquery.org/license/)
* Modernizr 2.6.2 (Custom Build): [MIT/BSD license](http://modernizr.com/license/)
* HTML5 Boilerplate (Custom Build): [Public Domain featuring restricted components](http://html5boilerplate.com/html5boilerplate-site/built/en_US/docs/license/)
* Normalize.css: [Public Domain](https://github.com/necolas/normalize.css/)
* Twitter Bootstrap 2.3.0: [Apache License, Version 2.0](https://github.com/twitter/bootstrap/wiki/License)
* jQuery Credit Card Validator by Pawel Decowski: [Creative Commons Attribution-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/)
* Credit Card Icons by Phil Mathews: [License can be viewed here](http://www.smashingmagazine.com/2010/10/21/free-png-credit-card-debit-card-and-payment-icons-set-18-icons/)