SlideShare a Scribd company logo
1 of 42
Download to read offline
What’s Up,
EDoc?!
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, RoboHelp, Viziapps
Studio.
Some Specific
Predictions –
On the Broad
Side
Mobile
From here…
To here…
Mobile
If the definition is always changing, what is
“mobile”?
Effectively “the un-desktop”.
How to create content for all these things?
– HTML5, responsive design, other technologies
and methodologies.
HTML5
HTML 5 – More power than HTML 4.01,
less rigid than XML.
– Strategic effect – better enables web crawlers.
– Mobile driver – basis for “hybrid” mobile apps.
– Supports responsive design.
Responsive Design
Device-agnosticism, or…
“…use of media queries, fluid grids, and
scalable images to create sites that
display… well… at multiple resolutions.”
– Implementing Responsive Design, Tim Kadlec
New Riders, 2013
Emerging support in popular HATs.
– Examples from RoboHelp 11 and Flare 10…
Responsive Design
Note the design changes as the display size
shrinks – RoboHelp.
Responsive Design
And again here – Flare.
Content Strategy
Can’t just wing it in this environment,
Calls for a “content strategy.”
Which is what?
– Depends on your company, might involve doc
cost-justification, strategic role for doc team,
standards, content creation, tools, training, etc.
Plus two new writing approaches – topic-
based authoring and structured authoring.
Topic-Based Authoring
 Authoring content in chunks – “topics” –
rather than documents or books.
– A topic is as focused and self-contained as
possible a discussion about one subject.
 Not new.
– Dates back to ‘91 with first HATs.
– Actually dates back to ‘65 and InfoMapping.
Structured Authoring
 Authoring with structure.
– Just means content has structure – no precon-
ceptions about what it is or how it’s applied.
 So what is “structure”?
– Standard and consistent sectional, syntactical,
and stylistic rules.
– What technical communicators have always
created, albeit usually manually…
What Do I Get Out of This?
Pros:
– Flexibility – Granular content easier to target.
– Multi-author capable projects.
– Content re-use.
– Single author = writing consistency, ownership.
– CMS integratability – Self-explanatory.
Cons:
– New way of authoring – lack of continuity.
– Excess granularity can = too many topics.
Analytics
Need some way to track usage, rather than
just releasing our material into the void.
We’ve had analytics for years but seldom
used it.
– 3rd party – Google Analytics.
– Vendor-specific – RoboHelp Plus, MadCap
Pulse.
See April issue of Intercom for more.
The Cloud
Short definition of “the cloud”
» http://www.google.com/imgres?imgurl=&imgrefurl=http%3A%2F%2Fwww.f
ree-power-point-templates.com%2Farticles%2Fbest-cloud-computing-
powerpoint-templates
The Cloud
What to expect:
– Output to the cloud – changes distribution.
»ViziApps Flare project.
»Snapguide (www.snapguide.com).
– Cloud-based tools – access on any device with
a browser and internet connection – unhooks us
from the office.
»Google Drive, Office 365, ViziApps Studio.
Social Media
Twitter, Facebook, LinkedIn, Google+,
Pinterest(!)… – like it or not, use them.
If you don’t:
– You’ll miss emerging uses in areas like tech
support and customer support.
– You can’t stop it – try and it’ll happen anyway
and you’ll be left behind…
– …and get a reputation for being out of touch.
Some Specific
Predictions –
On the Focused
Side
DOCTYPE Declaration
In Flare.
– Adds a DOCTYPE statement to topic files to
render in “strict” or “standards” mode.
– No DOCTYPE – topics render in “quirks”
mode.
DOCTYPE Declaration
Strategic decision…
– “Strict” tells browser to use new, strict rules for
displaying HTML files.
– “Quirks” tells browser to use older, loose rules.
– How to decide?
» Do your topics use display features like floats that
don’t display correctly in normal mode? Use strict
mode – e.g. enable DOCTYPE.
» Not having these problems? Use quirks mode – e.g.
ignore DOCTYPE – maybe...
DOCTYPE Declaration
What’s the effect?
– “Quirks” lets modern browsers violate current
syntax rules to run older HTML files correctly
but may cause trouble going forward.
– “Strict” enforces modern syntax rules.
» Which may break the display of older HTML files.
– Effects vary depending on browser, version.
– Talk to your programmers.
– See http://hsivonen.iki.fi/doctype/.
Relative Units of Measure
We’re used to point-based sizes – 72pt = 1”
– from print – familiar and simple.
Problems With Points
Points being fixed, are fine in print but have
two problems in online outputs:
– Can’t be resized by a browser user.
»Selecting View > Text Size in IE has no
effect.
– Can’t be resized automatically by a browser.
Relative Size Units
– % – Based on default size of normal on a given
browser – 100%.
»H1 of 150% is 50% larger than normal for
any browser.
– em – Based on currently-used font size.
»If body is set to 16px, then 1.5 em = 24px.
– rem (root em) – Based on font size for html{}
tag. Not yet widely supported, esp. in HATs.
– ex – Poorly supported – don’t use.
Why Relative Sizes?
Image at absolute width
in a too-narrow space.
– Note horizontal scroll bar.
At relative width in same space.
– No horizontal scroll bar; 50%
width makes browser show
the image at 50% of available
space – e.g. “relative”.
– Each browser handles the
formatting for you.
Float
A CSS property that controls the positioning
of other elements in an HTML page.
Replaces (or eventually will replace) use of
tables as layout design elements.
Augmented Reality
Keeps “real” reality and adds info to it.
– Most commonly by augmenting a smartphone
screen showing what’s in front of you.
»Versus the new reality of “virtual reality”.
– The augment can be related to what’s displayed
or just overlaid.
– For example…
Augmented Reality Examples
 Fun but silly example, with the AR unrelated to
