際際滷

際際滷Share a Scribd company logo
Mobile Website on Drupal Computer in Library March 23, 2011 Shian Chang Georgetown University
Agenda History Approaches Mobile Services Drupal  Future Plan
History The library website is built on Drupal 6 since 2009. Started to plan the mobile website on the same Drupal in 2010. The Mobile website was launched on January 2011.
Approaches Develop a mobile web (not iPhone nor Android app) Build on the same Drupal of the main library website Build a framework for easily adding mobile content Share the data with the main library website
Mobile Services Library Hours and Locations Library Catalog Ask Us Mobile resources
Drupal Drupal module and Theme Mobile Page Basic Mobile view Basic Other Mobile Pages
Drupal Module and Theme Install Mobile Tool module and iWebkit theme. Enable iWebkit theme and configure it. Configure Mobile Tool Configure <library-home>/mobile/* to be mobile pages Switch to iWebkit theme for all path of <library-home>/mobile/* Demo (Mobile Tool Configuration)
Mobile Page Basic iWebkit Framework Mobile Page Framework Mobile Page Content Mobile Page Path
iWebkit Framework <ul class=pageitem> <li class=textbox></li> <li class=textbox></li> <li class=menu></li> <li class=store></li> </ul> <li class=&quot;menu&quot;>  <a href=&quot;index.php&quot;>  <img alt=&quot;Description&quot; src=/slideshow/mobile-library-on-drupal-cil2011/7375285/&quot;thumbs/basics.png&quot; /> <span class=&quot;name&quot;>Iphone iwebkit Example</span>  <span class=&quot;arrow&quot;></span> </a>  </li>   <li class=&quot;store&quot;>  <a href=&quot;index.php&quot;>  <span class=&quot;image&quot; style=&quot;background-image: url(/slideshow/mobile-library-on-drupal-cil2011/7375285/&)&quot;></span>  <span class=&quot;name&quot;>Iphone Song</span>  <span class=&quot;comment&quot;>iWebKit Comment</span>  <img alt=&quot;rating&quot; class=&quot;stars&quot; src=&quot;images/4stars.png&quot; />  <span class=&quot;starcomment&quot;>13 Reviews<br> </span>  <span class=&quot;arrow&quot;></span> </a>  </li>
Mobile Page Framework Add <ul class=pageItem> in page.tpl.php for iWebkit theme. <ul class=&quot;pageitem&quot;> <?php if($content): ?> <?php print $content; ?> <?php endif; ?><!--End of content --> </ul>
Mobile Page Content  Add <li class=> as the content of Mobile Page
Mobile Page Path Assign the path of the page to be ~/mobile/., then iWebkit theme applies to the page.
Mobile View Basic Create a view  Customize Fields in the view Theme field in view as need View page path
Create a View
Customize Fields in View Because <ul class= pageItem  > has been in page.tpl.php of iWebkit theme, Construct <li> at each field to be displayed Rewrite the output of this field Output this field as a link Link path  URL of the menu item Prefix text - <li > Suffix text - </li>
<li class=&quot;menu2&quot;> <a href=&quot;/mobile/service-point/Circulation%20Desk&quot; title=&quot;More on Circulation Desk&quot;>  <img src=/slideshow/mobile-library-on-drupal-cil2011/7375285/&quot;/sites/default/files/images/Circulation Desk-small.png&quot; /> <span class=&quot;name&quot;>Circulation Desk</span> <span class=&quot;comment&quot;>8:30am - Midnight</span> <span class=&quot;arrow&quot;></span> </a> </li>
Path of View Page Assign the path name with ~/mobile/., then iWebkit theme applies to the page.
Theme Field in View Create a template file at ~/sites/all/theme/iwebkit directory. Make the file name as views-view-field-- [field-name] .tpl.php The template file overwrites the views-view-field.tpl.php (default template).
Example of Template File views-view-field-- field-phone-value .tpl.php <?php  $phone_output = '<li class=&quot;menu&quot;><a href=&quot;tel:'.$output.'&quot;><img src=/slideshow/mobile-library-on-drupal-cil2011/7375285/&quot;/sites/default/files/images/phone-small.png&quot; /><span class=&quot;name&quot;>Call ; $phone_output = $phone_output.$output.'</span><span class=&quot;arrow&quot;></span></a></li>'; print $phone_output;  ?>
Theming Information in View Click on Information to see the theme template information
Theming Information in View Select iWebkit theme Click on Change theme to see all template files used by the view
Theming Information in View The template views-view-field-- field-phone-value .tpl.php overwrites views-view-field.tpl.php for the field_phone.
Other Mobile Pages Mobile Home page Library Catalog
Mobile Home Page Create a content type called Mobile Service icon image Link Create a view called mobile_services Configure display style as grid to display 4 columns for each row Create a theme file to adjust the spaces The new file has the name as view-view-grid- mobile-services .tpl.php. The new file overwrites views-view-grid.tpl.php (default).
Library Catalog  Use Web service Develop PHP code to parse the XML and format the display Consortium Arquabrowser (Library Catalog Discovery Server) Georgetown University Website (Drupal)  Submit a search request Response an XML with search result
Examples of Library Catalog
Future Plan Add more mobile services such as My Account. Add SMS capability and integrate with LibraryH3lp. Improve Library Catalog with access to other libraries in our consortium.
Question? Georgetown University Mobile site:  http://library.georgetown.edu/mobile Georgetown University Website:  http://library.georgetown.edu   Drupal iWebkit:  http://drupal.org/project/iwebkit Drupal Mobile Tool:   http://drupal.org/project/mobile_tools   Thank You ! Shian Chang (slc72@georgetown.edu)

More Related Content

What's hot (19)

Flash Templates- Joomla!Days NL 2009 #jd09nl
Flash Templates- Joomla!Days NL 2009 #jd09nlFlash Templates- Joomla!Days NL 2009 #jd09nl
Flash Templates- Joomla!Days NL 2009 #jd09nl
Joomla!Days Netherlands
Basic of web design
Basic of web designBasic of web design
Basic of web design
Singsys Pte Ltd
Html5 structure tags
Html5 structure tagsHtml5 structure tags
Html5 structure tags
SEO SKills
Semantics & the Mobile Web
Semantics & the Mobile WebSemantics & the Mobile Web
Semantics & the Mobile Web
surferroop
Microdata semantic-extend
Microdata semantic-extendMicrodata semantic-extend
Microdata semantic-extend
Seek Tan
Testing and evaluation
Testing and evaluationTesting and evaluation
Testing and evaluation
L15338
Lecture 1 - Comm Lab: Web @ ITP
Lecture 1 - Comm Lab: Web @ ITPLecture 1 - Comm Lab: Web @ ITP
Lecture 1 - Comm Lab: Web @ ITP
yucefmerhi
Customised Search With Google
Customised Search With GoogleCustomised Search With Google
Customised Search With Google
Dave Briggs
HTML und CSS f端r Designer / HTML & CSS for designers (PUBKON 2014)
HTML und CSS f端r Designer / HTML & CSS for designers (PUBKON 2014)HTML und CSS f端r Designer / HTML & CSS for designers (PUBKON 2014)
HTML und CSS f端r Designer / HTML & CSS for designers (PUBKON 2014)
Michaela Lehr
Joomla 1.7 SEO
Joomla 1.7 SEOJoomla 1.7 SEO
Joomla 1.7 SEO
FinishJoomla
Joomla 1.6 Core SEO and Best Practices
Joomla 1.6 Core SEO and Best PracticesJoomla 1.6 Core SEO and Best Practices
Joomla 1.6 Core SEO and Best Practices
FinishJoomla
Social structured data is your friend brighton seo april 2013
Social structured data is your friend   brighton seo april 2013Social structured data is your friend   brighton seo april 2013
Social structured data is your friend brighton seo april 2013
Alex Moss
Enhance Your Google Search
Enhance Your Google SearchEnhance Your Google Search
Enhance Your Google Search
Valentini Mellas
Pinned Sites in Internet Explorer 9
Pinned Sites in Internet Explorer 9Pinned Sites in Internet Explorer 9
Pinned Sites in Internet Explorer 9
Abram John Limpin
Website designing company in delhi
Website designing company in delhiWebsite designing company in delhi
Website designing company in delhi
Css Founder
SES Toronto 2008; Joe Dolson
SES Toronto 2008; Joe DolsonSES Toronto 2008; Joe Dolson
SES Toronto 2008; Joe Dolson
Joseph Dolson
Building A Website
Building A WebsiteBuilding A Website
Building A Website
marabeas
HTML Basics 2 workshop
HTML Basics 2 workshopHTML Basics 2 workshop
HTML Basics 2 workshop
John Allan
On-Page SEO EXTREME - SEOZone Istanbul 2013
On-Page SEO EXTREME - SEOZone Istanbul 2013On-Page SEO EXTREME - SEOZone Istanbul 2013
On-Page SEO EXTREME - SEOZone Istanbul 2013
Bastian Grimm
Flash Templates- Joomla!Days NL 2009 #jd09nl
Flash Templates- Joomla!Days NL 2009 #jd09nlFlash Templates- Joomla!Days NL 2009 #jd09nl
Flash Templates- Joomla!Days NL 2009 #jd09nl
Joomla!Days Netherlands
Html5 structure tags
Html5 structure tagsHtml5 structure tags
Html5 structure tags
SEO SKills
Semantics & the Mobile Web
Semantics & the Mobile WebSemantics & the Mobile Web
Semantics & the Mobile Web
surferroop
Microdata semantic-extend
Microdata semantic-extendMicrodata semantic-extend
Microdata semantic-extend
Seek Tan
Testing and evaluation
Testing and evaluationTesting and evaluation
Testing and evaluation
L15338
Lecture 1 - Comm Lab: Web @ ITP
Lecture 1 - Comm Lab: Web @ ITPLecture 1 - Comm Lab: Web @ ITP
Lecture 1 - Comm Lab: Web @ ITP
yucefmerhi
Customised Search With Google
Customised Search With GoogleCustomised Search With Google
Customised Search With Google
Dave Briggs
HTML und CSS f端r Designer / HTML & CSS for designers (PUBKON 2014)
HTML und CSS f端r Designer / HTML & CSS for designers (PUBKON 2014)HTML und CSS f端r Designer / HTML & CSS for designers (PUBKON 2014)
HTML und CSS f端r Designer / HTML & CSS for designers (PUBKON 2014)
Michaela Lehr
Joomla 1.6 Core SEO and Best Practices
Joomla 1.6 Core SEO and Best PracticesJoomla 1.6 Core SEO and Best Practices
Joomla 1.6 Core SEO and Best Practices
FinishJoomla
Social structured data is your friend brighton seo april 2013
Social structured data is your friend   brighton seo april 2013Social structured data is your friend   brighton seo april 2013
Social structured data is your friend brighton seo april 2013
Alex Moss
Enhance Your Google Search
Enhance Your Google SearchEnhance Your Google Search
Enhance Your Google Search
Valentini Mellas
Pinned Sites in Internet Explorer 9
Pinned Sites in Internet Explorer 9Pinned Sites in Internet Explorer 9
Pinned Sites in Internet Explorer 9
Abram John Limpin
Website designing company in delhi
Website designing company in delhiWebsite designing company in delhi
Website designing company in delhi
Css Founder
SES Toronto 2008; Joe Dolson
SES Toronto 2008; Joe DolsonSES Toronto 2008; Joe Dolson
SES Toronto 2008; Joe Dolson
Joseph Dolson
Building A Website
Building A WebsiteBuilding A Website
Building A Website
marabeas
HTML Basics 2 workshop
HTML Basics 2 workshopHTML Basics 2 workshop
HTML Basics 2 workshop
John Allan
On-Page SEO EXTREME - SEOZone Istanbul 2013
On-Page SEO EXTREME - SEOZone Istanbul 2013On-Page SEO EXTREME - SEOZone Istanbul 2013
On-Page SEO EXTREME - SEOZone Istanbul 2013
Bastian Grimm

Similar to Mobile library on drupal cil2011 (20)

Creating Yahoo Mobile Widgets
Creating Yahoo Mobile WidgetsCreating Yahoo Mobile Widgets
Creating Yahoo Mobile Widgets
Ricardo Varela
jQuery Mobile
jQuery MobilejQuery Mobile
jQuery Mobile
Doncho Minkov
Enterprise Google Gadgets Integrated with Alfresco - Open Source ECM
Enterprise Google Gadgets Integrated with Alfresco - Open Source ECM Enterprise Google Gadgets Integrated with Alfresco - Open Source ECM
Enterprise Google Gadgets Integrated with Alfresco - Open Source ECM
Alfresco Software
Creating a Webpage
Creating a WebpageCreating a Webpage
Creating a Webpage
Matthew Mobbs
Optaros Surf Code Camp Walkthrough 1
Optaros Surf Code Camp Walkthrough 1Optaros Surf Code Camp Walkthrough 1
Optaros Surf Code Camp Walkthrough 1
Jeff Potts
Optaros Surf Code Camp Lab 4
Optaros Surf Code Camp Lab 4Optaros Surf Code Camp Lab 4
Optaros Surf Code Camp Lab 4
Jeff Potts
HTML5: 5 Quick Wins
HTML5:  5 Quick WinsHTML5:  5 Quick Wins
HTML5: 5 Quick Wins
Jeff Leombruno
HTML5 - techMaine Presentation 5/18/09
HTML5 - techMaine Presentation 5/18/09HTML5 - techMaine Presentation 5/18/09
HTML5 - techMaine Presentation 5/18/09
pemaquid
HTML5 Overview
HTML5 OverviewHTML5 Overview
HTML5 Overview
reybango
Evolution of API With Blogging
Evolution of API With BloggingEvolution of API With Blogging
Evolution of API With Blogging
Takatsugu Shigeta
Web design 2 - Basic HTML 2010
Web design 2 - Basic HTML 2010Web design 2 - Basic HTML 2010
Web design 2 - Basic HTML 2010
Matthew Mobbs
Html5 Overview
Html5 OverviewHtml5 Overview
Html5 Overview
Owen Williams
Xhtml Part1
Xhtml Part1Xhtml Part1
Xhtml Part1
nleesite
IBM Lotus Notes Domino XPages and XPages for Mobile
IBM Lotus Notes Domino XPages and XPages for MobileIBM Lotus Notes Domino XPages and XPages for Mobile
IBM Lotus Notes Domino XPages and XPages for Mobile
Chris Toohey
Flash templates for Joomla!
Flash templates for Joomla!Flash templates for Joomla!
Flash templates for Joomla!
Herman Peeren
Why Python Web Frameworks Are Changing the Web
Why Python Web Frameworks Are Changing the WebWhy Python Web Frameworks Are Changing the Web
Why Python Web Frameworks Are Changing the Web
joelburton
Phing - A PHP Build Tool (An Introduction)
Phing - A PHP Build Tool (An Introduction)Phing - A PHP Build Tool (An Introduction)
Phing - A PHP Build Tool (An Introduction)
Michiel Rook
Optaros Surf Code Camp Walkthrough 2
Optaros Surf Code Camp Walkthrough 2Optaros Surf Code Camp Walkthrough 2
Optaros Surf Code Camp Walkthrough 2
Jeff Potts
Html
HtmlHtml
Html
Chidanand Byahatti
Developing Gadgets
Developing GadgetsDeveloping Gadgets
Developing Gadgets
Quirk
Creating Yahoo Mobile Widgets
Creating Yahoo Mobile WidgetsCreating Yahoo Mobile Widgets
Creating Yahoo Mobile Widgets
Ricardo Varela
Enterprise Google Gadgets Integrated with Alfresco - Open Source ECM
Enterprise Google Gadgets Integrated with Alfresco - Open Source ECM Enterprise Google Gadgets Integrated with Alfresco - Open Source ECM
Enterprise Google Gadgets Integrated with Alfresco - Open Source ECM
Alfresco Software
Creating a Webpage
Creating a WebpageCreating a Webpage
Creating a Webpage
Matthew Mobbs
Optaros Surf Code Camp Walkthrough 1
Optaros Surf Code Camp Walkthrough 1Optaros Surf Code Camp Walkthrough 1
Optaros Surf Code Camp Walkthrough 1
Jeff Potts
Optaros Surf Code Camp Lab 4
Optaros Surf Code Camp Lab 4Optaros Surf Code Camp Lab 4
Optaros Surf Code Camp Lab 4
Jeff Potts
HTML5: 5 Quick Wins
HTML5:  5 Quick WinsHTML5:  5 Quick Wins
HTML5: 5 Quick Wins
Jeff Leombruno
HTML5 - techMaine Presentation 5/18/09
HTML5 - techMaine Presentation 5/18/09HTML5 - techMaine Presentation 5/18/09
HTML5 - techMaine Presentation 5/18/09
pemaquid
HTML5 Overview
HTML5 OverviewHTML5 Overview
HTML5 Overview
reybango
Evolution of API With Blogging
Evolution of API With BloggingEvolution of API With Blogging
Evolution of API With Blogging
Takatsugu Shigeta
Web design 2 - Basic HTML 2010
Web design 2 - Basic HTML 2010Web design 2 - Basic HTML 2010
Web design 2 - Basic HTML 2010
Matthew Mobbs
Xhtml Part1
Xhtml Part1Xhtml Part1
Xhtml Part1
nleesite
IBM Lotus Notes Domino XPages and XPages for Mobile
IBM Lotus Notes Domino XPages and XPages for MobileIBM Lotus Notes Domino XPages and XPages for Mobile
IBM Lotus Notes Domino XPages and XPages for Mobile
Chris Toohey
Flash templates for Joomla!
Flash templates for Joomla!Flash templates for Joomla!
Flash templates for Joomla!
Herman Peeren
Why Python Web Frameworks Are Changing the Web
Why Python Web Frameworks Are Changing the WebWhy Python Web Frameworks Are Changing the Web
Why Python Web Frameworks Are Changing the Web
joelburton
Phing - A PHP Build Tool (An Introduction)
Phing - A PHP Build Tool (An Introduction)Phing - A PHP Build Tool (An Introduction)
Phing - A PHP Build Tool (An Introduction)
Michiel Rook
Optaros Surf Code Camp Walkthrough 2
Optaros Surf Code Camp Walkthrough 2Optaros Surf Code Camp Walkthrough 2
Optaros Surf Code Camp Walkthrough 2
Jeff Potts
Developing Gadgets
Developing GadgetsDeveloping Gadgets
Developing Gadgets
Quirk

Recently uploaded (20)

UiPath Agentic Automation Capabilities and Opportunities
UiPath Agentic Automation Capabilities and OpportunitiesUiPath Agentic Automation Capabilities and Opportunities
UiPath Agentic Automation Capabilities and Opportunities
DianaGray10
Wondershare Filmora Crack 14.3.2.11147 Latest
Wondershare Filmora Crack 14.3.2.11147 LatestWondershare Filmora Crack 14.3.2.11147 Latest
Wondershare Filmora Crack 14.3.2.11147 Latest
udkg888
Understanding Traditional AI with Custom Vision & MuleSoft.pptx
Understanding Traditional AI with Custom Vision & MuleSoft.pptxUnderstanding Traditional AI with Custom Vision & MuleSoft.pptx
Understanding Traditional AI with Custom Vision & MuleSoft.pptx
shyamraj55
Formal Methods: Whence and Whither? [Martin Fr辰nzle Festkolloquium, 2025]
Formal Methods: Whence and Whither? [Martin Fr辰nzle Festkolloquium, 2025]Formal Methods: Whence and Whither? [Martin Fr辰nzle Festkolloquium, 2025]
Formal Methods: Whence and Whither? [Martin Fr辰nzle Festkolloquium, 2025]
Jonathan Bowen
DevNexus - Building 10x Development Organizations.pdf
DevNexus - Building 10x Development Organizations.pdfDevNexus - Building 10x Development Organizations.pdf
DevNexus - Building 10x Development Organizations.pdf
Justin Reock
Technology use over time and its impact on consumers and businesses.pptx
Technology use over time and its impact on consumers and businesses.pptxTechnology use over time and its impact on consumers and businesses.pptx
Technology use over time and its impact on consumers and businesses.pptx
kaylagaze
Early Adopter's Guide to AI Moderation (Preview)
Early Adopter's Guide to AI Moderation (Preview)Early Adopter's Guide to AI Moderation (Preview)
Early Adopter's Guide to AI Moderation (Preview)
nick896721
UiPath Automation Developer Associate Training Series 2025 - Session 1
UiPath Automation Developer Associate Training Series 2025 - Session 1UiPath Automation Developer Associate Training Series 2025 - Session 1
UiPath Automation Developer Associate Training Series 2025 - Session 1
DianaGray10
Gojek Clone Multi-Service Super App.pptx
Gojek Clone Multi-Service Super App.pptxGojek Clone Multi-Service Super App.pptx
Gojek Clone Multi-Service Super App.pptx
V3cube
Endpoint Backup: 3 Reasons MSPs Ignore It
Endpoint Backup: 3 Reasons MSPs Ignore ItEndpoint Backup: 3 Reasons MSPs Ignore It
Endpoint Backup: 3 Reasons MSPs Ignore It
MSP360
EaseUS Partition Master Crack 2025 + Serial Key
EaseUS Partition Master Crack 2025 + Serial KeyEaseUS Partition Master Crack 2025 + Serial Key
EaseUS Partition Master Crack 2025 + Serial Key
kherorpacca127
Fl studio crack version 12.9 Free Download
Fl studio crack version 12.9 Free DownloadFl studio crack version 12.9 Free Download
Fl studio crack version 12.9 Free Download
kherorpacca127
Cloud of everything Tech of the 21 century in Aviation
Cloud of everything Tech of the 21 century in AviationCloud of everything Tech of the 21 century in Aviation
Cloud of everything Tech of the 21 century in Aviation
Assem mousa
BoxLang JVM Language : The Future is Dynamic
BoxLang JVM Language : The Future is DynamicBoxLang JVM Language : The Future is Dynamic
BoxLang JVM Language : The Future is Dynamic
Ortus Solutions, Corp
MIND Revenue Release Quarter 4 2024 - Finacial Presentation
MIND Revenue Release Quarter 4 2024 - Finacial PresentationMIND Revenue Release Quarter 4 2024 - Finacial Presentation
MIND Revenue Release Quarter 4 2024 - Finacial Presentation
MIND CTI
Build with AI on Google Cloud Session #4
Build with AI on Google Cloud Session #4Build with AI on Google Cloud Session #4
Build with AI on Google Cloud Session #4
Margaret Maynard-Reid
The Future of Repair: Transparent and Incremental by Botond Denes
The Future of Repair: Transparent and Incremental by Botond DenesThe Future of Repair: Transparent and Incremental by Botond Denes
The Future of Repair: Transparent and Incremental by Botond Denes
ScyllaDB
TrustArc Webinar - Building your DPIA/PIA Program: Best Practices & Tips
TrustArc Webinar - Building your DPIA/PIA Program: Best Practices & TipsTrustArc Webinar - Building your DPIA/PIA Program: Best Practices & Tips
TrustArc Webinar - Building your DPIA/PIA Program: Best Practices & Tips
TrustArc
What Makes "Deep Research"? A Dive into AI Agents
What Makes "Deep Research"? A Dive into AI AgentsWhat Makes "Deep Research"? A Dive into AI Agents
What Makes "Deep Research"? A Dive into AI Agents
Zilliz
Brave Browser Crack 1.45.133 Activated 2025
Brave Browser Crack 1.45.133 Activated 2025Brave Browser Crack 1.45.133 Activated 2025
Brave Browser Crack 1.45.133 Activated 2025
kherorpacca00126
UiPath Agentic Automation Capabilities and Opportunities
UiPath Agentic Automation Capabilities and OpportunitiesUiPath Agentic Automation Capabilities and Opportunities
UiPath Agentic Automation Capabilities and Opportunities
DianaGray10
Wondershare Filmora Crack 14.3.2.11147 Latest
Wondershare Filmora Crack 14.3.2.11147 LatestWondershare Filmora Crack 14.3.2.11147 Latest
Wondershare Filmora Crack 14.3.2.11147 Latest
udkg888
Understanding Traditional AI with Custom Vision & MuleSoft.pptx
Understanding Traditional AI with Custom Vision & MuleSoft.pptxUnderstanding Traditional AI with Custom Vision & MuleSoft.pptx
Understanding Traditional AI with Custom Vision & MuleSoft.pptx
shyamraj55
Formal Methods: Whence and Whither? [Martin Fr辰nzle Festkolloquium, 2025]
Formal Methods: Whence and Whither? [Martin Fr辰nzle Festkolloquium, 2025]Formal Methods: Whence and Whither? [Martin Fr辰nzle Festkolloquium, 2025]
Formal Methods: Whence and Whither? [Martin Fr辰nzle Festkolloquium, 2025]
Jonathan Bowen
DevNexus - Building 10x Development Organizations.pdf
DevNexus - Building 10x Development Organizations.pdfDevNexus - Building 10x Development Organizations.pdf
DevNexus - Building 10x Development Organizations.pdf
Justin Reock
Technology use over time and its impact on consumers and businesses.pptx
Technology use over time and its impact on consumers and businesses.pptxTechnology use over time and its impact on consumers and businesses.pptx
Technology use over time and its impact on consumers and businesses.pptx
kaylagaze
Early Adopter's Guide to AI Moderation (Preview)
Early Adopter's Guide to AI Moderation (Preview)Early Adopter's Guide to AI Moderation (Preview)
Early Adopter's Guide to AI Moderation (Preview)
nick896721
UiPath Automation Developer Associate Training Series 2025 - Session 1
UiPath Automation Developer Associate Training Series 2025 - Session 1UiPath Automation Developer Associate Training Series 2025 - Session 1
UiPath Automation Developer Associate Training Series 2025 - Session 1
DianaGray10
Gojek Clone Multi-Service Super App.pptx
Gojek Clone Multi-Service Super App.pptxGojek Clone Multi-Service Super App.pptx
Gojek Clone Multi-Service Super App.pptx
V3cube
Endpoint Backup: 3 Reasons MSPs Ignore It
Endpoint Backup: 3 Reasons MSPs Ignore ItEndpoint Backup: 3 Reasons MSPs Ignore It
Endpoint Backup: 3 Reasons MSPs Ignore It
MSP360
EaseUS Partition Master Crack 2025 + Serial Key
EaseUS Partition Master Crack 2025 + Serial KeyEaseUS Partition Master Crack 2025 + Serial Key
EaseUS Partition Master Crack 2025 + Serial Key
kherorpacca127
Fl studio crack version 12.9 Free Download
Fl studio crack version 12.9 Free DownloadFl studio crack version 12.9 Free Download
Fl studio crack version 12.9 Free Download
kherorpacca127
Cloud of everything Tech of the 21 century in Aviation
Cloud of everything Tech of the 21 century in AviationCloud of everything Tech of the 21 century in Aviation
Cloud of everything Tech of the 21 century in Aviation
Assem mousa
BoxLang JVM Language : The Future is Dynamic
BoxLang JVM Language : The Future is DynamicBoxLang JVM Language : The Future is Dynamic
BoxLang JVM Language : The Future is Dynamic
Ortus Solutions, Corp
MIND Revenue Release Quarter 4 2024 - Finacial Presentation
MIND Revenue Release Quarter 4 2024 - Finacial PresentationMIND Revenue Release Quarter 4 2024 - Finacial Presentation
MIND Revenue Release Quarter 4 2024 - Finacial Presentation
MIND CTI
Build with AI on Google Cloud Session #4
Build with AI on Google Cloud Session #4Build with AI on Google Cloud Session #4
Build with AI on Google Cloud Session #4
Margaret Maynard-Reid
The Future of Repair: Transparent and Incremental by Botond Denes
The Future of Repair: Transparent and Incremental by Botond DenesThe Future of Repair: Transparent and Incremental by Botond Denes
The Future of Repair: Transparent and Incremental by Botond Denes
ScyllaDB
TrustArc Webinar - Building your DPIA/PIA Program: Best Practices & Tips
TrustArc Webinar - Building your DPIA/PIA Program: Best Practices & TipsTrustArc Webinar - Building your DPIA/PIA Program: Best Practices & Tips
TrustArc Webinar - Building your DPIA/PIA Program: Best Practices & Tips
TrustArc
What Makes "Deep Research"? A Dive into AI Agents
What Makes "Deep Research"? A Dive into AI AgentsWhat Makes "Deep Research"? A Dive into AI Agents
What Makes "Deep Research"? A Dive into AI Agents
Zilliz
Brave Browser Crack 1.45.133 Activated 2025
Brave Browser Crack 1.45.133 Activated 2025Brave Browser Crack 1.45.133 Activated 2025
Brave Browser Crack 1.45.133 Activated 2025
kherorpacca00126

Mobile library on drupal cil2011

  • 1. Mobile Website on Drupal Computer in Library March 23, 2011 Shian Chang Georgetown University
  • 2. Agenda History Approaches Mobile Services Drupal Future Plan
  • 3. History The library website is built on Drupal 6 since 2009. Started to plan the mobile website on the same Drupal in 2010. The Mobile website was launched on January 2011.
  • 4. Approaches Develop a mobile web (not iPhone nor Android app) Build on the same Drupal of the main library website Build a framework for easily adding mobile content Share the data with the main library website
  • 5. Mobile Services Library Hours and Locations Library Catalog Ask Us Mobile resources
  • 6. Drupal Drupal module and Theme Mobile Page Basic Mobile view Basic Other Mobile Pages
  • 7. Drupal Module and Theme Install Mobile Tool module and iWebkit theme. Enable iWebkit theme and configure it. Configure Mobile Tool Configure <library-home>/mobile/* to be mobile pages Switch to iWebkit theme for all path of <library-home>/mobile/* Demo (Mobile Tool Configuration)
  • 8. Mobile Page Basic iWebkit Framework Mobile Page Framework Mobile Page Content Mobile Page Path
  • 9. iWebkit Framework <ul class=pageitem> <li class=textbox></li> <li class=textbox></li> <li class=menu></li> <li class=store></li> </ul> <li class=&quot;menu&quot;> <a href=&quot;index.php&quot;> <img alt=&quot;Description&quot; src=/slideshow/mobile-library-on-drupal-cil2011/7375285/&quot;thumbs/basics.png&quot; /> <span class=&quot;name&quot;>Iphone iwebkit Example</span> <span class=&quot;arrow&quot;></span> </a> </li> <li class=&quot;store&quot;> <a href=&quot;index.php&quot;> <span class=&quot;image&quot; style=&quot;background-image: url(/slideshow/mobile-library-on-drupal-cil2011/7375285/&)&quot;></span> <span class=&quot;name&quot;>Iphone Song</span> <span class=&quot;comment&quot;>iWebKit Comment</span> <img alt=&quot;rating&quot; class=&quot;stars&quot; src=&quot;images/4stars.png&quot; /> <span class=&quot;starcomment&quot;>13 Reviews<br> </span> <span class=&quot;arrow&quot;></span> </a> </li>
  • 10. Mobile Page Framework Add <ul class=pageItem> in page.tpl.php for iWebkit theme. <ul class=&quot;pageitem&quot;> <?php if($content): ?> <?php print $content; ?> <?php endif; ?><!--End of content --> </ul>
  • 11. Mobile Page Content Add <li class=> as the content of Mobile Page
  • 12. Mobile Page Path Assign the path of the page to be ~/mobile/., then iWebkit theme applies to the page.
  • 13. Mobile View Basic Create a view Customize Fields in the view Theme field in view as need View page path
  • 15. Customize Fields in View Because <ul class= pageItem > has been in page.tpl.php of iWebkit theme, Construct <li> at each field to be displayed Rewrite the output of this field Output this field as a link Link path URL of the menu item Prefix text - <li > Suffix text - </li>
  • 16. <li class=&quot;menu2&quot;> <a href=&quot;/mobile/service-point/Circulation%20Desk&quot; title=&quot;More on Circulation Desk&quot;> <img src=/slideshow/mobile-library-on-drupal-cil2011/7375285/&quot;/sites/default/files/images/Circulation Desk-small.png&quot; /> <span class=&quot;name&quot;>Circulation Desk</span> <span class=&quot;comment&quot;>8:30am - Midnight</span> <span class=&quot;arrow&quot;></span> </a> </li>
  • 17. Path of View Page Assign the path name with ~/mobile/., then iWebkit theme applies to the page.
  • 18. Theme Field in View Create a template file at ~/sites/all/theme/iwebkit directory. Make the file name as views-view-field-- [field-name] .tpl.php The template file overwrites the views-view-field.tpl.php (default template).
  • 19. Example of Template File views-view-field-- field-phone-value .tpl.php <?php $phone_output = '<li class=&quot;menu&quot;><a href=&quot;tel:'.$output.'&quot;><img src=/slideshow/mobile-library-on-drupal-cil2011/7375285/&quot;/sites/default/files/images/phone-small.png&quot; /><span class=&quot;name&quot;>Call ; $phone_output = $phone_output.$output.'</span><span class=&quot;arrow&quot;></span></a></li>'; print $phone_output; ?>
  • 20. Theming Information in View Click on Information to see the theme template information
  • 21. Theming Information in View Select iWebkit theme Click on Change theme to see all template files used by the view
  • 22. Theming Information in View The template views-view-field-- field-phone-value .tpl.php overwrites views-view-field.tpl.php for the field_phone.
  • 23. Other Mobile Pages Mobile Home page Library Catalog
  • 24. Mobile Home Page Create a content type called Mobile Service icon image Link Create a view called mobile_services Configure display style as grid to display 4 columns for each row Create a theme file to adjust the spaces The new file has the name as view-view-grid- mobile-services .tpl.php. The new file overwrites views-view-grid.tpl.php (default).
  • 25. Library Catalog Use Web service Develop PHP code to parse the XML and format the display Consortium Arquabrowser (Library Catalog Discovery Server) Georgetown University Website (Drupal) Submit a search request Response an XML with search result
  • 27. Future Plan Add more mobile services such as My Account. Add SMS capability and integrate with LibraryH3lp. Improve Library Catalog with access to other libraries in our consortium.
  • 28. Question? Georgetown University Mobile site: http://library.georgetown.edu/mobile Georgetown University Website: http://library.georgetown.edu Drupal iWebkit: http://drupal.org/project/iwebkit Drupal Mobile Tool: http://drupal.org/project/mobile_tools Thank You ! Shian Chang (slc72@georgetown.edu)