<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>[Xerte] Interface Volume Control</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16825" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2>I'm not quite sure what it is you are trying to achieve
here.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2>I had a small project a while ago, before I started
developing the page wizards, that required a non-linear route through
it.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2>I achieved it at the time by</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2>1. each page had a number of buttons on it - these were the
exit routes, and different pages had a different number of
buttons.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2>2. I had a destination array for each page that had an
entry for each button in it and the entry was the page name of the destination
page.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2>3. I had a master array that had one entry in it per
page, each entry being the destination array for that
page</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2>This enabled me to identify the index of the current
page and then to use that to look up the destinations for that page in the
master array.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2>Because the destinations are defined in separate arrays,
all then held in a master array, there would be nothing stopping you from
defining a wholly different route through the pages by simply defining set of
arrays and then using your variable to decide which array set you used, but it
could soon get horribly complicated.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2>I am not sure if your varying navigation will be taking
place within pages in a framework or between pages in the main
interface.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2>For example you could have a page off the project interface
that asked a question and as a result of your answer you either went down
framework A which was linear or framework B which was
linear.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2>If you had a number of icons to show or hide, all
controlled by one variable you could save a series of 1s and 0s e.g. 0110 which
could then be parsed by script to separate out each integer from the string so
that 0110 effectively turned of icon 1, turned icons 2 and 3 on and icon 4
off.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2>I have no idea if any of this is any help but you never
know.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2>Kind regards</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=600150714-11032010><FONT face=Arial
color=#0000ff size=2>Johnathan</FONT></SPAN></DIV>
<DIV> </DIV>
<P><FONT face=Arial size=2>Johnathan Kemp<BR>ICT Development
Coordinator<BR>Connexions Staffordshire<BR></FONT><A
href="http://www.cxstaffs.co.uk/"><FONT face=Arial
size=2>www.cxstaffs.co.uk</FONT></A><BR><FONT face=Arial size=2>01785
355714<BR></FONT></P>
<P> </P>
<DIV> </DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Peter Snowball
[mailto:southman@internode.on.net] <BR><B>Sent:</B> 11 March 2010
12:34<BR><B>To:</B> Xerte discussion list<BR><B>Subject:</B> Re: [Xerte]
Interface Volume Control -> awider considerationofnavigation in
Xerte<BR></FONT><BR></DIV>
<DIV></DIV>We were going to approximate a sort of nonlinear navigation by hiding
certain icons in a number frame work(s) depending on the choice (say a button)
which the users make as the content is substantialy the same but modified
depending on the user choice (eg same frame work - different navigation).
We would like to store this choice in some variable so the user is reminded of
the choice made and have the hide/show code related to the frame work as can see
it would get very tricky if you allow layers of choices or changes to a number
of frameworks . This would avoid breaking into several learning objects
with essentially duplicated content and avoid duplication of the choice. Forward
and Back option would allow navigation to follow a certain path depending on
user choice or based on a variable storing a previous choice. Havent tried
this yet (storing a variable to hide icons etc ) so appreciate comment.<BR><SPAN
style="FONT-SIZE: 10pt"><BR><BR>Peter Snowball<BR>Dept Of Economic
Development<BR>Tasmania</SPAN><BR><BR><BR><BR>On 11/03/2010 10:12 PM, Johnathan
Kemp wrote:
<BLOCKQUOTE
cite=mid:20846C1504D14A40BB79458BA7FDE7710BC52090@mailserver.cxstaffs.co.uk
type="cite">
<META content="MSHTML 6.00.6000.16825" name=GENERATOR><!--[if !mso]>
<STYLE>v\:* {
        BEHAVIOR: url(#default#VML)
}
o\:* {
        BEHAVIOR: url(#default#VML)
}
w\:* {
        BEHAVIOR: url(#default#VML)
}
.shape {
        BEHAVIOR: url(#default#VML)
}
</STYLE>
<![endif]-->
<STYLE>@font-face {
        font-family: Calibri;
}
@font-face {
        font-family: Tahoma;
}
@font-face {
        font-family: Consolas;
}
@page Section1 {size: 612.0pt 792.0pt; margin: 72.0pt 72.0pt 72.0pt 72.0pt; }
P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman","serif"
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman","serif"
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman","serif"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99
}
P {
        FONT-SIZE: 12pt; MARGIN-LEFT: 0cm; MARGIN-RIGHT: 0cm; FONT-FAMILY: "Times New Roman","serif"; mso-style-priority: 99; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto
}
PRE {
        FONT-SIZE: 10pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Courier New"; mso-style-priority: 99; mso-style-link: "HTML Preformatted Char"
}
SPAN.HTMLPreformattedChar {
        FONT-FAMILY: Consolas; mso-style-priority: 99; mso-style-link: "HTML Preformatted"; mso-style-name: "HTML Preformatted Char"
}
SPAN.EmailStyle20 {
        COLOR: #1f497d; FONT-FAMILY: "Calibri","sans-serif"; mso-style-type: personal
}
SPAN.EmailStyle21 {
        COLOR: #1f497d; FONT-FAMILY: "Calibri","sans-serif"; mso-style-type: personal
}
SPAN.EmailStyle22 {
        COLOR: #1f497d; FONT-FAMILY: "Calibri","sans-serif"; mso-style-type: personal-reply
}
.MsoChpDefault {
        FONT-SIZE: 10pt; mso-style-type: export-only
}
DIV.Section1 {
        page: Section1
}
</STYLE>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<DIV dir=ltr align=left><SPAN class=910044010-11032010><FONT face=Arial
color=#0000ff size=2>I appreciate the points you make. Whatever facilities you
build into Xerte there will be some people who use them inappropriately.
</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=910044010-11032010></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=910044010-11032010><FONT face=Arial
color=#0000ff size=2>A large learning object which is non-linear may not be
completed at one sitting and there is no save facility in Xerte to get you
back to where you were. A page that has an input box, that allows you to
type in a page name or keyword, which Xerte then uses to take you to the
page referenced by that name or key word might be one solution. A
non-linear project could offer this at the start, to enable you to jump in at
a point that you had previously achieved. Alternatively you just keep the
non-linear bits of a project relatively short, so that starting from the
beginning is not much of a hardship.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=910044010-11032010></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=910044010-11032010><FONT face=Arial
color=#0000ff size=2>It rather depends on the learning experience you are
trying to create.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=910044010-11032010></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=910044010-11032010><FONT face=Arial
color=#0000ff size=2>I agree there are times when you definitely want to be
able to access every / any page of a learning object in any order or
sequentially and Xerte works well for that.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=910044010-11032010></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=910044010-11032010><FONT face=Arial
color=#0000ff size=2>There are times though - maybe as part of a learning
exercise, when you want to set the user challenges and direct their route
through the learning object based on their responses. Additionally such
sequenced learning objects can perform less as learning objects and more as
performance support resources, e.g. to guide a support person through a
trouble shooting process. In such cases you don't necessarily want the user to
be able to get at every page, just the right page at the right
time.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=910044010-11032010></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=910044010-11032010><FONT face=Arial
color=#0000ff size=2><SPAN
style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125); FONT-FAMILY: 'Calibri','sans-serif'">Right
now, I would suggest creating a template that creates a navigation structure,
with links to learning objects created using the existing templates. Then you
can separate the navigation from the content - a good thing in my
view.<O:P></O:P></SPAN></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=910044010-11032010></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=910044010-11032010><FONT face=Arial
color=#0000ff size=2>If I understand you correctly this is seeking to create
something akin to a contents page in a book, where you could have chapter
headings and sections within chapters, each section of which would link to a
learning object created in Toolkits (or Xerte). I agree this separates
the navigation from the content. This also facilitates the re-use of content.
A learning object that shows how to crack an egg, can be included in
separate courses on how to make pancakes and how to make a victoria sponge
(high level courses these!). It doesn't resolve the situation in which the
navigation is a core part of the learning experience.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=910044010-11032010></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=910044010-11032010><FONT face=Arial
color=#0000ff size=2><SPAN class=910044010-11032010><FONT face=Arial
color=#0000ff size=2>I remember a Chess tutor book by Lasker that worked that
way. It explained a concept then gave you a game problem to solve, after which
you were given a number of possible responses. Depending on the response you
chose you were directed to a different page of the book. Correct responses
lead you to an explanation of why the response was correct and to the next
concept. Incorrect responses lead you to a page that explained why your
solution would not work and then redirected you back to the
problem.</FONT></SPAN></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=910044010-11032010></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=910044010-11032010><FONT face=Arial
color=#0000ff size=2><SPAN
style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125); FONT-FAMILY: 'Calibri','sans-serif'">You
can remove the various controls as you need – you just need to know how to get
at them from your code.<O:P></O:P></SPAN></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=910044010-11032010></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=910044010-11032010><FONT face=Arial
color=#0000ff size=2>Is this a trade secret or would you like to reveal more
:-)</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=910044010-11032010><FONT face=Arial color=#0000ff size=2>I
know the code I need to support a back button and a home button. How feasible
would it be to add them to the desktop Xerte interface as additional options?
How could this be done?</FONT></SPAN></DIV>
<DIV><SPAN class=910044010-11032010></SPAN> </DIV>
<DIV><SPAN class=910044010-11032010><FONT face=Arial color=#0000ff size=2>Kind
regards</FONT></SPAN></DIV>
<DIV><SPAN class=910044010-11032010></SPAN> </DIV>
<DIV><SPAN class=910044010-11032010><FONT face=Arial color=#0000ff
size=2>Johnathan</FONT></SPAN></DIV>
<P><FONT face=Arial size=2>Johnathan Kemp<BR>ICT Development
Coordinator<BR>Connexions Staffordshire<BR></FONT><A
href="http://www.cxstaffs.co.uk/" moz-do-not-send="true"><FONT face=Arial
size=2>www.cxstaffs.co.uk</FONT></A><BR><FONT face=Arial size=2>01785
355714<BR></FONT></P>
<P> </P>
<DIV> </DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Julian Tenney [<A
class=moz-txt-link-freetext
href="mailto:Julian.Tenney@nottingham.ac.uk">mailto:Julian.Tenney@nottingham.ac.uk</A>]
<BR><B>Sent:</B> 11 March 2010 10:04<BR><B>To:</B> Xerte discussion
list<BR><B>Subject:</B> RE: [Xerte] Interface Volume Control -> a wider
considerationofnavigation in Xerte<BR></FONT><BR></DIV>
<DIV class=Section1>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125); FONT-FAMILY: 'Calibri','sans-serif'">Hmm.
Many questions. When things start getting non-linear it becomes very easy for
someone less skilled to create a real dogs dinner, and there are many
interface considerations: to ensure the user knows where they are in relation
to the rest of the content; that they can easily get to the other bits; and
that they know what else the learning object contains and don’t miss bits; and
that they can easily return to points of interest they’ve visted
before.<O:P></O:P></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125); FONT-FAMILY: 'Calibri','sans-serif'"><O:P></O:P></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125); FONT-FAMILY: 'Calibri','sans-serif'">I
think there are probably two types of interface that would suit toolkits; the
linear one we have now; and a tree based structure where the user drills down
into the content, which could be n levels deep. How the user navigates this is
possible in many ways (a tree-based TOC, or menu pages, or by answering MCQs
or… well, you see the problem. How to do it?<O:P></O:P></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125); FONT-FAMILY: 'Calibri','sans-serif'"><O:P></O:P></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125); FONT-FAMILY: 'Calibri','sans-serif'">Right
now, I would suggest creating a template that creates a navigation structure,
with links to learning objects created using the existing templates. Then you
can separate the navigation from the content - a good thing in my
view.<O:P></O:P></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125); FONT-FAMILY: 'Calibri','sans-serif'"><O:P></O:P></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125); FONT-FAMILY: 'Calibri','sans-serif'">You
can remove the various controls as you need – you just need to know how to get
at them from your code.<O:P></O:P></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125); FONT-FAMILY: 'Calibri','sans-serif'"><O:P></O:P></SPAN></P>
<DIV>
<DIV
style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: rgb(181,196,223) 1pt solid; PADDING-LEFT: 0cm; PADDING-BOTTOM: 0cm; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><B><SPAN lang=EN-US
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'">From:</SPAN></B><SPAN
lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'"> <A
class=moz-txt-link-abbreviated
href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</A>
[<A class=moz-txt-link-freetext
href="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>]
<B>On Behalf Of </B>Johnathan Kemp<BR><B>Sent:</B> Thursday, March 11, 2010
9:48 AM<BR><B>To:</B> Xerte discussion list<BR><B>Subject:</B> RE: [Xerte]
Interface Volume Control -> a wider consideration ofnavigation in
Xerte<O:P></O:P></SPAN></P></DIV></DIV>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Arial','sans-serif'">There
are probably many Xerte users out there who do not have access to Flash or
lack skills in using Flash. They also lack actionscript skills. The whole idea
of page templates appears to be to make things easy for the none technical
user. </SPAN><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Arial','sans-serif'">How
about if the navigation could become more flexible so as to allow none
technical users the facility to customise their navigation options, both in
Xerte and in Xerte using project wide templates?</SPAN><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Arial','sans-serif'">At
present the navigation options in Xerte out of the box are limited, kind of an
all (visuals =1) or nothing (visuals = 0)</SPAN><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Arial','sans-serif'">I am
just finalising a page wizard that includes the capability to add individual
exit points i.e. in this case radio buttons, each of which has a page name
assigned to it in the wizard. When the learner clicks on the radio
button they are taken to the assigned page - instant non-linear learning
objects. However with the current navigation options I have had to turn off
visuals. Previous and Next buttons have little sense in a non-linear learning
object. However what are really useful are Home and Back buttons (Back based
on a LIFO queue). So to support my wizard I have had to create a model based
on an Entry Frame, that provides user switchable navigation components (Page n
of m, Home, Next, Previous, Back, TOC, Last). The learning object creator can
thus select which navigation options are appropriate to their learning
object.</SPAN><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Arial','sans-serif'">If the
navigation in Xerte could be set as configurable on a per button basis, and
include the volume control and also buttons for Home and Back (I am not sure
of the case for a Last button, I added it to my model for completeness),
then there would be no issue of the design of the volume control failing to
match the other controls in a custom navigation.</SPAN><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Arial','sans-serif'">The
next step would be to add options to page templates that would allow as many
individual page templates as possible to have one or more of their own
specified exit points which each lead to a specified page based on the page
name.</SPAN><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Arial','sans-serif'">If a
similar customisable navigation were added to the simple navigation available
in Frameworks then just think of the possibilities, e.g. a linear
learning object with non linear sections based on Framework pages; Whole
learning objects that had a non-linear structure; Non-linear learning objects
with some framework based sections that were linear.</SPAN><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Arial','sans-serif'">What
do others think?</SPAN><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Arial','sans-serif'">Kind
regards</SPAN><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Arial','sans-serif'">Johnathan</SPAN><O:P></O:P></P>
<P style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'">Johnathan
Kemp<BR>ICT Development Coordinator<BR>Connexions Staffordshire<BR></SPAN><A
href="http://www.cxstaffs.co.uk/" moz-do-not-send="true"><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'">www.cxstaffs.co.uk</SPAN></A><BR><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'">01785
355714</SPAN><O:P></O:P></P>
<P style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<DIV>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P></DIV>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<DIV class=MsoNormal style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center"
align=center><SPAN lang=EN-US>
<HR align=center width="100%" SIZE=2>
</SPAN></DIV>
<P class=MsoNormal
style="MARGIN-BOTTOM: 12pt; MARGIN-LEFT: 36pt; MARGIN-RIGHT: 0cm"><B><SPAN
lang=EN-US
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'">From:</SPAN></B><SPAN
lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'"> Mark
Tomlinson, AC&S Ltd [<A class=moz-txt-link-freetext
href="mailto:mark.tomlinson@acns-group.com">mailto:mark.tomlinson@acns-group.com</A>]
<BR><B>Sent:</B> 10 March 2010 10:36<BR><B>To:</B> 'Xerte discussion
list'<BR><B>Subject:</B> RE: [Xerte] Interface Volume Control</SPAN><SPAN
lang=EN-US><O:P></O:P></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125); FONT-FAMILY: 'Calibri','sans-serif'">If
you are using a custom interface, then it won’t likely ‘fit in’ will it?
We use a custom interface and have coded our own volume
control.<O:P></O:P></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125); FONT-FAMILY: 'Calibri','sans-serif'"><O:P></O:P></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125); FONT-FAMILY: 'Calibri','sans-serif'">Mark<O:P></O:P></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125); FONT-FAMILY: 'Calibri','sans-serif'"><O:P></O:P></SPAN></P>
<DIV>
<DIV
style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: rgb(181,196,223) 1pt solid; PADDING-LEFT: 0cm; PADDING-BOTTOM: 0cm; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><B><SPAN lang=EN-US
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'">From:</SPAN></B><SPAN
lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'"> <A
class=moz-txt-link-abbreviated
href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</A>
[<A class=moz-txt-link-freetext
href="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>]
<B>On Behalf Of </B>Johnathan Kemp<BR><B>Sent:</B> 10 March 2010
09:21<BR><B>To:</B> Xerte discussion list<BR><B>Subject:</B> RE: [Xerte]
Interface Volume Control<O:P></O:P></SPAN></P></DIV></DIV>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Arial','sans-serif'">If
there are a number of sound or movie files with different audio levels then
having one global sound control will not solve the problem of having to adjust
the sound each time you play one of the movies. I don't know whether there is
any way to pass a parameter to the swf that plays the movies to adjust the
initial sound level either louder than default or lower than a default volume,
though that could get complicated.</SPAN><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Arial','sans-serif'">It
would be useful to have a volume control, but if it becomes part of the
controls displayed when visual is set to 1 on the interface, then anyone not
using the default interface will have to also introduce a volume control into
their interface.</SPAN><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Arial','sans-serif'">If the
volume control could become part of the media control bar that is displayed
when a movie or sound file is played, then this would ensure that it was
available even when the default interface was not used. The snag here is that
it would not be available for swfs where Interactivity was set to Native
swf.</SPAN><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Arial','sans-serif'">Perhaps
the optimum solution would be to include the volume control in the default
interface, but to provide an easy way to embed the volume control into any
custom interface that was being used when interface.visuals =
0.</SPAN><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Arial','sans-serif'">Kind
regards</SPAN><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Arial','sans-serif'">Johnathan</SPAN><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<DIV>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P></DIV>
<P style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'">Johnathan
Kemp<BR>ICT Development Coordinator<BR>Connexions Staffordshire<BR></SPAN><A
href="http://www.cxstaffs.co.uk/" moz-do-not-send="true"><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'">www.cxstaffs.co.uk</SPAN></A><BR><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'">01785
355714</SPAN><O:P></O:P></P>
<P style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<DIV>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P></DIV>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<DIV class=MsoNormal style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center"
align=center><SPAN lang=EN-US>
<HR align=center width="100%" SIZE=2>
</SPAN></DIV>
<P class=MsoNormal
style="MARGIN-BOTTOM: 12pt; MARGIN-LEFT: 36pt; MARGIN-RIGHT: 0cm"><B><SPAN
lang=EN-US
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'">From:</SPAN></B><SPAN
lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'"> Adam
Read [<A class=moz-txt-link-freetext
href="mailto:aread@marjon.ac.uk">mailto:aread@marjon.ac.uk</A>]
<BR><B>Sent:</B> 10 March 2010 08:45<BR><B>To:</B> 'Xerte discussion
list'<BR><B>Subject:</B> RE: [Xerte] Interface Volume Control</SPAN><SPAN
lang=EN-US><O:P></O:P></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125); FONT-FAMILY: 'Calibri','sans-serif'">I
use the continue button, bottom right is indeed the logical place I
think.<O:P></O:P></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125); FONT-FAMILY: 'Calibri','sans-serif'"><O:P></O:P></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125); FONT-FAMILY: 'Calibri','sans-serif'">Adam<O:P></O:P></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125); FONT-FAMILY: 'Calibri','sans-serif'"><O:P></O:P></SPAN></P>
<DIV>
<DIV
style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: rgb(181,196,223) 1pt solid; PADDING-LEFT: 0cm; PADDING-BOTTOM: 0cm; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><B><SPAN lang=EN-US
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'">From:</SPAN></B><SPAN
lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'"> <A
class=moz-txt-link-abbreviated
href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</A>
[<A class=moz-txt-link-freetext
href="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>]
<B>On Behalf Of </B>Julian Tenney<BR><B>Sent:</B> 09 March 2010
21:52<BR><B>To:</B> Xerte discussion list<BR><B>Subject:</B> RE: [Xerte]
Interface Volume Control<O:P></O:P></SPAN></P></DIV></DIV>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<DIV id=idOWAReplyText14054>
<DIV>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial','sans-serif'">Could
it go in the bottom toolbar, between the combos and the continue button? I
could remove the text from the continue button, to make some space and replace
it with a tooltip, and then put a volume slider in there? Does that
work?</SPAN><O:P></O:P></P></DIV>
<DIV>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P></DIV>
<DIV>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'">Do people use the
continue button, or the next button in the top right more? I think the
continue button is in a very logical place in the bottom left, but I tend to
use the next button. The continue button will lose something if it gets too
cramped with the other controls I think.</SPAN><O:P></O:P></P></DIV>
<DIV>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P></DIV>
<DIV>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'">Not sure where else
the volume control could logically go? I'm not sure I want to interfere with
the standard media controller too much - I'd prefer one control for global
sound control..?</SPAN><O:P></O:P></P></DIV>
<DIV>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P></DIV>
<DIV>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P></DIV></DIV>
<DIV>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<DIV class=MsoNormal style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center"
align=center>
<HR align=center width="100%" SIZE=2>
</DIV>
<P class=MsoNormal
style="MARGIN-BOTTOM: 12pt; MARGIN-LEFT: 36pt; MARGIN-RIGHT: 0cm"><B><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'">From:</SPAN></B><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'"> <A
class=moz-txt-link-abbreviated
href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</A>
on behalf of Peter Snowball<BR><B>Sent:</B> Tue 09/03/2010 12:03<BR><B>To:</B>
Xerte discussion list<BR><B>Subject:</B> [Xerte] Interface Volume
Control</SPAN><O:P></O:P></P></DIV>
<DIV>
<P style="MARGIN-LEFT: 36pt"><SPAN style="FONT-SIZE: 10pt">Is it possible to
add a volume control to the interface (preferable) or<BR>movie or sound
icons. I havew a few movies and the audio volume varies.<BR><BR>Peter
Snowball<BR>Dept Of Economic
Development<BR>Tasmania<BR><BR>_______________________________________________<BR>Xerte
mailing list<BR><A class=moz-txt-link-abbreviated
href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</A><BR><A
href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte"
moz-do-not-send="true">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</A></SPAN><O:P></O:P></P></DIV><PRE style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center"><O:P> </O:P></PRE><PRE style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center"><O:P> </O:P></PRE><PRE style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center"><HR align=center width="100%" SIZE=2>
</PRE><PRE style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center"><O:P> </O:P></PRE><PRE style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center"><O:P> </O:P></PRE><PRE style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center"><O:P> </O:P></PRE><PRE style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center">University College Plymouth St Mark & St John<O:P></O:P></PRE><PRE style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center">Derriford Road Plymouth PL6 8BH<O:P></O:P></PRE>
<P style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center" align=center>Phone 01752
636700 Web marjon.ac.uk<O:P></O:P></P>
<P style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center" align=center><BR>Principal:
Professor Margaret Noble <O:P></O:P></P>
<P style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center" align=center><O:P></O:P></P>
<P style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center"
align=center><I><O:P></O:P></I></P>
<P style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center" align=center><I>A Church of
England College Founded in 1840<O:P></O:P></I></P>
<P style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center"
align=center><I><O:P></O:P></I></P>
<P style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center" align=center><I>University
College Plymouth St Mark & St John is a registered charity the trustee of
which is a company limited by guarantee registered in England No.
986239<O:P></O:P></I></P>
<P style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center" align=center><O:P></O:P></P><PRE style="MARGIN-LEFT: 36pt"><O:P> </O:P></PRE><PRE style="MARGIN-LEFT: 36pt"><O:P> </O:P></PRE>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<DIV class=MsoNormal style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center"
align=center>
<HR align=center width="100%" SIZE=2>
</DIV>
<P class=MsoNormal style="MARGIN-LEFT: 36pt">This email and any files
transmitted with it are confidential and are intended solely for the use of
the individual(s) or entity(s) to whom they are addressed. All messages are
monitored for virus, high risk files and inappropriate content. As a result
users should be aware that this mail maybe accessed, read and the right is
reserved to reject, return, remove attachments or delete if considered to be
inappropriate or unsuitable. Liability cannot be accepted for any loss or
damage arising from this email (or any attachments) or from scripts or any
virus transmitted.<O:P></O:P></P>
<P style="MARGIN-LEFT: 36pt">This communication represents the originator's
personal views and opinions, which do not necessarily reflect those of
Connexions Staffordshire. If you are not the original recipient or the person
responsible for delivering the email to the intended recipient, be advised
that you have received this email in error, and that any use, dissemination,
forwarding, printing, or copying of this email is strictly prohibited. If you
received this email in error, please immediately reply to the sender or notify
<A href="mailto:itsupport@cxstaffs.co.uk"
moz-do-not-send="true">itsupport@cxstaffs.co.uk</A><O:P></O:P></P>
<P style="MARGIN-LEFT: 36pt">Connexions Staffordshire Limited is registered in
England No.4355170, Charity No.1121955. Registered office: Foregate House, 70
Foregate Street, Stafford, Staffordshire, ST16 2PX<O:P></O:P></P>
<P style="MARGIN-LEFT: 36pt">Do you really need to print this email? It will
use paper, add to your waste disposal costs and harm the
environment.<O:P></O:P></P>
<P style="MARGIN-LEFT: 36pt">Scanned by iCritical. <O:P></O:P></P>
<DIV class=MsoNormal style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center"
align=center>
<HR align=center width="100%" SIZE=2>
</DIV>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P>
<DIV class=MsoNormal style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center"
align=center>
<HR align=center width="100%" SIZE=2>
</DIV>
<P class=MsoNormal style="MARGIN-LEFT: 36pt">This email and any files
transmitted with it are confidential and are intended solely for the use of
the individual(s) or entity(s) to whom they are addressed. All messages are
monitored for virus, high risk files and inappropriate content. As a result
users should be aware that this mail maybe accessed, read and the right is
reserved to reject, return, remove attachments or delete if considered to be
inappropriate or unsuitable. Liability cannot be accepted for any loss or
damage arising from this email (or any attachments) or from scripts or any
virus transmitted.<O:P></O:P></P>
<P style="MARGIN-LEFT: 36pt">This communication represents the originator's
personal views and opinions, which do not necessarily reflect those of
Connexions Staffordshire. If you are not the original recipient or the person
responsible for delivering the email to the intended recipient, be advised
that you have received this email in error, and that any use, dissemination,
forwarding, printing, or copying of this email is strictly prohibited. If you
received this email in error, please immediately reply to the sender or notify
<A href="mailto:itsupport@cxstaffs.co.uk"
moz-do-not-send="true">itsupport@cxstaffs.co.uk</A><O:P></O:P></P>
<P style="MARGIN-LEFT: 36pt">Connexions Staffordshire Limited is registered in
England No.4355170, Charity No.1121955. Registered office: Foregate House, 70
Foregate Street, Stafford, Staffordshire, ST16 2PX<O:P></O:P></P>
<P style="MARGIN-LEFT: 36pt">Do you really need to print this email? It will
use paper, add to your waste disposal costs and harm the
environment.<O:P></O:P></P>
<P style="MARGIN-LEFT: 36pt">Scanned by iCritical. <O:P></O:P></P>
<DIV class=MsoNormal style="MARGIN-LEFT: 36pt; TEXT-ALIGN: center"
align=center>
<HR align=center width="100%" SIZE=2>
</DIV>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><O:P></O:P></P></DIV><BR>
<P></P>
<HR>
This email and any files transmitted with it are confidential and are intended
solely for the use of the individual(s) or entity(s) to whom they are
addressed. All messages are monitored for virus, high risk files and
inappropriate content. As a result users should be aware that this mail maybe
accessed, read and the right is reserved to reject, return, remove attachments
or delete if considered to be inappropriate or unsuitable. Liability cannot be
accepted for any loss or damage arising from this email (or any attachments)
or from scripts or any virus transmitted.
<P>This communication represents the originator's personal views and opinions,
which do not necessarily reflect those of Connexions Staffordshire. If you are
not the original recipient or the person responsible for delivering the email
to the intended recipient, be advised that you have received this email in
error, and that any use, dissemination, forwarding, printing, or copying of
this email is strictly prohibited. If you received this email in error, please
immediately reply to the sender or notify <A
href="mailto:itsupport@cxstaffs.co.uk"
moz-do-not-send="true">itsupport@cxstaffs.co.uk</A></P>
<P>Connexions Staffordshire Limited is registered in England No.4355170,
Charity No.1121955. Registered office: Foregate House, 70 Foregate Street,
Stafford, Staffordshire, ST16 2PX</P>
<P><SPAN lang=EN-GB>Do you really need to print this email? It will use paper,
add to your waste disposal costs and harm the environment.</SPAN></P>
<P>Scanned by iCritical. </P>
<HR>
<BR><PRE wrap=""><FIELDSET class=mimeAttachmentHeader></FIELDSET>
_______________________________________________
Xerte mailing list
<A class=moz-txt-link-abbreviated href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</A>
<A class=moz-txt-link-freetext href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</A>
</PRE></BLOCKQUOTE><BR><BR><PRE class=moz-signature cols="72">--
Peter Snowball
Dept Of Economic Development
Tasmania</PRE>
<br><P></P>
<P>
<HR>
This email and any files transmitted with it are confidential and are intended solely for the use of the individual(s) or entity(s) to whom they are addressed. All messages are monitored for virus, high risk files and inappropriate content. As a result users should be aware that this mail maybe accessed, read and the right is reserved to reject, return, remove attachments or delete if considered to be inappropriate or unsuitable. Liability cannot be accepted for any loss or damage arising from this email (or any attachments) or from scripts or any virus transmitted.</P>
<P>This communication represents the originator's personal views and opinions, which do not necessarily reflect those of Connexions Staffordshire. If you are not the original recipient or the person responsible for delivering the email to the intended recipient, be advised that you have received this email in error, and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. If you received this email in error, please immediately reply to the sender or notify <A href="mailto:itsupport@cxstaffs.co.uk">itsupport@cxstaffs.co.uk</A></P>
<P>Connexions Staffordshire Limited is registered in England No.4355170, Charity No.1121955. Registered office: Foregate House, 70 Foregate Street, Stafford, Staffordshire, ST16 2PX</P>
<P><SPAN lang=EN-GB>Do you really need to print this email? It will use paper, add to your waste disposal costs and harm the environment.</P>
<P></SPAN>Scanned by iCritical.
<HR>
<br></BODY></HTML>