What the Digerati Know INFO/CSE100, Spring 2006 Fluency in - - PowerPoint PPT Presentation

what the digerati know
SMART_READER_LITE
LIVE PREVIEW

What the Digerati Know INFO/CSE100, Spring 2006 Fluency in - - PowerPoint PPT Presentation

The Information School of the University of Washington What the Digerati Know INFO/CSE100, Spring 2006 Fluency in Information Technology http://www.cs.washington.edu/education/courses/100/06sp/ Mar-31-06 digerati @ university of washington 1


slide-1
SLIDE 1

Mar-31-06 digerati @ university of washington 1

The Information School of the University of Washington

What the Digerati Know

INFO/CSE100, Spring 2006 Fluency in Information Technology

http://www.cs.washington.edu/education/courses/100/06sp/

slide-2
SLIDE 2

Mar-31-06 digerati @ university of washington 2

The Information School of the University of Washington

Readings and References

  • Reading

– Fluency with Information Technology

» Chapter 2, What the Digerati Know

  • References

– W3Schools

» http://www.w3schools.com

– Webmonkey

» http://www.webmonkey.com/

– WebReference

» http://www.webreference.com/

slide-3
SLIDE 3

Mar-31-06 digerati @ university of washington 3

The Information School of the University of Washington

Learning New Tools

  • How do we learn to use new tools?

– Be taught their use by someone else -- car, bicycle, etc… – Reading the owner’s manual -- chain saw – Watching others -- vending machine – Figure them out ourselves -- CD player

  • Software designers wanting you to learn the

new tool ASAP, so they try for “intuitive” usage

– Consistent Interfaces -- build in experience – Suggestive icons -- bypass terminology – Metaphors -- exploit analogous reasoning

slide-4
SLIDE 4

Mar-31-06 digerati @ university of washington 4

The Information School of the University of Washington

Intuitive Design

slide-5
SLIDE 5

Mar-31-06 digerati @ university of washington 5

The Information School of the University of Washington

Consistent Interfaces

Most modern applications File and Edit menus with standard commands

slide-6
SLIDE 6

Mar-31-06 digerati @ university of washington 6

The Information School of the University of Washington

slide-7
SLIDE 7

Mar-31-06 digerati @ university of washington 7

The Information School of the University of Washington

Consistent Interfaces

slide-8
SLIDE 8

Mar-31-06 digerati @ university of washington 8

The Information School of the University of Washington

Metaphors

  • Some familiar computer metaphors

– Desktop (folders, inboxes, etc…) – Place (rooms, hallways, doors) – Tree (root, branches, leaves) – Stoplight (green = go, red = stop)

slide-9
SLIDE 9

Mar-31-06 digerati @ university of washington 9

The Information School of the University of Washington

Dance Dance Revolution

slide-10
SLIDE 10

Mar-31-06 digerati @ university of washington 10

The Information School of the University of Washington

What does “New” Mean?

  • Most applications have the concept of a

document with:

– Attributes: date created, date modified, creator, … – Content: image, text, sound

  • “New” means create a ‘blank instance’ of a

document for this application

– A document has attributes as well as content

» All stored in one file with a place for anything » A ‘blank instance’ is simply the structure with some of the attributes filled in but without any of the content

slide-11
SLIDE 11

Mar-31-06 digerati @ university of washington 11

The Information School of the University of Washington

“Click Around”

  • Software designers use standard ideas

to make applications intuitive

  • To learn a new application, check it out

by clicking around

– Take a minute to …

» Look under all menus to see operations » Follow the “…” for menu operations » Try to recognize what the icons mean

  • Clicking around is Exploration! :)
slide-12
SLIDE 12

Mar-31-06 digerati @ university of washington 12

The Information School of the University of Washington

A New Application

slide-13
SLIDE 13

Mar-31-06 digerati @ university of washington 13

The Information School of the University of Washington

slide-14
SLIDE 14

Mar-31-06 digerati @ university of washington 14

The Information School of the University of Washington

“Blazing Away”

  • Learn an application fast by trying it!
  • Beginning with a new instance,

assertively try menu items

– Expect to fail and make a mess – Exit the application and if you are asked to “Save?” reply “No” – Try repeatedly until becoming familiar

slide-15
SLIDE 15

Mar-31-06 digerati @ university of washington 15

The Information School of the University of Washington

To Learn A New Tool

  • Software systems build on a consistent

interface, standard metaphors, etc…

– Expect to teach yourself applications – Do so by familiarizing yourself with the features by “Clicking Around” – Assertively try out the features, ,”Blaze Away”

  • bserving what they do

» Be efficient -- stay focused, don’t type a lot when you expect to exit

  • You also might want to skim the user

manual/help file/reference book

– http://www.oreilly.com/

slide-16
SLIDE 16

Mar-31-06 digerati @ university of washington 16

The Information School of the University of Washington

Online Tutorials

  • Often provided by expert organizations
  • May provide interactive tools, examples
  • Good place to find references
  • Might support a user community
  • Things to consider:

– Are they up-to-date? – Are they selling something?

slide-17
SLIDE 17

Mar-31-06 digerati @ university of washington 17

The Information School of the University of Washington

Example Online Tutorials

  • W3Schools

– http://www.w3schools.com/html/default.asp

  • Webmonkey

– http://www.webmonkey.com/webmonkey/a uthoring/html_basics/

  • WebReference

– http://www.webreference.com/authoring/lan guages/html/

slide-18
SLIDE 18

Mar-31-06 digerati @ university of washington 18

The Information School of the University of Washington

Differences & Similarities

  • Different vendors will produce similar

software for the same task

– Superficially, the GUIs use similar features – Fundamentally, the task largely determines how the software must work… they must be similar

  • Implications

– If you know one word processor, you can learn

  • thers fast

– Software differences: mostly glitz and convenience – Don’t accept lousy tools, consider switching to

  • ther applications
slide-19
SLIDE 19

Mar-31-06 digerati @ university of washington 19

The Information School of the University of Washington

Another Implication

  • If applications are similar at their core,

techniques can be learned without learning a specific vendor’s software

» Example: programming languages

slide-20
SLIDE 20

Mar-31-06 digerati @ university of washington 20

The Information School of the University of Washington

Mac or PC???

  • Arguments about which is better, Mac
  • r PC create only create heat, no light

– They are more alike than different – Any fluent person can use both

  • I first bought a PowerMac, then a PC,

then a Windows laptop, and now this Mac PowerBook

– And I’ve owned a Sun Sparc 1+ Unix workstation

slide-21
SLIDE 21

Mar-31-06 digerati @ university of washington 21

The Information School of the University of Washington

Summarizing

  • Humans must learn to use tools

– Software designers want you to learn easily

» Good software uses consistent interfaces and menus

  • Teach yourself applications by “Clicking

Around” and “Blazing Away”

– I don’t know all the features, you don’t know all the features, and that’s okay!

  • Software for a task must share core features
  • Learn applications independent of vendors
slide-22
SLIDE 22

Mar-31-06 digerati @ university of washington 22

The Information School of the University of Washington

Homework 2

  • Print out homework 2
  • You will have to complete some tasks
  • n 2 different computer systems (Mac,

Windows, or Linux)

  • Due in class on Friday, April 7th