SlideShare uma empresa Scribd logo
1 de 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

Mais conteúdo relacionado

Mais procurados

AtlasCamp 2013: Confluence patterns
AtlasCamp 2013: Confluence patternsAtlasCamp 2013: Confluence patterns
AtlasCamp 2013: Confluence patterns
colleenfry
 
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
 
Djangoアプリのデプロイに関するプラクティス / Deploy django application
Djangoアプリのデプロイに関するプラクティス / Deploy django applicationDjangoアプリのデプロイに関するプラクティス / Deploy django application
Djangoアプリのデプロイに関するプラクティス / Deploy django application
Masashi Shibata
 

Mais procurados (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
 

Destaque

Microservice Scars - Alt.net 2hr
Microservice Scars - Alt.net 2hrMicroservice Scars - Alt.net 2hr
Microservice Scars - Alt.net 2hr
Joshua Toth
 
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
 

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

Semelhante a 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-plaza
helgawerth
 
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
James 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
 
E2 appspresso hands on lab
E2 appspresso hands on labE2 appspresso hands on lab
E2 appspresso hands on lab
NAVER D2
 
E3 appspresso hands on lab
E3 appspresso hands on labE3 appspresso hands on lab
E3 appspresso hands on lab
NAVER D2
 
Private slideshow
Private slideshowPrivate slideshow
Private slideshow
sblackman
 
Your Custom WordPress Admin Pages Suck
Your Custom WordPress Admin Pages SuckYour Custom WordPress Admin Pages Suck
Your Custom WordPress Admin Pages Suck
Anthony Montalbano
 
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
 

Semelhante a 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!
 

Mais de Ryan Chung

Mais 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
 

Último

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Último (20)

Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 

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