This week’s assignment will continue familiarize you with Microsoft Project 2013. Take the time and work through each of the steps below so that you have a thorough understanding of the program and it’s capabilities.
Perform the following steps in Appendix A: A-23 – A-28 and A-43 – A-46.
Assignment
Part 1 – After reading chapter three, discuss the main differences between the two versions of the JWD Consulting case study. When should you use a more prescriptive or agile approach? Do you think users of the JWD Consulting Intranet site would prefer one release of the software or several incremental ones? What are some pros and cons of each approach?
Part 2 – Study the WBS and Gantt charts provided in Figures 3-3 and 3-4. Enter the WBS into Project,indenting tasks as shown to create the WBS hierarchy. Do not enter duration’s or dependencies. Submit a screenshot of the resulting Gantt chart.
The entire assignment should be 2-3 pages of content not counting title page, reference page. Please follow APA format. Remember, all of this should be on ONE word document and submitted as an attachment for grading.
Book is Information Technology Project Management 7e Chapter 3
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

