twohd_blueprint

30
Blueprint Peter Yang Programmer Commerce Engineering [email protected]

Upload: jh-lee

Post on 10-May-2015

1.406 views

Category:

Technology


2 download

TRANSCRIPT

Page 1: TWOHD_Blueprint

Blueprint

Peter Yang ProgrammerCommerce Engineering

[email protected]

Page 2: TWOHD_Blueprint

Outline

• What is Blueprint• Blueprint Application Manager • Blueprint Language • Reference• Q&A

Page 3: TWOHD_Blueprint

What is Blueprint

NOKIA N95 2.8 吋

BlackBerry 9000BlackBerry 95003.25 吋

Apple iphone3.5 吋

Page 4: TWOHD_Blueprint

What is Blueprint

Sony Ericsson W810i

Palm Treo 650

Page 5: TWOHD_Blueprint

What is Blueprint

• You code once, we optimize for thousands.

• Yahoo!'s platform for developing and distributing mobile Internet services

• allowing developers to maximize their reach across thousands of mobile devices with minimum effort

Page 6: TWOHD_Blueprint

What is Blueprint

BluePrint Server

yourServer.com

Config.xml

Page 7: TWOHD_Blueprint

What is Blueprint

BluePrint ServeryourServer.com

Xml file Html file

Page 8: TWOHD_Blueprint

X-Device-User-Agent

• iPhone– Mozilla/5.0 (iPhone; U; CPU like Mac OS X; de-de)

AppleWebKit/420.1 (KHTML, like Gecko) Version/3.0 Mobile/… Safari/…

• NokiaN95– Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1

NokiaN95_8GB/31.0.015; Profile/MIDP-2.0 Configuration/CLDC-1.1 ) AppleWebKit/413 (KHTML, like Gecko) Safari/413" )

Page 9: TWOHD_Blueprint

Blueprint Application Manager

• How to apply to test account

Page 10: TWOHD_Blueprint

Blueprint Application Manager

• http://mobile.yahoo.com/devcenter/manage

Page 11: TWOHD_Blueprint

config.xml

Page 12: TWOHD_Blueprint
Page 13: TWOHD_Blueprint
Page 14: TWOHD_Blueprint

Blueprint Language

• http headers• Module• Placard• block• load-page• Image• submit

Page 15: TWOHD_Blueprint

http headers

• header( "Content-Type: application/x-blueprint+xml" );

Page 16: TWOHD_Blueprint

Overview

Page 17: TWOHD_Blueprint

module

Page 18: TWOHD_Blueprint

placard

Page 19: TWOHD_Blueprint

block

Page 20: TWOHD_Blueprint

load-page

Page 21: TWOHD_Blueprint

image

Page 22: TWOHD_Blueprint

image

• fill-style="fit“

• fill-style="fill“

Page 23: TWOHD_Blueprint

image

fill-style="fill“ fill-style="fit“

Page 24: TWOHD_Blueprint

image

• Size=“small”• Size=“large”• Size=“x-large”• Size=“xx-large”• Size=“xxx-large”• Size=“photo”

Page 25: TWOHD_Blueprint

image

• Originan image : 600px × 448px , 66.09 KB• Mobile image : 240px × 180px , 10.32 KB

Page 26: TWOHD_Blueprint

fill-style="fit“

fill-style="fill“

iphoneBlackBerry

Page 27: TWOHD_Blueprint

submit

Page 28: TWOHD_Blueprint

submit

Page 29: TWOHD_Blueprint

Reference

• YDN Yahoo! Mobile– http://developer.yahoo.com/mobile/

• Yahoo! Blueprint Language Guide– http://developer.yahoo.com/mobile/blueprint/

Page 30: TWOHD_Blueprint

Questions?