Fostering Future Professional Writing
To prepare for this Reflection:
Consider the effect of high-quality professional writing on the people in a professional setting.
Review the examples of professional writing you have produced for this course.
Reflect on the changes in your own professional writing style. What changes have you noticed?
The assignment:
Write a 3-page paper demonstrating your understanding of how professional writing affects the professional setting as well as external writing situations. Be sure to include answers to the following questions:
How might you approach professional writing differently after this course?
What professional writing skills have strengthened since the beginning of this course?
Identify areas of growth and development and share ideas on how to foster your professional writing going forward.
Cite at least two examples from your readings to support your answers.
One of them- Kolin, P. C. (2012). Successful Writing at Work (concise 3rd ed.). Boston: Wadsworth/Cengage Learning.
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 });

