Bar Camp Iphone Web Hackery

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    Favorites, Groups & Events

    Bar Camp Iphone Web Hackery - Presentation Transcript

    1. iPhone Web-App Hackery Presented by Andy Edmonds @ BarCampAtl08
    2. Demo: iBlipper.com
    3. Building Blocks
      • Orientation Trick
      • Canvas
      • Animation options
        • jQuery
        • CSS Transforms
        • Dojo ( charts too )
      • Working with multitouch
        • Downlevel mouse experience
        • jQuery plugin
      • Standard UI Starters
        • UiUI Kit
        • IUI slide panel
      • Community
        • iphoneWebDev
    4. Screen Control
      • Annoying URL Bar?
        • Just scroll
      • Viewport Tag
        • Min,max zoom
        • Initial zoom
        • Canvas size
      • iPhone OS 2.1 introduces ability to go full screen from a home screen bookmark
          • Ajaxian
          • Apple
    5. Fun Opportunity for Zooming UIs
      • New Reader
        • Zoom to details
      • See http://delicious.com/andyed/zui
      • Or http://en.wikipedia.org/wiki/Zooming_user_interface
    6. iBlipper CSS Transforms
      • Use percent
      • markers for time
      • in your CSS.
    7. Applying CSS Transforms with JS
      • node.style.webkitAnimationName = 'fade,slide';
      • node.style.webkitAnimationDuration= “1000,1000”;
    8. Orientation Trick
      • var currentWidth;
      • var currentHeight; var updateLayout = function(){
      • if (window.innerWidth != currentWidth) { currentWidth = window.innerWidth; currentHeight = window.innerHeight; var orient = (currentWidth == 320) ? "profile" : "landscape"; document.body.setAttribute("orient", orient); window.scrollTo(0, 1);
      • }};
      Ugly but functional hack to set up an interval to inspect the window width
    9. Development and Debugging
      • Apple iPhone Simulator
      • Linked debug console on desktop
    10. Happy Hacking!
      • AndyEd
      • http://surfmind.com

    + Andy EdmondsAndy Edmonds, 8 months ago

    custom

    464 views, 0 favs, 0 embeds more stats

    More Info

    © All Rights Reserved

    Go to text version
    • Total Views 464
      • 464 on SlideShare
      • 0 from embeds
    • Comments 0
    • Favorites 0
    • Downloads 3
    Most viewed embeds

    more

    All embeds

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as innappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel

    Categories