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

What's hot

AppForum 2014 Boost Hybrid App Performance
AppForum 2014 Boost Hybrid App PerformanceAppForum 2014 Boost Hybrid App Performance
AppForum 2014 Boost Hybrid App Performance
robgalvinjr
 
jQuery Mobile Introduction ( demo on EZoapp )
jQuery Mobile Introduction ( demo on EZoapp )jQuery Mobile Introduction ( demo on EZoapp )
jQuery Mobile Introduction ( demo on EZoapp )
EZoApp
 
Cakephp's Cache
Cakephp's CacheCakephp's Cache
Cakephp's Cache
vl
 
Pimp My Confluence Plugin - AtlasCamp 2011
Pimp My Confluence Plugin - AtlasCamp 2011Pimp My Confluence Plugin - AtlasCamp 2011
Pimp My Confluence Plugin - AtlasCamp 2011
Atlassian
 
AtlasCamp 2013: Confluence patterns
AtlasCamp 2013: Confluence patternsAtlasCamp 2013: Confluence patterns
AtlasCamp 2013: Confluence patternscolleenfry
 
HTML5 on Mobile
HTML5 on MobileHTML5 on Mobile
HTML5 on Mobile
Adam Lu
 
Android in practice
Android in practiceAndroid in practice
Android in practice
Jose Manuel Ortega Candel
 
Android best practices
Android best practicesAndroid best practices
Android best practices
Jose Manuel Ortega Candel
 
Bootstrap 3 Cheat Sheet PDF Reference
Bootstrap 3 Cheat Sheet PDF ReferenceBootstrap 3 Cheat Sheet PDF Reference
Bootstrap 3 Cheat Sheet PDF Reference
Bootstrap Creative
 
J Query (Complete Course) by Muhammad Ehtisham Siddiqui
J Query (Complete Course) by Muhammad Ehtisham SiddiquiJ Query (Complete Course) by Muhammad Ehtisham Siddiqui
J Query (Complete Course) by Muhammad Ehtisham Siddiqui
Muhammad Ehtisham Siddiqui
 
Level up apps and websites with vue.js
Level up  apps and websites with vue.jsLevel up  apps and websites with vue.js
Level up apps and websites with vue.js
Violetta Villani
 
Desenvolvimento web com Ruby on Rails (parte 6)
Desenvolvimento web com Ruby on Rails (parte 6)Desenvolvimento web com Ruby on Rails (parte 6)
Desenvolvimento web com Ruby on Rails (parte 6)Joao Lucas Santana
 
Empowering users: modifying the admin experience
Empowering users: modifying the admin experienceEmpowering users: modifying the admin experience
Empowering users: modifying the admin experience
Beth Soderberg
 
Djangoアプリのデプロイに関するプラクティス / Deploy django application
Djangoアプリのデプロイに関するプラクティス / Deploy django applicationDjangoアプリのデプロイに関するプラクティス / Deploy django application
Djangoアプリのデプロイに関するプラクティス / Deploy django application
Masashi Shibata
 
How to make a WordPress theme
How to make a WordPress themeHow to make a WordPress theme
How to make a WordPress theme
Hardeep Asrani
 
Introduction to Facebook Graph API and OAuth 2
Introduction to Facebook Graph API and OAuth 2Introduction to Facebook Graph API and OAuth 2
Introduction to Facebook Graph API and OAuth 2
Thai Pangsakulyanont
 
Facebook graph api
Facebook graph apiFacebook graph api
Facebook graph api
Fagner Moura
 
Graph API - Facebook Developer Garage Taipei
Graph API - Facebook Developer Garage TaipeiGraph API - Facebook Developer Garage Taipei
Graph API - Facebook Developer Garage Taipei
Cardinal Blue Software
 
Keyboard and Interaction Accessibility Techniques
Keyboard and Interaction Accessibility TechniquesKeyboard and Interaction Accessibility Techniques
Keyboard and Interaction Accessibility Techniques
Jared Smith
 

What's hot (20)

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

Viewers also liked

Input evalutation
Input evalutationInput evalutation
Input evalutation
wbhsmedia16
 
интернет сервис по сопоставлению цен на товары и услуги в различных магазинах.
интернет сервис по сопоставлению цен на товары и услуги в различных магазинах.интернет сервис по сопоставлению цен на товары и услуги в различных магазинах.
интернет сервис по сопоставлению цен на товары и услуги в различных магазинах.
Алишер Есильбаев
 
щербак сергей+строительная фирма+идея
щербак сергей+строительная фирма+идеящербак сергей+строительная фирма+идея
щербак сергей+строительная фирма+идея
Сергей Щербак
 
Microservice Scars - Alt.net 2hr
Microservice Scars - Alt.net 2hrMicroservice Scars - Alt.net 2hr
Microservice Scars - Alt.net 2hr
Joshua Toth
 
AJAX Basic
AJAX BasicAJAX Basic
AJAX Basic
Ryan Chung
 
