Yahoo! Blueprint

Stuff you (maybe) didn't know you could do.

Presented by David Calhoun


HTML5 slides on Google code
Can it do anything cool?

-Misconception: since Blueprint is designed for thousands of phones, it doesn't have elements that take advantage of smart phone features (geolocation, touch interaction, etc.)

-Blueprint's philosophy: make a feature work using the best tools available on the device


...progressive enhancement in action!

Overview: New to BP 1.2

-location chooser: designed to get the user's location to deliver local results

-image-list: now supports swipe interaction

-tabs, switch/case, partial replace, background submission: ajax features that degrade for non-smart-phones

-page themes: custom background images added to the page header

-tournament brackets

-table images: images now allowed inside tables


...and more!




More info: Twiki: Blueprint 1.2 changes

Location Chooser

-smartphones: uses JavaScript geolocation

-fallback for all other phones: allows users to search for their city

location-chooser CR
image-list

-as seen on m.yahoo.com

-swipe behavior on smart phones, prev/next fallback for all other phones

image-list CR
tabs

-tab buttons

-tab content is preloaded

-no page refresh... newly selected tabs display instantly!








tabs CR
switch/case (similar to tabs)

-as seen on m.yahoo.com

-same concept as tabs, just different look and feel

-switch between pages with navigator controls


partial-replace

-same goal: update without page refresh

-choose which parts of the page will be refreshed, which parts are static

partial-replace CR
Background submission

-another ajax submit

-displays different output for success/failure


-example: Add to My Yahoo! button






Background Submission CR
Page themes!
wood winter-olympics heavy-metal
march-madness engine-red f1
More page themes!
  • banana-slug
  • black-plastic
  • black
  • blue-plastic
  • blue
  • brown
  • burlap
  • deep-blue
  • default
  • engine-red
  • f1
  • fantasy-football
  • golf
  • green-apple
  • green
  • heavy-metal
  • leaf
  • light-blue
  • lip-gloss
  • marble
  • march-madness
  • moss
  • purple
  • raindrop
  • rainforest
  • sleigh
  • sports-brown
  • sports-green
  • sports-red
  • sports
  • steel
  • winter-olympics
  • wood

...and more being added regularly!

Internal Resources