SlideShare a Scribd company logo
Pulling HA Co nte nt
          T
 I N tive A p s
  nto a      p
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.
   – STC’s lead W3C rep – ’02 – ‘05.
   – Certified – Flare, Mimic, Viziapps, RoboHelp
     in process of renewal.
The Issue
   Fairly easy to single source HAT content
   to mobile – to a web app.
   But can we feed HAT content to a native
   app – use Flare, RH, or others as content
   portals to native apps?
   In other words, extend help
   single sourcing to “true”
   mobile?
Contents
  Overview of “Mobile”
  Help vs. Mobile – Design Differences
  Help-to-Mobile – Content Conversion
Overview of
Mobile
Basic Terminology
   App – Short for application, usually used
   now re mobile devices – “iPhone app”.
    – Highly focused – “micro-tasking” – compared
      to PC-style applications.
       » Native apps – Follow a specific platform standard,
         can run on-device resources – e.g. iPhone app.
       » Web apps – Run in a browser on any device but
         can’t run on-device resources, may be mobile-
         optimized – e.g. WebHelp vs. WebHelp Mobile.
       » Hybrid – Mix of native and web – “next big thing”.
         Based on HTML5 and CSS3.
Why Terminology Matters
   Affects choice of hardware and software-
   related delivery “mechanisms”.
   Terminology mixups can spell disaster.
    – Just saying “mobile” is an invitation to buy the
      wrong tools or hire the wrong developer.
    – Like not being clear about WebHelp vs. Web
      Help or HTML help vs. HTML Help.
Authoring Tools
   In tech comm…
    – Flare 6+ – Web apps, ebooks.
    – RoboHelp 8+ – Web apps, ebooks, native apps
      with some content and vendor-approval issues.
   Outside tech comm…
    – ViziApps – IMO, offers the best data handling
      of any tool in this space.
       » I’m also certified in it...
    – Others like appmakr, IBuildApp, Google App
      Inventor, appMobi, etc.
Why Use GUI Tools?
   You may know the tool, so you only have
   to learn a few new features.
   Keep you out of the code.
   Set technical boundaries for you.
Plan To…
   Develop a content strategy, standards:
   – A few high-level suggestions:
      » Define how mobile effort solves business problem.
      » Define your terms.
      » Identify the content sources, how to support them.
      » Implement a consistent tool set in the company.
      » Support those tools with templates and training!
      » Select external/internal standards and adherence.
      » Think inside the box – no tool hacks.
Help vs. Mobile –
Design Differences
Affecting Data
Conversion
Text-Heaviness
   Help usually text-heavy, apps not.
Text-Heaviness
   Though there are exceptions, sort of…
Control Types and Locations
   Usually at top and left in help…
Control Types and Locations
   But at bottom in apps – less dangerously
   tappable…
Orientation
   Landscape in help, portrait in apps (unless
   screen rotation enabled)
Design Conclusions
   Help converted to mobile is unlikely to
   look like an app.
   Must plan for mobile before starting a help
   project whose outputs include acting as a
   data portal to an app.
   More than just outputting a help project to
   “mobile”.
   Given these issues, how do we get HAT
   content into an app?
Help to Mobile –
Content
Conversion
High-Level Considerations
   What must be done to the content? Where?
   – Is the HAT content the app or is it feeding into
     an app?
      » HAT content is the app, you have RH10 or Flare 8
        – use the HTML5 or mobile outputs.
      » HAT content is the app, you have another HAT –
        keep going.
      » HAT content is feeding an app – keep going.
   – Then…
High-Level Considerations
   – Do general clean-up:
      » Convert SWFs to MP4 or HTML5 for iOS.
      » Replace fixed CSS size units with variable.
      » Evaluate if resized images still work – if not, can
        we remove them – if so, what effect on content?
      » Evaluate meshing of HAT and app dev tool.
   – Conditionalize the content to isolate the app-
     applicable content.
   – Get app-applicable content into app database –
     how?
Content Import Details
   The following discussion uses ViziApps
   Studio (www.viziapps.com).
    – Supports use of web services, SQL databases,
      and Google Docs/Drive as app databases.
    – Principles should be portable to other such
      tools.
