SlideShare a Scribd company logo
iWebkit




              Ryan
http://MobileDev.tw

          1
1.                  7.  iTunes Music List
2.                  8.  iPod List
3.                  9. 
4.                  10. 
5.  ListView        11. 
6.  APPStore List



                    2
iWebKit
http://iwebkit.net/
       iwebkit/iwebkit5.04.zip
Framework/index.html


What is iWebkit
iWebKit is a file package designed to help you create your own iPhone, iPod
Touch and iPad compatible website or webapp. The kit is accessible to anyone
even people without any html knowledge and is simple to understand thanks to
the included tutorials. In a couple of minutes you will have created a full and
professional looking website. iWebKit is a great tool because it is very easy to
use, extremely fast, compatible & extendable. It is simple html that anyone can
edit contrary to some other very complicated solutions based on ajax. Simplicity
is the key!


                                         3
iWebKit –                    (1/3)

• 
<div id="topbar">
     <div id="title">My Title</div>
</div>

• 

<div id="topbar" class="black"></div>



<div id="topbar" class="transparent"></div>


                                        4
iWebKit –                         (2/3)
               Arrows, buttons, tri/duobuttons
<div id="topbar">
   <div id="title">Ryan   iWeb</div>
   <div id="leftnav">
      <a href="page.html">
        <img alt="home" src="images/home.png" />
      </a></div>
   <div id="rightnav">
         <a href="page2.html">Next</a>
    </div>
</div>



<div id="rightnav">
    <a href="page2.html">Next</a>
    <a href="page2.html">Next2</a>
</div>
                                    5
iWebKit –                            (3/3)
               Arrows, buttons, tri/duobuttons
<div id="topbar">
  <div id="title">Ryan   iWeb</div>
  <div id="leftbutton">
     <a href="page.html">Home</a>
  </div>
  <div id="rightbutton">
     <a href="page2.html">Option</a>
  </div>
</div>


<div id="blueleftbutton">
   <a href="page.html">Home</a></div>
<div id="bluerightbutton">
    <a href="page2.html">Option</a></div>
                                     6
iWebKit –                      (1/2)
<div id="content">
  <span class="graytitle">my title </span>
</div>

<ul class="pageitem">
      <li class="textbox">
       <span class="header">blue title</span>
       <p>123</p>
      </li>
      <li class="menu">
       <a href="page.html">
              <img alt="Desrciption" src="thumbs/other.png" />
            <span class="name">Name1111111111</span>
            <span class="comment">Comment</span>
            <span class="arrow"></span>
       </a>
      </li>
</ul>
                                        7
iWebKit –                     (2/2)
iTunes classic list view
<li class="store">
       <a href="page.html">
           <span class="image" style="background-
    image:url('thumbs/youtube.png')"></span>
           <span class="comment">comment</span>
           <span class="name">Nema</span>
           <span class="stars5"></span>
           <span class="starcomment">5 ratings</span>
           <span class="arrow"></span>
       </a>
</li>

                90x90 px




                                      8
iWebKit –                 (1/4)
       (    topbar content             )
<div class="searchbox">
  <form action="http://www.iiiedu.org.tw/taipei/aspro/c.asp"
   method="get">
    <fieldset>
     <input id="search" placeholder="search" type="text"
   name="qcno"/>
     <input id="submit" type="hidden" />
    </fieldset>
  </form>
</div>




                                 9
iWebKit –                 (2/4)
        (    <ul class="pageitem">     )

<li class="bigfield">
 <input placeholder="Username" type="text" />
</li>

<li class="smallfield">
 <span class="name">Name</span>
 <input placeholder="Enter Text" type="text" />
</li>

<li class="textbox">
 <textarea name="TextArea" rows="4"></textarea>
</li>



                            10
iWebKit –                       (3/4)
      (    <ul class="pageitem"> )
      checkbox
<li class="checkbox">
 <span class="name">my text</span>
 <input name="checkbox" type="checkbox" />
</li>
      radiobutton
<li class="radiobutton">
 <span class="name">text</span>
 <input name="GroupName" type="radio" value="A" />
</li>

