Experiments Lab Digital 01 Media

Funding Circle Redesign

by Brett Senna Posted on October 26th, 2016

I chose a company web site and did a redesign to it. I wanted to make it responsive and develop it with SEO in mind. This would be a marketing site where KPIs and CTAs could be measured with metrics. You have Apply Now, Sign In, and stories of those who received funding. I developed this site using HTML5, CSS3, Bootstrap, jQuery, and Javascript. I also put it on github to present and increase activity on my github account. I can use the command line to commit and push git subversions. The site is responsive to any screen size and developed with SEO in mind.

View Project

2 Step Secure PHP Form

by Brett Senna Posted on April 14, 2016

This 2 step form uses jQuery to show and hide steps in a form. It uses radio buttons as the first selection then a email input field to send that email a notification about what selection it made with the email. This form uses jQuery validation plugin, SASS, and PHP.

View Project

YouTube API playlist application

by Brett Senna Posted on February 22, 2016

This project demonstrates ability to call JSONP objects using jQuery. The application itself is using only jQuery to act like a SPA (Single Page Application). The are 2 views a list and details view. The list view shows all videos on a playlist with title, thumbnail, date, and truncated description. The details view shows the embedded video, full description, and title. This experimental project demonstrates the ability to find JSONP API objects and loop through a JSONP API with 2 views using jQuery.

View Project