blob: 7a9c6154cd284495fb4798d0a7105a933a0aa529 [file] [log] [blame]
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=PowerPoint.Slide>
<meta name=Generator content="Microsoft PowerPoint 9">
<link id=Main-File rel=Main-File href="../Serena.htm">
<link rel=Preview href=preview.wmf>
<meta name=Robots content=NoIndex>
<script src=script.js></script><script><!--
if( !(IsWin("PPTOtl")||IsWin("PPTNav")||IsWin("PPTOtlNav")) )
{
obj = document.all.item("Main-File")
parent.location.href=obj.href
}
var gOtlHiliteClr="",gOtlNormalClr="",gOtlActiveClr="",gSelected="",gTxtState=false,gChildEntryTable=new Array()
function Load()
{
if( IsWin("PPTOtl" ) ){ LoadOtl(); parent.gOtlLoaded=true; return }
if( IsWin("PPTNav" ) ){ LoadNav("NavObj",UpdNav); parent.gNavLoaded=true; return }
if( IsWin("PPTOtlNav" ) ){ LoadNav("OtlNavObj",UpdOtlNav); parent.gOtlNavLoaded=true; return }
}
function Upd(){ if( IsWin("PPTNav") ) LoadNav("NavObj",UpdNav) }
function LoadNav( oId,UpdFunc )
{
document.ondragstart=CancelDrag
document.onselectstart=CancelDrag
document.body.style.margin=2
UpdFunc()
obj=document.all.item(oId)
obj.style.display="block"
obj.style.visibility="visible"
document.bgColor="threedface"
}
function LoadOtl()
{
document.ondragstart=CancelDrag
document.onselectstart=CancelDrag
OtlObj.style.display="block"
OtlObj.style.visibility="visible"
if( gOtlActiveClr == "" ) gOtlActiveClr=document.linkColor
if( gOtlHiliteClr == "" ) gOtlHiliteClr=document.fgColor
if( gOtlNormalClr == "" )
gOtlNormalClr=document.bgColor
else
document.bgColor=gOtlNormalClr
InitArray()
if( ObjExists( parent.gCurSld ) ) {
ChangeState( parent.gCurSld,gOtlNormalClr,gOtlHiliteClr )
gSelected=parent.gCurSld
}
else gSelected = -1
UpdOtl()
}
function UpdOtl(){ UpdIdx(parent.gCurSld) }
function UpdIdx( idx )
{
if( gSelected != idx ) {
if( gSelected > 0 )
ChangeState( gSelected,gOtlHiliteClr,gOtlNormalClr )
if( ObjExists( idx ) ) {
gSelected = idx
ChangeState( gSelected,gOtlNormalClr,gOtlHiliteClr )
}
else gSelected = -1
}
if( gTxtState != parent.gOtlTxtExp ) {
state = "block"
if( !parent.gOtlTxtExp )
state="none"
for(ii=0; ii<gChildEntryTable.length; ii++) {
obj=gChildEntryTable[ii];
if( obj.id == null ) continue;
if( obj.id.indexOf("PPTC") >= 0 )
obj.style.display=state;
}
gTxtState=parent.gOtlTxtExp
if( ObjExists( gSelected ) )
ChangeState( gSelected,gOtlNormalClr,gOtlHiliteClr )
}
}
function InitArray()
{
count=0
for(ii=0; ii<document.all.tags("DIV").length; ii++) {
obj=document.all.tags("DIV").item(ii)
if( obj.id == null ) continue
if( obj.id.indexOf("PPTC") >= 0 ) {
gChildEntryTable[count++]=obj
obj.children.tags("TABLE").item(0).style.borderColor=gOtlNormalClr
}
}
}
function ChangeState( idx,fgColor,bgColor )
{
obj=document.all.item("PPTL"+idx)
obj.style.color=fgColor
obj=document.all.item("PPTP"+idx)
obj.style.backgroundColor=bgColor
obj=document.all.item("PPTB"+idx)
if( obj )
obj.style.borderLeftColor=obj.style.borderBottomColor=bgColor
}
function ChgClr( o,clr ){ if( o.id != "PPTL"+gSelected ) o.style.color=clr }
function Over( obj ){ ChgClr(obj,gOtlActiveClr) }
function Out( obj ){ ChgClr(obj,gOtlHiliteClr) }
function ObjExists( ii ) { obj=document.all("PPTP"+ii ); return( obj ) }
function GoToSld( href ){ UpdIdx(parent.GetSldNum(href)); parent.GoToSld( href ) }
function CancelDrag(){ window.event.cancelBubble=true;window.event.returnValue=false}
function UpdNav()
{
txt = "<center>";
if( parent.GetHrefObj( parent.gCurSld ).mOrigVis == 1 )
txt += "Slide " + parent.GetCurSldNum() + " of " + parent.GetNumSlds()
else
txt += "Hidden Slide"
txt += "</center>";
nav_text.innerHTML = txt;
if( !parent.HasPrevSld() )
gBtnArr["nb_prev"].Enabled(0)
else
gBtnArr["nb_prev"].Enabled(1)
if( !parent.HasNextSld() )
gBtnArr["nb_next"].Enabled(0)
else
gBtnArr["nb_next"].Enabled(1)
gBtnArr["nb_nts"].SetEnabled()
gBtnArr["nb_nts"].SetFlag( parent.gHasNts )
gBtnArr["nb_sldshw"].Enabled(1)
gBtnArr["nb_voice"].Enabled(1)
}
function UpdOtlNav()
{
gBtnArr["nb_otl"].SetEnabled();
if( parent.gOtlOpen )
gBtnArr["nb_otlTxt"].Enabled( true );
else
document.all.item("nb_otlTxtBorder").style.visibility = "hidden";
}
//-->
</script>
<style>
<!--.PTxt
{position:relative;
width:100%;
margin-top:5px;
padding-left:5px;
font-weight:bold;}
.CTxt
{position:relative;
width:100%;
padding-left:10px;}
.CBorder
{position:relative;
width:100%;
border-style:solid;
border-width:1px;
border-color:black;
padding-bottom:5px;}
a
{color:black;
text-decoration:none;}
.button
{position:absolute;
width:32px;
height:20px;
border-style:solid;
border-width:1px;
border-color:threedface;}
-->
</style>
</head>
<body onload="Load()">
<div id=NavObj onload="Load()" onmouseover="BtnOnOver()"
onmousedown="BtnOnDown()" onmouseout="BtnOnOut()" onmouseup="BtnOnUp()"
onkeypress="_KPH()" style='display:none;visibility:hidden'>
<table style='position:absolute;width:70px;visibility:hidden' align=left
cellpadding=0 cellspacing=0>
<td nowrap>
<div id="nb_ntsElem" align=center style='position:relative;padding:3px;
font-family:Arial;color:buttontext;font-size:9pt'><img src="notes_flag.gif"
border=0 id="notes_flag" style='display:none'><span style="mso-spacerun:
yes">  </span>Notes</div>
<div title="Show/Hide Notes" id="nb_nts" style='position:absolute;top:0%;
left:0%;width:100%;height:100%'></div>
</td>
</table>
<table style='position:relative' align=right cellpadding=0 cellspacing=0>
<td>
<div id="nb_sldshwBorder" style='position:absolute;left:-20px;width:20px;
height:20px'>
<div style='position:absolute;clip:rect(0px, 18px, 18px, 0px)'><img
src=buttons.gif id="nb_sldshw" title="Full Screen Slide Show"
style='position:relative;left:-254px'></div>
</div>
</td>
<td>
<div id="nb_voiceBorder" style='display:none;position:absolute;left:-40px;
width:20px;height:20px'>
<div style='position:absolute;clip:rect(0px, 18px, 18px, 0px)'><img
src=buttons.gif id="nb_voice" title="Pause/Play Narration" style='position:
relative;left:-290px'></div>
</div>
</td>
</table>
<table style='position:relative' align=center cellpadding=0 cellspacing=0>
<td nowrap>
<div id="nb_prevBorder" class=button style='left:-30px'>
<div style='position:absolute;clip:rect(0px, 30px, 18px, 0px)'><img
src=buttons.gif id="nb_prev" title="Previous Slide" style='position:relative;
left:0px'></div>
</div>
<span id="nav_text" style='position:relative;top:3px;width:100px;font-family:
Arial;color:buttontext;font-size:9pt'></span>
<div id="nb_nextBorder" class=button>
<div style='position:absolute;clip:rect(0px, 30px, 18px, 0px)'><img
src=buttons.gif id="nb_next" title="Next Slide" style='position:relative;
left:-90px'></div>
</div>
</td>
</table>
</div>
<div id=OtlNavObj onload="Load()" onmouseover="BtnOnOver()"
onmousedown="BtnOnDown()" onmouseout="BtnOnOut()" onmouseup="BtnOnUp()"
onkeypress="_KPH()" style='display:none;visibility:hidden'>
<table style='position:relative;width:70px' align=left cellpadding=0
cellspacing=0>
<td nowrap>
<div id="nb_otlElem" align=center style='position:relative;padding:3px;
font-family:Arial;color:buttontext;font-size:9pt'>Outline</div>
<div title="Show/Hide Outline" id="nb_otl" style='position:absolute;
top:0%;left:0%;width:100%;height:100%'></div>
</td>
</table>
<table style='position:relative' align=center cellpadding=0 cellspacing=0>
<td>
<div style='position:absolute;left:-18px;width:24px;height:20px;border-style:
solid;border-width:1px;border-color:threedface' id="nb_otlTxtBorder">
<div style='position:absolute;clip:rect(0px, 22px, 18px, 0px)'><img
src=buttons.gif id="nb_otlTxt" title="Expand/Collapse Outline"
style='position:relative;left:-157px'></div>
</div>
</td>
</table>
</div>
<div id=OtlObj style='display:none;visibility:hidden'>
<table width="100%" style='font-family:Arial;font-size:9pt'>
<tr>
<td>
<div id=PPTP1 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0001.htm');" onmouseover="Over(this)"
id=PPTL1 onmouseout="Out(this)">Submittal to Eclipse.org</a></font></div>
</td>
</tr>
<tr>
<td>
<div id=PPTP2 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0006.htm');" onmouseover="Over(this)"
id=PPTL2 onmouseout="Out(this)">&quot;A single point of control...&quot;</a></font></div>
<div id=PPTC2 class=CTxt style='display:none'>
<table id=PPTB2 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width=20 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=2><font size=2>A single point of control to manage change to
enterprise code and content throughout the application life cycle</font></td>
</tr>
<tr>
<td colspan=2></td>
<td colspan=1><font size=2>Deliver integrated multi-platform solutions</font></td>
</tr>
<tr>
<td colspan=2></td>
<td colspan=1><font size=2>Automate change process for software and Web
content</font></td>
</tr>
<tr>
<td colspan=2></td>
<td colspan=1><font size=2>Best practices consulting ensures sound process</font></td>
</tr>
<tr>
<td colspan=2></td>
<td colspan=1><font size=2>Effective partnerships for end-to-end solution</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=2></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP3 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0007.htm');" onmouseover="Over(this)"
id=PPTL3 onmouseout="Out(this)">SERENA™ Software, Inc. <br>
At a glance</a></font></div>
<div id=PPTC3 class=CTxt style='display:none'>
<table id=PPTB3 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Founded 1980; <br>
NASDAQ - SRNA</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Strong R&amp;D Heritage</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>2,750+ customer sites</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Global Presence</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Financially solid and<span style="mso-spacerun:
yes">                </span>consistently profitable</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Exclusively focused on<span style="mso-spacerun:
yes">              </span>Enterprise Change Management</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP4 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0003.htm');" onmouseover="Over(this)"
id=PPTL4 onmouseout="Out(this)">SERENA™ Software, Inc.<br>
Boris
Kapitanski - Eclipse Board Member</a></font></div>
<div id=PPTC4 class=CTxt style='display:none'>
<table id=PPTB4 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width=20 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=2><font size=2>Director, Distinguished Technology Officer
Distributed Systems</font></td>
</tr>
<tr>
<td colspan=2></td>
<td colspan=1><font size=2>Creator of the first true Client/Server
multi-platform change management solution – Serena ChangeMan™DS</font></td>
</tr>
<tr>
<td colspan=2></td>
<td colspan=1><font size=2>Responsible for the direction and architecture
of the ChangeMan Family, including software and content management, request
management and application lifecycle management.</font></td>
</tr>
<tr>
<td colspan=2></td>
<td colspan=1><font size=2>Lead Distributed R&amp;D organization</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=2><font size=2>Background:</font></td>
</tr>
<tr>
<td colspan=2></td>
<td colspan=1><font size=2>15 years of Software Development, 10 years
specifically focused on SCM systems and architecture</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=2><font size=2>Education</font></td>
</tr>
<tr>
<td colspan=2></td>
<td colspan=1><font size=2>Masters Degree in Physics and Applied
Mathematics</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=2></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=2></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=2></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP5 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0004.htm');" onmouseover="Over(this)"
id=PPTL5 onmouseout="Out(this)">SERENA™ Software, Inc.<br>
Support of the
Eclipse Framework</a></font></div>
<div id=PPTC5 class=CTxt style='display:none'>
<table id=PPTB5 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width=20 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=2><font size=2>Involved with Eclipse program from inception</font></td>
</tr>
<tr>
<td colspan=2></td>
<td colspan=1><font size=2>Early work with WebDav before Eclipse direction
changed</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=2><font size=2>Serena ChangeMan™ DS &amp; Serena ChangeMan WCM
currently support VCM adopters</font></td>
</tr>
<tr>
<td colspan=2></td>
<td colspan=1><font size=2>Early development versions demonstrated at IBM
events</font></td>
</tr>
<tr>
<td colspan=2></td>
<td colspan=1><font size=2>One of the first to announce &amp; ship
supported adapters</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=2><font size=2>Serena is “Ready for WebSphere” validated</font></td>
</tr>
<tr>
<td colspan=2></td>
<td colspan=1><font size=2>Among first vendors to achieve this validation</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=2><font size=2>Participating in follow on programs to connect
to Serena ChangeMan ZMF (mainframe SCM)</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=2></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP6 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0005.htm');" onmouseover="Over(this)"
id=PPTL6 onmouseout="Out(this)">SERENA™ Software Inc.<br>
Public Support
for Eclipse Framework</a></font></div>
<div id=PPTC6 class=CTxt style='display:none'>
<table id=PPTB6 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width=20 nowrap></td>
<td width=20 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=3><font size=2>Serena has been a leader in public support for
the Eclipse framework:</font></td>
</tr>
<tr>
<td colspan=2></td>
<td colspan=2><font size=2>Demonstrated support at WebSphere2001 in
Austria, May 2001</font></td>
</tr>
<tr>
<td colspan=3></td>
<td colspan=1><font size=2>Supported with Live Demonstration based on early
adapter version.</font></td>
</tr>
<tr>
<td colspan=3></td>
<td colspan=1><font size=2>Vendor PED, Conference Presentation</font></td>
</tr>
<tr>
<td colspan=2></td>
<td colspan=2><font size=2>Part of other Serena IBM presentations:</font></td>
</tr>
<tr>
<td colspan=3></td>
<td colspan=1><font size=2>WebSphere Technical Exchange, Nov. 2001</font></td>
</tr>
<tr>
<td colspan=2></td>
<td colspan=2><font size=2>Press Release supporting Workbench (June, 2001)</font></td>
</tr>
<tr>
<td colspan=2></td>
<td colspan=2><font size=2>Press Release supporting WSAD (Nov. 2001)</font></td>
</tr>
<tr>
<td colspan=2></td>
<td colspan=2><font size=2>Press Release “member of Eclipse board” (April
2002)</font></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
</body>
</html>