<li class="select">
 <select name="example">
       <option value="1">Option1</option>
       <option value="2">Option2</option>
 </select>
 <span class="arrow"></span>
</li>
                                            11
iWebKit –               (4/4)
Double add
(   topbar content             )

<div id="doublead">
  <a href="page.html" style="background-color:gray"></a>
  <a href="page2.html" style="background-color:gray"></a>
</div>

         background-image:url(‘pic.png’)
         147x83 px



<li class="button">
   <input name="name" type="submit" value="Submit input" />
</li>

                              12
iWebKit – ListView (1/2)
1.   <body> -> <body class="list">
2. content div      <ul>….</ul>
3.     code    <ul>…..</ul>

<li class="title">My List View</li>

<li>
        <a href="page.html">
           <span class="name">name</span>
           <span class="arrow"></span>
        </a>
</li>




                                  13
iWebKit – ListView (2/2)
              (         90x90 px)
<li class="withimage">
      <a href="page.html">
         <img alt="description" src="thumbs/ipod.png" />
         <span class="name">name</span>
         <span class="comment">comment</span>
         <span class="arrow"></span>
      </a>
</li>




                                14
iWebKit – Appstore List (1/2)
1.   <body> -> <body class="applist">
2. content div      <ul>….</ul>
3.     code    <ul>…..</ul>

<li>
        <a href="page.html">
         <span class="image" style="background-image:url('pic.png')"></span>
         <span class="comment">Comment111</span>
         <span class="name">Name</span>
         <span class="stars4"></span>
         <span class="starcomment">1Rating</span>
         <span class="arrow"></span>
         <span class="price">$12</span>
        </a>
</li>

                   57x57px


                                         15
iWebKit – Appstore List (2/2)
doublead
<li id="doublead">
       <a href="page.html" style="background-image:url('pic1.png')"></a>
       <a href="page.html" style="background-image:url('pic1.png')"></a>
</li>
                 147x83px




                                      16
iWebKit – iTunes Music List
1.   <body> -> <body class="musiclist">
2. content div      <ul>….</ul>
3.     code    <ul>…..</ul>

<ul>
   <li><a href="page.html">
      <span class="number">1</span>
      <span class="name">Name</span>
      <span class="time">(1:33)</span>
      <span class="arrow"></span>
      </a>
   </li>
</ul>




                                    17
iWebKit – iPod List
1.   <body> -> <body class="ipodlist">
2. content div      <ul>….</ul>
3.     code    <ul>…..</ul>

<ul>
   <li><a href="page.html">
      <span class="number">1</span>
      <span class="auto"></span>
      <span class="name">Name</span>
      <span class="time">(1:33)</span>
      </a>
   </li>
</ul>




                                    18
iWebKit –
<meta content="yes" name="apple-mobile-web-app-capable" />

   iPhone
<meta name="apple-mobile-web-app-status-bar-style"
  content="default" />
<meta name="apple-mobile-web-app-status-bar-style"
  content="black" />
<meta name="apple-mobile-web-app-status-bar-style"
  content="black-translucent" />

    iPhone
<link rel="apple-touch-icon" href="logo.png" />
                   (          320x460px)
<link href="startup.png" rel="apple-touch-startup-image" />


                                19
iWebKit –
<meta name="format-detection" content="telephone=yes" />
      (iPhone)/          (iPod Touch)
<a class="noeffect" href="tel:123-456-7890">call now</a>
  Youtube
<a class="noeffect" href="http://www.youtube.com/yourvideo">Watch</a>

<a class="noeffect" href="sms:12125551212">Send</a>

<a class="noeffect" href="http://maps.google.com/?ie=UTF8&ll=...">Look Map</a>
   iTune      Appstore
<a class="noeffect" href="http://itunes.apple.com/us/app/zinio-magazine
   -newsstand-reader/id364297166?mt=8">Open App</a>
      RSS
<script src="http://rssxpress.ukoln.ac.uk/lite/viewer/?rss=http://rss.news.yahoo.com/rss/topstories"
    type="text/javascript"></script>

                                                                                                

                                                 20
