120 Sports launched! 120 Sports is a first-of-its-kind network partnership involving multiple leagues and media properties created for the digital generation and the devices it uses most. In 120 Sports, today's fans will have access to unauthenticated video programming through a new platform built to intuitively integrate video and data in ways they haven't … More
Clients
ATT Masters 2014
ATT & The 2014 Masters Golf Tournament “We’re proud to deliver this exciting content to our customers where they want to watch, when they want to watch,” said Dan York, president, content, AT&T. “We know how important this year’s Masters Tournament is to sports fans, and AT&T is providing customers with coverage on their screen of choice. … More
Real-time Conversations: ATT 2014 Masters
Real-time conversations for the AT&T 2014 Masters Tournament. This project provided real-time, moderated social conversations for the 2014 Masters Tournament on the ATT Uverse website. Users were able to register, accept a terms and conditions, then share thoughts on the event's web page. In addition, users could share messages from the conversation … More
Giant: Graphics Web Store
The grpgraphics.com web store allows Giant bicycle retails to order graphics for their physical stores. Technologies Wordpress PHP HTML CSS JavaScript Roles Project and client management Programming QA and Testing Server administration and hosting … More
Premier League Soccer & NBC Sports
NBC Sports and Premier League Soccer NBC Sports is the New Exclusive home of the Premier League. For the first time ever, Every Game, Every Week, will be presented live on television, online, on mobile and tablet device through the Premier League Extra Time Package. The Extra Time Package will run on additional channel(s) whenever there are multiple games … More
Sochi Winter Olympics & NBC Sports
NBC Sports & The 2014 Winter Olympics in Sochi NBCUniversal’s unprecedented coverage of the 2014 Sochi Games reached more Americans via more platforms than any Winter Olympics. There were more ways to consume, more hours shown, and more Americans experiencing NBCUniversal’s presentation of the XXII Olympic Winter Games from Sochi, Russia than ever … More
Recent Articles
My Thoughts on Backbone vs. Angular
In the past few years I’ve gotten very familiar with JavaScript and many of the libraries and frameworks out there to build and create web applications. Luckily this fits right in with my views on where things are headed. BackboneJS and AngularJS are two of the libraries I’ve gotten to work with the most recently and I’ve enjoyed both. I’ve also worked with … More
Using Angular’s $log provider
The AngularJS $logProvider Logging and debugging is a daily occurrence when developing JavaScript based applications. AngularJS provides a simple, effective way to enable logging in your applications - the $logProvider. $logProvider is a used to enable logging and the $log object is used to log within your applications objects. Enabling Enabling the … More
AngularJS: Getting Started
Getting Started AngularJS is a JavaScript framework that provides lots of solutions to many of web development’s problems. This isn’t to say that it is the end-all-be-all of web development tools, but it does provide a great jumping off point for your web application. There are a few things that you’ll need to wrap your head around before jumping in full … More
AngularJS, what is it?
AngularJS, Simply Put AngularJS is a JavaScript framework. It provides an Application Programming Interface (API) that allows you to build web applications using JavaScript, HTML, & CSS. The API that Angular provides is a well thought out and robust set of solutions that provide you the ability to create powerful web applications more simply & … More
AngularJS: Simple Tabs
Because of projects and personal interest, I've been working with AngularJS lately. A recent project needed a tab component to switch between views. The following is a simple prototype of the tab component that I created. With a background in Flash and Flex it is interesting and exciting to have to change my perspective on how to create and use these … More
The Browser is Where It’s At
I used to create a lot of Flash based content - be it video players, widgets, or full on applications what I built was built using the Flash Platform. I haven't opened the Flash IDE or Flash Builder to create a SWF in a long, long...long time. What does this mean? First, technology is changing - no doubt. Second, I get to learn some new stuff. Guess what? … More