mobilize joomla

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

Upload: kyle-ledbetter

Post on 11-May-2015

2.692 views

Category:

Technology


3 download

DESCRIPTION

Check out the awesome options for making your Joomla site mobile optimized.

TRANSCRIPT

Page 1: Mobilize Joomla

Mobilize your Joomla siteKyle Ledbetter

eBay / Pixel PraiseImage credit: NBC Productions, Inc.

Page 2: Mobilize Joomla

Raise your handif you surf the web on a mobile device

Page 3: Mobilize Joomla

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

Page 4: Mobilize Joomla

Mobile Traffic is Growing

Monthly Mobile Traffic

iPadiPhoneAndroidSymbianOSBlackberry

Page 5: Mobilize Joomla

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: Mobilize Joomla

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: Mobilize Joomla

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: Mobilize Joomla
Page 9: Mobilize Joomla
Page 10: Mobilize Joomla
Page 11: Mobilize Joomla

Mobile Template Parameters

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

(screenshot of Rockettheme Gantry mobile template params)

Page 12: Mobilize Joomla

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

and you get automatic mobile versions for many mobile browsers.

Page 13: Mobilize Joomla
Page 14: Mobilize Joomla
Page 15: Mobilize Joomla
Page 16: Mobilize Joomla

Settings

Page 17: Mobilize Joomla

Lots of settings

Page 18: Mobilize Joomla

Mobile Joomla Extensions

1 component

4 templates

4 plugins

6 module positions for each template

(screens courtesy of OStraining)

Page 19: Mobilize Joomla

TapThemeInstall mobile templates specifically designed for iPhone, iPad &

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

Page 20: Mobilize Joomla
Page 21: Mobilize Joomla
Page 22: Mobilize Joomla
Page 23: Mobilize Joomla
Page 24: Mobilize Joomla

TapTheme Setup & Params

17 color options for each template

Assign template to each browser

Create a control panel of icons

Page 25: Mobilize Joomla

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 26: Mobilize Joomla

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 27: Mobilize Joomla

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 28: Mobilize Joomla

Weigh Your Choices

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

• CSS Media Query

• PHP Conditionals

• TapTheme

• Mobile Joomla!

Easy Moderate Advanced

Page 29: Mobilize Joomla

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 30: Mobilize Joomla

How do you debug mobile extensions?

It’s easier than you think!

Page 31: Mobilize Joomla

Safari Developer Tools(similar tools in Firefox and Chrome)

Page 32: Mobilize Joomla
Page 33: Mobilize Joomla
Page 34: Mobilize Joomla
Page 35: Mobilize Joomla

Xcode$4.99 on the Apple App Store

Page 36: Mobilize Joomla

iOS SimulatorPart of Xcode. Formerly named “iPhone Simulator”

Page 37: Mobilize Joomla

What about the admin?

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

Page 38: Mobilize Joomla

Joomla Admin MobileNative iPhone & iPad app for Joomla administrators.

Currently supports core components.

Page 39: Mobilize Joomla
Page 40: Mobilize Joomla
Page 41: Mobilize Joomla

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

approach as TapTheme iPad, but on the admin side.

Page 42: Mobilize Joomla
Page 43: Mobilize Joomla
Page 44: Mobilize Joomla

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

work across many mobile form factors.

Page 45: Mobilize Joomla
Page 46: Mobilize Joomla

What about the future?

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

Page 47: Mobilize Joomla

Begun, the tablet war has.

Image credit: technobolt.com

Page 48: Mobilize Joomla

http://store.pixelpraise.com

25% Coupon Code: jd11ne

Page 49: Mobilize Joomla

Back to youQuestions anyone?

Page 50: Mobilize Joomla

Kyle [email protected]

@kyleledbetter

www.adminpraise.com

www.projectfork.net

www.taptheme.com