Left Aligned Portfolio Piece

Overview

My Portfolio
Here you will find my work. As I write this, there are projects that I am working on that I am eager to have you see, but I am also proud of these few projects that I have for you now. I do urge you to come back often, even write me a note, because I can’t wait to fill this site with well-curated collaborations.
Highlights

jQuery Events
jQuery is a JavaScript library with a broad list of functions. I use jQuery in all of my event handling. It controls key functions such as parallax, smooth scrolling, fades, and browsing events. These functions have augmented my designs in the most basic ways, and I look forward to using more complex functions in future projects.
Site Security
I have collected various measures to improve the site security of this site. I use Dreamhost to serve my pages, and can add varying levels of SSL encryption to provide secure, certified connections. Other server-side protections can be found by validating PHP forms in conjunction with third-party software such as reCaptcha.

Google API
Google supplies a large library of API functions that I have yet to scratch the surface. Two APIs that I have included in this site are reCaptcha and Google Analytics.
ReCaptcha is a function that requires validation from the user in order to process a request. In this case, I use it to validate the email function. ReCaptcha is important because it filters out any web robots from sending me spam emails. It asks the user to identify images that only a human should be able to recognize in order to send me email. This is an added layer of security for the site.
Google Analytics allows me to monitor my website traffic. It can be customized to report specific events, show trends, and locate where users are viewing the site.