Content Import Options
   We can either:
   – Copy and paste the content by hand
     from our HAT to the database.
   – Export conditionalized output to WebHelp or
     HTML5, then import the HTM files to Google
     Docs/Drive’s spreadsheet.
      » But there’s no inherent structure for the import.
      » Lots of HTM files…
   – Export conditionalized output to Word, then
     import into Google Docs/Drive’s spreadsheet.
      » Better since it has structure, one file...
The Process
   Looks complex but is surprisingly simple:
   1. Create HAT template that mirrors structure of
      DB with hard returns after each template field
      and build tags as needed.
   2. Create the topics using HAT template.
   3. Output to Word.
   4. Save as “web page, filtered” to remove excess
      Word codes, then rename as <file>_filtered.
The Process
   …
   5. Select all and convert to table, using as many
      columns as in DB, select autofit to content
      and separate text at paragraphs.
   6. Save, then close Word.
   7. Open in Excel, save as CSV (MS-DOS), and
      rename as <file>_csv.
   8. Open GDocs spreadsheet worksheet.
The Process
   …
   9. Put pointer on 1st cell of 1st blank row where
      you want to start inserting the imported
      content.
   10.Select File>Import, select the file, select
      Append Rows to Current Sheet, the
      Automatic separator character, and go.
Example – Starting Point
New Content In Flare
   Showing build tags.
In Word
   Output to Word, saved as “web page,
   filtered” with hard returns after each field,
   and converted to a table.
In Excel
   Saved as CSV (MS-DOS).
Setting Up In GDocs
   The File Import dialog box settings.
Added to the Database
   In the GDocs spreadsheet.
And In the App
What About Graphics?
   Like this in the HAT content…
…Graphics?
   Not directly through an import because the
   GDocs database doesn’t store the image
   directly.
   Instead, image is uploaded to the cloud via
   Amazon S3, and the database stores the
   image URL – e.g. it’s a different process.
Tables?
   Here’s the progression…
Tables?
   … the progression…
Initial Assessment
   What will work:
    – Text – Flows to meet the screen size.
    – Variables – Because they’re text-only.
   What will cause trouble:
    – Need to trim info.
    – Items that are too wide or big:
    – Items that use different controls in mobile vs.
      in a HAT – images, tables (lists in mobile),
      links.
Initial Assessment
   …will cause trouble:
    – Items with no equivalent controls in mobile,
      like Flare togglers.
    – SWFs – Must be inserted as images to get URL
      to Amazon S3.
    – Snippets – Anything other than text will break.
Conclusions
   Using a HAT as a data portal to an app will
   work with small amounts of text with no
   formatting.
   Anything else is iffy – may not convert.
   – Or may not mesh with the associated object in
     the app – e.g. use of image field to insert image
     rather than inserting it in a text paragraph.
   Test and plan before you start…
Hyper/Word Services Offers…
  Training • Consulting • Development
    Flare • RoboHelp

    Viziapps   • Flare/RoboHelp Mobile
    XML
    Single   sourcing • Structured authoring
Thank you...
 Questions?

Hyper/ ord S
      W     ervices
     978-657-5464
 nperlin@concentric.net
  www.hyperword.com

More Related Content

PPTX
Web engineering lecture 3
PPT
Essentials of Children's Ministry Website Development
PDF
Troubleshooting: The Two Laws - IXIASOFT User Conference 2016
PPTX
Website Designing Services | Web Development Vizag | Web Solutions Visakhapatnam
PPT
Web Issues
PPT
An Overview of RoboHelp 7
Web engineering lecture 3
Essentials of Children's Ministry Website Development
Troubleshooting: The Two Laws - IXIASOFT User Conference 2016
Website Designing Services | Web Development Vizag | Web Solutions Visakhapatnam
Web Issues
An Overview of RoboHelp 7

What's hot (20)