the display – Wikitude’s Swat the Fly.
 Starbuck’s Cup Magic from
Valentine’s Day, 2012.
Augmented Reality Examples
 Using the accelerometers
to determine phone’s
orientation and direction
and NASA terrain data to
determine and label the
skyline from any point
in any direction – Phil
Endecott’s Panoramascope:
Augmented Reality.
Wearables
Eliminate the annoyance of having to haul
your iPhone out of your pocket.
Sounds silly, but consider convenience and
new possibilities.
Wearables
Google Glass is the best
known example.
But there’s also:
– Other glasses.
– NFC ring.
– Samsung Galaxy
Gear watch.
And On the Far Out End…
“Internet of things” – linked sensors and
actuators in physical objects.
Dynamically reconfigurable output.
– See Author-it DAP (Dynamic Assistance
Platform).
Dynamically modeled OLH – Metadata-
wrapped, self-assembling content chunks.
Some Overall
Trends
Technical
Move from…
– Proprietary to open code formats, like RTF to
XHTML, HTML5.
– Proprietary, local to open, web outputs, like
HTML Help to WebHelp, HTML5.
– PC to web, multi-access environments, like the
cloud.
– Documents to repurposable content chunks.
– Simple to complex technical ecosystems, like
CSS3 and media queries.
Management of Content
We should see:
– Need for more rigorous topic-based content
created using templates, CSS, etc.
– Less text.
– Need for strategic and cost-justification.
– Need for standards to
future-proof our material
to avoid this.
How to Deal
With All This
Some Crucial Questions
Which technologies will take off?
Which will your company use? You?
Who knows?
– Remember Blackbird, the CueCat, server push,
mCommerce?
So what do we do?
Be independent – act on our own rather than
waiting for your company to act for you.
What To Do
Stay current technically.
Stay current on general business and trends.
– To understand events – profitability vs. market
share and re-birth of RoboHelp, Apple vs.
Adobe re Flash, Adobe’s HTML5 conundrum.
– Business issues can kill a technology.
Stay current on your company’s business.
– Show tech comm’s support of corp. strategy.
What To Do
Develop, promulgate, and enforce standards
to “future-proof” your work.
– Such as relative sizes in CSSs.
Develop and maintain metrics.
– For cost-justification a CFO will accept.
Get trained on your tools and technologies.
– A course does the flailing for you.
What To Do
Review your tools re environmental change.
– Like FrameMaker in an age of “topics”.
Accept rise of “content”, social media.
Don’t denigrate tools in favor of writing.
– Tools enable content delivery, without which
content is pointless.
Embrace and help shape change…
Hyper/Word Services Offers…
Training • Consulting • Development
Flare • Flare CSS • Flare Single Sourcing
RoboHelp • RoboHelp CSS • RoboHelp
HTML5
ViziApps
Single sourcing • Structured authoring
Thank you... Questions?
978-657-5464
nperlin@nperlin.cnc.net
www.hyperword.com
Twitter: NeilEric

More Related Content

What's hot

LavaCon 2013 Keynote: The Common Wisdom
LavaCon 2013 Keynote: The Common WisdomLavaCon 2013 Keynote: The Common Wisdom
LavaCon 2013 Keynote: The Common WisdomAndrew Thomas
 
Greythorn Whiteboard Interview Guide
Greythorn Whiteboard Interview GuideGreythorn Whiteboard Interview Guide
Greythorn Whiteboard Interview GuideVaco Seattle
 
Zen and the art of talent acquisition technology
Zen and the art of talent acquisition technologyZen and the art of talent acquisition technology
Zen and the art of talent acquisition technologyRecruitingDaily.com LLC
 
Uxpin Why Build a Design System
Uxpin Why Build a Design SystemUxpin Why Build a Design System
Uxpin Why Build a Design SystemLewis Lin 🦊
 
Rich User Experience Documentation - Update
Rich User Experience Documentation - UpdateRich User Experience Documentation - Update
Rich User Experience Documentation - UpdateJohn Yesko
 
Content Strategy For Digital Marketers
Content Strategy For Digital MarketersContent Strategy For Digital Marketers
Content Strategy For Digital MarketersiAcquire
 
Open Web Technologies and You - Durham College Student Integration Presentation
Open Web Technologies and You - Durham College Student Integration PresentationOpen Web Technologies and You - Durham College Student Integration Presentation
Open Web Technologies and You - Durham College Student Integration Presentationdarryl_lehmann
 
UX HACKS. Better Experiences. Faster. Leaner. Smarter.
UX HACKS. Better Experiences. Faster. Leaner. Smarter.UX HACKS. Better Experiences. Faster. Leaner. Smarter.
UX HACKS. Better Experiences. Faster. Leaner. Smarter.Sarah Weise
 
Achieve Intranet Success by Avoiding These Common Mistakes
Achieve Intranet Success by Avoiding These Common MistakesAchieve Intranet Success by Avoiding These Common Mistakes
Achieve Intranet Success by Avoiding These Common MistakesDNN
 
Proposals - What to Say, How to Say It, and How Much to Charge
Proposals - What to Say, How to Say It, and How Much to Charge Proposals - What to Say, How to Say It, and How Much to Charge
Proposals - What to Say, How to Say It, and How Much to Charge STC-Philadelphia Metro Chapter
 
UX-led Content Strategy (UXPA webinar)
UX-led Content Strategy (UXPA webinar)UX-led Content Strategy (UXPA webinar)
UX-led Content Strategy (UXPA webinar)Mike Donahue
 
