Choose a video to write about: (one of them only)
Video 1: “Infrastructures of 21st Century…”–
1) What’s this video (etc.) ‘about’? What’s the theme here, or some of the thematic ideas? What sorts of ideas do you get from the sample after watching it?
2) How do you know what it’s about? Tell me some of the specific details in the sample which make you think as you do.
Choose a sample from the uploaded files to write about (one of them only)
3) What’s this sample ‘about’? What’s the theme here, or some of the thematic ideas? What sorts of ideas do you get from the sample after watching it?
4) How do you know what it’s about? Tell me some of the specific details in the sample which make you think as you do.
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 });

