Memo Topic
Promote something new: Changes in course offerings or requirements.
My purpose is to persuade the Dean of the CIS department at FIU to open more classes’ sessions. It has happened that I have not been able to enroll in a particular class because the classes being offered have only been two or three. I work full time and most of the classes offered at FIU are during day time, so I have not been able to register for those courses. I wonder if the Dean was more flexible and allowed it to open more class sessions at night or during the weekend, I believe this would be of great benefit to student like me who work full time and still want to get an education.
Key Point:
• Allow for give and take
• Ask for specific respond
• Never ask to much
• Recognize all Constrains
Below are the comments from my professor:
What is missing from this plan, and what you definitely should include in your memo, so some sense of the constraints (there are definitely some I can think of), counterarguments, and costs. Also, think about how to Avoid Asking for Too Much to this request. What is most important to you?
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 });