UXPA2019 Forging Alliances with Project Management: A PM’s View of UX
UXPA2019  Forging Alliances with Project Management: A PM’s View of UXUXPA2019  Forging Alliances with Project Management: A PM’s View of UX
UXPA2019 Forging Alliances with Project Management: A PM’s View of UXUXPA International
 
Handouts for Why UX Design Needs Content Strategy
Handouts for Why UX Design Needs Content StrategyHandouts for Why UX Design Needs Content Strategy
Handouts for Why UX Design Needs Content StrategyKaren McGrane
 
Collaboration from the Trenches : Building your Internal Communities with Mic...
Collaboration from the Trenches : Building your Internal Communities with Mic...Collaboration from the Trenches : Building your Internal Communities with Mic...
Collaboration from the Trenches : Building your Internal Communities with Mic...D'arce Hess
 
UX Design breakdown and Q&A session @ #createTogether
UX Design breakdown and Q&A session @ #createTogetherUX Design breakdown and Q&A session @ #createTogether
UX Design breakdown and Q&A session @ #createTogetherEric Bell
 
The future of the modern workplace and Office 365
The future of the modern workplace and Office 365The future of the modern workplace and Office 365
The future of the modern workplace and Office 365Sam Marshall
 
Communication with Flexible Documentation : Jon Hadden
Communication with Flexible Documentation : Jon HaddenCommunication with Flexible Documentation : Jon Hadden
Communication with Flexible Documentation : Jon HaddenNomensa
 
Sell yourselves better: What a UX employer looks for
Sell yourselves better: What a UX employer looks forSell yourselves better: What a UX employer looks for
Sell yourselves better: What a UX employer looks forJason Mesut
 
Web Project Management Todcon2008
Web Project Management Todcon2008Web Project Management Todcon2008
Web Project Management Todcon2008Jesse Rodgers
 

What's hot (20)

2012 STC-PMC Conference Brochure
2012 STC-PMC Conference Brochure2012 STC-PMC Conference Brochure
2012 STC-PMC Conference Brochure
 
LavaCon 2013 Keynote: The Common Wisdom
LavaCon 2013 Keynote: The Common WisdomLavaCon 2013 Keynote: The Common Wisdom
LavaCon 2013 Keynote: The Common Wisdom
 
Greythorn Whiteboard Interview Guide
Greythorn Whiteboard Interview GuideGreythorn Whiteboard Interview Guide
Greythorn Whiteboard Interview Guide
 
Zen and the art of talent acquisition technology
Zen and the art of talent acquisition technologyZen and the art of talent acquisition technology
Zen and the art of talent acquisition technology
 
Uxpin Why Build a Design System
Uxpin Why Build a Design SystemUxpin Why Build a Design System
Uxpin Why Build a Design System
 
Rich User Experience Documentation - Update
Rich User Experience Documentation - UpdateRich User Experience Documentation - Update
Rich User Experience Documentation - Update
 
Content Strategy For Digital Marketers
Content Strategy For Digital MarketersContent Strategy For Digital Marketers
Content Strategy For Digital Marketers
 
Open Web Technologies and You - Durham College Student Integration Presentation
Open Web Technologies and You - Durham College Student Integration PresentationOpen Web Technologies and You - Durham College Student Integration Presentation
Open Web Technologies and You - Durham College Student Integration Presentation
 
UX HACKS. Better Experiences. Faster. Leaner. Smarter.
UX HACKS. Better Experiences. Faster. Leaner. Smarter.UX HACKS. Better Experiences. Faster. Leaner. Smarter.
UX HACKS. Better Experiences. Faster. Leaner. Smarter.
 
Achieve Intranet Success by Avoiding These Common Mistakes
Achieve Intranet Success by Avoiding These Common MistakesAchieve Intranet Success by Avoiding These Common Mistakes
Achieve Intranet Success by Avoiding These Common Mistakes
 
Proposals - What to Say, How to Say It, and How Much to Charge
Proposals - What to Say, How to Say It, and How Much to Charge Proposals - What to Say, How to Say It, and How Much to Charge
Proposals - What to Say, How to Say It, and How Much to Charge
 
UX-led Content Strategy (UXPA webinar)
UX-led Content Strategy (UXPA webinar)UX-led Content Strategy (UXPA webinar)
UX-led Content Strategy (UXPA webinar)
 
UXPA2019 Forging Alliances with Project Management: A PM’s View of UX
UXPA2019  Forging Alliances with Project Management: A PM’s View of UXUXPA2019  Forging Alliances with Project Management: A PM’s View of UX
UXPA2019 Forging Alliances with Project Management: A PM’s View of UX
 
Handouts for Why UX Design Needs Content Strategy
Handouts for Why UX Design Needs Content StrategyHandouts for Why UX Design Needs Content Strategy
Handouts for Why UX Design Needs Content Strategy
 
Collaboration from the Trenches : Building your Internal Communities with Mic...
Collaboration from the Trenches : Building your Internal Communities with Mic...Collaboration from the Trenches : Building your Internal Communities with Mic...
Collaboration from the Trenches : Building your Internal Communities with Mic...
 
UX Design breakdown and Q&A session @ #createTogether
UX Design breakdown and Q&A session @ #createTogetherUX Design breakdown and Q&A session @ #createTogether
UX Design breakdown and Q&A session @ #createTogether
 
The future of the modern workplace and Office 365
The future of the modern workplace and Office 365The future of the modern workplace and Office 365
The future of the modern workplace and Office 365
 
Communication with Flexible Documentation : Jon Hadden
Communication with Flexible Documentation : Jon HaddenCommunication with Flexible Documentation : Jon Hadden
Communication with Flexible Documentation : Jon Hadden
 