Tensorflow ruby
Tensorflow rubyTensorflow ruby
Tensorflow ruby
jtoy
 
Deep Convnets for Video Processing (Master in Computer Vision Barcelona, 2016)
Deep Convnets for Video Processing (Master in Computer Vision Barcelona, 2016)Deep Convnets for Video Processing (Master in Computer Vision Barcelona, 2016)
Deep Convnets for Video Processing (Master in Computer Vision Barcelona, 2016)
Universitat Politècnica de Catalunya
 
Articulated human pose estimation by deep learning
Articulated human pose estimation by deep learningArticulated human pose estimation by deep learning
Articulated human pose estimation by deep learning
Wei Yang
 
MySQL Manchester TT - Performance Tuning
MySQL Manchester TT  - Performance TuningMySQL Manchester TT  - Performance Tuning
MySQL Manchester TT - Performance Tuning
Mark Swarbrick
 
The Framework of Image Recognition based on Modified Freeman Chain Code
The Framework of Image Recognition based on Modified Freeman Chain CodeThe Framework of Image Recognition based on Modified Freeman Chain Code
The Framework of Image Recognition based on Modified Freeman Chain Code
CSCJournals
 
Outlier analysis for Temporal Datasets
Outlier analysis for Temporal DatasetsOutlier analysis for Temporal Datasets
Outlier analysis for Temporal Datasets
QuantUniversity
 
MiNiFi 0.0.1 MeetUp talk
MiNiFi 0.0.1 MeetUp talkMiNiFi 0.0.1 MeetUp talk
MiNiFi 0.0.1 MeetUp talk
Joe Percivall
 

Viewers also liked (13)

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

Similar to iWebkit

Copy of-a-walk-around-westfall-plaza
Copy of-a-walk-around-westfall-plazaCopy of-a-walk-around-westfall-plaza
Copy of-a-walk-around-westfall-plazahelgawerth
 
HTML5 and the dawn of rich mobile web applications pt 2
HTML5 and the dawn of rich mobile web applications pt 2HTML5 and the dawn of rich mobile web applications pt 2
HTML5 and the dawn of rich mobile web applications pt 2James Pearce
 
Index of jquery template 2 Minuteman Summer Web Dev.
Index of jquery template 2 Minuteman Summer Web Dev.Index of jquery template 2 Minuteman Summer Web Dev.
Index of jquery template 2 Minuteman Summer Web Dev.Daniel Downs
 
Bootstrap
BootstrapBootstrap
Bootstrap
Sarvesh Kushwaha
 
E2 appspresso hands on lab
E2 appspresso hands on labE2 appspresso hands on lab
E2 appspresso hands on labNAVER D2
 
E3 appspresso hands on lab
E3 appspresso hands on labE3 appspresso hands on lab
E3 appspresso hands on labNAVER D2
 
JQuery Mobile UI
JQuery Mobile UIJQuery Mobile UI
JQuery Mobile UI
My own sweet home!
 
Vue.js - zastosowanie i budowa komponentów
Vue.js - zastosowanie i budowa komponentówVue.js - zastosowanie i budowa komponentów
Vue.js - zastosowanie i budowa komponentów
Laravel Poland MeetUp
 
ChocolateChip-UI
ChocolateChip-UIChocolateChip-UI
ChocolateChip-UI
GeorgeIshak
 
Introduction to Html5
Introduction to Html5Introduction to Html5
Introduction to Html5
www.netgains.org
 
Private slideshow
Private slideshowPrivate slideshow
Private slideshowsblackman
 
Enjoy the vue.js
Enjoy the vue.jsEnjoy the vue.js
Enjoy the vue.js
TechExeter
 
Building iPhone Web Apps using "classic" Domino
Building iPhone Web Apps using "classic" DominoBuilding iPhone Web Apps using "classic" Domino
Building iPhone Web Apps using "classic" Domino
Rob Bontekoe
 
HTML5 New and Improved
HTML5   New and ImprovedHTML5   New and Improved
HTML5 New and Improved
Timothy Fisher
 
Your Custom WordPress Admin Pages Suck
Your Custom WordPress Admin Pages SuckYour Custom WordPress Admin Pages Suck
Your Custom WordPress Admin Pages SuckAnthony Montalbano
 
Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012
Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012
Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012
crokitta
 
Polymer
PolymerPolymer
Polymer
Cyril Balit
 
Once Source to Rule Them All
Once Source to Rule Them AllOnce Source to Rule Them All
Once Source to Rule Them All
David Yeiser
 
TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!
TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!
TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!Coulawrence
 

Similar to iWebkit (20)

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

More from Ryan Chung

Voice-First Games for Alexa
Voice-First Games for AlexaVoice-First Games for Alexa
Voice-First Games for Alexa
Ryan Chung
 
AI Service Integration - Education
AI Service Integration - EducationAI Service Integration - Education
AI Service Integration - Education
Ryan Chung
 
