/**/ if(showCategoryLinks){ document.write("
Course categories:
"); } document.write("
Project Management
"); document.write("
PMP® Exam Prep Course (Fourth Edition)
Cost: $699.00
PDUs: 35
This completely online and self-paced thirteen-module project management program builds successful project managers at all levels of the organization. It provides a comprehensive preparation for the PMP® certification exam including exam taking tips, ten comprehensive module quizzes, and two full-length, 200-question practice exams... more
add to cart | view cart | proceed to secure check out
"); details[0]=new program(); details[0].title="PMP® Exam Prep Course (Fourth Edition)"; details[0].ID='16ff7fd41e5fa493a7614993993972ad'; details[0].html="

PMP® Exam Prep Course (Fourth Edition)
Cost: $699.00

This completely online and self-paced thirteen-module project management program builds successful project managers at all levels of the organization. It provides a comprehensive preparation for the PMP® certification exam including exam taking tips, ten comprehensive module quizzes, and two full-length, 200-question practice exams covering the PMBOK® Guide areas of knowledge.

NOTE: As of July 1, 2009, the PMP® certification exam will align with the Fourth Edition of the PMBOK® Guide. This course prepares learners who plan to take the updated exam.

After completing this course, you'll be able to:

  1. Understand how enterprise environmental factors and organizational process assets affect how projects can be managed
  2. Explain the five stages of a project life cycle and understand how these stages can overlap in time
  3. Understand how to create a project management plan with subsidiary plans for each of the knowledge areas and explain how progressive elaboration and integrated change management can keep these documents effective and relevant
  4. Understand the overlapping nature of project activities and practice Project Integration Management to coordinate the various project management processes
  5. Understand how a project's various baselines (including scope, cost, schedule, quality, risk, procurement, and others) are determined, planned for, and managed
  6. Understand how to effectively manage human resources and communicate with all stakeholders
  7. Understand the key methods used to estimate project schedule and cost at the beginning of a project and to forecast cost and schedule variances at any time during the project
  8. Understand how the project management knowledge contained in the PMBOK® Guide can be used in practice

Note: Receive 35 PDUs/contact hours to qualify to take the PMI Project Management Professional Exam ®.

This course is self-paced and online. You will have access to this course for 180 days.

Target Audience: This course is designed for adult learners interested in preparing to take the PMP® exam.

Level: Intermediate

Prerequisites: Learners should have some experience in project management and will need to have access to the Project Management Institute's A Guide to the Project Management Body of Knowledge, Fourth Edition (PMBOK Guide).

Estimated time to complete: 35-40 hours of online course work

"; details[0].cost=699; document.write("
Project Management for Information Technology (4th Edition)
Cost: $499.00
PDUs: 25
Project management refers to the art, or science, of directing projects. This course, Project Management for Information Technology, focuses more specifically on how project management concepts can be applied to IT projects, as well as on project management issues that are unique to IT projects.... more
add to cart | view cart | proceed to secure check out
"); details[1]=new program(); details[1].title="Project Management for Information Technology (4th Edition)"; details[1].ID='332546fadd721e485e9d6438e8bf0366'; details[1].html="

Project Management for Information Technology (4th Edition)
Cost: $499.00

Project management refers to the art, or science, of directing projects. This course, Project Management for Information Technology, focuses more specifically on how project management concepts can be applied to IT projects, as well as on project management issues that are unique to IT projects. It reviews the concepts, methodologies, and tools of project management as it relates to IT. Students will also learn about fundamentals, such as integration management, scope, costing, quality, human resources, risk management, and procurement.

This course contains eight comprehensive module quizzes and a 56-question Final Assessment spanning IT project management areas of knowledge.

After completing this course, you'll be able to:

Note: Receive 25 PDUs/contact hours

Recommended Material: A Guide to the Project Management Body of Knowledge (PMBOK® Guide)

Level: Intermediate

Prerequisites: This course assumed a working knowledge of basic project management functions and terminology.

This course is self-paced and online. You will have access to this course for 180 days.

Estimated time to complete: 25-28 hours of online course work

"; details[1].cost=499; document.write("
Project Management Team Leadership
Cost: $359.00
PDUs: 18
The vast majority of project work in today's organizations is done in a team setting. In this environment, project management team leaders have a tremendous responsibility and opportunity to develop and exhibit leadership skills. This course first discusses the roles and responsibilities of the project... more
add to cart | view cart | proceed to secure check out
"); details[2]=new program(); details[2].title="Project Management Team Leadership"; details[2].ID='848bc69b7448bef3fd480779a69b0948'; details[2].html="

Project Management Team Leadership
Cost: $359.00

The vast majority of project work in today's organizations is done in a team setting. In this environment, project management team leaders have a tremendous responsibility and opportunity to develop and exhibit leadership skills. This course first discusses the roles and responsibilities of the project management team leader, in particular their responsibility with regard to project stakeholders. Next, the course discusses how project management team leaders can build a positive team environment through effective communication, team building activities, and reflective listening. Lastly, the course covers problem solving within the team. Project management team leaders must be effective at identifying and resolving team problems in order for the project to succeed. To do this, team leaders must have an understanding of the team dynamic for decision-making and must be able to manage conflict among personality differences and barriers.

The course contains 12 brief case studies designed for application of the content to real-world scenarios, as well as six comprehensive module quizzes and a 72-question Final Assessment.

After completing this course, you'll be able to:

Note: Receive 18 PDUs/contact hours

Target Audience: This course is designed for adult learners.

Level: Intermediate

Estimated time to complete: 18 hours of online course work

"; details[2].cost=359; document.write("
"); //watch for older version of the code that don't use this var if(typeof(coursesNotToShow) == 'undefined'){ coursesNotToShow=new Array(); } for(g=0;g"; // write HTML to new window document newWindow.document.open(); newWindow.document.writeln(html); newWindow.document.close(); //newWindow.location.reload(); } /* function addToCart(which){ if(GetCookie("courses")){ tmpCourses=GetCookie("courses"); if(tmpCourses.indexOf(details[which].ID)>-1){return;}//don't re-add it if(tmpCourses.indexOf("=")>-1){ tmpCourses=tmpCourses.split("="); tmpCourses=tmpCourses[1]; } tmpCourses=tmpCourses+","+details[which].ID; }else{ tmpCourses=details[which].ID; } SetCookie("courses",tmpCourses); document.forms["coursesForm"].courses.value=tmpCourses; } */ var cartWin; function viewCart_local(){ coursesHTML="

Courses in your cart:

    "; courseCostTotal=0; if(GetCookie("courses")){ coursesArray=GetCookie("courses").split(","); for(g=0;g"+details[gg].title+" - $"+details[gg].cost; courseCostTotal+=details[gg].cost; break; } } } coursesHTML=coursesHTML+"

Total cost: $"+courseCostTotal; if (!cartWin || cartWin.closed) { cartWin = window.open('','cartWin','status,height=300,width=450,scrollbars,resizable') if (!cartWin.opener) { cartWin.opener = window } }else{ cartWin.focus(); } html="Course Cart"+coursesHTML+""; // write HTML to new window document cartWin.document.open(); cartWin.document.write(html); cartWin.document.close(); //cartWin.location.reload(); }else{ alert("You have no courses in your cart"); } } /* function payForCourses(){ if(document.forms["coursesForm"].courses.value==''){ alert("You have no courses in your cart"); }else{ document.forms["coursesForm"].submit(); } } window.onload=function(){ document.forms["coursesForm"].courses.value=GetCookie("courses"); } */