Sell yourselves better: What a UX employer looks for
Sell yourselves better: What a UX employer looks forSell yourselves better: What a UX employer looks for
Sell yourselves better: What a UX employer looks for
 
Web Project Management Todcon2008
Web Project Management Todcon2008Web Project Management Todcon2008
Web Project Management Todcon2008
 

Viewers also liked

Today's Learning and Technology – How Technology is changing the way people t...
Today's Learning and Technology – How Technology is changing the way people t...Today's Learning and Technology – How Technology is changing the way people t...
Today's Learning and Technology – How Technology is changing the way people t...STC-Philadelphia Metro Chapter
 
Android project training in Noiida
Android project training in NoiidaAndroid project training in Noiida
Android project training in NoiidaTech Mentro
 
зураг
зурагзураг
зурагaoyun44
 
PERSONAL NETWORK CJDW NETWORK Okt 2009
PERSONAL NETWORK CJDW NETWORK Okt 2009PERSONAL NETWORK CJDW NETWORK Okt 2009
PERSONAL NETWORK CJDW NETWORK Okt 2009Web Seo Indonesia
 
2013 Melbourne Software Freedom Day talk - FOSS in Public Decision Making
2013 Melbourne Software Freedom Day talk - FOSS in Public Decision Making2013 Melbourne Software Freedom Day talk - FOSS in Public Decision Making
2013 Melbourne Software Freedom Day talk - FOSS in Public Decision MakingPatrick Sunter
 
Рынок Интернет-ТВ и видео в мире и России: штрихи к портрету. Толмачева Татья...
Рынок Интернет-ТВ и видео в мире и России: штрихи к портрету. Толмачева Татья...Рынок Интернет-ТВ и видео в мире и России: штрихи к портрету. Толмачева Татья...
Рынок Интернет-ТВ и видео в мире и России: штрихи к портрету. Толмачева Татья...Aleksey Naumkin
 
All about me version 45 final
All about me version 45 finalAll about me version 45 final
All about me version 45 finalmikiua
 
Power aware compilation demo
Power aware compilation demoPower aware compilation demo
Power aware compilation demoRajeev Nadgauda
 
From Subscription to Membership: What Publishers Need to Know
From Subscription to Membership: What Publishers Need to KnowFrom Subscription to Membership: What Publishers Need to Know
From Subscription to Membership: What Publishers Need to KnowJake Batsell
 
全中國最美的女孩
全中國最美的女孩全中國最美的女孩
全中國最美的女孩susan10733
 
Ashleys Portfolio
Ashleys PortfolioAshleys Portfolio
Ashleys Portfolioashholbrook
 

Viewers also liked (20)

Presentation obshta
Presentation obshtaPresentation obshta
Presentation obshta
 
Today's Learning and Technology – How Technology is changing the way people t...
Today's Learning and Technology – How Technology is changing the way people t...Today's Learning and Technology – How Technology is changing the way people t...
Today's Learning and Technology – How Technology is changing the way people t...
 
Utaribalitrip
UtaribalitripUtaribalitrip
Utaribalitrip
 
Android project training in Noiida
Android project training in NoiidaAndroid project training in Noiida
Android project training in Noiida
 
зураг
зурагзураг
зураг
 
Writing proposals
Writing proposalsWriting proposals
Writing proposals
 
PERSONAL NETWORK CJDW NETWORK Okt 2009
PERSONAL NETWORK CJDW NETWORK Okt 2009PERSONAL NETWORK CJDW NETWORK Okt 2009
PERSONAL NETWORK CJDW NETWORK Okt 2009
 
STC PMC Newsletter 2011-10
STC PMC Newsletter 2011-10STC PMC Newsletter 2011-10
STC PMC Newsletter 2011-10
 
2013 Melbourne Software Freedom Day talk - FOSS in Public Decision Making
2013 Melbourne Software Freedom Day talk - FOSS in Public Decision Making2013 Melbourne Software Freedom Day talk - FOSS in Public Decision Making
2013 Melbourne Software Freedom Day talk - FOSS in Public Decision Making
 
Рынок Интернет-ТВ и видео в мире и России: штрихи к портрету. Толмачева Татья...
Рынок Интернет-ТВ и видео в мире и России: штрихи к портрету. Толмачева Татья...Рынок Интернет-ТВ и видео в мире и России: штрихи к портрету. Толмачева Татья...
Рынок Интернет-ТВ и видео в мире и России: штрихи к портрету. Толмачева Татья...
 
2011 freed
2011 freed2011 freed
2011 freed
 
Currency book
Currency bookCurrency book
Currency book
 
All about me version 45 final
All about me version 45 finalAll about me version 45 final
All about me version 45 final
 
Power aware compilation demo
Power aware compilation demoPower aware compilation demo
Power aware compilation demo
 
From Subscription to Membership: What Publishers Need to Know
From Subscription to Membership: What Publishers Need to KnowFrom Subscription to Membership: What Publishers Need to Know
From Subscription to Membership: What Publishers Need to Know
 
A empresa e a nosa lingua
A empresa e  a nosa linguaA empresa e  a nosa lingua
A empresa e a nosa lingua
 
全中國最美的女孩
全中國最美的女孩全中國最美的女孩
全中國最美的女孩
 
Finance Final Power Point
Finance Final Power PointFinance Final Power Point
Finance Final Power Point
 
Ashleys Portfolio
Ashleys PortfolioAshleys Portfolio
Ashleys Portfolio
 
9. bbk tri kita
9. bbk tri kita9. bbk tri kita
9. bbk tri kita
 

Similar to What’s Up, EDoc?!

Stc 2015 preparing legacy projects for responsive design - technical issues
Stc 2015   preparing legacy projects for responsive design - technical issuesStc 2015   preparing legacy projects for responsive design - technical issues
Stc 2015 preparing legacy projects for responsive design - technical issuesNeil Perlin
 
