Push vs. Pull on the Internet

A long time ago, I don’t think people gave push vs. pull systems too much thought when it came to the internet.  You searched for information via a search engine, visited web sites and checked your email.  Now, however, it seems that we are presented with two overall systems for accessing the information we want.

Push vs. Pull (as defined by me):

Push: The internet or program pushes the information to YOU.

Pull: YOU go and search for the information you want or need.

If you are interested to know how Wikipedia defines it (as marketing or supply chain terms) visit http://en.wikipedia.org/wiki/push-pull_strategy

So based on the definitions given above, let’s look at a few examples:

– RSS Feeds
– SharePoint intranet portal (with or without alerts)
– FaceBook
– Email
– Internet Searching

Internet Technology Push / Pull Reason
RSS Feeds Push You sign up for which RSS feeds you want to receive, by using your favourite aggregator (such as the built-in Latest Headlines aggregator of Firefox, or a job search aggregator, or Bloglines, FeedDemon, or Google Reader ).
SharePoint Intranet Portal Push or Pull depending on whether or not you use alerts If you are using SharePoint for your company intranet or knowledgebase portal, this is basically a pull system, unless you are using alerts to alert you of new content added – then it becomes a push system.
FaceBook Push In my opinion, FaceBook is a push system, because of the frequency in which people update their status updates and add content.
Email Push Email is a push system, especially if you receive newsletters or articles via email, and it also depends on the frequency in which you check it.
Internet Searching Pull Google and Internet Searching is pull, since you are entering in a sequence of search terms, and pulling in the information you requested.

Find me on Twitter: jacbird

An Overview of Document Types….

I thought it would be helpful to write about the different document types I have encountered while working as a technical writer in various industries (environmental, telecommunications, medical software, medical communications, etc.).

I have made an attempt to define the documents based on my own ideas about them. The text in red was added in after googling the search term define: [document type].

White Paper: almost like a marketing piece / proposal type of document. Its purpose is to outline in great detail new technologies or existing technologies in order to present the information to some third party who usually has a stake in funding for that project. “Used to educate readers and help people make decisions.” “A purpose to educate industry customers.”

End-User Manual: aimed towards end-users of a software program or other piece of technology. The audience can vary in technical aptitude from absolute beginner to advanced.

Release Notes: outlines all new features of an updated version of software. Usually with a table of contents and brief paraphrase of all new features. From Wikipedia: “A release note is usually a terse summary or recent changes, enhancements and bug fixes in a particular software release.” “Not a substitute for user guides.”

FAQs: Frequently Asked Questions. A compilation of questions about a piece of software or a system in a question & answer format. Best if based on real life questions asked by customers / clients.

Data Sheet: OK, this one I haven’t actually ever had to do before……but it seems to keep popping up. So from Wikipedia: “A document summarizing the performance and other characteristics of a component (i.e. an electronic component), a sub system (i.e. a power supply) or software in sufficient detail to be used by a design engineer to design the component into a system.”

Online Video: These, I absolutely just love! A short segment, usually running from 3 to 6 minutes in length with a purpose to demonstrate / visually show how something works. This could be how to use a component of the software, how to carry out some kind of procedure or function, or really anything under the sun where the user could get a better idea by watching rather than reading about it.

Find me on Twitter: @jacbird and @masitblog

How to work well with others (as a technical writer)….

In my three years of working as a technical writer, surprisingly, I have learned a few things about working well with others. I didn’t think that would be such a huge part of the job, but it has proven itself to be time and time again. So, I present you with a few tips and tricks that I have learned.

  • Listen well and good to what the other person is saying
  • Try to not make assumptions about what they are saying
  • Don’t judge people based on what you think you might know about them. Basically, try to treat everyone the same way.
  • Try to offer prompt, good quality and cheerful service that people can rely on
  • You will find yourself working with people from all walks of life and cultures. It’s sometimes hard not to make judgments, but it’s the worst thing you can do
  • Chill out and don’t be a stress case when working with people. It’s not rocket science (unless of course, it is)
  • Be patient with people and respect their time; plan around them if you have to
  • I heard this on the radio once, but I’ll repeat it here: you can’t go wrong with tact, diplomacy and respect

Various Uses of XML

It’s 11:00 pm, on a Friday night…….so why not write an article about the various uses of XML? You’ve probably heard that term before, and I’m sure you will hear it again. In my mind, it’s a way to make the information displayed on the internet more concise, searchable, and organized.

I first became interested in XML when I found out that it’s something technical writers should know, and that it had something to do with RSS feeds.

RSS Feeds:

RSS aggregator programs read RSS feeds on news sites and blog sites to allow you, the reader, to become aware of new and recent information without having to do it yourself. The RSS aggregator reads the RSS feed which is written in XML. The funny thing, is that the RSS aggregator program reads the feed in XML, but you could too, since XML is human-readable! Of course though, you’re not a robot, and so I’m sure you don’t want to be the one to scan all those feeds and see which ones are new, and then display them to the internet.

MathML:

Anything about math is cool, right? Well, now they’ve figured out how to use XML to describe math formulas and bring them to the World Wide Web. And you thought you were done with math after first year calculus.

I’m pleased to tell you that the XML not only describes how math formulas should be displayed (presentation) but even what the different formula components mean (content). Read more about it at http://www.w3.org/Mathand http://en.wikipedia.org/wiki/MathML

Searching:

You can use XML to define the type of information contained in a document, and thus make that information easier to search. That is because unlike HTML, XML describes the information rather than just presents it. So for instance, you could use XML to denote that Chrysanthemum is a book title rather than a plant by using a book title tag <book_title>Chrysanthemum</book_title>.

Now a web robot would know that in this instance, Chrysanthemum is a book title and not a flower.

Other Uses:

Now what I will do, is list a few other uses of XML and send you off to learn more about them on your own. I know I’ve made XML sound so exciting, so you won’t be able to wait any longer will you?

DITA (Darwin Information Typing Architecture); SVG (Scalable Vector Graphics); Databases; AJAX (Asynchronous Javascript and XML).

Find me on Twitter: jacbird