You are hereConference Agenda

Conference Agenda


.popup { position: absolute; padding: 10px; border: 2px solid black; background: mintcream; left: 0px; top: 0px; visibility: hidden; }

// Detect if the browser is IE or not. // If it is not IE, we assume that the browser is NS. var IE = document.all?true:false // If NS -- that is, !IE -- then set up for mouse capture if (!IE) document.captureEvents(Event.MOUSEMOVE); // Set-up to use getMouseXY function onMouseMove document.onmousemove = getMouseXY; // Temporary variables to hold mouse x-y pos.s var mouseX = 0; var mouseY = 0; var popupMovingStarted = false; // Main function to retrieve mouse x-y pos.s function getMouseXY(e) { if (IE) { // grab the x-y pos.s if browser is IE // mouseX = e.clientX + document.body.scrollLeft; // mouseY = e.clientY + document.body.scrollTop; // alert("scrollX: " + document.body.scrollLeft); // alert("scrollY: " + document.body.scrollTop); yScroll = 0; xScroll = 0; if (window.pageYOffset) { yScroll = window.pageYOffset; xScroll = window.pageXOffset; } else if (document.documentElement && document.documentElement.scrollTop) { yScroll = document.documentElement.scrollTop; xScroll = document.documentElement.scrollLeft; } else if (document.body) { yScroll = document.body.scrollTop; xScroll = document.body.scrollLeft; } mouseX = window.event.clientX + xScroll; mouseY = window.event.clientY + yScroll; } else { // grab the x-y pos.s if browser is NS mouseX = e.pageX; mouseY = e.pageY; } // catch possible negative values in NS4 if (mouseX < 0){mouseX = 0;} if (mouseY < 0){mouseY = 0;} return true; } var popupShown = false; function popupDetails(aid) { var popup = document.getElementById(aid); if ( popup.style.visibility == 'visible' ) { popup.style.visibility = 'hidden'; } else { //popup.style.left = mouseX + "px"; popup.style.top = (mouseY + 10) + "px"; popup.style.left = mouseX + 10 + "px"; //popup.style.top = "300px"; popup.style.visibility = 'visible'; } }
18th of September 2008
Start End Item Speaker
08:30 09:00 Registration  
09:00 09:15 Address By The President - Sri Lanka Chapter Sharmini Wickremasekera
 
Chief Risk Officer
LOLC Group
09:15 09:35 Keynote Address Chief guest
09:35 10:15 "Dirty Money On Wires" - The Business Model of Cyber Criminals Vishak Raman
 
Regional  Director – India & SAARC
Fortinet Inc.
10:15 10:35 Tea  
10:35 11:15 A Survey On New Developments In Wireless Security Prof. Dileeka Dias
 
The Dean, Faculty of Information Technology
University of Moratuwa
11:15 11:55 Credit Card And Mobile Payments For Sri Lanka's e-Government Initiatives Anuradha Ratnaweera
 
Independent Consultant
11:55 12:35 Service Oriented Architecture (SOA) - Making The IT Infrastructure Speak Business Kamal Wickramanayake
 
IT/Software Architect & Trainer
Software View
12:35 13:35 Lunch  
13:35 14:15 Lessons To Be Learnt From The World’s Biggest Banking Fraud – Societe Generale Anand Prakash Jangid
ACA, CISA, CISM, DISA, and ACP
14:15 14:55 Risk Management In Banking - Current Challenges Priam Kasturiratna
MBA, Sri J, AIB (Sri Lanka), PG DIP in Business & Financial Admin (ICASL)
 
Manager Operational Risk
Sampath Bank PLC
14:55 15:55 Tea & Network With Sponsors  
15:55 16:35 Social Engineering Kanishka Sugathadasa
B.Sc. (Hons.) (University of London), CISA
 
Managing Director
I.T. Advisors (Pvt) Ltd
16:35 17:00 Panel Discussion  
19th of September 2008
09:00 09:40 IT & Governance MS Muthukrishnan
CISA, PMP, CSQA, cVa, ISO27001:2005-LA
 
Principal Consultant
Secure Matrix India
09:40 10:20 The Re-emergence Of Presentation Virtualization And The Threat To Software Giants Dr. Malitha N. Wijesundara
B.Eng.(Warwick), Ph.D.(NUS), MIEEE
 
Head - Department of Computer Systems & Networking
Head - IT Services Division
Senior Lecturer (Higher Grade)
Sri Lanka Institute of Information Technology
10:20 10:40 Tea  
10:40 11:20 Investment In ICT Enable Change - Emerging Strategy For Optimizing ICT Business Value Thilak Pathirage
MBA, B.Com, CISSP, CISA , CISM, CCSE, AIB
 
Assistant General Manager - Infomation Systems Audit and Secuirty
Seylan Bank PLC
11:20 12:00 Data Analytics – A Way To Know Your Neural System Chetan Maheshwari
M.Com, CA, CISA
 
Director
AUDITime Information Systems (I) Ltd
12:00 12:40 Reverse Engineering Revealed In The Real World Dr. Sameera De Alwis
Phd (German), MSc (Poland), MSc (USA), BSc (USA), BSc (Denmark)
 
Sri Lankan Gov Military-NET Consultant/Information Security/Reverse Engineering Consultant
12:40 13:40 Lunch  
13:40 14:20 Enterprise Risk Management Dushan Soza
 
Managing Director
WNS Sri Lanka
14:20 15:10 Implementing Business Continuity Management - A Smart Way Nalin Wijetilleke
MBA, CISA, PMP, CBCP, MBCI
 
President of the ISACA UAE Chapter
15:10 15:30 Tea  
15:30 16:10 Maximizing IT Project Performance Through Better Governance Dr. Madhu Fernando
PMP, DBA
 
President/CEO
Innova Strategies
16:10 16:50 COBIT 4.1 - Governance Framework For Effective Enterprise IT R Vittal Raj
FCA, CISA, CISM, CISSP, CIA, CFE, BS7799
 
Director
Pristine Consulting Private Limited
16:50 17:10 Panel Discussion  
    Vote Of Thanks Sebastian Ludowyk (Chapter Secretary)