| Text book is the American people vol.1. Please deliver a predited version prior to the deadline. Thank you for your service!
1) Contrast the views of Europeans of the fifteenth and sixteenth centuries with those of Native Americans and Africans they encountered on such topics as the environment, social relations, religious beliefs, and slavery. Which group do you consider “savage,” “heathen,” or “barbarian”? Explain. Videos to Watch (REQUIRED): http://www.youtube.com/watch?v=GKqJ_zkYAQ0 http://www.youtube.com/watch?v=vozq9Q4ztBU You should cite from both the textbook and the videos with in-text citations, e.g., (Nash, 32) & (BOA, 12 mins), (500 pt 1, 12 mins), (Middle, 3 mins), (Zinn, pg 34), (Equiano, par 4), etc, Posts that do not cite from the course sources cannot receive full credit. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Preferred language style US English |
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 });