• 
     • 
     • 
•  Next Step
     • 
     •  PhoneGap
     •      Real APP




                       21

More Related Content

TXT
Xxx
PDF
AtlasCamp 2013: Modernizing your Plugin UI
PDF
ARIA Gone Wild
PPT
USC Yahoo! BOSS, YAP and YQL Overview
PDF
Mobile themes, QR codes, and shortURLs
PDF
Introduction to jQuery Mobile - Web Deliver for All
PDF
Django の認証処理実装パターン / Django Authentication Patterns
PDF
jQuery Mobile: Progressive Enhancement with HTML5
Xxx
AtlasCamp 2013: Modernizing your Plugin UI
ARIA Gone Wild
USC Yahoo! BOSS, YAP and YQL Overview
Mobile themes, QR codes, and shortURLs
Introduction to jQuery Mobile - Web Deliver for All
Django の認証処理実装パターン / Django Authentication Patterns
jQuery Mobile: Progressive Enhancement with HTML5

What's hot (20)

PPTX
AppForum 2014 Boost Hybrid App Performance
PPTX
jQuery Mobile Introduction ( demo on EZoapp )
PDF
Cakephp's Cache
 
KEY
Pimp My Confluence Plugin - AtlasCamp 2011
PDF
AtlasCamp 2013: Confluence patterns
PPTX
HTML5 on Mobile
PDF
Android in practice
PDF
Android best practices
PDF
Bootstrap 3 Cheat Sheet PDF Reference
PPTX
J Query (Complete Course) by Muhammad Ehtisham Siddiqui
PPTX
Level up apps and websites with vue.js
PDF
Desenvolvimento web com Ruby on Rails (parte 6)
PDF
Empowering users: modifying the admin experience
PDF
Djangoアプリのデプロイに関するプラクティス / Deploy django application
PDF
How to make a WordPress theme
PDF
Introduction to Facebook Graph API and OAuth 2
PDF
Facebook graph api
KEY
Graph API - Facebook Developer Garage Taipei
DOCX
Doctype netscape
PDF
Keyboard and Interaction Accessibility Techniques
AppForum 2014 Boost Hybrid App Performance
jQuery Mobile Introduction ( demo on EZoapp )
Cakephp's Cache
 
Pimp My Confluence Plugin - AtlasCamp 2011
AtlasCamp 2013: Confluence patterns
HTML5 on Mobile
Android in practice
Android best practices
Bootstrap 3 Cheat Sheet PDF Reference
J Query (Complete Course) by Muhammad Ehtisham Siddiqui
Level up apps and websites with vue.js
Desenvolvimento web com Ruby on Rails (parte 6)
Empowering users: modifying the admin experience
Djangoアプリのデプロイに関するプラクティス / Deploy django application
How to make a WordPress theme
Introduction to Facebook Graph API and OAuth 2
Facebook graph api
Graph API - Facebook Developer Garage Taipei
Doctype netscape
Keyboard and Interaction Accessibility Techniques
Ad

Viewers also liked (13)

PPTX
Input evalutation
PPTX
интернет сервис по сопоставлению цен на товары и услуги в различных магазинах.
PPTX
щербак сергей+строительная фирма+идея
PDF
Microservice Scars - Alt.net 2hr
PDF
AJAX Basic
PDF
Tensorflow ruby
PDF
Deep Convnets for Video Processing (Master in Computer Vision Barcelona, 2016)
PPTX
Articulated human pose estimation by deep learning
PDF
MySQL Manchester TT - Performance Tuning
PDF
The Framework of Image Recognition based on Modified Freeman Chain Code
PDF
Outlier analysis for Temporal Datasets
PDF
Image recognition
PPTX
MiNiFi 0.0.1 MeetUp talk
Input evalutation
интернет сервис по сопоставлению цен на товары и услуги в различных магазинах.
щербак сергей+строительная фирма+идея
Microservice Scars - Alt.net 2hr
AJAX Basic
Tensorflow ruby
Deep Convnets for Video Processing (Master in Computer Vision Barcelona, 2016)
Articulated human pose estimation by deep learning
MySQL Manchester TT - Performance Tuning
The Framework of Image Recognition based on Modified Freeman Chain Code
Outlier analysis for Temporal Datasets
Image recognition
MiNiFi 0.0.1 MeetUp talk
Ad

