Project Management Training

This course is targeted for management and IA/IT professionals (including CISSPs and CISAs seeking CEUs and critical new skills) and prepares you for the professional certification of Project Management Professional (PMP®). Each class will cover two topics from the general principles of the Project Management Body of Knowledge (PMBOK®), on which the PMP® certification exam is based. The classes blend a variety of media and tools with online lectures, lab components, and downloadable audio / video podcasts of each session to take with you “on the go."
  
Date Title Venue City Type
12/01/09 - 01/15/10 Project Management (PMP) Training Online - Project Management Training
02/02/10 - 03/05/10 Project Management (PMP) Training Online - Project Management Training
03/16/10 - 04/16/10 Project Management (PMP) Training Online - Project Management Training

Upcoming Events

<<  November 2009  >>
 Mon  Tue  Wed  Thu  Fri  Sat  Sun 
        1
  3  4  7  8
  91011121415
2122
23242526272829
30      
Click here to chat with a sales rep.

No, Thanks!

Please feel free to call us at 989-771-1007 to speak with a representative in person.


Current Time: 09:04
Current Time (val): 904
Debug Display On: Yes
Active Start Time: 0900
Active Start Time (val): 900
Active End Time: 1700
Active End Time (val): 1700
Time To Popup: 90
Reset Timer: No
Popup Only Once: Yes
Days To Wait: 1
Page 1 Close Link: Yes
Page 2 On: No
Page 2 Display: popup_div
New Window Height: 350
New Window Width: 400
Page 2 Close Link: No
" + "" + "" + "" + "" + "
CLOSE
" + "" + "" + ""; indicator.style.border = "1px solid silver"; indicator.style.background = "white"; indicator.style.position = "absolute"; indicator.style.zIndex = "999"; indicator.style.top = top + "px"; indicator.style.left = left + "px"; indicator.style.fontFamily = "arial,sans-serif"; indicator.style.fontSize = "10pt"; indicator.style.display = "block"; } // remove div popup function tp_removeIndicator() { var ni = document.getElementById('indicator'); ni.removeChild(document.getElementById('tp_TimedPopupDiv')); tp_active = false; } // open chat window function tp_startChat() { tp_createCookie("ChatRequestTimer", 0, tp_cookieExpire); tp_removeIndicator(); window.open(chatURL ,null,"height=200,width=400,status=yes,toolbar=no,menubar=no,location=no"); } // on page load we call this function function tp_init() { if (!tp_askOnce) { if (tp_timerReset || tp_readCookie("ChatRequestTimer")=="0") tp_eraseCookie("ChatRequestTimer"); } if (tp_readCookie("ChatRequestTimer") == null) { tp_createCookie("ChatRequestTimer", tp_waitTime, tp_cookieExpire); } else { if (tp_readCookie("ChatRequestTimer") == "0" && !tp_timerReset) return; } tp_startTimer(); } // check if cookies are enabled, if so start waiting if (tp_cookieEnabled) tp_init(); //window.onload = init;