– 6 pages
TOPIC idea is: (SEE MORE ATTACHED)
“Topic idea
I want to talk about the problem of ASU websites. I find that the ASU websites often collapses. I have met several times. The most serious one was when I was taking the online exams. At that time, it was helpless for me. The only thing I could do was to send an e-mail to the professor to request a reset for the exam. I believe there are many students facing this problem. Therefore, I want to prepare a proposal about improve the network systems to fix the problem basically.
If this proposal is implemented by the university, it helps the ASU websites to be stable and it won’t collapse easily. Also, cyber security of the ASU websites is enhanced because the base station is stronger.
It brings the weakness as well. The budget invested by the university will be higher than the proposal is implemented.
I will suggest the university to use more powerful central host and update the system. Then ask the technicians to maintain the system and central host regular. “Option 1The organization is not sure what is causing the problem.You propose a study of the problem.
Your proposal should
• identify the key factors that influence the problem
• describe the approach to complete the study
• estimate the time to complete the study
• estimate the cost to complete the study
• state your qualificationsOption 2The problem is specifically identified.You complete a report of the problem.
Your report should
• analyze the factors that are causing the problem
• integrate your research into the report
• document your research
• recommend a course of action to resolve the problemOption 3The course of action is determined.You propose that they hire you to resolve the problem.Your proposal should
• state how you plan on resolving the problem
• state the cost
• state the time
• state your qualificationsAdditional elements are determined by the specifics and details of the problem and the requirements of the document – contingent upon the audience and purpose.
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 });