Is everything we used to do wrong?
Is everything we used to do wrong?Is everything we used to do wrong?
Is everything we used to do wrong?Russ Weakley
 
Single sourcing to the max
Single sourcing to the maxSingle sourcing to the max
Single sourcing to the maxNeil Perlin
 
Developing for the unknown lavacon
Developing for the unknown   lavaconDeveloping for the unknown   lavacon
Developing for the unknown lavaconNeil Perlin
 
Developing for the unknown lavacon
Developing for the unknown   lavaconDeveloping for the unknown   lavacon
Developing for the unknown lavaconNeil Perlin
 
Mobile Monday Presentation: Responsive Web Design
Mobile Monday Presentation: Responsive Web DesignMobile Monday Presentation: Responsive Web Design
Mobile Monday Presentation: Responsive Web DesignCantina
 
Stc 2015 preparing legacy projects for responsive design - design issues
Stc 2015   preparing legacy projects for responsive design - design issuesStc 2015   preparing legacy projects for responsive design - design issues
Stc 2015 preparing legacy projects for responsive design - design issuesNeil Perlin
 
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
 
Designing Powerful Web Applications Using AJAX and Other RIAs
Designing Powerful Web Applications Using AJAX and Other RIAsDesigning Powerful Web Applications Using AJAX and Other RIAs
Designing Powerful Web Applications Using AJAX and Other RIAsDave Malouf
 
Lavacon 2014 responsive design in your hat
Lavacon 2014   responsive design in your hatLavacon 2014   responsive design in your hat
Lavacon 2014 responsive design in your hatNeil Perlin
 
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
 
How to Project-Manage and Implement a Responsive Website
How to Project-Manage and Implement a Responsive WebsiteHow to Project-Manage and Implement a Responsive Website
How to Project-Manage and Implement a Responsive WebsiteJj Jurgens
 
Catalina Oyaneder | Ultimate Stack Compilation | Codemotion Madrid 2018
Catalina Oyaneder | Ultimate Stack Compilation | Codemotion Madrid 2018 Catalina Oyaneder | Ultimate Stack Compilation | Codemotion Madrid 2018
Catalina Oyaneder | Ultimate Stack Compilation | Codemotion Madrid 2018 Codemotion
 
Creating Mobile Aps without Coding
Creating Mobile Aps without CodingCreating Mobile Aps without Coding
Creating Mobile Aps without CodingJack Molisani
 
Topic based and structured authoring - slides
Topic based and structured authoring - slidesTopic based and structured authoring - slides
Topic based and structured authoring - slidesNeil Perlin
 
Topic based and structured authoring - slides
Topic based and structured authoring - slidesTopic based and structured authoring - slides
Topic based and structured authoring - slidesNeil Perlin
 
Html 5 mobile - nitty gritty
Html 5 mobile - nitty grittyHtml 5 mobile - nitty gritty
Html 5 mobile - nitty grittyMario Noble
 
Bruce Lawson Opera Indonesia
Bruce Lawson Opera IndonesiaBruce Lawson Opera Indonesia
Bruce Lawson Opera Indonesiabrucelawson
 
Making Sense of Standards
Making Sense of StandardsMaking Sense of Standards
Making Sense of StandardsWebWorks
 

Similar to What’s Up, EDoc?! (20)

Stc 2015 preparing legacy projects for responsive design - technical issues
Stc 2015   preparing legacy projects for responsive design - technical issuesStc 2015   preparing legacy projects for responsive design - technical issues
Stc 2015 preparing legacy projects for responsive design - technical issues
 
Is everything we used to do wrong?
Is everything we used to do wrong?Is everything we used to do wrong?
Is everything we used to do wrong?
 
Single sourcing to the max
Single sourcing to the maxSingle sourcing to the max
Single sourcing to the max
 
Developing for the unknown lavacon
Developing for the unknown   lavaconDeveloping for the unknown   lavacon
Developing for the unknown lavacon
 
Developing for the unknown lavacon
Developing for the unknown   lavaconDeveloping for the unknown   lavacon
Developing for the unknown lavacon
 
Mobile Monday Presentation: Responsive Web Design
Mobile Monday Presentation: Responsive Web DesignMobile Monday Presentation: Responsive Web Design
Mobile Monday Presentation: Responsive Web Design
 
Stc 2015 preparing legacy projects for responsive design - design issues
Stc 2015   preparing legacy projects for responsive design - design issuesStc 2015   preparing legacy projects for responsive design - design issues
Stc 2015 preparing legacy projects for responsive design - design issues
 
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
 
Agile mobile first
Agile mobile firstAgile mobile first
Agile mobile first
 
Designing Powerful Web Applications Using AJAX and Other RIAs
Designing Powerful Web Applications Using AJAX and Other RIAsDesigning Powerful Web Applications Using AJAX and Other RIAs
Designing Powerful Web Applications Using AJAX and Other RIAs
 
Lavacon 2014 responsive design in your hat
Lavacon 2014   responsive design in your hatLavacon 2014   responsive design in your hat
Lavacon 2014 responsive design in your hat
 
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
 
How to Project-Manage and Implement a Responsive Website
How to Project-Manage and Implement a Responsive WebsiteHow to Project-Manage and Implement a Responsive Website
How to Project-Manage and Implement a Responsive Website
 
Catalina Oyaneder | Ultimate Stack Compilation | Codemotion Madrid 2018
Catalina Oyaneder | Ultimate Stack Compilation | Codemotion Madrid 2018 Catalina Oyaneder | Ultimate Stack Compilation | Codemotion Madrid 2018
Catalina Oyaneder | Ultimate Stack Compilation | Codemotion Madrid 2018
 
