Profile
Summary
Daniel and Jay wanted an online wedding announcement where they could put text, pictures, a guestbook, and a way for people to contribute to their honeymoon. That's what they got. People can post messages in their guestbook (before the comments actually show up there an email is sent asking for approval. Once Daniel or Jay approve it, it shows up on the site).
There is a link for contributions. Otherwise this is a very simple site.
Technical
The hardest part about this site was the guestbook. It was built using PHP and a MySQL database. The PHP puts the information for the comments in a database, writes an email asking for approval, and once it is given it displays the entries.
Other than that the CSS and HTML was pretty simple. It is all written up to standard.
Breakdown
Design
Here is the design for Daniel and Jay's site. They didn't mail out an announcement in the traditional sense, just an email with a link to this site. It worked out perfectly for them.
PHP
Here is the hardest part of the site I mentioned before. This is where the guest could input their comment, and below is where it showed up. Once approved it was displayed on the top of the list. They wanted to keep all of the comments on one page, and the customer knows best so that's how it stayed.