INSTRUCTIONS
• Extra credit papers are on the Internet.
• For extra credit you are to type the title of the article then type a one-paragraph reaction (summarize or give your opinion for a minimum of 4 sentences) to each article and turn then in your reaction(s) the day of any exam (including the final exam).
• Reactions must be typed. No hand written reaction will be accepted!
• My web address is
https://frontdoor.valenciacollege.edu/materials.cfm?uid=MSNYDER
• Go to course materials look for Extra credit Articles macro
• If you write a reaction to 5 articles 1 point (max) will be added to your final average.
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 });

