Top Banner
8
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Chris Boyd at Platform Houston
Page 2: Chris Boyd at Platform Houston

Who am I?

● Chris Boyd, Founder at Apptitude.● We make apps for iPhone, iPad, Android,

and the Web.● Started company in 2012, NOLAbound.● Companies + orgs with large projects that

don't want or need full time developers.

apptitudenola.com@chrisboyddotnet@apptitudenola

Page 3: Chris Boyd at Platform Houston

Houston Zoo’s Mission

• Be a zoo for all• Deliver an outstanding guest experience• Promote conservation awareness and action• Inspire broad community support

houstonzoo.org

Page 4: Chris Boyd at Platform Houston

Houston Zoo Kids!

● 2D seek-and-find game for ages 4-10.● Cross-country team: Illustrator, designer,

developer, QA, stakeholders.● Required: Desktop support for classrooms.● 100% HTML5, CSS, JS.● Several awesome plugins:

○ Stellar.js○ jPlayer○ Spritely.net kids.houstonzoo.org

Page 5: Chris Boyd at Platform Houston

Stellar.js

● Super easy parallaxing. [demo]

● Just separate your layers, give them a background-ratio, and presto!

● This is the JS: $.stellar();

markdalgleish.com/projects/

Page 6: Chris Boyd at Platform Houston

jPlayer

● Probably my favorite jQuery plugin. [demo]

● Makes HTML5 audio programming super fun like jQuery: $(“#player”).jPlayer(“play”);

● Bind to events like start, stop, timestamp.● Very cross-platform, cross-browser, and

codec friendly.jplayer.org

Page 7: Chris Boyd at Platform Houston

Spritely

● Makes animating sprites dead simple. [demo]

● Cross-browser, mobile-friendly.● Lightweight, highly customizable.● $('#snake).sprite({fps: 12, frames: 8});

spritely.net