Lập trình iphone chuyên nghiệp part 4

Lập trình iphone chuyên nghiệp part 4

Lập trình iphone chuyên nghiệp part 4

... 65 12/7/07 2 :43 :44 PM12/7/07 2 :43 :44 PM Chapter 3: Implementing the Interface 66 Listing 3 - 3: irealtor.css a.listing { padding-left: 54px; padding-right: 40 px; min-height: 34px; } img.listingImg ... 30px; } .toggle[toggled=”true”] { border: 1px solid # 143 fae; background: #194fdb url(toggleOn.png) repeat-x; } c03.indd 64c03.indd 64 12/7/07 2 :43 :43 PM12/7/07 2 :43 :43 PM Cha...

Ngày tải lên: 08/11/2013, 00:15

28 291 1
Lập trình iphone chuyên nghiệp part 1

Lập trình iphone chuyên nghiệp part 1

... the main Springboard. Figure 1 -4: Web applications launch from the Bookmarks list. c01.indd 4c01.indd 4 12/7/07 2:29:07 PM12/7/07 2:29:07 PM Chapter 1: The iPhone and iPod touch Development ... Accessing desktop files from iPhone c01.indd 12c01.indd 12 12/7/07 2:29:11 PM12/7/07 2:29:11 PM Chapter 1: The iPhone and iPod touch Development Platform 2 Safari on iPhone and iPod touch...

Ngày tải lên: 29/10/2013, 01:15

12 283 2
Lập trình iphone chuyên nghiệp part 2

Lập trình iphone chuyên nghiệp part 2

... pixels Width: 356 pixels Content: 140 pixels Form assistant: 44 pixels Figure 2 -4: Landscape viewport Status bar: 20 pixels Keyboard: 180 pixels Form assistant: 44 pixels Width: 48 0 pixels URL bar: 60 pixels c02.indd ... Helvetica 20 point bold Cell height: 44 pixels c02.indd 23c02.indd 23 12/7/07 2 :40 :17 PM12/7/07 2 :40 :17 PM Chapter 2: Designing a User Interface 24 Table 2 -4: Me...

Ngày tải lên: 08/11/2013, 00:15

19 338 2
Lập trình iphone chuyên nghiệp part 3

Lập trình iphone chuyên nghiệp part 3

... navigation list div as toolbar Figure 3 - 1: iRealtor top - level page c03.indd 34c03.indd 34 12/7/07 2 :43 : 34 PM12/7/07 2 :43 : 34 PM Chapter 3: Implementing the Interface 35 Creating irealtor.html To ... -moz-box-sizing: border-box; border-bottom: 1px solid #2d3 642 ; border-top: 1px solid #6d84a2; padding: 10px; height: 45 px; background: url(toolbar.png) #6d84a2 repeat-x;...

Ngày tải lên: 08/11/2013, 00:15

7 323 1
Tài liệu Lập trình iphone chuyên nghiệp part 5 doc

Tài liệu Lập trình iphone chuyên nghiệp part 5 doc

... calls an image preloader function to load application c03.indd 68c03.indd 68 12/7/07 2 :43 :44 PM12/7/07 2 :43 :44 PM Chapter 3: Implementing the Interface 77 (continued) else { var frag = document.createElement(“div”); ... backwards variables are passed to slidePages() . c03.indd 69c03.indd 69 12/7/07 2 :43 :44 PM12/7/07 2 :43 :44 PM Chapter 3: Implementing the Interface 70 Howeve...

Ngày tải lên: 15/12/2013, 11:15

15 339 1
Tài liệu Lập trình iphone chuyên nghiệp part 6 docx

Tài liệu Lập trình iphone chuyên nghiệp part 6 docx

... notation in CSS3) a E:first-letter First letter of element c 04. indd 84c 04. indd 84 12/7/07 2 :45 : 24 PM12/7/07 2 :45 : 24 PM Chapter 4: Styling with CSS 85 Pseudo-Class/ Pseudo-Element Definition E::first-letter First ... a specific multiplier: body { -webkit-text-size-adjust: 140 %; } c 04. indd 85c 04. indd 85 12/7/07 2 :45 : 24 PM12/7/07 2 :45 : 24 PM Chapter 4: Styling with C...

Ngày tải lên: 15/12/2013, 11:15

8 322 0
Tài liệu Lập trình iphone chuyên nghiệp part 7 pdf

Tài liệu Lập trình iphone chuyên nghiệp part 7 pdf

... 246 px; margin: 15px auto; text-align:center; (continued) c 04. indd 97c 04. indd 97 12/7/07 2 :45 :27 PM12/7/07 2 :45 :27 PM c 04. indd 100c 04. indd 100 12/7/07 2 :45 :28 PM12/7/07 2 :45 :28 PM Chapter 4: ... 1px 0; border-width: 0 14px 0 14px; -webkit-border-image: url(images/whiteButton.png) 0 14 0 14; } c 04. indd 96c 04. indd 96 12/7/07 2 :45 :27 PM12/7/07 2 :45 :27 PM Chapter 4...

Ngày tải lên: 15/12/2013, 11:15

11 309 0
Tài liệu Lập trình iphone chuyên nghiệp part 8 doc

Tài liệu Lập trình iphone chuyên nghiệp part 8 doc

... landscape modes, respectively. Figure 5-1: Portrait mode c05.indd 110c05.indd 110 12/7/07 2 :47 : 04 PM12/7/07 2 :47 : 04 PM Chapter 5: Handling Touch Interactions and Events 111 Changing Element Positioning ... perform a workaround to emulate this functionality. (continued) c05.indd 104c05.indd 1 04 12/7/07 2 :47 :03 PM12/7/07 2 :47 :03 PM Chapter 5: Handling Touch Interactions and...

Ngày tải lên: 15/12/2013, 11:15

13 332 0
Tài liệu Lập trình iphone chuyên nghiệp part 9 doc

Tài liệu Lập trình iphone chuyên nghiệp part 9 doc

... scroll. You do that through an addEventListener() call: (continued) c05.indd 114c05.indd 1 14 12/7/07 2 :47 :06 PM12/7/07 2 :47 :06 PM Chapter 5: Handling Touch Interactions and Events 115 addEventListener(‘load’, ... 0; width: 320px; height: 41 6px; font-family: Helvetica; -webkit-user-select: none; cursor: default; (continued) c05.indd 113c05.indd 113 12/7/07 2 :47 :05 PM12/7/07...

Ngày tải lên: 15/12/2013, 11:15

8 348 0
Tài liệu Lập trình iphone chuyên nghiệp part 10 doc

Tài liệu Lập trình iphone chuyên nghiệp part 10 doc

... Table 6-1 ) that determine how the drawing looks on the page. c06.indd 124c06.indd 1 24 12/7/07 2 :48 :21 PM12/7/07 2 :48 :21 PM Chapter 6: Advanced Programming Topics: Canvas and Video 125 Table ... circle (continued) c06.indd 130c06.indd 130 12/7/07 2 :48 :22 PM12/7/07 2 :48 :22 PM Chapter 6: Advanced Programming Topics: Canvas and Video 122 The Mobile Safari user agent string for iPhon...

Ngày tải lên: 15/12/2013, 11:15

10 285 0
w