Ziply.cc
Ziply is a URL shortener that I created to test my PHP and MySQL knowledge. When you enter a URL to shorten, it compares the link to items in the database to see if someone else has already shortened it. If they have, it returns the short URL. If not, it creates a new one.
For the design, I wanted something different. I thought the background should have angled lines and used CSS3 to create it. I chose a pastel color scheme for the site to convey a calm, easy feeling.
The site is enhanced through AJAX, but I took care to make sure users with JavaScript disabled aren't left out.