AI Service Integration
AI Service IntegrationAI Service Integration
AI Service Integration
Ryan Chung
 
AI Adoption in the Enterprise
AI Adoption in the EnterpriseAI Adoption in the Enterprise
AI Adoption in the Enterprise
Ryan Chung
 
Intro to Dialogflow Chatbot Development
Intro to Dialogflow Chatbot DevelopmentIntro to Dialogflow Chatbot Development
Intro to Dialogflow Chatbot Development
Ryan Chung
 
AI in Classroom
AI in ClassroomAI in Classroom
AI in Classroom
Ryan Chung
 
AWS re:Invent 2018 Recap
AWS re:Invent 2018 RecapAWS re:Invent 2018 Recap
AWS re:Invent 2018 Recap
Ryan Chung
 
MovieBot
MovieBotMovieBot
MovieBot
Ryan Chung
 
Service Integration Workshop
Service Integration WorkshopService Integration Workshop
Service Integration Workshop
Ryan Chung
 
MPP AI
MPP AIMPP AI
MPP AI
Ryan Chung
 
Smart Home Intro Lab
Smart Home Intro LabSmart Home Intro Lab
Smart Home Intro Lab
Ryan Chung
 
Introduction to DialogFlow
Introduction to DialogFlow Introduction to DialogFlow
Introduction to DialogFlow
Ryan Chung
 
Conversational AI Orientation
Conversational AI OrientationConversational AI Orientation
Conversational AI Orientation
Ryan Chung
 
Udacity Meet Up - 0413
Udacity Meet Up - 0413Udacity Meet Up - 0413
Udacity Meet Up - 0413
Ryan Chung
 
Amazon Alexa Development Part II
Amazon Alexa Development Part IIAmazon Alexa Development Part II
Amazon Alexa Development Part II
Ryan Chung
 
Amazon Alexa Development
Amazon Alexa DevelopmentAmazon Alexa Development
Amazon Alexa Development
Ryan Chung
 
Microsoft Professional Program - AI
Microsoft Professional Program - AIMicrosoft Professional Program - AI
Microsoft Professional Program - AI
Ryan Chung
 
AI Service Integration
AI Service IntegrationAI Service Integration
AI Service Integration
Ryan Chung
 
Intro to AI
Intro to AIIntro to AI
Intro to AI
Ryan Chung
 
Hour of Code - Amazon Alexa
Hour of Code - Amazon AlexaHour of Code - Amazon Alexa
Hour of Code - Amazon Alexa
Ryan Chung
 

More from Ryan Chung (20)

Voice-First Games for Alexa
Voice-First Games for AlexaVoice-First Games for Alexa
Voice-First Games for Alexa
 
AI Service Integration - Education
AI Service Integration - EducationAI Service Integration - Education
AI Service Integration - Education
 
AI Service Integration
AI Service IntegrationAI Service Integration
AI Service Integration
 
AI Adoption in the Enterprise
AI Adoption in the EnterpriseAI Adoption in the Enterprise
AI Adoption in the Enterprise
 
Intro to Dialogflow Chatbot Development
Intro to Dialogflow Chatbot DevelopmentIntro to Dialogflow Chatbot Development
Intro to Dialogflow Chatbot Development
 
AI in Classroom
AI in ClassroomAI in Classroom
AI in Classroom
 
AWS re:Invent 2018 Recap
AWS re:Invent 2018 RecapAWS re:Invent 2018 Recap
AWS re:Invent 2018 Recap
 
MovieBot
MovieBotMovieBot
MovieBot
 
Service Integration Workshop
Service Integration WorkshopService Integration Workshop
Service Integration Workshop
 
MPP AI
MPP AIMPP AI
MPP AI
 
Smart Home Intro Lab
Smart Home Intro LabSmart Home Intro Lab
Smart Home Intro Lab
 
Introduction to DialogFlow
Introduction to DialogFlow Introduction to DialogFlow
Introduction to DialogFlow
 
Conversational AI Orientation
Conversational AI OrientationConversational AI Orientation
Conversational AI Orientation
 
Udacity Meet Up - 0413
Udacity Meet Up - 0413Udacity Meet Up - 0413
Udacity Meet Up - 0413
 
Amazon Alexa Development Part II
Amazon Alexa Development Part IIAmazon Alexa Development Part II
Amazon Alexa Development Part II
 
Amazon Alexa Development
Amazon Alexa DevelopmentAmazon Alexa Development
Amazon Alexa Development
 
Microsoft Professional Program - AI
Microsoft Professional Program - AIMicrosoft Professional Program - AI
Microsoft Professional Program - AI
 
AI Service Integration
AI Service IntegrationAI Service Integration
AI Service Integration
 
Intro to AI
Intro to AIIntro to AI
Intro to AI
 
Hour of Code - Amazon Alexa
Hour of Code - Amazon AlexaHour of Code - Amazon Alexa
Hour of Code - Amazon Alexa
 

Recently uploaded

Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 

Recently uploaded (20)

Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 

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