5.3
http://prezi.com/login/
Log In
(robert.mcmurray@myemail.indwes.edu)
Password
(msizzle76)
Review the Prezi Instructions.docx file, then set up a Prezi account.
Use Prezi and construct a basic presentation of 6-8 frames.
Entitle your Prezi Foundations of Favorable Presentations with your last name (Foundations of Favorable Presentations – McMurray).
Include the link to your Prezi presentation in the discussion forum.
Following the principles outlined in Chapter 15, create a basic presentation explaining how to properly present using Prezi. Re-read pages 446-459 if you need more clarification of the proper principles that should be used in constructing your presentation. The Learn and Support link in Prezi has helpful information
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 });

