PHP5 + jQuery + CSS Code Sample
This tool allows you to select a date via the calendar, then send an email with an ICS file to an associate.The purpose of this micro-app is to demonstrate my programming capabilities and thought process.
Send a Calendar EventTo you and your friends—start by clicking a date |
|
« Start By Clicking Date(s) |
|
PHP—Calendar.php
This code builds the calendar.PHP—Email.php
This code constructs the ICS file and sends the email.PHP—Code-sample.php
Highlight of the calendar and form.Javascript
This code manages the click events on the calendar, displaying ofselected dates, form validation, and the AJAX request.
CSS
Highlight of the CSS for this page. I use an ie.cssconditional file to compensate for CSS issues.
Version 0.9
Below is a list of features to add before this micro-app is complete.- If dates are consecutive, then display a ranges with dashes
- If dates are consecutive, then send single ICS file
- Allow the calendar select dates that span months