<STRONG>Demise of Tags</STRONG>
<SCRIPT LANGUAGE="JavaScript">
<!-- Hide this from JavaScript-challenged browsers
var FirstSlide = 1;var LastSlide = 17; var CurrentSlide = FirstSlide;var ImageWidth = 708 - 8;
var ImageHeight = 520; var CurImageWidth = ImageWidth; var CurImageHeight = ImageHeight;
/* This function concerts numbers to strings */
/* This function prefixes strings with the correct # of 0's */
function ZeroFill(iNum, iDigits)
{ var sNum = CvtNtoS(iNum);
while (sNum.length < iDigits)
/* this function handles the setting the navigation buttons.
The name of navigation control is used here so change it if it is renamed */
function ItemClicked(iIndex, iNoteOnly)
{var sIndex = ZeroFill(iIndex, 3);
var sNoteHref = "note" + sIndex + ".htm";
var sSlideImage = "img" + sIndex + ".htm";
if (!iNoteOnly) // not active X, update image and nav btns
frames["SlideImage"].location.href = sSlideImage;
frames["Notes"].location.href = sNoteHref;
Demise of text editor for authoring
Why: HTML will be too complex
Barriers: Inertia. Too many tools!
How: Recommendations on authoring tools
Familiarisation: Front Page, Netobjects Fusion, ...
<A HREF="JavaScript:parent.ItemClicked(1, 0)"> An Introduction to Metadata </A><BR>
<A HREF="JavaScript:parent.ItemClicked(2, 0)"> UK Web Focus </A><BR><A HREF="JavaScript:parent.ItemClicked(3, 0)"> Early Days of the Web (1) </A><br>
<A HREF="JavaScript:parent.OutlineExpand(0)"><IMG SRC="collapse.gif" BORDER=0 ALT="Collapse"></A>
<A HREF="JavaScript:parent.OutlineExpand(1)"><IMG SRC="expand.gif" BORDER=0 ALT="Expand"></A>