Created by Tom Johnson / @tomjohnson
Full Screen | F |
Next Slide | Space bar |
Slide Notes | S |
Thumbnail View | Esc |
View online at http://tomjohnson1492.github.io/innovation
Note: Some slides move down instead of to the side, so use the space bar to advance slides.
"As to what your journey says, I think it says that all the current models of tech comm development are deeply unsatisfactory in one way or another."
— Mark Baker, Every Page Is Page One
HTML5 • REST APIs • CSS media queries • oAuth • AJAX • instant search • SVG • augmented reality • Internet of Things • big data • social networks • YouTube • Bootstrap • static site generators • jQuery • YouTube • StackOverflow • Github • continuous integration • LESS & Sass • wikis
decentralization • agile • crowdsourcing • gamification • Cluetrain Manifesto (user-to-user communication) • "Everything Is Miscellaneous" • The Long Tail • semantic web • information architecture • content marketing • transparency • simplicity of design • open source • social coding
information typing • minimalism • task-based documentation • topic-oriented documentation • DITA • DocOps • Every Page Is Page One • emotional language • personalization • interactive video • user-generated content • content strategy • single sourcing
"Github, in my humble opinion, is one of the most revolutionary things that has happened to software in 20 years."
— Joe Malin
File format: | Text files |
Authoring: | Text editor |
Building: | Continuous build scripts |
Collaborating: | Source control |
Versioning: | Source control |
Pushing live: | Terminal commands |
Here's the code for this slide:
<section>
<h3>This slidedeck is just HTML5.</h3>
<p>Here's the code for this slide:</p>
<p>Github repo: <a target="_blank" href="https://github.com/tomjohnson1492/innovation/">
https://github.com/tomjohnson1492/innovation/</a></p>
<p><i>So much more satisfying to work in text
file formats.</i></p>
</section>
Github: https://github.com/tomjohnson1492/innovation/
So much more satisfying to work in text-file formats.
One person writing from one perspective in one company, especially an outsider to the actual business context of the user, can't possibly cover all the information needs for every user.
{
"entries":
[
{% for page in site.tooltips %}
{
"id" : "{{ page.id }}",
"body": "{{ page.content | strip_newlines | replace: '\', '\\\\' |
replace: '"', '\\"' }}"
} {% unless forloop.last %},{% endunless %}
{% endfor %}
]
}