vote up 5 vote down star
1

Recently, I've noticed that I've lost all patience with programming articles, and started watching screencasts instead. For example, the ASP.NET MVC site had lots of screencasts, so I watched those and got coding in no time. I was therefore wondering what the community thinks about screencasts and articles, particularly as I'm considering contributing material, and am pondering the format.

On a side note, I have an accent, so it might skew my decision somewhat. I'm not sure - what do you think?

Okay, looks like the majority vote is for Articles. Thanks!

flag
1  
Wouldnt it be nice with two community answers to this with: Articles, Screencast. If someone has something to add they can make a comment, and for "it depends" you can make your own answer – svrist Jan 3 at 19:36
Well, running polls would be nice. However, to make the suggestion, I have to register at uservoice, and I have no intention of doing that. – Dmitri Nesteruk Jan 3 at 20:37

16 Answers

vote up 5 vote down

It depends largely on the topic for me. Screencasts are nice when verbal explanation is better or when a demonstration of something is required. If I need code, though, screencasts tend to be tough, as I can't look at the code, move around in it, and digest it thoroughly before moving on. It's also tough to refer back to something in a screencast.

link|flag
vote up 3 vote down

I generally prefer the layout of articles because code can be inspected at leisure (and copied if necessary). However, I prefer the pacing and delivery of screencasts.

The problem with most articles is that they aren't really written to teach in a manner that shows how a problem is solved. They capture knowledge but not action. Screencasts, on the other hand, are forced to walk you through action because of their very nature.

Thus, the best solution for me is an article showing paced actions.

link|flag
vote up 2 vote down

In general, I would say that I prefer articles. As @ctacke said, screencasts can be nice in some cases, but for most things I prefer reading the text. This way I can go back if I missed something, or learn about the topic in parts (depending on the length of the article). You can always add screenshots to an article as well to add the visual component if it is needed.

link|flag
vote up 28 vote down

Articles.

  • The bandwidth-to-brain is too low for screencasts: it can take a half hour to watch what would take five minutes to read.
  • Screencasts are not skimmable.
  • Screencasts are not searchable/indexable.
  • Screencasts are not machine-translatable.
  • Screencasts are not select-and-copyable.

Screencasts are part of TV culture, articles are part of book culture.

link|flag
1  
Amen to that. Quickest way to make me ignore your project: provide your only introduction as a screencast. – Shog9 Jan 3 at 19:29
Amen! I wholly agree. If I need to finde something fast the worst is to try to zap through a screencast :S – svrist Jan 3 at 19:37
I totally agree! – Kevin Jan 3 at 19:44
+1: Without a doubt. – ocdecio Jan 3 at 19:53
1  
Only thing worse than a screencast is a podcast. Can't even fast forward a podcost with any sanity. – Will Hartung Jan 3 at 23:35
show 2 more comments
vote up 2 vote down

Articles - can't skim a screencast.

link|flag
vote up 1 vote down

I prefer articles, simply because my attention span isn't long enough to watch a whole video. I want to write some code, damnit!

link|flag
vote up 4 vote down

I hate screen casts. The fact that when needed you cannot search inside them bothers me. It basically is a loss of information.

I would prefer a screen cast paired with literature so that it is more accessible.

link|flag
vote up 0 vote down

I like articles for information about doing new things with existing tools.

I like screen casts for information about doing old things with new tools.

Doing new things with new tools needs a live session as I prefer to interact in that case.

I can already do old things with old tools; that's my day job.

link|flag
vote up 8 vote down

No single "right" answer. I prefer to use each for its strong points.

Articles:

  • random access
  • searchable/indexable
  • can be printed and carried to places where wireless doesn't reach
  • some subject matter is well suited for verbalization / explanation

Screencasts:

  • can show use of a tool in context
  • some subject matter is well suited for visualization
  • can watch "with one eye" while doing other routine tasks that don't require much attention

Podcasts:

  • the right speaker(s) can be very engaging
  • some subject matter is well suited for conversation
  • can listen while driving, etc.
link|flag
2  
You can focus your eyes independently? Are you... a chameleon? – Shog9 Jan 3 at 20:10
+1 On the podcasts because you can listen to those while you are on the go – thaBadDawg Jan 3 at 21:08
vote up 3 vote down

It all depends on your learning style, honestly. I prefer screencasts because I learn better by "seeing" the topic at hand.

link|flag
vote up 0 vote down

When I do screen casts I also do the entire thing in an article (with pics) and I hate it when other don't it seems the logical thing to do, offer both. Of course I would never do a screen cast for code that is just illogical, no one is interested in how fast I can type.

link|flag
vote up 2 vote down

Even though many people prefer one over the other, I think screencasts and articles complement one another. When I try to learn something new, I like to watch a video first so I can visualize it, and then read about it to drill down deeper.

link|flag
vote up 1 vote down

When i decide i think about how many screenshots a article should take. Is it more screenshots than text - make a short screencast else make an article. Screencasts should be short, and all relevant text and code must be downloadable.

link|flag
vote up 0 vote down

It depends. I think integrating watching screencasts and reading articles can achieve the best effect for me. Some screencasts can illustrate a technical problem clearly, but knowledge in article is more systematic.

link|flag
vote up 0 vote down

You can skim a screencast - simply watch it on 2-3x speed.

link|flag
vote up 1 vote down

Somewhere I read that we retain

  • 10% of what we read
  • 20% of what we hear
  • 30% of what we see
  • 50% of what we see and hear
  • 90% of what we do

I like screencasts. Anyway I would like to see characteristics of articles on screencasts:

  • Skim a screencast with chapters (as peepcode's in quicktime)
  • Copy code from a screencast
  • Search inside the screencast
  • Clickable links inside the screencast
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.