SlideShare ist ein Scribd-Unternehmen logo
1 von 41
We’re Going Mobile!
Great!
But Are We Ready?
We’re Going
Mobile! Great!
But Are We Ready?
Who Am I?
• Neil Perlin - Hyper/Word Services.
– Internationally recognized content consultant.
– Help clients create effective, efficient, flexible
content in anything from hard-copy to mobile.
– Certified – Flare, RoboHelp, Mimic, Viziapps.
– Working in mobile since 1998.
– Certified app development consultant and trainer.
– Lynda.com® author of training for Flare 12,
RoboHelp 2015.
Three Questions
• How to go mobile?
– Without repeating the definition errors of the old help
days.
• How should our development practices change?
– Don’t keep developing in ways that can cause trouble.
• How should our business processes change?
– Without supportive processes the effort will fail, or is
a one-off at best.
Three Options for
Going Mobile
1 – Responsive Output
• Creating one web site/help output that can detect
a display device’s properties and automatically
reformat itself accordingly.
– Vs creating one site/output for each device.
– Properties include screen size, resolution, if the
device has a screen, others.
• Developed by Ethan Marcotte in 2010.
– See http://alistapart.com/article/responsive-
web-design/
• For example…
Pittsburgh Children’s Museum
Flare
Notice…
• The skin changes as the screen size changes.
– Set up using the Skin Editor.
• The content layout changes as the screen size
changes.
– Set up using the Responsive Layout Editor.
• The text can change as the screen size changes,
like “click” to “tap” – truly adaptive content.
And RoboHelp
Responsive Design Issues
• Skin properties are global.
• But content layout properties are set topic by
topic.
• So defining content layout properties requires
planning.
• As does adaptive text.
2 – “Appified” Help
• We don’t think of apps from a tech comm
perspective.
• But if our help is largely text and images, these
examples of apps could have been created by
tech comm.
“Appified” Help Examples
• Reference – Messier List
“Appified” Help Examples
• Reference – Encyclopedia Britannica
“Appified” Help Examples
• Procedures/tasks – Drop
How To Appify Your Help
• Capability is built into RoboHelp 2015 +.
• Uses Adobe PhoneGap (http://phonegap.com/).
• Process gets into new areas but see this post by Robert
Desprez – http://tinyurl.com/h2y27o2
• PhoneGap or the cloud-based PhoneGap Build
(https://build.phonegap.com/) also works well
with Flare but isn’t built-in.
• I spoke on appifying a Flare target at MadWorld 2018.
• Here’s a simple RoboHelp 2015 project output
as an Android app using PhoneGap.
Notice…
• The multiple TOC levels came through, but with
no indent.
• The h1 style got funky in the conversion.
• Popups convert to hyperlinks.
• Everything else – index, search, glossary, and
dropdown and expanding links – seems to work.
• Here’s a simple Flare project converted to an
Android app using PhoneGap Build.
Notice…
• The flyout and (simple) TOC came through.
• The styles appear to have come through fine.
• Want to try this yourself?
– See PhoneGap Essentials by John Wargo or email me.
– See my post in the May 2017 MadCap blog –
http://www.madcapsoftware.com/blog/2017/05/18/co
nvert-madcap-flare-target-mobile-app/
• HTML5 output is effectively a web app…
• But do these examples look like what you expect
of an app?
• You can modify the look by using jQuery Mobile,
Dojo Mobile, or Sencha Touch.
• Or use the PhoneGap APIs to add features like a
camera, accelerometer, geolocation, and more.
• But if you don’t have the skills, inclination, or
time to work with the code, how do you get
from this:
• To this:
3 – “True” Apps
• If you need the look and features of a “true” app,
the last few years have seen the emergence of
code-light or code-free app development tools.
• Also called DIY app tools.
• Categorized by Forrester Research as Rapid Mobile
App Development (RMAD) tools.
• Goal – let non-programmers create apps and let
programmers create them faster.
• Here’s one example, ViziApps…
ViziApps
Other RMAD Tools
• See “10 simple tools for building mobile
apps fast” at http://tinyurl.com/hzz4j5c
Why Go To Full Apps?
• User expectations – again...
• Adds new capabilities to traditional content –
device location or orientation-based content,
built-in camera, RSS feeds, transaction
processing, and more.
Some Effect on
Development
Practices
No More Hacks
• “A hack is a one-off; good coding is forever.”
• Get rid of existing hacks.
• No more new ones.
No More Local Formatting
• This: <p class=“abc” style=“margin-left: 12px; text-
align: left;”> vs. this: <p>
• Inefficient and overrides the styles in your CSS.
– Not a mobile issue per se, though it bulks up files
and may slow downloading.
– But also just bad coding practice.
• Replace local formatting with styles.
– May mean cleaning up the CSS.
• Switch from points to a relative size unit.
Write for Mobile First
• “…often… mobile for a Web application or site
is designed and built after the PC version…
Here's three reasons why Web applications
should be designed for mobile first instead.”
– 1. Mobile is exploding
– 2. Mobile forces you to focus
– 3. Mobile extends your capabilities
» Mobile First, Luke Wroblewski
» http://www.lukew.com/ff/entry.asp?933
Rethink Your Writing Style
• Start planning now to make your writing:
– Shorter.
– More granular and focused.
• Say goodbye to concepts, maybe even to full
sentences.
• Consider the effect of screen rotation on design.
Eliminate Excess Content
• Focus on new knowledge rather than legacy.
• You can edit content but, at some point, its style
will change.
• May be easier to rewrite existing content from
scratch.
• “The wind was a torrent of darkness among the
gusty trees.” (The Highwayman, Alfred Noyes)
• To, with apologies to Alfred: “It was windy.”
Rethink Tables
• Given the trouble fitting tables into small device
screens, rethink what tables are and how to use
them?
• Is a table a container for multiple content pieces, only
one of which is needed at a time?
• If yes, can you replace tables with searches?
• Look for presentation alternatives that may be
more suitable for tiny screens.
– Or no screens.
Get Techie
• Get familiar with CSS – ideally at the code level
but at least conceptually.
• Ditto Javascript.
• Be able to go beyond your GUI tools, support
features like adaptive content.
Consider Changing Navigation
• Indexes are going away.
• They’ll be replaced by search.
– Flare’s “new” topnav skin has no place for an index.
Use Up-to-Date, Open Tools
• Look for tools that support new features like
responsive output, and get rid of old ones.
• Be wary of tools with proprietary features that
may not translate going forward.
• If you use such tools, be wary of leap-frogging
multiple versions to get up to date or switch to a
different tool.
– Such as RoboHelp’s multilevel list problem.
Start Looking Forward
• Think about:
• New interfaces – Consider voice, touch, haptic(?).
• Accumulating user search information to improve
your material now and for “the data halo” (Cognizant)
down the road.
• The bigger picture – Information 4.0.
Business Practices
to Look At
The Business “Foundation”
• Strategic definition – why do this?
• Technical definition – what is “mobile”to you?
• Tools – are your tools appropriate?
• Training – do authors know how to use them?
• Standards – are they in place? Followed?
• Development metrics – how long does this take?
• Usage analytics – do users read the stuff?
• Governance – workflow control?
• Benchmarking – are we doing a good job?
Hyper/Word Services Offers…
Training • Consulting • Development
Flare • Flare CSS • Flare Single Sourcing
RoboHelp Troubleshooting, Conversion to
Flare
ViziApps
Single sourcing • Structured authoring
Thank you... Questions?
978-657-5464
nperlin@nperlin.cnc.net
www.hyperword.com
Twitter: NeilEric

Weitere ähnliche Inhalte

Was ist angesagt?

Nitobi/PhoneGap at Bootup 2011
Nitobi/PhoneGap at Bootup 2011Nitobi/PhoneGap at Bootup 2011
Nitobi/PhoneGap at Bootup 2011Brian LeRoux
 
Chatbot in the library
Chatbot in the libraryChatbot in the library
Chatbot in the libraryAzra Fifie
 
Overcoming design challenges in hat based multichannel publishing - stc summi...
Overcoming design challenges in hat based multichannel publishing - stc summi...Overcoming design challenges in hat based multichannel publishing - stc summi...
Overcoming design challenges in hat based multichannel publishing - stc summi...Neil Perlin
 
Demystifying industry expectations job title-web-mobile developer
Demystifying industry expectations  job title-web-mobile developerDemystifying industry expectations  job title-web-mobile developer
Demystifying industry expectations job title-web-mobile developerSV.CO
 
6 ways to refine iPhone and iPad Apps
6 ways to refine iPhone and iPad Apps6 ways to refine iPhone and iPad Apps
6 ways to refine iPhone and iPad AppsGinsburg Design
 
Native vs hybrid approach Mobile App Development
Native vs hybrid approach Mobile App DevelopmentNative vs hybrid approach Mobile App Development
Native vs hybrid approach Mobile App DevelopmentSenthil Kumar Kaliathan
 
Tech Thursdays: Building Products
Tech Thursdays: Building ProductsTech Thursdays: Building Products
Tech Thursdays: Building ProductsHayden Bleasel
 
Conversation UIs & Chatbots an introduction
Conversation UIs & Chatbots an introductionConversation UIs & Chatbots an introduction
Conversation UIs & Chatbots an introductionMarion Mulder
 
Lesson learned in developing UI and mobile apps blibli.com
Lesson learned in developing UI and mobile apps blibli.comLesson learned in developing UI and mobile apps blibli.com
Lesson learned in developing UI and mobile apps blibli.comifnu bima
 
Ibm worklight - going from xpages mobile to native mobile applications
Ibm worklight - going from xpages mobile to native mobile applicationsIbm worklight - going from xpages mobile to native mobile applications
Ibm worklight - going from xpages mobile to native mobile applicationsMark Roden
 
Impact of Adobe Edge Tools and Services in Higher Education
Impact of Adobe Edge Tools and Services in Higher EducationImpact of Adobe Edge Tools and Services in Higher Education
Impact of Adobe Edge Tools and Services in Higher EducationJoseph Labrecque
 
LF_APIStrat17_Connect Your RESTful API to Hundreds of Others in Minutes (Zapi...
LF_APIStrat17_Connect Your RESTful API to Hundreds of Others in Minutes (Zapi...LF_APIStrat17_Connect Your RESTful API to Hundreds of Others in Minutes (Zapi...
LF_APIStrat17_Connect Your RESTful API to Hundreds of Others in Minutes (Zapi...LF_APIStrat
 
iPhone App Design: A user-centered approach
iPhone App Design: A user-centered approachiPhone App Design: A user-centered approach
iPhone App Design: A user-centered approachGinsburg Design
 
Native vs Hybrid - Demystifying the Technology Dilemma
Native vs Hybrid - Demystifying the Technology Dilemma Native vs Hybrid - Demystifying the Technology Dilemma
Native vs Hybrid - Demystifying the Technology Dilemma RST-IT
 

Was ist angesagt? (17)

Nitobi/PhoneGap at Bootup 2011
Nitobi/PhoneGap at Bootup 2011Nitobi/PhoneGap at Bootup 2011
Nitobi/PhoneGap at Bootup 2011
 
Final presentation on chatbot
Final presentation on chatbotFinal presentation on chatbot
Final presentation on chatbot
 
Chatbot in the library
Chatbot in the libraryChatbot in the library
Chatbot in the library
 
Overcoming design challenges in hat based multichannel publishing - stc summi...
Overcoming design challenges in hat based multichannel publishing - stc summi...Overcoming design challenges in hat based multichannel publishing - stc summi...
Overcoming design challenges in hat based multichannel publishing - stc summi...
 
Demystifying industry expectations job title-web-mobile developer
Demystifying industry expectations  job title-web-mobile developerDemystifying industry expectations  job title-web-mobile developer
Demystifying industry expectations job title-web-mobile developer
 
6 ways to refine iPhone and iPad Apps
6 ways to refine iPhone and iPad Apps6 ways to refine iPhone and iPad Apps
6 ways to refine iPhone and iPad Apps
 
Chatbot
ChatbotChatbot
Chatbot
 
Native vs hybrid approach Mobile App Development
Native vs hybrid approach Mobile App DevelopmentNative vs hybrid approach Mobile App Development
Native vs hybrid approach Mobile App Development
 
Tech Thursdays: Building Products
Tech Thursdays: Building ProductsTech Thursdays: Building Products
Tech Thursdays: Building Products
 
Conversation UIs & Chatbots an introduction
Conversation UIs & Chatbots an introductionConversation UIs & Chatbots an introduction
Conversation UIs & Chatbots an introduction
 
Lesson learned in developing UI and mobile apps blibli.com
Lesson learned in developing UI and mobile apps blibli.comLesson learned in developing UI and mobile apps blibli.com
Lesson learned in developing UI and mobile apps blibli.com
 
Ibm worklight - going from xpages mobile to native mobile applications
Ibm worklight - going from xpages mobile to native mobile applicationsIbm worklight - going from xpages mobile to native mobile applications
Ibm worklight - going from xpages mobile to native mobile applications
 
iPad App-Citement!
iPad App-Citement!iPad App-Citement!
iPad App-Citement!
 
Impact of Adobe Edge Tools and Services in Higher Education
Impact of Adobe Edge Tools and Services in Higher EducationImpact of Adobe Edge Tools and Services in Higher Education
Impact of Adobe Edge Tools and Services in Higher Education
 
LF_APIStrat17_Connect Your RESTful API to Hundreds of Others in Minutes (Zapi...
LF_APIStrat17_Connect Your RESTful API to Hundreds of Others in Minutes (Zapi...LF_APIStrat17_Connect Your RESTful API to Hundreds of Others in Minutes (Zapi...
LF_APIStrat17_Connect Your RESTful API to Hundreds of Others in Minutes (Zapi...
 
iPhone App Design: A user-centered approach
iPhone App Design: A user-centered approachiPhone App Design: A user-centered approach
iPhone App Design: A user-centered approach
 
Native vs Hybrid - Demystifying the Technology Dilemma
Native vs Hybrid - Demystifying the Technology Dilemma Native vs Hybrid - Demystifying the Technology Dilemma
Native vs Hybrid - Demystifying the Technology Dilemma
 

Ähnlich wie Neil Perlin - We're Going Mobile! Great! Are We Ready?

Ready to go Mobile? Today's Mobile Landscape: Responsive, Adaptive, Hybrid, a...
Ready to go Mobile? Today's Mobile Landscape: Responsive, Adaptive, Hybrid, a...Ready to go Mobile? Today's Mobile Landscape: Responsive, Adaptive, Hybrid, a...
Ready to go Mobile? Today's Mobile Landscape: Responsive, Adaptive, Hybrid, a...Jeremy Johnson
 
Overcoming design challenges in HAT-based multichannel publishing
Overcoming design challenges in HAT-based multichannel publishingOvercoming design challenges in HAT-based multichannel publishing
Overcoming design challenges in HAT-based multichannel publishingJack Molisani
 
Why Do Mobile Projects Fail?
Why Do Mobile Projects Fail?Why Do Mobile Projects Fail?
Why Do Mobile Projects Fail?Indiginox
 
UX design for every screen
UX design for every screenUX design for every screen
UX design for every screenFour Kitchens
 
Designing and Theming Drupal for Mobile Devices
Designing and Theming Drupal for Mobile DevicesDesigning and Theming Drupal for Mobile Devices
Designing and Theming Drupal for Mobile DevicesDavid Lanier
 
Intro to tech stacks bonny
Intro to tech stacks bonnyIntro to tech stacks bonny
Intro to tech stacks bonnyLama K Banna
 
Integrating hat content into mobile app lavacon
Integrating hat content into mobile app   lavaconIntegrating hat content into mobile app   lavacon
Integrating hat content into mobile app lavaconNeil Perlin
 
Putting Mobile First
Putting Mobile FirstPutting Mobile First
Putting Mobile FirstPrecedent
 
Seminar: Putting Mobile First
Seminar: Putting Mobile FirstSeminar: Putting Mobile First
Seminar: Putting Mobile FirstPrecedent
 
LATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptx
LATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptxLATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptx
LATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptxchitrachauhan21
 
Mobile media module part 6 - app development rev-mf
Mobile media module   part 6 - app development rev-mfMobile media module   part 6 - app development rev-mf
Mobile media module part 6 - app development rev-mfMichelle Ferrier
 
Creating Mobile Aps without Coding
Creating Mobile Aps without CodingCreating Mobile Aps without Coding
Creating Mobile Aps without CodingJack Molisani
 
Uxpin web ui design patterns 2014
Uxpin web ui design patterns 2014Uxpin web ui design patterns 2014
Uxpin web ui design patterns 2014MoodLabs
 
10 skills developers should invest in for 2014
10 skills developers should invest in for 201410 skills developers should invest in for 2014
10 skills developers should invest in for 2014Pakorn Weecharungsan
 
Spectrum 16 pmc 16 - mobile and tech comm
Spectrum 16   pmc 16 - mobile and tech commSpectrum 16   pmc 16 - mobile and tech comm
Spectrum 16 pmc 16 - mobile and tech commNeil Perlin
 
10 stops towards a responsive web design mindset
10 stops towards a responsive web design mindset10 stops towards a responsive web design mindset
10 stops towards a responsive web design mindsetMiika Puputti
 
Keynote- We're going wrong: Choosing the web's future. Peter Paul Koch
Keynote- We're going wrong: Choosing the web's future. Peter Paul KochKeynote- We're going wrong: Choosing the web's future. Peter Paul Koch
Keynote- We're going wrong: Choosing the web's future. Peter Paul KochFuture Insights
 
Overcoming Design Challenges in HAT-Based Multichannel Publishing
Overcoming Design Challenges in HAT-Based Multichannel PublishingOvercoming Design Challenges in HAT-Based Multichannel Publishing
Overcoming Design Challenges in HAT-Based Multichannel PublishingSTC-Philadelphia Metro Chapter
 
Web UI Design Patterns 2014
Web UI Design Patterns 2014Web UI Design Patterns 2014
Web UI Design Patterns 2014Lewis Lin 🦊
 
Why do mobile projects (still) fail - September 2014 edition
Why do mobile projects (still) fail - September 2014 editionWhy do mobile projects (still) fail - September 2014 edition
Why do mobile projects (still) fail - September 2014 editionIndiginox
 

Ähnlich wie Neil Perlin - We're Going Mobile! Great! Are We Ready? (20)

Ready to go Mobile? Today's Mobile Landscape: Responsive, Adaptive, Hybrid, a...
Ready to go Mobile? Today's Mobile Landscape: Responsive, Adaptive, Hybrid, a...Ready to go Mobile? Today's Mobile Landscape: Responsive, Adaptive, Hybrid, a...
Ready to go Mobile? Today's Mobile Landscape: Responsive, Adaptive, Hybrid, a...
 
Overcoming design challenges in HAT-based multichannel publishing
Overcoming design challenges in HAT-based multichannel publishingOvercoming design challenges in HAT-based multichannel publishing
Overcoming design challenges in HAT-based multichannel publishing
 
Why Do Mobile Projects Fail?
Why Do Mobile Projects Fail?Why Do Mobile Projects Fail?
Why Do Mobile Projects Fail?
 
UX design for every screen
UX design for every screenUX design for every screen
UX design for every screen
 
Designing and Theming Drupal for Mobile Devices
Designing and Theming Drupal for Mobile DevicesDesigning and Theming Drupal for Mobile Devices
Designing and Theming Drupal for Mobile Devices
 
Intro to tech stacks bonny
Intro to tech stacks bonnyIntro to tech stacks bonny
Intro to tech stacks bonny
 
Integrating hat content into mobile app lavacon
Integrating hat content into mobile app   lavaconIntegrating hat content into mobile app   lavacon
Integrating hat content into mobile app lavacon
 
Putting Mobile First
Putting Mobile FirstPutting Mobile First
Putting Mobile First
 
Seminar: Putting Mobile First
Seminar: Putting Mobile FirstSeminar: Putting Mobile First
Seminar: Putting Mobile First
 
LATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptx
LATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptxLATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptx
LATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptx
 
Mobile media module part 6 - app development rev-mf
Mobile media module   part 6 - app development rev-mfMobile media module   part 6 - app development rev-mf
Mobile media module part 6 - app development rev-mf
 
Creating Mobile Aps without Coding
Creating Mobile Aps without CodingCreating Mobile Aps without Coding
Creating Mobile Aps without Coding
 
Uxpin web ui design patterns 2014
Uxpin web ui design patterns 2014Uxpin web ui design patterns 2014
Uxpin web ui design patterns 2014
 
10 skills developers should invest in for 2014
10 skills developers should invest in for 201410 skills developers should invest in for 2014
10 skills developers should invest in for 2014
 
Spectrum 16 pmc 16 - mobile and tech comm
Spectrum 16   pmc 16 - mobile and tech commSpectrum 16   pmc 16 - mobile and tech comm
Spectrum 16 pmc 16 - mobile and tech comm
 
10 stops towards a responsive web design mindset
10 stops towards a responsive web design mindset10 stops towards a responsive web design mindset
10 stops towards a responsive web design mindset
 
Keynote- We're going wrong: Choosing the web's future. Peter Paul Koch
Keynote- We're going wrong: Choosing the web's future. Peter Paul KochKeynote- We're going wrong: Choosing the web's future. Peter Paul Koch
Keynote- We're going wrong: Choosing the web's future. Peter Paul Koch
 
Overcoming Design Challenges in HAT-Based Multichannel Publishing
Overcoming Design Challenges in HAT-Based Multichannel PublishingOvercoming Design Challenges in HAT-Based Multichannel Publishing
Overcoming Design Challenges in HAT-Based Multichannel Publishing
 
Web UI Design Patterns 2014
Web UI Design Patterns 2014Web UI Design Patterns 2014
Web UI Design Patterns 2014
 
Why do mobile projects (still) fail - September 2014 edition
Why do mobile projects (still) fail - September 2014 editionWhy do mobile projects (still) fail - September 2014 edition
Why do mobile projects (still) fail - September 2014 edition
 

Mehr von LavaConConference

When Content Meets Medical: Do You Need a Crash Course for That Crash Cart? |...
When Content Meets Medical: Do You Need a Crash Course for That Crash Cart? |...When Content Meets Medical: Do You Need a Crash Course for That Crash Cart? |...
When Content Meets Medical: Do You Need a Crash Course for That Crash Cart? |...LavaConConference
 
Present Like a Pro | Leah Guren
Present Like a Pro | Leah GurenPresent Like a Pro | Leah Guren
Present Like a Pro | Leah GurenLavaConConference
 
Thousands of Words, One Brand Voice: Style Guides, Content Workflows, and AI ...
Thousands of Words, One Brand Voice: Style Guides, Content Workflows, and AI ...Thousands of Words, One Brand Voice: Style Guides, Content Workflows, and AI ...
Thousands of Words, One Brand Voice: Style Guides, Content Workflows, and AI ...LavaConConference
 
Content strategy + Information Architecture = Customer Success | Amber Swope ...
Content strategy + Information Architecture = Customer Success | Amber Swope ...Content strategy + Information Architecture = Customer Success | Amber Swope ...
Content strategy + Information Architecture = Customer Success | Amber Swope ...LavaConConference
 
The Heroes and Villains of Content Strategy | Alan Porter
The Heroes and Villains of Content Strategy | Alan PorterThe Heroes and Villains of Content Strategy | Alan Porter
The Heroes and Villains of Content Strategy | Alan PorterLavaConConference
 
To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...
To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...
To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...LavaConConference
 
All I Ever Needed to Know about Tech Comm Management I Learned from Becoming ...
All I Ever Needed to Know about Tech Comm Management I Learned from Becoming ...All I Ever Needed to Know about Tech Comm Management I Learned from Becoming ...
All I Ever Needed to Know about Tech Comm Management I Learned from Becoming ...LavaConConference
 
This Time with Feeling: Bringing the Arts and Humanities to Tech | Jonathan F...
This Time with Feeling: Bringing the Arts and Humanities to Tech | Jonathan F...This Time with Feeling: Bringing the Arts and Humanities to Tech | Jonathan F...
This Time with Feeling: Bringing the Arts and Humanities to Tech | Jonathan F...LavaConConference
 
Intelligent Microcontent: At the Point of Content Convergence | Rob Hanna
Intelligent Microcontent: At the Point of Content Convergence | Rob HannaIntelligent Microcontent: At the Point of Content Convergence | Rob Hanna
Intelligent Microcontent: At the Point of Content Convergence | Rob HannaLavaConConference
 
Rage Against the Machine: Overcoming the Four Main Barriers to Content Strate...
Rage Against the Machine: Overcoming the Four Main Barriers to Content Strate...Rage Against the Machine: Overcoming the Four Main Barriers to Content Strate...
Rage Against the Machine: Overcoming the Four Main Barriers to Content Strate...LavaConConference
 
Let's Get Personal! | Megan Gilhooly
Let's Get Personal! | Megan GilhoolyLet's Get Personal! | Megan Gilhooly
Let's Get Personal! | Megan GilhoolyLavaConConference
 
Trends in taxonomy | Dawn Stevens
Trends in taxonomy | Dawn StevensTrends in taxonomy | Dawn Stevens
Trends in taxonomy | Dawn StevensLavaConConference
 
Measuring the Value of Structured Authoring and Getting the Budget You Need |...
Measuring the Value of Structured Authoring and Getting the Budget You Need |...Measuring the Value of Structured Authoring and Getting the Budget You Need |...
Measuring the Value of Structured Authoring and Getting the Budget You Need |...LavaConConference
 
Evolution of Online Delivery | Scott Youngblom
Evolution of Online Delivery | Scott YoungblomEvolution of Online Delivery | Scott Youngblom
Evolution of Online Delivery | Scott YoungblomLavaConConference
 
Adapt or Die: The Challenge of Digital Transformation | Sarah O'Keffe
Adapt or Die: The Challenge of Digital Transformation | Sarah O'KeffeAdapt or Die: The Challenge of Digital Transformation | Sarah O'Keffe
Adapt or Die: The Challenge of Digital Transformation | Sarah O'KeffeLavaConConference
 
Easy-Bake Release Training: A Marcomm/Tech Writing Success Story | Sam Barney...
Easy-Bake Release Training: A Marcomm/Tech Writing Success Story | Sam Barney...Easy-Bake Release Training: A Marcomm/Tech Writing Success Story | Sam Barney...
Easy-Bake Release Training: A Marcomm/Tech Writing Success Story | Sam Barney...LavaConConference
 
"Herding the Cats": Benefits of Unifying Content for Customers | Richard Hend...
"Herding the Cats": Benefits of Unifying Content for Customers | Richard Hend..."Herding the Cats": Benefits of Unifying Content for Customers | Richard Hend...
"Herding the Cats": Benefits of Unifying Content for Customers | Richard Hend...LavaConConference
 
Building a Unified Product Content Strategy | Quentin Dietrich
Building a Unified Product Content Strategy | Quentin DietrichBuilding a Unified Product Content Strategy | Quentin Dietrich
Building a Unified Product Content Strategy | Quentin DietrichLavaConConference
 
From "Content Person" to Content Designer: Helping Teams Make Data Driven Dec...
From "Content Person" to Content Designer: Helping Teams Make Data Driven Dec...From "Content Person" to Content Designer: Helping Teams Make Data Driven Dec...
From "Content Person" to Content Designer: Helping Teams Make Data Driven Dec...LavaConConference
 
Actualizing a Role-based and Personalized Documentation Portal | Margaret Col...
Actualizing a Role-based and Personalized Documentation Portal | Margaret Col...Actualizing a Role-based and Personalized Documentation Portal | Margaret Col...
Actualizing a Role-based and Personalized Documentation Portal | Margaret Col...LavaConConference
 

Mehr von LavaConConference (20)

When Content Meets Medical: Do You Need a Crash Course for That Crash Cart? |...
When Content Meets Medical: Do You Need a Crash Course for That Crash Cart? |...When Content Meets Medical: Do You Need a Crash Course for That Crash Cart? |...
When Content Meets Medical: Do You Need a Crash Course for That Crash Cart? |...
 
Present Like a Pro | Leah Guren
Present Like a Pro | Leah GurenPresent Like a Pro | Leah Guren
Present Like a Pro | Leah Guren
 
Thousands of Words, One Brand Voice: Style Guides, Content Workflows, and AI ...
Thousands of Words, One Brand Voice: Style Guides, Content Workflows, and AI ...Thousands of Words, One Brand Voice: Style Guides, Content Workflows, and AI ...
Thousands of Words, One Brand Voice: Style Guides, Content Workflows, and AI ...
 
Content strategy + Information Architecture = Customer Success | Amber Swope ...
Content strategy + Information Architecture = Customer Success | Amber Swope ...Content strategy + Information Architecture = Customer Success | Amber Swope ...
Content strategy + Information Architecture = Customer Success | Amber Swope ...
 
The Heroes and Villains of Content Strategy | Alan Porter
The Heroes and Villains of Content Strategy | Alan PorterThe Heroes and Villains of Content Strategy | Alan Porter
The Heroes and Villains of Content Strategy | Alan Porter
 
To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...
To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...
To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...
 
All I Ever Needed to Know about Tech Comm Management I Learned from Becoming ...
All I Ever Needed to Know about Tech Comm Management I Learned from Becoming ...All I Ever Needed to Know about Tech Comm Management I Learned from Becoming ...
All I Ever Needed to Know about Tech Comm Management I Learned from Becoming ...
 
This Time with Feeling: Bringing the Arts and Humanities to Tech | Jonathan F...
This Time with Feeling: Bringing the Arts and Humanities to Tech | Jonathan F...This Time with Feeling: Bringing the Arts and Humanities to Tech | Jonathan F...
This Time with Feeling: Bringing the Arts and Humanities to Tech | Jonathan F...
 
Intelligent Microcontent: At the Point of Content Convergence | Rob Hanna
Intelligent Microcontent: At the Point of Content Convergence | Rob HannaIntelligent Microcontent: At the Point of Content Convergence | Rob Hanna
Intelligent Microcontent: At the Point of Content Convergence | Rob Hanna
 
Rage Against the Machine: Overcoming the Four Main Barriers to Content Strate...
Rage Against the Machine: Overcoming the Four Main Barriers to Content Strate...Rage Against the Machine: Overcoming the Four Main Barriers to Content Strate...
Rage Against the Machine: Overcoming the Four Main Barriers to Content Strate...
 
Let's Get Personal! | Megan Gilhooly
Let's Get Personal! | Megan GilhoolyLet's Get Personal! | Megan Gilhooly
Let's Get Personal! | Megan Gilhooly
 
Trends in taxonomy | Dawn Stevens
Trends in taxonomy | Dawn StevensTrends in taxonomy | Dawn Stevens
Trends in taxonomy | Dawn Stevens
 
Measuring the Value of Structured Authoring and Getting the Budget You Need |...
Measuring the Value of Structured Authoring and Getting the Budget You Need |...Measuring the Value of Structured Authoring and Getting the Budget You Need |...
Measuring the Value of Structured Authoring and Getting the Budget You Need |...
 
Evolution of Online Delivery | Scott Youngblom
Evolution of Online Delivery | Scott YoungblomEvolution of Online Delivery | Scott Youngblom
Evolution of Online Delivery | Scott Youngblom
 
Adapt or Die: The Challenge of Digital Transformation | Sarah O'Keffe
Adapt or Die: The Challenge of Digital Transformation | Sarah O'KeffeAdapt or Die: The Challenge of Digital Transformation | Sarah O'Keffe
Adapt or Die: The Challenge of Digital Transformation | Sarah O'Keffe
 
Easy-Bake Release Training: A Marcomm/Tech Writing Success Story | Sam Barney...
Easy-Bake Release Training: A Marcomm/Tech Writing Success Story | Sam Barney...Easy-Bake Release Training: A Marcomm/Tech Writing Success Story | Sam Barney...
Easy-Bake Release Training: A Marcomm/Tech Writing Success Story | Sam Barney...
 
"Herding the Cats": Benefits of Unifying Content for Customers | Richard Hend...
"Herding the Cats": Benefits of Unifying Content for Customers | Richard Hend..."Herding the Cats": Benefits of Unifying Content for Customers | Richard Hend...
"Herding the Cats": Benefits of Unifying Content for Customers | Richard Hend...
 
Building a Unified Product Content Strategy | Quentin Dietrich
Building a Unified Product Content Strategy | Quentin DietrichBuilding a Unified Product Content Strategy | Quentin Dietrich
Building a Unified Product Content Strategy | Quentin Dietrich
 
From "Content Person" to Content Designer: Helping Teams Make Data Driven Dec...
From "Content Person" to Content Designer: Helping Teams Make Data Driven Dec...From "Content Person" to Content Designer: Helping Teams Make Data Driven Dec...
From "Content Person" to Content Designer: Helping Teams Make Data Driven Dec...
 
Actualizing a Role-based and Personalized Documentation Portal | Margaret Col...
Actualizing a Role-based and Personalized Documentation Portal | Margaret Col...Actualizing a Role-based and Personalized Documentation Portal | Margaret Col...
Actualizing a Role-based and Personalized Documentation Portal | Margaret Col...
 

Kürzlich hochgeladen

Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Chameera Dedduwage
 
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Kayode Fayemi
 
Air breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animalsAir breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animalsaqsarehman5055
 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaKayode Fayemi
 
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesPooja Nehwal
 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxNikitaBankoti2
 
Mathematics of Finance Presentation.pptx
Mathematics of Finance Presentation.pptxMathematics of Finance Presentation.pptx
Mathematics of Finance Presentation.pptxMoumonDas2
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AITatiana Gurgel
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar TrainingKylaCullinane
 
SaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, YardstickSaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, Yardsticksaastr
 
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024eCommerce Institute
 
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Delhi Call girls
 
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxMohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxmohammadalnahdi22
 
Presentation on Engagement in Book Clubs
Presentation on Engagement in Book ClubsPresentation on Engagement in Book Clubs
Presentation on Engagement in Book Clubssamaasim06
 
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfThe workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfSenaatti-kiinteistöt
 
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Hasting Chen
 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024eCommerce Institute
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Vipesco
 

Kürzlich hochgeladen (20)

Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)
 
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
 
Air breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animalsAir breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animals
 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New Nigeria
 
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
 
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
 
Mathematics of Finance Presentation.pptx
Mathematics of Finance Presentation.pptxMathematics of Finance Presentation.pptx
Mathematics of Finance Presentation.pptx
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AI
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar Training
 
SaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, YardstickSaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, Yardstick
 
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
 
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
 
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
 
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxMohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
 
Presentation on Engagement in Book Clubs
Presentation on Engagement in Book ClubsPresentation on Engagement in Book Clubs
Presentation on Engagement in Book Clubs
 
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfThe workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
 
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510
 

Neil Perlin - We're Going Mobile! Great! Are We Ready?

  • 3. Who Am I? • Neil Perlin - Hyper/Word Services. – Internationally recognized content consultant. – Help clients create effective, efficient, flexible content in anything from hard-copy to mobile. – Certified – Flare, RoboHelp, Mimic, Viziapps. – Working in mobile since 1998. – Certified app development consultant and trainer. – Lynda.com® author of training for Flare 12, RoboHelp 2015.
  • 4. Three Questions • How to go mobile? – Without repeating the definition errors of the old help days. • How should our development practices change? – Don’t keep developing in ways that can cause trouble. • How should our business processes change? – Without supportive processes the effort will fail, or is a one-off at best.
  • 6. 1 – Responsive Output • Creating one web site/help output that can detect a display device’s properties and automatically reformat itself accordingly. – Vs creating one site/output for each device. – Properties include screen size, resolution, if the device has a screen, others. • Developed by Ethan Marcotte in 2010. – See http://alistapart.com/article/responsive- web-design/ • For example…
  • 9. Notice… • The skin changes as the screen size changes. – Set up using the Skin Editor. • The content layout changes as the screen size changes. – Set up using the Responsive Layout Editor. • The text can change as the screen size changes, like “click” to “tap” – truly adaptive content.
  • 11. Responsive Design Issues • Skin properties are global. • But content layout properties are set topic by topic. • So defining content layout properties requires planning. • As does adaptive text.
  • 12. 2 – “Appified” Help • We don’t think of apps from a tech comm perspective. • But if our help is largely text and images, these examples of apps could have been created by tech comm.
  • 13. “Appified” Help Examples • Reference – Messier List
  • 14. “Appified” Help Examples • Reference – Encyclopedia Britannica
  • 15. “Appified” Help Examples • Procedures/tasks – Drop
  • 16. How To Appify Your Help • Capability is built into RoboHelp 2015 +. • Uses Adobe PhoneGap (http://phonegap.com/). • Process gets into new areas but see this post by Robert Desprez – http://tinyurl.com/h2y27o2 • PhoneGap or the cloud-based PhoneGap Build (https://build.phonegap.com/) also works well with Flare but isn’t built-in. • I spoke on appifying a Flare target at MadWorld 2018.
  • 17. • Here’s a simple RoboHelp 2015 project output as an Android app using PhoneGap.
  • 18. Notice… • The multiple TOC levels came through, but with no indent. • The h1 style got funky in the conversion. • Popups convert to hyperlinks. • Everything else – index, search, glossary, and dropdown and expanding links – seems to work.
  • 19. • Here’s a simple Flare project converted to an Android app using PhoneGap Build.
  • 20. Notice… • The flyout and (simple) TOC came through. • The styles appear to have come through fine. • Want to try this yourself? – See PhoneGap Essentials by John Wargo or email me. – See my post in the May 2017 MadCap blog – http://www.madcapsoftware.com/blog/2017/05/18/co nvert-madcap-flare-target-mobile-app/
  • 21. • HTML5 output is effectively a web app… • But do these examples look like what you expect of an app? • You can modify the look by using jQuery Mobile, Dojo Mobile, or Sencha Touch. • Or use the PhoneGap APIs to add features like a camera, accelerometer, geolocation, and more.
  • 22. • But if you don’t have the skills, inclination, or time to work with the code, how do you get from this: • To this:
  • 23. 3 – “True” Apps • If you need the look and features of a “true” app, the last few years have seen the emergence of code-light or code-free app development tools. • Also called DIY app tools. • Categorized by Forrester Research as Rapid Mobile App Development (RMAD) tools. • Goal – let non-programmers create apps and let programmers create them faster. • Here’s one example, ViziApps…
  • 25. Other RMAD Tools • See “10 simple tools for building mobile apps fast” at http://tinyurl.com/hzz4j5c
  • 26. Why Go To Full Apps? • User expectations – again... • Adds new capabilities to traditional content – device location or orientation-based content, built-in camera, RSS feeds, transaction processing, and more.
  • 28. No More Hacks • “A hack is a one-off; good coding is forever.” • Get rid of existing hacks. • No more new ones.
  • 29. No More Local Formatting • This: <p class=“abc” style=“margin-left: 12px; text- align: left;”> vs. this: <p> • Inefficient and overrides the styles in your CSS. – Not a mobile issue per se, though it bulks up files and may slow downloading. – But also just bad coding practice. • Replace local formatting with styles. – May mean cleaning up the CSS. • Switch from points to a relative size unit.
  • 30. Write for Mobile First • “…often… mobile for a Web application or site is designed and built after the PC version… Here's three reasons why Web applications should be designed for mobile first instead.” – 1. Mobile is exploding – 2. Mobile forces you to focus – 3. Mobile extends your capabilities » Mobile First, Luke Wroblewski » http://www.lukew.com/ff/entry.asp?933
  • 31. Rethink Your Writing Style • Start planning now to make your writing: – Shorter. – More granular and focused. • Say goodbye to concepts, maybe even to full sentences. • Consider the effect of screen rotation on design.
  • 32. Eliminate Excess Content • Focus on new knowledge rather than legacy. • You can edit content but, at some point, its style will change. • May be easier to rewrite existing content from scratch. • “The wind was a torrent of darkness among the gusty trees.” (The Highwayman, Alfred Noyes) • To, with apologies to Alfred: “It was windy.”
  • 33. Rethink Tables • Given the trouble fitting tables into small device screens, rethink what tables are and how to use them? • Is a table a container for multiple content pieces, only one of which is needed at a time? • If yes, can you replace tables with searches? • Look for presentation alternatives that may be more suitable for tiny screens. – Or no screens.
  • 34. Get Techie • Get familiar with CSS – ideally at the code level but at least conceptually. • Ditto Javascript. • Be able to go beyond your GUI tools, support features like adaptive content.
  • 35. Consider Changing Navigation • Indexes are going away. • They’ll be replaced by search. – Flare’s “new” topnav skin has no place for an index.
  • 36. Use Up-to-Date, Open Tools • Look for tools that support new features like responsive output, and get rid of old ones. • Be wary of tools with proprietary features that may not translate going forward. • If you use such tools, be wary of leap-frogging multiple versions to get up to date or switch to a different tool. – Such as RoboHelp’s multilevel list problem.
  • 37. Start Looking Forward • Think about: • New interfaces – Consider voice, touch, haptic(?). • Accumulating user search information to improve your material now and for “the data halo” (Cognizant) down the road. • The bigger picture – Information 4.0.
  • 39. The Business “Foundation” • Strategic definition – why do this? • Technical definition – what is “mobile”to you? • Tools – are your tools appropriate? • Training – do authors know how to use them? • Standards – are they in place? Followed? • Development metrics – how long does this take? • Usage analytics – do users read the stuff? • Governance – workflow control? • Benchmarking – are we doing a good job?
  • 40. Hyper/Word Services Offers… Training • Consulting • Development Flare • Flare CSS • Flare Single Sourcing RoboHelp Troubleshooting, Conversion to Flare ViziApps Single sourcing • Structured authoring