Must-Follow Twitter Feeds for Tech Writers

The purpose of my blog is to provide tech writers with information about changes and how said changes may impact documentation. That is also the purpose of my Twitter feed. I gather up as much information as I can and pass it on.

I’ve found some excellent feeds to follow related to the various topics of which tech writers need to be aware. Oftentimes, I include these in a #followfriday tweet. I’ve decided to list them here as well. Take a look. I’m sure you’ll find some feeds that are follow-worthy. They will save you hours and hours of time and provide interesting reads.  The links I’m including contain all or mainly business-related tweets; I’d like to save time for followers. Here are my recommended Twitter feeds that I’d list in a  #followfriday tweet. Be sure and check the comments as well for other links to review.

Note: For information about why to follow the topics listed, see my companion article: Must-Follow Trends for Tech Writers.

Tech Writing

http://twitter.com/scottabel
http://twitter.com/tclibrary
http://twitter.com/tomjohnson
http://twitter.com/stc_org
http://twitter.com/juliov27612
http://twitter.com/ivanwalsh

My feed – follow me!
http://twitter.com/2moroDocs

Agile Programming

http://twitter.com/agiledeveloper
http://twitter.com/theagilenews

Cloud Computing

http://twitter.com/cloud_dennis
http://twitter.com/cloudforum
http://twitter.com/cloudbook
http://twitter.com/MariaSpinola
http://twitter.com/dexin

HTML 5
http://twitter.com/css3gallery
http://twitter.com/html5doctor
http://twitter.com/html5gallery

WordPress
http://twitter.com/wordpress
http://twitter.com/iheartwordpress
http://twitter.com/lorelleonwp
http://twitter.com/wphelpblog

Social Media
http://twitter.com/mashable
http://twitter.com/socialmedia2day
http://twitter.com/pamdyer

eLearning and Mobile
http://twitter.com/kwork

Accessibility
http://twitter.com/w3c_wai
http://twitter.com/tbabinszki
http://twitter.com/AccessibleTwitr
http://twitter.com/stcaccess

General Tech News
http://twitter.com/GuyKawasaki
http://twitter.com/TechCrunch

Search
http://twitter.com/sengineland

Websites
http://twitter.com/webfadds
http://twitter.com/designfollow

If you come across any yourself or can recommend others, please include them in a comment here. Thanks to Cynthia Lockley, Karen Mardahl, Sheila Loring, and Ivan Walsh for their comments and suggestions.

HTML 5: What Tech Writers Need to Consider

Wow. I knew that there were many items to consider when writing documentation these days. However, there is much more than I realized. For example, today I started looking at HTML 5 more in-depth. As I read through the information on the W3C site, it became clear that big changes are in store that will affect technical writers.

In HTML 5, a large number of elements will possibly be relegated to setup in CSS only. The major one I noticed initially is tables, as use of tables is obviously prevalent in docs. It appears that presentation elements will be handled through CSS. That includes everything, basically: width, padding, height, and borders are among the attributes that are changing.

Given all these changes, I looked at the current state of CSS on the W3C website. Version 2.1 is now in Candidate Recommendation status.

Frame support will also be discontinued. I imagine that most people do not use frames at this point. If you are, consider stopping that practice. Frames are also not recommended for mobile devices, and search engines have difficulty reading them as well.

References to Review

HTML 5 differences from HTML 4

CSS 2.1 Specification

CSS Mobile Profile 2.0

Recommendations

Move all presentation configuration to a CSS file

While work will continue to evolve with HTML 5, it may be difficult to know what to include or not. However, I think that at this point, if you’re not already, you can at least focus on moving all presentation configuration to a CSS file, particularly for tables. Use the information on the W3C site as a guide, and realize that development is yet in progress.

Discontinue use of frames

For reasons noted above, it’s best to avoid use of frames.

Keep up with changes

On my Twitter feed, I’ve listed some links related to HTML 5 and will continue to do so. I’ll also note feeds that may be helpful to follow in a #followfriday entry. Keep in mind, too, that this will also affect mobile items.

I need to look at all this in more detail, and determine how it might affect XML and XSL files. For the moment, just be aware: there are even more items to plan for when setting up your documentation. Don’t assume that your style sheets of today will be adequate for docs down the road.