Meet2D Stanford Profesor Chat Source
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Meet2D Chat-Stanford Professor chat interface</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<SCRIPT language=JavaScript>
<!--
var textcolor="0,0,0";
var what="user";
function whisper() {
document.applets.oworld.Whisper("Yes");
}
function everyone() {
document.applets.oworld.Whisper("No");
}
function mute() {
document.applets.oworld.Mute();
}
function unmute() {
document.applets.oworld.Unmute();
}
function review() {
what="user";
document.applets.oworld.Review(what);
}
function urllist() {
what="urls";
document.applets.oworld.Review(what);
}
function commence() {
document.applets.oworld.logControl("commence");
}
function endchat() {
document.applets.oworld.logControl("complete");
}
function pause() {
document.applets.oworld.logControl("pause");
}
function resume() {
document.applets.oworld.logControl("resume");
}
function writelog() {
document.applets.oworld.writeToMessageLogFile();
}
function textupdate() {
var tc=document.JSForm.color.value;
document.applets.oworld.changeTextAttributes(tc);
}
function addtext() {
var ob=document.JSForm.outburst.value;
document.applets.oworld.addToChat(ob);
}
// -->
</SCRIPT>
<META content="MSHTML 5.50.4919.2200" name=GENERATOR></HEAD>
<BODY text=#000000 vLink=#cc0000 aLink=#980000 link=#980000 bgColor=#ffffff>
<DIV align=center>
<CENTER>
<TABLE borderColor=#bbbb00 height=94 borderColorDark=#b8bc00 width=630
bgColor=#980000 borderColorLight=#b8bc00 border=6>
<TBODY>
<TR>
<TD width=630 height=88>
<P align=center><IMG height=67
src="h-banner.gif" width=362 vspace=4
border=0> <BR>
<A target=_blank
href="http://www.pleasureisland.com/stanford/welcome.html"><B><FONT
face="Verdana, Arial, Helvetica, sans-serif" color=#ffffff size=2>Welcome
Message</FONT></B> </A> <A target=_blank
href="http://www.pleasureisland.com/stanford/instructions.html"><B><FONT
face="Verdana, Arial, Helvetica, sans-serif" color=#ffffff size=2>Site
Instructions</FONT></B></A> <A target=_blank
href="http://www.gsb.stanford.edu/index_flash.html"><B><FONT
face="Verdana, Arial, Helvetica, sans-serif" color=#ffffff size=2>GSB
Home
Page</FONT></B></A> <BR><FONT face="Verdana,
Arial, Helvetica, sans-serif"
color=#ffffff size=2><I>If you have technical questions, please Whisper
them to the Technical Assistant.
</I></FONT></P></TD></TR></TBODY></TABLE></CENTER></DIV>
<CENTER>
<TABLE borderColor=#980000 height=480 width=630 bgColor=#ffffff background="faintcolor.gif"
border=3>
<TBODY>
<TR>
<TD vAlign=top height=453>
<CENTER><FONT face="Verdana, Arial, Helvetica,sans-serif"
size=2><B>Amy
Biehl Foundation Trust Case Study</B></FONT> <BR><FONT
face="Verdana, Arial, Helvetica, sans-serif" size=2>To review the
discussion topics, please click on the link to DISCUSSION QUESTIONS.
<BR>After the discussion ends, a complete log will be available on
request.<BR><A target=_blank
href="http://www.gsb.stanford.edu/news/biehl_virtual_class.html"><B>Case
Summary </B></A> <A target=_blank
href="http://faculty-gsb.stanford.edu/phills/Discussion/ABFT-online-preparation.pdf"><B>Discussion
Questions</B></A> <A
href="mailto:Otoole_Kathy@gsb.stanford.edu"><B>Email
Professor</B></A><BR></FONT>
<APPLET name=oworld code=org.oworld.client.chat.ChatApplet.class vspace=4
width=500 height=376>
<PARAM NAME="appletWidth" VALUE="500">
<PARAM NAME="width" VALUE="500">
<PARAM NAME="height" VALUE="408">
<PARAM NAME="vspace" VALUE="4">
<PARAM NAME="netServer" VALUE="www.oworld.org">
<PARAM NAME="netServerPort" VALUE="8191">
<PARAM NAME="channel" VALUE="classroom1">
<PARAM NAME="codeBase" VALUE="http://www.oworld.org/build033/">
<PARAM NAME="ARCHIVE" VALUE="chat.zip">
<PARAM NAME="name" VALUE="oworld">
<PARAM NAME="code" VALUE="org.oworld.client.chat.ChatApplet.class">
<PARAM NAME="chatTextAreaLines" VALUE="24">
<PARAM NAME="chatTextEntryLines" VALUE="1">
<PARAM NAME="loginLabel" VALUE=" Please type in 'prof'
for your user name and press Enter">
<PARAM NAME="loginButtonText" VALUE="Join Stanford Chat">
<PARAM NAME="worldName" VALUE=" the Stanford Business
School">
<PARAM NAME="worldDescription" VALUE="ABFT Discussion">
<PARAM NAME="worldNotice" VALUE="Thank you for joining us.
Class discussion may be in progress. Before you join the chat, please review
our WELCOME MESSAGE and the SITE INSTRUCTIONS. ">
<PARAM NAME="assignFileLog1" VALUE="meetinglogs/stanfordlog.html">
<PARAM NAME="setAccessLog1" VALUE="append">
<PARAM NAME="setModeLog1" VALUE="startup">
<PARAM NAME="textChatEntryAreaButton" VALUE="send">
<PARAM NAME="chatLogMethod" VALUE="popup">
<PARAM NAME="chatOutputCopy" VALUE="true">
<PARAM NAME="chatLogUserInstance" VALUE="digi">
<PARAM NAME="careTakerKeyID" VALUE="ctbells@qwest.net,damer@digitalspace.com">
<PARAM NAME="careTakerKeyPwd" VALUE="encryptedgobbledygook,moreencryptedgobbledygook">
<PARAM NAME="careTakerUserName" VALUE="prof">
<PARAM NAME="careTakerPrefix" VALUE="prof">
<PARAM NAME="careTakerTextStyle" VALUE="bold">
<PARAM NAME="careTakerTextColor" VALUE="0,0,0">
<PARAM NAME="whisperTextStyle" VALUE="italic">
<PARAM NAME="whisperTextColor" VALUE="0,0,200">
<PARAM NAME="myTextStyle" VALUE="normal">
<PARAM NAME="myTextColor" VALUE="0,0,0">
<PARAM NAME="myTextSize" VALUE="12">
<PARAM NAME="myInputLines" VALUE="1">
<PARAM NAME="UIPath" VALUE="NONE">
<PARAM NAME="maxAvatars" VALUE="16">
<PARAM NAME="demoMode" VALUE="online-chat">
<PARAM NAME="debugInfo" VALUE="ON">
</APPLET>
</CENTER></TD></TR>
<TR>
<TD colSpan=2 height=31>
<DIV align=center><INPUT onclick=whisper() type=button value=Whisper
name=button>
<INPUT onclick=everyone() type=button value=Everyone name=button2> <INPUT
onclick=review() type=button value="User Thread" name=button3>
<INPUT onclick=urllist() type=button value="URL Review" name=button4>
<INPUT onclick=mute() type=button value=Mute name=button5> <INPUT onclick=unmute()
type=button value=UnMute name=button6>
</DIV></TD></TR>
<TR>
<TD height=110>
<FORM name=JSForm>
<TABLE>
<TBODY>
<TR vAlign=top>
<TD width=172 height=54><FONT face=Arial><SMALL><B> My
text
color:</B></SMALL></FONT> <SELECT onclick=textupdate()
size=1
name=color> <OPTION value=0,0,0 selected>black<OPTION
value=0,0,255>blue<OPTION value=0,0,140>dark blue<OPTION
value=80,0,80>purple<OPTION value=0,230,0>green<OPTION
value=0,130,0>dark green<OPTION value=255,0,0>red<OPTION
value=140,0,0>dark red<OPTION value=80,80,0>brown<OPTION
value=80,80,80>silver<OPTION value=140,140,0>gold<OPTION
value=240,0,240>magenta<OPTION value=0,80,80>dark cyan<OPTION
value=200,140,0>orange</OPTION></SELECT> </TD>
<TD height=54><FONT face=Arial><B> Professor
Notes:</B></FONT><BR><SELECT onchange=addtext() size=1
name=outburst
width="40"> <OPTION value="" selected><OPTION
value="Welcome Stanford E-Alumni online. ">Welcome Stanford
E-Alumni online<OPTION
value="Today's topic is The Amy Biehl Foundation Trust Case Study.">Today's
topic is The Amy Biehl Foundation Trust Case Study<OPTION
value="Kathy O'Toole is at: OToole_Kathy@gsb.stanford.edu. ">Kathy
O'Toole is at: OToole_Kathy@gsb.stanford.edu<OPTION
value="Today's speaker is: Prof. Phills. ">Today's speaker is
Prof. Phills<OPTION
value="Please let the speaker finish before commenting. ">Please
let the speaker finish before commenting<OPTION
value="Click on URLs appearing in the blue status bar to see the page ">Click
on URLs appearing in the blue status bar to see the page<OPTION
value="A log of this meeting will be saved. ">A log of this
meeting will be saved<OPTION
value="Everyone respond to this question before responding to each other">Everyone
respond to this question before responding to each other<OPTION
value="Read this URL paragraph before responding. ">Read this URL
paragraph before responding.<OPTION
value=http://www.pleasureisland.com/stanford/tidbits01.html>1) The
Biehl’s Predicament<OPTION
value=http://www.pleasureisland.com/stanford/tidbits02.html>2)
Structure and Governance of ABFT<OPTION
value=http://www.pleasureisland.com/stanford/tidbits03.html>3)
Significance of the labor movement in South Africa<OPTION
value=http://www.pleasureisland.com/stanford/tidbits04.html>4)
Bakery Formation<OPTION
value=http://www.pleasureisland.com/stanford/tidbits05.html>5) The
Bakery Manager<OPTION
value=http://www.pleasureisland.com/stanford/tidbits06.html>6)
Bakery Distribution<OPTION
value=http://www.pleasureisland.com/stanford/tidbits07.html>7)
Bakery Strike: Antecedents of the Strike<OPTION
value=http://www.pleasureisland.com/stanford/tidbits08.html>8) The
Bakery Strike (B)<OPTION
value=http://www.pleasureisland.com/stanford/tidbits09.html>9)
What Happened: Bakery Strike<OPTION
value=http://www.pleasureisland.com/stanford/tidbits10.html>10)
The Pupil Parent Teacher Program (PPTP)<OPTION
value=http://www.pleasureisland.com/stanford/tidbits11.html>11)
PPTP: Irregularities<OPTION
value=http://www.pleasureisland.com/stanford/tidbits12.html>12)
What Happened: PTPP Financial Mismanagement and Abuses<OPTION
value=http://www.meet3d.org/chat/meetinglogs/stanfordlog.html>Review
Meeting Log</OPTION></SELECT>
<P><FONT face=Arial size=2><B> PDF version of Professor
Notes:</B></FONT> <FONT face="Arial, Helvetica, sans-serif"
size=2><B><A target=_blank
href="http://faculty-gsb.stanford.edu/phills/Discussion/BiehlsPredicament.pdf">1</A>
<A target=_blank
href="http://faculty-gsb.stanford.edu/phills/Discussion/StructureandGovernanceofABFT.pdf">2</A> <A
target=_blank
href="http://faculty-gsb.stanford.edu/phills/Discussion/SignificanceofthelabormovementinSouthAfrica.pdf">3</A>
<A target=_blank
href="http://faculty-gsb.stanford.edu/phills/Discussion/BakeryFormation.pdf">4</A> <A
target=_blank
href="http://faculty-gsb.stanford.edu/phills/Discussion/TheBakeryManager.pdf">5</A>
<A target=_blank
href="http://faculty-gsb.stanford.edu/phills/Discussion/BakeryDistribution.pdf">6</A> <A
target=_blank
href="http://faculty-gsb.stanford.edu/phills/Discussion/BakeryStrike.pdf">7</A>
<A target=_blank
href="http://faculty-gsb.stanford.edu/phills/Discussion/TheBakeryStrike-B.pdf">8</A> <A
target=_blank
href="http://faculty-gsb.stanford.edu/phills/Discussion/WhatHappened-BakeryStrike.pdf">9</A>
<A target=_blank
href="http://faculty-gsb.stanford.edu/phills/Discussion/ThePupilParentTeacherProgram.pdf">10</A> <A
target=_blank
href="http://faculty-gsb.stanford.edu/phills/Discussion/PPTP-Irregularities.pdf">11</A> <A
target=_blank
href="http://faculty-gsb.stanford.edu/phills/Discussion/WhatHappened-PTPPFinancialMismanagementandAbuses.pdf">12</A></B></FONT>
</P></TD></TR>
<TR>
<TD vAlign=top width=172 height=38><FONT face=Arial><SMALL><B>Log
Controls <BR><FONT size=2>(For Moderator Use
Only):</FONT></B></SMALL></FONT></TD>
<TD width=423 height=38>
<TABLE width=423 border=0>
<TBODY>
<TR>
<TD vAlign=top width=96 height=32><INPUT onclick=commence() type=button
value=Start/Restart name=button22>
</TD>
<TD vAlign=top width=71 height=32><INPUT onclick=endchat() type=button
value=Writeout name=button222>
</TD>
<TD vAlign=center width=242 height=32>
<DIV align=center><FONT face=Arial><SMALL><B><A target=_blank
href="http://www.meet3d.org/chat/meetinglogs/stanfordlog.html">Review
Log</A></B></SMALL></FONT></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></FORM></TD></TR></TBODY></TABLE></CENTER>
</BODY></HTML>
Please
send site comments to our
Webmaster
© 1995-2002 DigitalSpace Corporation,
All Rights Reserved.