PPTX
So you’re building an intranet
PPTX
Share point development 101
PDF
HK CodeConf 2015 - Your WebPerf Sucks
PPTX
Things you shouldn't do with SharePoint
PDF
Stop Your Website Sending Your Customers to Your Competition and Move Your Bu...
PPTX
Semantic framework for web scraping.
PDF
SharePoint and Drupal: Yes, We Can Coexist!
PPTX
Evaluating libraryresourcesamigos
PPTX
Learning Web Development with Ruby on Rails Launch
PPTX
01 mad cap_software
PPTX
Stop SharePoint Project Failure
PPTX
Connecting Intelligent Content with Micropublishing and Beyond
PPTX
My First SharePoint Online PowerApp
PPTX
Webinar: Windows Server 2003 End of Support
PPTX
HTML5 101
PPTX
SPS Monaco 2017 - The Lay of the Land of Client-Side Development circa 2017
PPTX
Mobilizing the User Experience
PPTX
Growing Drupal Organisations - Drupal Business Days 2012
PDF
Delve and the Office Graph for IT- Pros & Admins
So you’re building an intranet
Share point development 101
HK CodeConf 2015 - Your WebPerf Sucks
Things you shouldn't do with SharePoint
Stop Your Website Sending Your Customers to Your Competition and Move Your Bu...
Semantic framework for web scraping.
SharePoint and Drupal: Yes, We Can Coexist!
Evaluating libraryresourcesamigos
Learning Web Development with Ruby on Rails Launch
01 mad cap_software
Stop SharePoint Project Failure
Connecting Intelligent Content with Micropublishing and Beyond
My First SharePoint Online PowerApp
Webinar: Windows Server 2003 End of Support
HTML5 101
SPS Monaco 2017 - The Lay of the Land of Client-Side Development circa 2017
Mobilizing the User Experience
Growing Drupal Organisations - Drupal Business Days 2012
Delve and the Office Graph for IT- Pros & Admins
Ad

Similar to Integrating hat content into mobile app lavacon (20)

PPTX
Sharepoint tips and tricks
PPTX
Neil Perlin - We're Going Mobile! Great! Are We Ready?
PPTX
Overcoming design challenges in HAT-based multichannel publishing
PPT
Single sourcing to the max
PDF
Overcoming Design Challenges in HAT-Based Multichannel Publishing
PPTX
Overcoming design challenges in hat based multichannel publishing - stc summi...
PPTX
Overcoming design challenges in hat based multichannel publishing - stc summi...
PDF
What’s Up, EDoc?!
PPTX
Stc 2015 preparing legacy projects for responsive design - technical issues
DOCX
Over view of Technologies
PDF
The Guide to becoming a full stack developer in 2018
PPTX
Redesigning a large B2B website - The FusionCharts revamping story
PPTX
We’re Going Mobile! Great! Wait… What Does That Mean?
PPT
1_Intro_toHTML.ppt
PPTX
Building a Documentation Portal
PDF
Implementing a Symfony Based CMS in a Publishing Company
PPTX
Creating Mobile Aps without Coding
PDF
Web Components and PWA
DOCX
Vipul divyanshu mahout_documentation
PPTX
SharePoint 2013 Preview
Sharepoint tips and tricks
Neil Perlin - We're Going Mobile! Great! Are We Ready?
Overcoming design challenges in HAT-based multichannel publishing
Single sourcing to the max
Overcoming Design Challenges in HAT-Based Multichannel Publishing
Overcoming design challenges in hat based multichannel publishing - stc summi...
Overcoming design challenges in hat based multichannel publishing - stc summi...
What’s Up, EDoc?!
Stc 2015 preparing legacy projects for responsive design - technical issues
Over view of Technologies
The Guide to becoming a full stack developer in 2018
Redesigning a large B2B website - The FusionCharts revamping story
We’re Going Mobile! Great! Wait… What Does That Mean?
1_Intro_toHTML.ppt
Building a Documentation Portal
Implementing a Symfony Based CMS in a Publishing Company
Creating Mobile Aps without Coding
Web Components and PWA
Vipul divyanshu mahout_documentation
SharePoint 2013 Preview
Ad

More from Neil Perlin (15)

PPTX
Spectrum 16 pmc 16 - preparing legacy projects for responsive design
PPTX
Spectrum 16 pmc 16 - mobile and tech comm
PPTX
Stc 2015 preparing legacy projects for responsive design - design issues
PPTX
Spectrum 2015 responsive design
PPT
Spectrum 2015 going online with style - an intro to css
PPTX
Lavacon 2014 responsive design in your hat
PPTX
Tc dojo presentation writing mobile documentation
PPT
Rh10 css presentation
PPT
Rh10 css presentation
PPTX
Developing for the unknown lavacon
PPTX
Developing for the unknown lavacon
PPT
Small steps to content strategy
PPT
Small steps to content strategy
PPT
Topic based and structured authoring - slides
PPT
Topic based and structured authoring - slides
Spectrum 16 pmc 16 - preparing legacy projects for responsive design
Spectrum 16 pmc 16 - mobile and tech comm
Stc 2015 preparing legacy projects for responsive design - design issues
Spectrum 2015 responsive design
Spectrum 2015 going online with style - an intro to css
Lavacon 2014 responsive design in your hat
Tc dojo presentation writing mobile documentation
Rh10 css presentation
Rh10 css presentation
Developing for the unknown lavacon
Developing for the unknown lavacon
Small steps to content strategy
Small steps to content strategy
Topic based and structured authoring - slides
Topic based and structured authoring - slides

