Jump to content
Search Community

Pizzaman

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

1,194 profile views

Pizzaman's Achievements

1

Reputation

  1. Forgive me if this post is a little too brief or vague. Haha, there's sooo much happening with my schedule at the moment. So this Friday morning I have a call with the folks over at Google to discuss HTML5 ad development tools, animation and where they're going with responsive ads. One big thing I'm going to be stressing is how crucial GSAP is to the development community and the importance to continue building stronger support for the platform across their ad network. Beyond everything I'm already planning on discussing, is there anything everyone else out there in the community would like to see better improvement upon? This is mostly pertaining to support and development of ads that run on GDN (DoubleClick Studio and AdWords).
  2. I've used GWD, but personally, feel limited within the IDE. At least it's limiting when working with some of the designs that are passed on to me for development. At the moment I'm working out a Gulp.js build system for banners that will allow tackling banner development using methods closer to a MVC approach. To better answer your question though: I avoid the hybrid approach. Mostly out of concern that it is going to lead to bloated output, primarily on the GWD side. As far as the application of GSAP animations to DOM elements is concerned, I keep all animation calls in its own self-contained layer. Unfortunately, due to legal restrictions I don't have anything that I currently share. I'll get something shareable pushed up to BitBucket sometime in the next week. Here's the overall anatomy of an HTML5 ad built for upload in DoubleClick Studio: index.html - ad markup, Enabler and Studio component init calls ad.css - Ad styles. Also, if you are using webfonts that are not CDN hosted, optimize them and embed as a data URI. ad.js - Contains the meat of your Enabler logic (Reminder to make initial Enabler component calls in index.html to make sure Studio detects the components) animLayer.js - Contains all GSAP calls. dynLayer.js - Optional - Contains all special logic for handling data used in Dynamic Ads. That's my current setup. Once the Gulp build has been completed, all JS files will be aggregated and minified into a single script file.
×
×
  • Create New...