Jump to content

Interactivity: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
→‎Creating an interactivity: Add JavaScript as a means to provide interactivity
Line 45: Line 45:


==Creating an interactivity==
==Creating an interactivity==
Web page authors can integrate [[JavaScript]] coding to create interactive web pages. Sliders, date pickers, drag and dropping are just some of the many enhancements that can be provided.<ref>{{cite web|url=http://friendlybit.com/js/improving-interactivity-with-javascript/ |title=Improving interactivity with Javascript |publisher=Friendly Bit |date= |accessdate=2011-10-28}}</ref>

Various authoring tools are available for creating various kinds of interactivities. Some of the most common platforms for creating interactivities include [[Adobe Flash]] and the recently released [[Microsoft Silverlight]]. The most commonly used authoring tools for creating interactivities include Harbinger's Raptivity and Articulate's Engage. eLearning makes use of a concept called an [[interaction model]]. Using an interaction model, any person can create interactivities in a very short period of time.
Various authoring tools are available for creating various kinds of interactivities. Some of the most common platforms for creating interactivities include [[Adobe Flash]] and the recently released [[Microsoft Silverlight]]. The most commonly used authoring tools for creating interactivities include Harbinger's Raptivity and Articulate's Engage. eLearning makes use of a concept called an [[interaction model]]. Using an interaction model, any person can create interactivities in a very short period of time.



Revision as of 05:54, 28 October 2011

In the fields of information science, communication, and industrial design, there is debate over the meaning of interactivity. In the "contingency view" of interactivity, there are three levels:

  1. Noninteractive, when a message is not related to previous messages;
  2. Reactive, when a message is related only to one immediately previous message; and
  3. Interactive, when a message is related to a number of previous messages and to the relationship between them.[1]

Human to human communication

Human communication is the basic example of interactive communication which involves two different processes; human to human interactivity and human to computer interactivity. Human-Human interactivity is the communication between people.

On the other hand, human to computer communication is the way that people communicate with new media. According to Rada Roy, the "Human Computer interaction model might consists of 4 main components which consist of HUMAN, COMPUTER, TASK ENVIRONMENT and MACHINE ENVIRONMENT. The two basic flows of information and control are assumed. The communication between people and computers; one must understand something about both and about the tasks which people perform with computers. A general model of human - computer interface emphazizes the flow of information and control at the human computer interface."[2] Human to Human interactivity consists of many conceptualizations which are based on anthropomorphic definitions. For example, complex systems that detect and react to human behavior are sometimes called interactive. Under this perspective, interaction includes responses to human physical manipulation like movement, body language, and/or changes in psychological states.

Human to artifact communication

In the context of communication between a human and an artifact, interactivity refers to the artifact’s interactive behaviour as experienced by the human user. This is different from other aspects of the artifact such as its visual appearance, its internal working, and the meaning of the signs it might mediate. For example, the interactivity of an iPod is not its physical shape and colour (its so-called "design"), its ability to play music, or its storage capacity—it is the behaviour of its user interface as experienced by its user. This includes the way you move your finger on its input wheel, the way this allows you to select a tune in the playlist, and the way you control the volume.

An artifact’s interactivity is best perceived through use. A bystander can imagine how it would be like to use an artifact by watching others use it, but it is only through actual use that its interactivity is fully experienced and "felt". This is due to the kinesthetic nature of the interactive experience. It is similar to the difference between watching someone drive a car and actually driving it. It is only through driving the car that you can experience and "feel" how this car differs from other cars.

New Media academic Vincent Maher defines interactivity as "the relation constituted by a symbolic interface between its referential, objective functionality and the subject."[3]

Computing science

The term "look and feel" is often used to refer to the specifics of a computer system's user interface. Using this as a metaphor, the "look" refers to its visual design, while the "feel" refers to its interactivity. Indirectly this can be regarded as an informal definition of interactivity.

A more detailed discussion of how interactivity has been conceptualized in the human-computer interaction literature, and how the phenomenology of the French philosopher Merleau-Ponty can shed light on the user experience, see (Svanaes 2000).

In computer science, interactive refers to software which accepts and responds to input from humans—for example, data or commands. Interactive software includes most popular programs, such as word processors or spreadsheet applications. By comparison, noninteractive programs operate without human contact; examples of these include compilers and batch processing applications. If the response is complex enough it is said that the system is conducting social interaction and some systems try to achieve this through the implementation of social interfaces.

Also, there is the notion of kinds of user interaction, like the Rich UI.

Interactivity in new media

New media is a term used to describe both qualitatively new forms of media (e.g., the differences between analogue and digital media) and to describe media changes which, in turn, significantly affect society (Flew, 2005).[4] The recent processes of digitizing information and the extension of digitisation to media, currently underpins the latest "new" media evolution.[4] Characteristics of digital data (see Flew, p. 3)[4] make it particularly suited to enabling interactivity. Interactivity is seen as a key association with new media as it basically sets apart the 'old' and new medias. Old media could only offer a sit-back type interaction, whereas new media is much more engaging to their audiences.

Technologies such as DVDs and digital TV are classic examples of interactive media devices, where a user can control what they watch and when. However, the Internet has become the prime model of an interactive system. Users can become fully immersed in their experiences by viewing material, commenting on it and then actively contributing to it. McMillan states that interactivity can occur at many different levels and degrees of engagement and that it is important to differentiate between these levels. User-to-user interaction via the internet; para-social interaction, where new forms of media are generated online; and user-to-system interactivity which is the way devices can be engaged with by a user.[5]

Boundary Functions at the Tokyo Intercommunications Center, 1999.
"Boundary Functions" (1998) interactive floor projection by Scott Snibbe at the NTT InterCommunication Center in Tokyo.

Lev Manovich (2001) also makes a clear definition of what interactivity means for the user. He refers to 'open interactivity' as actions such as computer programming and developing media systems, whereas 'closed interactivity' is merely where the elements of access are determined by the user.[6] This definition is part of his principle of variability (one of Manovich's key features of new media).

Interactivity also relates to new media art technologies where humans and animals are able to interact with and change the course of an artwork. Artists and researchers around the world are working on unique interfaces to allow new forms of interaction that extend beyond the QWERTY keyboard and the now ubiquitous mouse. Artists, such as Stelarc work to define new interfaces that challenge our notion of what is possible when interacting with machines. His Hexapod for example looks like an insect though it walks like a dog and the locomotion is controlled by shifting the body weight and turning the torso. Others like Ken Rinaldo have defined unique interfaces for fish in which Siamese Fighting Fish are able to control their rolling robotic fish bowls to interact across the gap of the glass. Simon Penny's Petit Mal allows a two wheeled sculpture to sense and respond to human presence and intelligently navigate the environment. Scott Snibbe's "Boundary Functions," (1998) one of the first interactive video projections, draws moving lines on a gallery's floor to demarcate people's personal space.

Denis McQuail mentions interactivity as one of the main characteristic of the new media. He quotes:[7]

Interactivity: as indicated by the ratio of response or initiative on the part of the user to the "offer" of the source/sender

Creating an interactivity

Web page authors can integrate JavaScript coding to create interactive web pages. Sliders, date pickers, drag and dropping are just some of the many enhancements that can be provided.[8]

Various authoring tools are available for creating various kinds of interactivities. Some of the most common platforms for creating interactivities include Adobe Flash and the recently released Microsoft Silverlight. The most commonly used authoring tools for creating interactivities include Harbinger's Raptivity and Articulate's Engage. eLearning makes use of a concept called an interaction model. Using an interaction model, any person can create interactivities in a very short period of time.

Some of the interaction models presented with authoring tools fall under various categories like games, puzzles, simulation tools, presentation tools, etc., which can be completely customized.

See also

References

  1. ^ Sheizaf Rafaeli defined Interactivity as "an expression of the extent that in a given series of communication exchanges, any third (or later) transmission (or message) is related to the degree to which previous exchanges referred to even earlier transmissions. Rafaeli, 1988
  2. ^ Rada, R.; Michailidis, Antonios (1995). Interactive media. New York: Springer-Verlag. p. 12. ISBN 0-387-94485-0.
  3. ^ Vincent Maher - Media in Transition » Towards a definition of interactivity suitable for Critical Theory
  4. ^ a b c Flew, T. (2005). New media : an introduction. 2nd Ed. Oxford University Press: Oxford.
  5. ^ McMillan, S.J. (2002). "Exploring Models of Interactivity from Multiple Research Traditions: Users, Documents, And Systems". In Lievrouw, L.; Livingston, S. (eds.). Handbook of New Media. London: Sage. pp. 162–182. ISBN 0-7619-6510-6. {{cite book}}: External link in |chapterurl= (help); Unknown parameter |chapterurl= ignored (|chapter-url= suggested) (help)
  6. ^ Manovich, Lev. "The Language of New Media" (PDF). Retrieved 15 May 2011.
  7. ^ McQuail, Denis (2000). McQuail's Mass Communication Theory. London: Sage. p. 143. ISBN 0-7619-6547-5.
  8. ^ "Improving interactivity with Javascript". Friendly Bit. Retrieved 2011-10-28.

Bibliography

  • Liu, Yuping and L. J. Shrum (2002), "What is Interactivity and is it Always Such a Good Thing? Implications of Definition, Person, and Situation for the Influence of Interactivity on Advertising Effectiveness," Journal of Advertising, 31 (4), p. 53-64. Available at Yupingliu.com
  • Manovich, L. 2006. Image Future, Manovich.net
  • Rafaeli, S. (1988). Interactivity: From new media to communication. In R. P. Hawkins, J. M. Wiemann, & S. Pingree (Eds.), Sage Annual Review of Communication Research: Advancing Communication Science: Merging Mass and Interpersonal Processes, 16, 110-134. Beverly Hills: Sage. Haifa.ac.il.
  • Svanaes, D. (2000). Understanding Interactivity: Steps to a Phenomenology of Human-Computer Interaction. NTNU, Trondheim, Norway. PhD, NTNU.no
  • Frank Popper, Art—Action and Participation, New York University Press, 1975