Using information and knowledge gained throughout the quarter as your guide, create your own personal code of ethics. Draw from the books, class discussion, personal experience, or knowledge you have from on-the-job experience, make a code of ethics (personal or for a business) by which you can honestly carry out your professional obligations.
Although your actual code of ethics may only take up a page or so, use the remainder of your paper (5-page minimum) to discuss WHY you made your code the way you did, and HOW you will use it in your profession role.
Chapter 7 of Klickers Ethics in Funeral Service, titled Developing a Code of Ethics, will help you in your process of laying out a solid ethical code. Chapter 8 of the same book has several examples. You may also want to reference chapter 9Preview the documentView in a new window and chapter 10Preview the documentView in a new window of Johnson\’s Meeting the Ethical Challenges of Leadership: Casting Light or Shadow, 4th. ed.
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 });