Creating Mobile Aps without Coding
Creating Mobile Aps without CodingCreating Mobile Aps without Coding
Creating Mobile Aps without Coding
 
Topic based and structured authoring - slides
Topic based and structured authoring - slidesTopic based and structured authoring - slides
Topic based and structured authoring - slides
 
Topic based and structured authoring - slides
Topic based and structured authoring - slidesTopic based and structured authoring - slides
Topic based and structured authoring - slides
 
Html 5 mobile - nitty gritty
Html 5 mobile - nitty grittyHtml 5 mobile - nitty gritty
Html 5 mobile - nitty gritty
 
Bruce Lawson Opera Indonesia
Bruce Lawson Opera IndonesiaBruce Lawson Opera Indonesia
Bruce Lawson Opera Indonesia
 
Making Sense of Standards
Making Sense of StandardsMaking Sense of Standards
Making Sense of Standards
 

More from STC-Philadelphia Metro Chapter

From Multimedia to Social Media to Augmented and Virtual Reality April 2019
From Multimedia to Social Media to Augmented and Virtual Reality April 2019From Multimedia to Social Media to Augmented and Virtual Reality April 2019
From Multimedia to Social Media to Augmented and Virtual Reality April 2019STC-Philadelphia Metro Chapter
 
March 2018 STC-PMC Webinar: Millennial Documentation (Presented by Pooja Vija...
March 2018 STC-PMC Webinar: Millennial Documentation (Presented by Pooja Vija...March 2018 STC-PMC Webinar: Millennial Documentation (Presented by Pooja Vija...
March 2018 STC-PMC Webinar: Millennial Documentation (Presented by Pooja Vija...STC-Philadelphia Metro Chapter
 
The Cost of Doing Nothing (By Suzanne Mescan of Vasont)
The Cost of Doing Nothing (By Suzanne Mescan of Vasont)The Cost of Doing Nothing (By Suzanne Mescan of Vasont)
The Cost of Doing Nothing (By Suzanne Mescan of Vasont)STC-Philadelphia Metro Chapter
 
7 Lessons from the Future of Content (By David Dylan Thomas)
7 Lessons from the Future of Content (By David Dylan Thomas)7 Lessons from the Future of Content (By David Dylan Thomas)
7 Lessons from the Future of Content (By David Dylan Thomas)STC-Philadelphia Metro Chapter
 
Effectively Telling Your Story through Content Marketing
Effectively Telling Your Story through Content MarketingEffectively Telling Your Story through Content Marketing
Effectively Telling Your Story through Content MarketingSTC-Philadelphia Metro Chapter
 
Defining New Roles for Information Engineering in the Customer Content Journey
Defining New Roles for Information Engineering in the Customer Content JourneyDefining New Roles for Information Engineering in the Customer Content Journey
Defining New Roles for Information Engineering in the Customer Content JourneySTC-Philadelphia Metro Chapter
 
We’re Going Mobile! Great! Wait… What Does That Mean?
We’re Going Mobile! Great! Wait… What Does That Mean?We’re Going Mobile! Great! Wait… What Does That Mean?
We’re Going Mobile! Great! Wait… What Does That Mean?STC-Philadelphia Metro Chapter
 
STC-PMC November 2016 Presentation - Mobile First Content
STC-PMC November 2016 Presentation - Mobile First ContentSTC-PMC November 2016 Presentation - Mobile First Content
STC-PMC November 2016 Presentation - Mobile First ContentSTC-Philadelphia Metro Chapter
 
STC-PMC October 2016 Presentation-That's What You Think!
STC-PMC October 2016 Presentation-That's What You Think!STC-PMC October 2016 Presentation-That's What You Think!
STC-PMC October 2016 Presentation-That's What You Think!STC-Philadelphia Metro Chapter
 
Public Speaking Skills: A Project Manager’s Best Friend
Public Speaking Skills: A Project Manager’s Best FriendPublic Speaking Skills: A Project Manager’s Best Friend
Public Speaking Skills: A Project Manager’s Best FriendSTC-Philadelphia Metro Chapter
 
Just Think About This - 9 Thinking Modalities to Consider
Just Think About This - 9 Thinking Modalities to ConsiderJust Think About This - 9 Thinking Modalities to Consider
Just Think About This - 9 Thinking Modalities to ConsiderSTC-Philadelphia Metro Chapter
 

More from STC-Philadelphia Metro Chapter (20)

From Multimedia to Social Media to Augmented and Virtual Reality April 2019
From Multimedia to Social Media to Augmented and Virtual Reality April 2019From Multimedia to Social Media to Augmented and Virtual Reality April 2019
From Multimedia to Social Media to Augmented and Virtual Reality April 2019
 
March 2018 STC-PMC Webinar: Millennial Documentation (Presented by Pooja Vija...
March 2018 STC-PMC Webinar: Millennial Documentation (Presented by Pooja Vija...March 2018 STC-PMC Webinar: Millennial Documentation (Presented by Pooja Vija...
March 2018 STC-PMC Webinar: Millennial Documentation (Presented by Pooja Vija...
 
Networking for Geeks (by Brian Winter)
Networking for Geeks (by Brian Winter)Networking for Geeks (by Brian Winter)
Networking for Geeks (by Brian Winter)
 
The Cost of Doing Nothing (By Suzanne Mescan of Vasont)
The Cost of Doing Nothing (By Suzanne Mescan of Vasont)The Cost of Doing Nothing (By Suzanne Mescan of Vasont)
The Cost of Doing Nothing (By Suzanne Mescan of Vasont)
 
Markup For Dummies (Russ Ward)
Markup For Dummies (Russ Ward)Markup For Dummies (Russ Ward)
Markup For Dummies (Russ Ward)
 
Why is My Team Failing? (By Christine Loch)
Why is My Team Failing? (By Christine Loch)Why is My Team Failing? (By Christine Loch)
Why is My Team Failing? (By Christine Loch)
 
7 Lessons from the Future of Content (By David Dylan Thomas)
7 Lessons from the Future of Content (By David Dylan Thomas)7 Lessons from the Future of Content (By David Dylan Thomas)
7 Lessons from the Future of Content (By David Dylan Thomas)
 
Content Marketing Resource List
Content Marketing Resource ListContent Marketing Resource List
Content Marketing Resource List
 
Managing the MarComm/TechComm Showdown
Managing the MarComm/TechComm ShowdownManaging the MarComm/TechComm Showdown
Managing the MarComm/TechComm Showdown
 
Effectively Telling Your Story through Content Marketing
Effectively Telling Your Story through Content MarketingEffectively Telling Your Story through Content Marketing
Effectively Telling Your Story through Content Marketing
 
Defining New Roles for Information Engineering in the Customer Content Journey
Defining New Roles for Information Engineering in the Customer Content JourneyDefining New Roles for Information Engineering in the Customer Content Journey
Defining New Roles for Information Engineering in the Customer Content Journey
 
We’re Going Mobile! Great! Wait… What Does That Mean?
We’re Going Mobile! Great! Wait… What Does That Mean?We’re Going Mobile! Great! Wait… What Does That Mean?
We’re Going Mobile! Great! Wait… What Does That Mean?
 
GitHub Workflows for Technical Communication
GitHub Workflows for Technical CommunicationGitHub Workflows for Technical Communication
GitHub Workflows for Technical Communication
 
STC-PMC November 2016 Presentation - Mobile First Content
STC-PMC November 2016 Presentation - Mobile First ContentSTC-PMC November 2016 Presentation - Mobile First Content
STC-PMC November 2016 Presentation - Mobile First Content
 
STC-PMC October 2016 Presentation-That's What You Think!
STC-PMC October 2016 Presentation-That's What You Think!STC-PMC October 2016 Presentation-That's What You Think!
STC-PMC October 2016 Presentation-That's What You Think!
 
2016 Conduit Program
2016 Conduit Program2016 Conduit Program
2016 Conduit Program
 
Video Tools in Tech Writing
Video Tools in Tech WritingVideo Tools in Tech Writing
Video Tools in Tech Writing
 
UX and Cognitive Load
UX and Cognitive LoadUX and Cognitive Load
UX and Cognitive Load
 
Public Speaking Skills: A Project Manager’s Best Friend
Public Speaking Skills: A Project Manager’s Best FriendPublic Speaking Skills: A Project Manager’s Best Friend
Public Speaking Skills: A Project Manager’s Best Friend
 
Just Think About This - 9 Thinking Modalities to Consider
Just Think About This - 9 Thinking Modalities to ConsiderJust Think About This - 9 Thinking Modalities to Consider
Just Think About This - 9 Thinking Modalities to Consider
 

Recently uploaded

Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 

Recently uploaded (20)

Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 

What’s Up, EDoc?!

  • 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, RoboHelp, Viziapps Studio.
  • 5. Mobile If the definition is always changing, what is “mobile”? Effectively “the un-desktop”. How to create content for all these things? – HTML5, responsive design, other technologies and methodologies.
  • 6. HTML5 HTML 5 – More power than HTML 4.01, less rigid than XML. – Strategic effect – better enables web crawlers. – Mobile driver – basis for “hybrid” mobile apps. – Supports responsive design.
  • 7. Responsive Design Device-agnosticism, or… “…use of media queries, fluid grids, and scalable images to create sites that display… well… at multiple resolutions.” – Implementing Responsive Design, Tim Kadlec New Riders, 2013 Emerging support in popular HATs. – Examples from RoboHelp 11 and Flare 10…
  • 8. Responsive Design Note the design changes as the display size shrinks – RoboHelp.
  • 10. Content Strategy Can’t just wing it in this environment, Calls for a “content strategy.” Which is what? – Depends on your company, might involve doc cost-justification, strategic role for doc team, standards, content creation, tools, training, etc. Plus two new writing approaches – topic- based authoring and structured authoring.
  • 11. Topic-Based Authoring  Authoring content in chunks – “topics” – rather than documents or books. – A topic is as focused and self-contained as possible a discussion about one subject.  Not new. – Dates back to ‘91 with first HATs. – Actually dates back to ‘65 and InfoMapping.
  • 12. Structured Authoring  Authoring with structure. – Just means content has structure – no precon- ceptions about what it is or how it’s applied.  So what is “structure”? – Standard and consistent sectional, syntactical, and stylistic rules. – What technical communicators have always created, albeit usually manually…
  • 13. What Do I Get Out of This? Pros: – Flexibility – Granular content easier to target. – Multi-author capable projects. – Content re-use. – Single author = writing consistency, ownership. – CMS integratability – Self-explanatory. Cons: – New way of authoring – lack of continuity. – Excess granularity can = too many topics.
  • 14. Analytics Need some way to track usage, rather than just releasing our material into the void. We’ve had analytics for years but seldom used it. – 3rd party – Google Analytics. – Vendor-specific – RoboHelp Plus, MadCap Pulse. See April issue of Intercom for more.
  • 15. The Cloud Short definition of “the cloud” » http://www.google.com/imgres?imgurl=&imgrefurl=http%3A%2F%2Fwww.f ree-power-point-templates.com%2Farticles%2Fbest-cloud-computing- powerpoint-templates
  • 16. The Cloud What to expect: – Output to the cloud – changes distribution. »ViziApps Flare project. »Snapguide (www.snapguide.com). – Cloud-based tools – access on any device with a browser and internet connection – unhooks us from the office. »Google Drive, Office 365, ViziApps Studio.
  • 17. Social Media Twitter, Facebook, LinkedIn, Google+, Pinterest(!)… – like it or not, use them. If you don’t: – You’ll miss emerging uses in areas like tech support and customer support. – You can’t stop it – try and it’ll happen anyway and you’ll be left behind… – …and get a reputation for being out of touch.
  • 19. DOCTYPE Declaration In Flare. – Adds a DOCTYPE statement to topic files to render in “strict” or “standards” mode. – No DOCTYPE – topics render in “quirks” mode.
  • 20. DOCTYPE Declaration Strategic decision… – “Strict” tells browser to use new, strict rules for displaying HTML files. – “Quirks” tells browser to use older, loose rules. – How to decide? » Do your topics use display features like floats that don’t display correctly in normal mode? Use strict mode – e.g. enable DOCTYPE. » Not having these problems? Use quirks mode – e.g. ignore DOCTYPE – maybe...
  • 21. DOCTYPE Declaration What’s the effect? – “Quirks” lets modern browsers violate current syntax rules to run older HTML files correctly but may cause trouble going forward. – “Strict” enforces modern syntax rules. » Which may break the display of older HTML files. – Effects vary depending on browser, version. – Talk to your programmers. – See http://hsivonen.iki.fi/doctype/.
  • 22. Relative Units of Measure We’re used to point-based sizes – 72pt = 1” – from print – familiar and simple.
  • 23. Problems With Points Points being fixed, are fine in print but have two problems in online outputs: – Can’t be resized by a browser user. »Selecting View > Text Size in IE has no effect. – Can’t be resized automatically by a browser.
  • 24. Relative Size Units – % – Based on default size of normal on a given browser – 100%. »H1 of 150% is 50% larger than normal for any browser. – em – Based on currently-used font size. »If body is set to 16px, then 1.5 em = 24px. – rem (root em) – Based on font size for html{} tag. Not yet widely supported, esp. in HATs. – ex – Poorly supported – don’t use.
  • 25. Why Relative Sizes? Image at absolute width in a too-narrow space. – Note horizontal scroll bar. At relative width in same space. – No horizontal scroll bar; 50% width makes browser show the image at 50% of available space – e.g. “relative”. – Each browser handles the formatting for you.
  • 26. Float A CSS property that controls the positioning of other elements in an HTML page. Replaces (or eventually will replace) use of tables as layout design elements.
  • 27. Augmented Reality Keeps “real” reality and adds info to it. – Most commonly by augmenting a smartphone screen showing what’s in front of you. »Versus the new reality of “virtual reality”. – The augment can be related to what’s displayed or just overlaid. – For example…
  • 28. Augmented Reality Examples  Fun but silly example, with the AR unrelated to the display – Wikitude’s Swat the Fly.  Starbuck’s Cup Magic from Valentine’s Day, 2012.
  • 29. Augmented Reality Examples  Using the accelerometers to determine phone’s orientation and direction and NASA terrain data to determine and label the skyline from any point in any direction – Phil Endecott’s Panoramascope: Augmented Reality.
  • 30. Wearables Eliminate the annoyance of having to haul your iPhone out of your pocket. Sounds silly, but consider convenience and new possibilities.
  • 31. Wearables Google Glass is the best known example. But there’s also: – Other glasses. – NFC ring. – Samsung Galaxy Gear watch.
  • 32. And On the Far Out End… “Internet of things” – linked sensors and actuators in physical objects. Dynamically reconfigurable output. – See Author-it DAP (Dynamic Assistance Platform). Dynamically modeled OLH – Metadata- wrapped, self-assembling content chunks.
  • 34. Technical Move from… – Proprietary to open code formats, like RTF to XHTML, HTML5. – Proprietary, local to open, web outputs, like HTML Help to WebHelp, HTML5. – PC to web, multi-access environments, like the cloud. – Documents to repurposable content chunks. – Simple to complex technical ecosystems, like CSS3 and media queries.
  • 35. Management of Content We should see: – Need for more rigorous topic-based content created using templates, CSS, etc. – Less text. – Need for strategic and cost-justification. – Need for standards to future-proof our material to avoid this.
  • 36. How to Deal With All This
  • 37. Some Crucial Questions Which technologies will take off? Which will your company use? You? Who knows? – Remember Blackbird, the CueCat, server push, mCommerce? So what do we do? Be independent – act on our own rather than waiting for your company to act for you.
  • 38. What To Do Stay current technically. Stay current on general business and trends. – To understand events – profitability vs. market share and re-birth of RoboHelp, Apple vs. Adobe re Flash, Adobe’s HTML5 conundrum. – Business issues can kill a technology. Stay current on your company’s business. – Show tech comm’s support of corp. strategy.
  • 39. What To Do Develop, promulgate, and enforce standards to “future-proof” your work. – Such as relative sizes in CSSs. Develop and maintain metrics. – For cost-justification a CFO will accept. Get trained on your tools and technologies. – A course does the flailing for you.
  • 40. What To Do Review your tools re environmental change. – Like FrameMaker in an age of “topics”. Accept rise of “content”, social media. Don’t denigrate tools in favor of writing. – Tools enable content delivery, without which content is pointless. Embrace and help shape change…
  • 41. Hyper/Word Services Offers… Training • Consulting • Development Flare • Flare CSS • Flare Single Sourcing RoboHelp • RoboHelp CSS • RoboHelp HTML5 ViziApps Single sourcing • Structured authoring