Read: http://www.cnn.com/2015/04/16/living/feat-public-shaming-ronson/ “The Price of Public Shaming in the Internet Age”
In the article there are several sections in blue letters- click on at least two of those blue lettered words as it will take you to articles about how someone was shamed due to something being posted on the Internet. Specifically, read the one about Alrington National Cemetery.
Write an essay to your employees explaining the need to be careful with posting to the Internet- use examples from the articles you read. Supply in-text citations and references.
-for references: just use the link above and the articles links and put them in the references page APA style
Use simple English words
if you have any questions let me know
Thanks
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 });