Similar to iWebkit (20)

TXT
Copy of-a-walk-around-westfall-plaza
PDF
HTML5 and the dawn of rich mobile web applications pt 2
PDF
Index of jquery template 2 Minuteman Summer Web Dev.
PDF
Bootstrap
PDF
E2 appspresso hands on lab
PDF
E3 appspresso hands on lab
PPTX
JQuery Mobile UI
PDF
Vue.js - zastosowanie i budowa komponentów
PPTX
ChocolateChip-UI
PPSX
Introduction to Html5
TXT
Test upload
TXT
Private slideshow
PDF
Enjoy the vue.js
PDF
Building iPhone Web Apps using "classic" Domino
PDF
HTML5 New and Improved
PDF
Your Custom WordPress Admin Pages Suck
PPTX
Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012
PDF
Polymer
PDF
Once Source to Rule Them All
TXT
TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!
Copy of-a-walk-around-westfall-plaza
HTML5 and the dawn of rich mobile web applications pt 2
Index of jquery template 2 Minuteman Summer Web Dev.
Bootstrap
E2 appspresso hands on lab
E3 appspresso hands on lab
JQuery Mobile UI
Vue.js - zastosowanie i budowa komponentów
ChocolateChip-UI
Introduction to Html5
Test upload
Private slideshow
Enjoy the vue.js
Building iPhone Web Apps using "classic" Domino
HTML5 New and Improved
Your Custom WordPress Admin Pages Suck
Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012
Polymer
Once Source to Rule Them All
TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!

More from Ryan Chung (20)

PDF
Voice-First Games for Alexa
PDF
AI Service Integration - Education
PDF
AI Service Integration
PDF
AI Adoption in the Enterprise
PDF
Intro to Dialogflow Chatbot Development
PDF
AI in Classroom
PDF
AWS re:Invent 2018 Recap
PDF
MovieBot
PDF
Service Integration Workshop
PDF
MPP AI
PDF
Smart Home Intro Lab
PDF
Introduction to DialogFlow
PDF
Conversational AI Orientation
PDF
Udacity Meet Up - 0413
PDF
Amazon Alexa Development Part II
PDF
Amazon Alexa Development
PDF
Microsoft Professional Program - AI
PDF
AI Service Integration
PDF
Intro to AI
PDF
Hour of Code - Amazon Alexa
Voice-First Games for Alexa
AI Service Integration - Education
AI Service Integration
AI Adoption in the Enterprise
Intro to Dialogflow Chatbot Development
AI in Classroom
AWS re:Invent 2018 Recap
MovieBot
Service Integration Workshop
MPP AI
Smart Home Intro Lab
Introduction to DialogFlow
Conversational AI Orientation
Udacity Meet Up - 0413
Amazon Alexa Development Part II
Amazon Alexa Development
Microsoft Professional Program - AI
AI Service Integration
Intro to AI
Hour of Code - Amazon Alexa

Recently uploaded (20)

PDF
Hybrid model detection and classification of lung cancer
PPTX
Benefits of Physical activity for teenagers.pptx
PDF
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
PPTX
The various Industrial Revolutions .pptx
PDF
A comparative study of natural language inference in Swahili using monolingua...
PDF
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
PPT
What is a Computer? Input Devices /output devices
PDF
Hindi spoken digit analysis for native and non-native speakers
PPTX
Modernising the Digital Integration Hub
PPTX
Tartificialntelligence_presentation.pptx
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Unlock new opportunities with location data.pdf
PDF
Architecture types and enterprise applications.pdf
PDF
Enhancing emotion recognition model for a student engagement use case through...
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PDF
Zenith AI: Advanced Artificial Intelligence
PDF
Taming the Chaos: How to Turn Unstructured Data into Decisions
PDF
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
PDF
sustainability-14-14877-v2.pddhzftheheeeee
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
Hybrid model detection and classification of lung cancer
Benefits of Physical activity for teenagers.pptx
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
The various Industrial Revolutions .pptx
A comparative study of natural language inference in Swahili using monolingua...
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
What is a Computer? Input Devices /output devices
Hindi spoken digit analysis for native and non-native speakers
Modernising the Digital Integration Hub
Tartificialntelligence_presentation.pptx
Assigned Numbers - 2025 - Bluetooth® Document
Unlock new opportunities with location data.pdf
Architecture types and enterprise applications.pdf
Enhancing emotion recognition model for a student engagement use case through...
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
Zenith AI: Advanced Artificial Intelligence
Taming the Chaos: How to Turn Unstructured Data into Decisions
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
sustainability-14-14877-v2.pddhzftheheeeee
Group 1 Presentation -Planning and Decision Making .pptx

