mobile your joomla site

52
Mobilize your Joomla site Kyle Ledbetter eBay / Pixel Praise Image credit: NBC Productions, Inc.

Upload: kyle-ledbetter

Post on 11-May-2015

5.813 views

Category:

Technology


0 download

DESCRIPTION

2011 CMS Expo presentation for different mobile Joomla solutions.

TRANSCRIPT

Page 1: Mobile Your Joomla Site

Mobilize your Joomla siteKyle Ledbetter

eBay / Pixel PraiseImage credit: NBC Productions, Inc.

Page 2: Mobile Your Joomla Site

Raise your handif you surf the web on a mobile device

Page 3: Mobile Your Joomla Site

Which camp are you in?iPhone, Android, HP/Palm, Blackberry, Nokia, iPad

Page 4: Mobile Your Joomla Site

Mobile Traffic is Growing

Monthly Mobile Traffic

iPadiPhoneAndroidSymbianOSBlackberry

Page 5: Mobile Your Joomla Site

What choices do you have?(lots, as always with Joomla)

• Built-in mobile optimization

• Mobile components

• Specific mobile templates

• Custom mobile PHP & CSS

Page 6: Mobile Your Joomla Site

How is one to choose?What are your needs?

Do you already have a template?

Yes - Mobile Joomla, TapTheme or custom CSS

No – Rockettheme, Morph, Yootheme, Shape5

Page 7: Mobile Your Joomla Site

Mobile Optimized Club Templates

Most popular Joomla clubs have built-in mobile optimization for their templates. If you’re going the stock route, this is very easy

for you.

Page 8: Mobile Your Joomla Site
Page 9: Mobile Your Joomla Site
Page 10: Mobile Your Joomla Site
Page 11: Mobile Your Joomla Site

Mobile Template Parameters

Most club templates offer easy, but limited options for mobile optimization.

(screenshot of Rockettheme Gantry mobile template params)

Page 12: Mobile Your Joomla Site

Mobile JoomlaInstall a component, templates & plugins on your existing site,

and you get automatic mobile versions for many mobile browsers.

Page 13: Mobile Your Joomla Site
Page 14: Mobile Your Joomla Site
Page 15: Mobile Your Joomla Site
Page 16: Mobile Your Joomla Site

Settings

Page 17: Mobile Your Joomla Site

Lots of settings

Page 18: Mobile Your Joomla Site

Mobile Joomla Extensions

1 component

4 templates

4 plugins

6 module positions for each template

(screens courtesy of OStraining)

Page 19: Mobile Your Joomla Site

TapThemeInstall mobile templates specifically designed for iPhone, iPad &

Android, which are assigned by a template-switching plugin.

Page 20: Mobile Your Joomla Site
Page 21: Mobile Your Joomla Site
Page 22: Mobile Your Joomla Site
Page 23: Mobile Your Joomla Site
Page 24: Mobile Your Joomla Site

TapTheme Setup & Params

17 color options for each template

Assign template to each browser

Create a control panel of icons

Page 25: Mobile Your Joomla Site

JoooidJoooid is an Android client for the Joomla CMS: it has been

created to publish articles with html text, images, galleries and maps.

Page 26: Mobile Your Joomla Site
Page 27: Mobile Your Joomla Site
Page 28: Mobile Your Joomla Site

Joooid Setup- Install & enable plugin

- Enable Web Services

- Install Joooid on device

- Login on device

Page 29: Mobile Your Joomla Site

Custom CSS & PHPSometimes you don’t need an entirely different mobile template. With CSS & PHP you can adjust your template for browser width,

version & OS.

Page 30: Mobile Your Joomla Site

CSS Media Queries

@media all and (max-width: 1024px) and (min-width: 768px) {  #absolute-div{    display: none;  }}

@media all and (max-width: 480px) and (min-width: 320px) {  #mainnav ul li{    float: none;    display: block;    width: 100%;  }}

Page 31: Mobile Your Joomla Site

JFactory Brower Detection

<?php

jimport('joomla.environment.browser');$doc =& JFactory::getDocument();$browser = &JBrowser::getInstance();$browserType = $browser->getBrowser();$browserVersion = $browser->getMajor();if(($browserType == 'msie') && ($browserVersion < 7)){$doc->addStyleSheet( 'css/ie6.css' );

}

?>

<body class=“<?php print $browerType;?>”>

Page 32: Mobile Your Joomla Site

Weigh Your Choices

• Club templates• Rockettheme• Shape5• Yootheme• Morph• Gavick

• CSS Media Query

• PHP Conditionals

• TapTheme

• Mobile Joomla!

Easy Moderate Advanced

Page 33: Mobile Your Joomla Site

It’s really about content.The point of all these mobile themes and optimizations is content delivery on mobile devices, plain and simple.

Is it easy to use and easy to read?

Page 34: Mobile Your Joomla Site

How do you debug mobile extensions?

It’s easier than you think!

Page 35: Mobile Your Joomla Site

Safari Developer Tools(similar tools in Firefox and Chrome)

Page 36: Mobile Your Joomla Site
Page 37: Mobile Your Joomla Site
Page 38: Mobile Your Joomla Site
Page 39: Mobile Your Joomla Site

Xcode$4.99 on the Apple App Store

Page 40: Mobile Your Joomla Site

iOS SimulatorPart of Xcode. Formerly named “iPhone Simulator”

Page 41: Mobile Your Joomla Site

What about the admin?

Yes, there’s mobile solutions for the admin also!

Page 42: Mobile Your Joomla Site

Joomla Admin MobileNative iPhone & iPad app for Joomla administrators.

Currently supports core components.

Page 43: Mobile Your Joomla Site
Page 44: Mobile Your Joomla Site
Page 45: Mobile Your Joomla Site

AdminPad from AdminPraiseJoomla admin template that mimics a native iPad app. Same

approach as TapTheme iPad, but on the admin side.

Page 46: Mobile Your Joomla Site
Page 47: Mobile Your Joomla Site
Page 48: Mobile Your Joomla Site

Coming Soon: AdminPhoneBuilt on the awesome open source jQuery Mobile project. Will

work across many mobile form factors.

Page 49: Mobile Your Joomla Site
Page 50: Mobile Your Joomla Site

What about the future?

Tablets, media centers, TVs, and who knows what’s next?

Page 51: Mobile Your Joomla Site

Begun, the tablet war has.

Image credit: technobolt.com

Page 52: Mobile Your Joomla Site

Kyle [email protected]

@kyleledbetter

www.adminpraise.com

www.projectfork.net

www.taptheme.com