SlideShare a Scribd company logo
©
Inc.

    –




    –
        •
        •




            ©

    –



    –


    –




        ©
©
©





    ©
©
©

    –
    –
    –




        ©

    –

    –

    –

    –




        ©


    –
        •


    –

    –

                
                    –
                    –

            ©

    –

    –

    –

        •




            ©


    –

    –

    –

    –

    –


        ©










    ©
©



    –




        ©
©
©
©

    –
    –



    –




        ©

    –



    –




        ©

    –
    –




        ©
©

    –


    –


    –




        ©

    –

        •

    –

    –




            ©


    –




        ©
©
©
©
©

    –
    –
        •


        •




            ©

    –




        ©
©


    –
    •
    •
    •

    •
    •

    •




        ©


    <canvas width="480" height="268"></canvas>

                                                                         HTML
    function onEnterFrame3() {
       ctx.beginPath();
       ctx.clearRect(0, 0, slideArea_w, canvas.height);
       sx = (sx + dx * 1 + tmpCanvas.width) % tmpCanvas.width;
       var w = Math.min(slideArea_w, tmpCanvas.width - sx);
       ctx.drawImage(tmpCanvas, sx, 0, w, cellH, 0, 0, w, cellH);
       var w1 = slideArea_w - w;



                                                        JavaScript
       var x1 = w;
       while (w1 > 0) {
          var w2 = Math.min(w1, tmpCanvas.width);
          w1 = w1 - w2;
          ctx.drawImage(tmpCanvas, 0, 0, w2, cellH, x1, 0, w2, cellH);


                                                    ©
©


    –
        •
        •
        •
        •
            –
            –
            –
            –




                ©


    –


    –




        ©
–
–

CACHE MANIFEST                    # CSS
                                  /css/iphone.css

# Version: 200911041941           # JavaScript
                                  /js/lib/jquery.js
                                  /js/iphone.js
                                  /js/iphone/appreciate.js
CACHE:
                                  # Images
                                  /img/iphone/bg/body.png
# Desktop Icon                    /img/iphone/viewer/logo.png
/img/iphone/ico/desktop.png

                              ©
<html manifest="/hoihoi.iphone.manifest">

                              HTML



                  ©
–
    AddType text/cache-manifest .manifest




                     ©


    –
        •

            –



        •

        •



                ©





    ©
©


    –
        •




            ©
Key Value






    –
        •




            ©

    –
        •




    <img src="data:image/png;base64,iVBORw0KGgoAAAAN
    SUhEUgAAAJYAA......">




                          ©

    –

    –




        ©
©


<input type="text">           input[type="text"],
<input type="email">          input[type="password"],
<input type="password">       input[type="email"],
                              input[type="number"] {
<input type="number">
                                   width: 410px;
                                   margin-bottom: 3px;
                                   padding: 10px 7px;
                                   border: 1px solid #ff789e;
                                   -webkit-border-radius: 5px;
                                   background: #fffbd0;
                              }
                              input[type="password"],


               HTML                                    CSS
                              input[type="number"] {
                                   width: 200px;
                              }

                          ©




    –
        •

    –
        •

    –
        •



            ©

    –
    –




        ©

    –
    –




        ©

    –

    –




        ©
©



    –
        •
    –
        •
    –
        •
    –
    –
        •
        •
        •



            ©
©
©
©

More Related Content

HTML5のメリットを活かしたコンテンツアイデア

  • 2. –  – • • ©
  • 3. –  – – ©
  • 4. ©
  • 5. ©
  • 6. ©
  • 7. ©
  • 8. ©
  • 9. – – – ©
  • 10. – – – – ©
  • 11. – • – –  – – ©
  • 12. – – – • ©
  • 13. – – – – – ©
  • 15. ©
  • 16. – ©
  • 17. ©
  • 18. ©
  • 19. ©
  • 20. – –  – ©
  • 21. –  – ©
  • 22. – – ©
  • 23. ©
  • 24. – – – ©
  • 25. – • – – ©
  • 26. – ©
  • 27. ©
  • 28. ©
  • 29. ©
  • 30. ©
  • 31. – – • • ©
  • 32. – ©
  • 33. ©
  • 34. – • • • • • • ©
  • 35.   <canvas width="480" height="268"></canvas> HTML function onEnterFrame3() { ctx.beginPath(); ctx.clearRect(0, 0, slideArea_w, canvas.height); sx = (sx + dx * 1 + tmpCanvas.width) % tmpCanvas.width; var w = Math.min(slideArea_w, tmpCanvas.width - sx); ctx.drawImage(tmpCanvas, sx, 0, w, cellH, 0, 0, w, cellH); var w1 = slideArea_w - w; JavaScript var x1 = w; while (w1 > 0) { var w2 = Math.min(w1, tmpCanvas.width); w1 = w1 - w2; ctx.drawImage(tmpCanvas, 0, 0, w2, cellH, x1, 0, w2, cellH); ©
  • 36. ©
  • 37. – • • • • – – – – ©
  • 38. – – ©
  • 39. – – CACHE MANIFEST # CSS /css/iphone.css # Version: 200911041941 # JavaScript /js/lib/jquery.js /js/iphone.js /js/iphone/appreciate.js CACHE: # Images /img/iphone/bg/body.png # Desktop Icon /img/iphone/viewer/logo.png /img/iphone/ico/desktop.png ©
  • 41. AddType text/cache-manifest .manifest ©
  • 42. – • – • • ©
  • 43. ©
  • 44. ©
  • 45. – • ©
  • 46. Key Value  – • ©
  • 47. – • <img src="data:image/png;base64,iVBORw0KGgoAAAAN SUhEUgAAAJYAA......"> ©
  • 48. – – ©
  • 49. ©
  • 50.  <input type="text"> input[type="text"], <input type="email"> input[type="password"], <input type="password"> input[type="email"], input[type="number"] { <input type="number"> width: 410px; margin-bottom: 3px; padding: 10px 7px; border: 1px solid #ff789e; -webkit-border-radius: 5px; background: #fffbd0; } input[type="password"], HTML CSS input[type="number"] { width: 200px; } ©
  • 51. – • – • – • ©
  • 52. – – ©
  • 53. – – ©
  • 54. – – ©
  • 55. ©
  • 56. – • – • – • – – • • • ©
  • 57. ©
  • 58. ©
  • 59. ©