Recently uploaded (20)

PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PPT
Teaching material agriculture food technology
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Machine learning based COVID-19 study performance prediction
PPTX
TLE Review Electricity (Electricity).pptx
PPTX
1. Introduction to Computer Programming.pptx
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Getting Started with Data Integration: FME Form 101
PPTX
Spectroscopy.pptx food analysis technology
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Mushroom cultivation and it's methods.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
cloud_computing_Infrastucture_as_cloud_p
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Teaching material agriculture food technology
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Digital-Transformation-Roadmap-for-Companies.pptx
Machine learning based COVID-19 study performance prediction
TLE Review Electricity (Electricity).pptx
1. Introduction to Computer Programming.pptx
Advanced methodologies resolving dimensionality complications for autism neur...
Unlocking AI with Model Context Protocol (MCP)
Spectral efficient network and resource selection model in 5G networks
MIND Revenue Release Quarter 2 2025 Press Release
Getting Started with Data Integration: FME Form 101
Spectroscopy.pptx food analysis technology
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Mushroom cultivation and it's methods.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
cloud_computing_Infrastucture_as_cloud_p
Network Security Unit 5.pdf for BCA BBA.
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...

Integrating hat content into mobile app lavacon

  • 1. Pulling HA Co nte nt T I N tive A p s nto a p
  • 2. 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. – STC’s lead W3C rep – ’02 – ‘05. – Certified – Flare, Mimic, Viziapps, RoboHelp in process of renewal.
  • 3. The Issue Fairly easy to single source HAT content to mobile – to a web app. But can we feed HAT content to a native app – use Flare, RH, or others as content portals to native apps? In other words, extend help single sourcing to “true” mobile?
  • 4. Contents Overview of “Mobile” Help vs. Mobile – Design Differences Help-to-Mobile – Content Conversion
  • 6. Basic Terminology App – Short for application, usually used now re mobile devices – “iPhone app”. – Highly focused – “micro-tasking” – compared to PC-style applications. » Native apps – Follow a specific platform standard, can run on-device resources – e.g. iPhone app. » Web apps – Run in a browser on any device but can’t run on-device resources, may be mobile- optimized – e.g. WebHelp vs. WebHelp Mobile. » Hybrid – Mix of native and web – “next big thing”. Based on HTML5 and CSS3.
  • 7. Why Terminology Matters Affects choice of hardware and software- related delivery “mechanisms”. Terminology mixups can spell disaster. – Just saying “mobile” is an invitation to buy the wrong tools or hire the wrong developer. – Like not being clear about WebHelp vs. Web Help or HTML help vs. HTML Help.
  • 8. Authoring Tools In tech comm… – Flare 6+ – Web apps, ebooks. – RoboHelp 8+ – Web apps, ebooks, native apps with some content and vendor-approval issues. Outside tech comm… – ViziApps – IMO, offers the best data handling of any tool in this space. » I’m also certified in it... – Others like appmakr, IBuildApp, Google App Inventor, appMobi, etc.
  • 9. Why Use GUI Tools? You may know the tool, so you only have to learn a few new features. Keep you out of the code. Set technical boundaries for you.
  • 10. Plan To… Develop a content strategy, standards: – A few high-level suggestions: » Define how mobile effort solves business problem. » Define your terms. » Identify the content sources, how to support them. » Implement a consistent tool set in the company. » Support those tools with templates and training! » Select external/internal standards and adherence. » Think inside the box – no tool hacks.
  • 11. Help vs. Mobile – Design Differences Affecting Data Conversion
  • 12. Text-Heaviness Help usually text-heavy, apps not.
  • 13. Text-Heaviness Though there are exceptions, sort of…
  • 14. Control Types and Locations Usually at top and left in help…
  • 15. Control Types and Locations But at bottom in apps – less dangerously tappable…
  • 16. Orientation Landscape in help, portrait in apps (unless screen rotation enabled)
  • 17. Design Conclusions Help converted to mobile is unlikely to look like an app. Must plan for mobile before starting a help project whose outputs include acting as a data portal to an app. More than just outputting a help project to “mobile”. Given these issues, how do we get HAT content into an app?
  • 18. Help to Mobile – Content Conversion
  • 19. High-Level Considerations What must be done to the content? Where? – Is the HAT content the app or is it feeding into an app? » HAT content is the app, you have RH10 or Flare 8 – use the HTML5 or mobile outputs. » HAT content is the app, you have another HAT – keep going. » HAT content is feeding an app – keep going. – Then…
  • 20. High-Level Considerations – Do general clean-up: » Convert SWFs to MP4 or HTML5 for iOS. » Replace fixed CSS size units with variable. » Evaluate if resized images still work – if not, can we remove them – if so, what effect on content? » Evaluate meshing of HAT and app dev tool. – Conditionalize the content to isolate the app- applicable content. – Get app-applicable content into app database – how?
  • 21. Content Import Details The following discussion uses ViziApps Studio (www.viziapps.com). – Supports use of web services, SQL databases, and Google Docs/Drive as app databases. – Principles should be portable to other such tools.
  • 22. Content Import Options We can either: – Copy and paste the content by hand from our HAT to the database. – Export conditionalized output to WebHelp or HTML5, then import the HTM files to Google Docs/Drive’s spreadsheet. » But there’s no inherent structure for the import. » Lots of HTM files… – Export conditionalized output to Word, then import into Google Docs/Drive’s spreadsheet. » Better since it has structure, one file...
  • 23. The Process Looks complex but is surprisingly simple: 1. Create HAT template that mirrors structure of DB with hard returns after each template field and build tags as needed. 2. Create the topics using HAT template. 3. Output to Word. 4. Save as “web page, filtered” to remove excess Word codes, then rename as <file>_filtered.
  • 24. The Process … 5. Select all and convert to table, using as many columns as in DB, select autofit to content and separate text at paragraphs. 6. Save, then close Word. 7. Open in Excel, save as CSV (MS-DOS), and rename as <file>_csv. 8. Open GDocs spreadsheet worksheet.
  • 25. The Process … 9. Put pointer on 1st cell of 1st blank row where you want to start inserting the imported content. 10.Select File>Import, select the file, select Append Rows to Current Sheet, the Automatic separator character, and go.
  • 27. New Content In Flare Showing build tags.
  • 28. In Word Output to Word, saved as “web page, filtered” with hard returns after each field, and converted to a table.
  • 29. In Excel Saved as CSV (MS-DOS).
  • 30. Setting Up In GDocs The File Import dialog box settings.
  • 31. Added to the Database In the GDocs spreadsheet.
  • 32. And In the App
  • 33. What About Graphics? Like this in the HAT content…
  • 34. …Graphics? Not directly through an import because the GDocs database doesn’t store the image directly. Instead, image is uploaded to the cloud via Amazon S3, and the database stores the image URL – e.g. it’s a different process.
  • 35. Tables? Here’s the progression…
  • 36. Tables? … the progression…
  • 37. Initial Assessment What will work: – Text – Flows to meet the screen size. – Variables – Because they’re text-only. What will cause trouble: – Need to trim info. – Items that are too wide or big: – Items that use different controls in mobile vs. in a HAT – images, tables (lists in mobile), links.
  • 38. Initial Assessment …will cause trouble: – Items with no equivalent controls in mobile, like Flare togglers. – SWFs – Must be inserted as images to get URL to Amazon S3. – Snippets – Anything other than text will break.
  • 39. Conclusions Using a HAT as a data portal to an app will work with small amounts of text with no formatting. Anything else is iffy – may not convert. – Or may not mesh with the associated object in the app – e.g. use of image field to insert image rather than inserting it in a text paragraph. Test and plan before you start…
  • 40. Hyper/Word Services Offers… Training • Consulting • Development Flare • RoboHelp Viziapps • Flare/RoboHelp Mobile XML Single sourcing • Structured authoring
  • 41. Thank you... Questions? Hyper/ ord S W ervices 978-657-5464 nperlin@concentric.net www.hyperword.com

Editor's Notes