iWebkit

  • 1. iWebkit Ryan http://MobileDev.tw 1
  • 2. 1.  7.  iTunes Music List 2.  8.  iPod List 3.  9.  4.  10.  5.  ListView 11.  6.  APPStore List 2
  • 3. iWebKit http://iwebkit.net/ iwebkit/iwebkit5.04.zip Framework/index.html What is iWebkit iWebKit is a file package designed to help you create your own iPhone, iPod Touch and iPad compatible website or webapp. The kit is accessible to anyone even people without any html knowledge and is simple to understand thanks to the included tutorials. In a couple of minutes you will have created a full and professional looking website. iWebKit is a great tool because it is very easy to use, extremely fast, compatible & extendable. It is simple html that anyone can edit contrary to some other very complicated solutions based on ajax. Simplicity is the key! 3
  • 4. iWebKit – (1/3) •  <div id="topbar"> <div id="title">My Title</div> </div> •  <div id="topbar" class="black"></div> <div id="topbar" class="transparent"></div> 4
  • 5. iWebKit – (2/3) Arrows, buttons, tri/duobuttons <div id="topbar"> <div id="title">Ryan iWeb</div> <div id="leftnav"> <a href="page.html"> <img alt="home" src="images/home.png" /> </a></div> <div id="rightnav"> <a href="page2.html">Next</a> </div> </div> <div id="rightnav"> <a href="page2.html">Next</a> <a href="page2.html">Next2</a> </div> 5
  • 6. iWebKit – (3/3) Arrows, buttons, tri/duobuttons <div id="topbar"> <div id="title">Ryan iWeb</div> <div id="leftbutton"> <a href="page.html">Home</a> </div> <div id="rightbutton"> <a href="page2.html">Option</a> </div> </div> <div id="blueleftbutton"> <a href="page.html">Home</a></div> <div id="bluerightbutton"> <a href="page2.html">Option</a></div> 6
  • 7. iWebKit – (1/2) <div id="content"> <span class="graytitle">my title </span> </div> <ul class="pageitem"> <li class="textbox"> <span class="header">blue title</span> <p>123</p> </li> <li class="menu"> <a href="page.html"> <img alt="Desrciption" src="thumbs/other.png" /> <span class="name">Name1111111111</span> <span class="comment">Comment</span> <span class="arrow"></span> </a> </li> </ul> 7
  • 8. iWebKit – (2/2) iTunes classic list view <li class="store"> <a href="page.html"> <span class="image" style="background- image:url('thumbs/youtube.png')"></span> <span class="comment">comment</span> <span class="name">Nema</span> <span class="stars5"></span> <span class="starcomment">5 ratings</span> <span class="arrow"></span> </a> </li> 90x90 px 8
  • 9. iWebKit – (1/4) ( topbar content ) <div class="searchbox"> <form action="http://www.iiiedu.org.tw/taipei/aspro/c.asp" method="get"> <fieldset> <input id="search" placeholder="search" type="text" name="qcno"/> <input id="submit" type="hidden" /> </fieldset> </form> </div> 9
  • 10. iWebKit – (2/4) ( <ul class="pageitem"> ) <li class="bigfield"> <input placeholder="Username" type="text" /> </li> <li class="smallfield"> <span class="name">Name</span> <input placeholder="Enter Text" type="text" /> </li> <li class="textbox"> <textarea name="TextArea" rows="4"></textarea> </li> 10
  • 11. iWebKit – (3/4) ( <ul class="pageitem"> ) checkbox <li class="checkbox"> <span class="name">my text</span> <input name="checkbox" type="checkbox" /> </li> radiobutton <li class="radiobutton"> <span class="name">text</span> <input name="GroupName" type="radio" value="A" /> </li> <li class="select"> <select name="example"> <option value="1">Option1</option> <option value="2">Option2</option> </select> <span class="arrow"></span> </li> 11
  • 12. iWebKit – (4/4) Double add ( topbar content ) <div id="doublead"> <a href="page.html" style="background-color:gray"></a> <a href="page2.html" style="background-color:gray"></a> </div> background-image:url(‘pic.png’) 147x83 px <li class="button"> <input name="name" type="submit" value="Submit input" /> </li> 12
  • 13. iWebKit – ListView (1/2) 1. <body> -> <body class="list"> 2. content div <ul>….</ul> 3. code <ul>…..</ul> <li class="title">My List View</li> <li> <a href="page.html"> <span class="name">name</span> <span class="arrow"></span> </a> </li> 13
  • 14. iWebKit – ListView (2/2) ( 90x90 px) <li class="withimage"> <a href="page.html"> <img alt="description" src="thumbs/ipod.png" /> <span class="name">name</span> <span class="comment">comment</span> <span class="arrow"></span> </a> </li> 14
  • 15. iWebKit – Appstore List (1/2) 1. <body> -> <body class="applist"> 2. content div <ul>….</ul> 3. code <ul>…..</ul> <li> <a href="page.html"> <span class="image" style="background-image:url('pic.png')"></span> <span class="comment">Comment111</span> <span class="name">Name</span> <span class="stars4"></span> <span class="starcomment">1Rating</span> <span class="arrow"></span> <span class="price">$12</span> </a> </li> 57x57px 15
  • 16. iWebKit – Appstore List (2/2) doublead <li id="doublead"> <a href="page.html" style="background-image:url('pic1.png')"></a> <a href="page.html" style="background-image:url('pic1.png')"></a> </li> 147x83px 16
  • 17. iWebKit – iTunes Music List 1. <body> -> <body class="musiclist"> 2. content div <ul>….</ul> 3. code <ul>…..</ul> <ul> <li><a href="page.html"> <span class="number">1</span> <span class="name">Name</span> <span class="time">(1:33)</span> <span class="arrow"></span> </a> </li> </ul> 17
  • 18. iWebKit – iPod List 1. <body> -> <body class="ipodlist"> 2. content div <ul>….</ul> 3. code <ul>…..</ul> <ul> <li><a href="page.html"> <span class="number">1</span> <span class="auto"></span> <span class="name">Name</span> <span class="time">(1:33)</span> </a> </li> </ul> 18
  • 19. iWebKit – <meta content="yes" name="apple-mobile-web-app-capable" /> iPhone <meta name="apple-mobile-web-app-status-bar-style" content="default" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> iPhone <link rel="apple-touch-icon" href="logo.png" /> ( 320x460px) <link href="startup.png" rel="apple-touch-startup-image" /> 19
  • 20. iWebKit – <meta name="format-detection" content="telephone=yes" /> (iPhone)/ (iPod Touch) <a class="noeffect" href="tel:123-456-7890">call now</a> Youtube <a class="noeffect" href="http://www.youtube.com/yourvideo">Watch</a> <a class="noeffect" href="sms:12125551212">Send</a> <a class="noeffect" href="http://maps.google.com/?ie=UTF8&ll=...">Look Map</a> iTune Appstore <a class="noeffect" href="http://itunes.apple.com/us/app/zinio-magazine -newsstand-reader/id364297166?mt=8">Open App</a> RSS <script src="http://rssxpress.ukoln.ac.uk/lite/viewer/?rss=http://rss.news.yahoo.com/rss/topstories" type="text/javascript"></script> 20
  • 21. •  •  •  •  Next Step •  •  PhoneGap •  Real APP 21