SlideShare une entreprise Scribd logo
1  sur  21
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

Contenu connexe

Tendances

AppForum 2014 Boost Hybrid App Performance
AppForum 2014 Boost Hybrid App PerformanceAppForum 2014 Boost Hybrid App Performance
AppForum 2014 Boost Hybrid App Performancerobgalvinjr
 
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 Cachevl
 
Pimp My Confluence Plugin - AtlasCamp 2011
Pimp My Confluence Plugin - AtlasCamp 2011Pimp My Confluence Plugin - AtlasCamp 2011
Pimp My Confluence Plugin - AtlasCamp 2011Atlassian
 
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 MobileAdam Lu
 
Bootstrap 3 Cheat Sheet PDF Reference
Bootstrap 3 Cheat Sheet PDF ReferenceBootstrap 3 Cheat Sheet PDF Reference
Bootstrap 3 Cheat Sheet PDF ReferenceBootstrap 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 SiddiquiMuhammad 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.jsVioletta 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 experienceBeth Soderberg
 
Djangoアプリのデプロイに関するプラクティス / Deploy django application
Djangoアプリのデプロイに関するプラクティス / Deploy django applicationDjangoアプリのデプロイに関するプラクティス / Deploy django application
Djangoアプリのデプロイに関するプラクティス / Deploy django applicationMasashi Shibata
 
How to make a WordPress theme
How to make a WordPress themeHow to make a WordPress theme
How to make a WordPress themeHardeep 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 2Thai Pangsakulyanont
 
Facebook graph api
Facebook graph apiFacebook graph api
Facebook graph apiFagner Moura
 
Graph API - Facebook Developer Garage Taipei
Graph API - Facebook Developer Garage TaipeiGraph API - Facebook Developer Garage Taipei
Graph API - Facebook Developer Garage TaipeiCardinal Blue Software
 
Keyboard and Interaction Accessibility Techniques
Keyboard and Interaction Accessibility TechniquesKeyboard and Interaction Accessibility Techniques
Keyboard and Interaction Accessibility TechniquesJared Smith
 

Tendances (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
 

En vedette

Input evalutation
Input evalutationInput evalutation
Input evalutationwbhsmedia16
 
интернет сервис по сопоставлению цен на товары и услуги в различных магазинах.
интернет сервис по сопоставлению цен на товары и услуги в различных магазинах.интернет сервис по сопоставлению цен на товары и услуги в различных магазинах.
интернет сервис по сопоставлению цен на товары и услуги в различных магазинах.Алишер Есильбаев
 
щербак сергей+строительная фирма+идея
щербак сергей+строительная фирма+идеящербак сергей+строительная фирма+идея
щербак сергей+строительная фирма+идеяСергей Щербак
 
Microservice Scars - Alt.net 2hr
Microservice Scars - Alt.net 2hrMicroservice Scars - Alt.net 2hr
Microservice Scars - Alt.net 2hrJoshua Toth
 
Tensorflow ruby
Tensorflow rubyTensorflow ruby
Tensorflow rubyjtoy
 
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 learningWei Yang
 
MySQL Manchester TT - Performance Tuning
MySQL Manchester TT  - Performance TuningMySQL Manchester TT  - Performance Tuning
MySQL Manchester TT - Performance TuningMark 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 CodeCSCJournals
 
Outlier analysis for Temporal Datasets
Outlier analysis for Temporal DatasetsOutlier analysis for Temporal Datasets
Outlier analysis for Temporal DatasetsQuantUniversity
 
MiNiFi 0.0.1 MeetUp talk
MiNiFi 0.0.1 MeetUp talkMiNiFi 0.0.1 MeetUp talk
MiNiFi 0.0.1 MeetUp talkJoe Percivall
 

En vedette (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
 

Similaire à 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
 
E3 appspresso hands on lab
E3 appspresso hands on labE3 appspresso hands on lab
E3 appspresso hands on labNAVER D2
 
E2 appspresso hands on lab
E2 appspresso hands on labE2 appspresso hands on lab
E2 appspresso hands on labNAVER D2
 
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ówLaravel Poland MeetUp
 
ChocolateChip-UI
ChocolateChip-UIChocolateChip-UI
ChocolateChip-UIGeorgeIshak
 
Private slideshow
Private slideshowPrivate slideshow
Private slideshowsblackman
 
Enjoy the vue.js
Enjoy the vue.jsEnjoy the vue.js
Enjoy the vue.jsTechExeter
 
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" DominoRob Bontekoe
 
HTML5 New and Improved
HTML5   New and ImprovedHTML5   New and Improved
HTML5 New and ImprovedTimothy 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 2012crokitta
 
Once Source to Rule Them All
Once Source to Rule Them AllOnce Source to Rule Them All
Once Source to Rule Them AllDavid 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
 

Similaire à 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
 
E3 appspresso hands on lab
E3 appspresso hands on labE3 appspresso hands on lab
E3 appspresso hands on lab
 
E2 appspresso hands on lab
E2 appspresso hands on labE2 appspresso hands on lab
E2 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!
 

Plus de Ryan Chung

Voice-First Games for Alexa
Voice-First Games for AlexaVoice-First Games for Alexa
Voice-First Games for AlexaRyan Chung
 
AI Service Integration - Education
AI Service Integration - EducationAI Service Integration - Education
AI Service Integration - EducationRyan Chung
 
AI Service Integration
AI Service IntegrationAI Service Integration
AI Service IntegrationRyan Chung
 
AI Adoption in the Enterprise
AI Adoption in the EnterpriseAI Adoption in the Enterprise
AI Adoption in the EnterpriseRyan Chung
 
Intro to Dialogflow Chatbot Development
Intro to Dialogflow Chatbot DevelopmentIntro to Dialogflow Chatbot Development
Intro to Dialogflow Chatbot DevelopmentRyan Chung
 
AI in Classroom
AI in ClassroomAI in Classroom
AI in ClassroomRyan Chung
 
AWS re:Invent 2018 Recap
AWS re:Invent 2018 RecapAWS re:Invent 2018 Recap
AWS re:Invent 2018 RecapRyan Chung
 
Service Integration Workshop
Service Integration WorkshopService Integration Workshop
Service Integration WorkshopRyan Chung
 
Smart Home Intro Lab
Smart Home Intro LabSmart Home Intro Lab
Smart Home Intro LabRyan 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 OrientationRyan Chung
 
Udacity Meet Up - 0413
Udacity Meet Up - 0413Udacity Meet Up - 0413
Udacity Meet Up - 0413Ryan Chung
 
Amazon Alexa Development Part II
Amazon Alexa Development Part IIAmazon Alexa Development Part II
Amazon Alexa Development Part IIRyan Chung
 
Amazon Alexa Development
Amazon Alexa DevelopmentAmazon Alexa Development
Amazon Alexa DevelopmentRyan Chung
 
Microsoft Professional Program - AI
Microsoft Professional Program - AIMicrosoft Professional Program - AI
Microsoft Professional Program - AIRyan Chung
 
AI Service Integration
AI Service IntegrationAI Service Integration
AI Service IntegrationRyan Chung
 
Hour of Code - Amazon Alexa
Hour of Code - Amazon AlexaHour of Code - Amazon Alexa
Hour of Code - Amazon AlexaRyan Chung
 

Plus de 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
 

Dernier

Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 

Dernier (20)

Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 

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