<?xml version="1.0"?>
<oembed><version>1.0</version><provider_name>UOSM2008</provider_name><provider_url>https://blog.soton.ac.uk/uosm2008</provider_url><title>#UOSM2008 - Task 1 -  Question: Explain the concept of digital &#x201C;visitors&#x201D; and &#x201C;residents&#x201D; drawing upon your reading and your own online experiences to date in support of the points that you make. - UOSM2008</title><type>rich</type><width>600</width><height>338</height><html>&lt;blockquote class="wp-embedded-content" data-secret="QfqiHZ1Ybi"&gt;&lt;a href="https://blog.soton.ac.uk/uosm2008/2014/topic-1-2014/2014/02/uosm2008-task-1-question-explain-the-concept-of-digital-visitors-and-residents-drawing-upon-your-reading-and-your-own-online-experiences-to-date-in-support-190/"&gt;#UOSM2008 &#x2013; Task 1 &#x2013;   Question: Explain the concept of digital &#x201C;visitors&#x201D; and &#x201C;residents&#x201D; drawing upon your reading and your own online experiences to date in support of the points that you make.&lt;/a&gt;&lt;/blockquote&gt;&lt;iframe sandbox="allow-scripts" security="restricted" src="https://blog.soton.ac.uk/uosm2008/2014/topic-1-2014/2014/02/uosm2008-task-1-question-explain-the-concept-of-digital-visitors-and-residents-drawing-upon-your-reading-and-your-own-online-experiences-to-date-in-support-190/embed/#?secret=QfqiHZ1Ybi" width="600" height="338" title="&#x201C;#UOSM2008 &#x2013; Task 1 &#x2013;   Question: Explain the concept of digital &#x201C;visitors&#x201D; and &#x201C;residents&#x201D; drawing upon your reading and your own online experiences to date in support of the points that you make.&#x201D; &#x2014; UOSM2008" data-secret="QfqiHZ1Ybi" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"&gt;&lt;/iframe&gt;&lt;script type="text/javascript"&gt;
/* &lt;![CDATA[ */
/**
 * WordPress inline HTML embed
 *
 * @since 4.4.0
 * @output wp-includes/js/wp-embed.js
 *
 * Single line comments should not be used since they will break
 * the script when inlined in get_post_embed_html(), specifically
 * when the comments are not stripped out due to SCRIPT_DEBUG
 * being turned on.
 */
(function ( window, document ) {
	'use strict';

	/* Abort for ancient browsers. */
	if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) {
		return;
	}

	/** @namespace wp */
	window.wp = window.wp || {};

	/* Abort if script was already executed. */
	if ( !! window.wp.receiveEmbedMessage ) {
		return;
	}

	/**
	 * Receive embed message.
	 *
	 * @param {MessageEvent} e
	 */
	window.wp.receiveEmbedMessage = function( e ) {
		var data = e.data;

		/* Verify shape of message. */
		if (
			! ( data || data.secret || data.message || data.value ) ||
			/[^a-zA-Z0-9]/.test( data.secret )
		) {
			return;
		}

		var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ),
			blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ),
			allowedProtocols = new RegExp( '^https?:$', 'i' ),
			i, source, height, sourceURL, targetURL;

		for ( i = 0; i &lt; blockquotes.length; i++ ) {
			blockquotes[ i ].style.display = 'none';
		}

		for ( i = 0; i &lt; iframes.length; i++ ) {
			source = iframes[ i ];

			if ( e.source !== source.contentWindow ) {
				continue;
			}

			source.removeAttribute( 'style' );

			if ( 'height' === data.message ) {
				/* Resize the iframe on request. */
				height = parseInt( data.value, 10 );
				if ( height &gt; 1000 ) {
					height = 1000;
				} else if ( ~~height &lt; 200 ) {
					height = 200;
				}

				source.height = height;
			} else if ( 'link' === data.message ) {
				/* Link to a specific URL on request. */
				sourceURL = new URL( source.getAttribute( 'src' ) );
				targetURL = new URL( data.value );

				if (
					allowedProtocols.test( targetURL.protocol ) &amp;&amp;
					targetURL.host === sourceURL.host &amp;&amp;
					document.activeElement === source
				) {
					window.top.location.href = data.value;
				}
			}
		}
	};

	function onLoad() {
		var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),
			i, source, secret;

		for ( i = 0; i &lt; iframes.length; i++ ) {
			/** @var {IframeElement} */
			source = iframes[ i ];

			secret = source.getAttribute( 'data-secret' );
			if ( ! secret ) {
				/* Add secret to iframe */
				secret = Math.random().toString( 36 ).substring( 2, 12 );
				source.src += '#?secret=' + secret;
				source.setAttribute( 'data-secret', secret );
			}

			/*
			 * Let post embed window know that the parent is ready for receiving the height message, in case the iframe
			 * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the
			 * window will then (re-)send the height message right away.
			 */
			source.contentWindow.postMessage( {
				message: 'ready',
				secret: secret
			}, '*' );
		}
	}

	window.addEventListener( 'message', window.wp.receiveEmbedMessage, false );
	document.addEventListener( 'DOMContentLoaded', onLoad, false );
})( window, document );

/* ]]&gt; */
&lt;/script&gt;
</html><description>Task 1 - #UOSM2008   Question: Explain the concept of digital &ldquo;visitors&rdquo; and &ldquo;residents&rdquo; drawing upon your reading and your own online experiences to date in support of the points that you make.IntroductionDigital &lsquo;visitors&rsquo; and &lsquo;residents&rsquo; are two relatively new terms used to describe the different ways users interact with the internet and technology.These divisions have appeared through the use of the terms:&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Digital natives (&lsquo;young people who have grown up in the digital world and hence are expert users of technology&rsquo;) [1]&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Digital immigrants (&lsquo;older people who struggle to master these new norms and behaviors)[1]In my opinion these terms for division of users is unsatisfactory. Just because you&rsquo;ve have grown up without technology doesn&rsquo;t mean you cant use it properly. Is Bill Gates really a digital immigrant??Digital VisitorsDigital visitors use online services but don&rsquo;t integrate their entire lives into it. The technology is only used when required for example booking a holiday [2] They have a focused need to use the web but definitely don&rsquo;t reside there. They don&rsquo;t use technology for the sake of using it.From my personal experience an example of a user would be my father. He uses e-mail and LinkedIn, but allocates time in his diary and does not enjoy learning to use new features. When learning a new skill on the computer face to face contact is essential. Digital ResidentAlso known as a digital native. Users use the Internet on multiple occasions each day, and have it built into their everyday lives and everything they do. These people have a persona online that they maintain regularly. [2] It is important to them how their online profiles look, and sometimes even how much attention they get.I think of myself as a digital resident, my smartphone is constantly connecting me to the Internet wherever I go. Notifications for a variety of online services notify me of &lsquo;goings on&rsquo; when I am away from the computer; services include Facebook, LinkedIn and Twitter.Personal ExperienceI have developed various social networking profiles both for personal and professional use. They allow me to stay in touch with friends, and at the same time stay in touch with professionals who might will turn out to be useful contacts in the future. ConclusionIn conclusion the terms digital residents/visitors is a useful division but the terms should be taken with a pinch of salt. You don&rsquo;t have to be one or the other, its very likely that a user can be a combination of the two.References[1] http://blog.soton.ac.uk/uosm2008/topic-1/2014/01/uosm2008-topic-1-digital-residents-digital-visitors/[2] http://tallblog.conted.ox.ac.uk/index.php/2008/07/23/not-natives-immigrants-but-visitors-residents/</description></oembed>
