Dance Performance
Craft: Review the material at http://writing2.richmond.edu/writing/wweb/dance/danceguide.html (Links to an external site.)
Read the links “Guidelines for Viewing a Dance Performance,” “Guidelines for Writing About a Dance Performance,” “Mechanics,” “Dance Critique Pet Peeves,” “Example,” and “Dance Critique Checklist”
Based upon this material prepare a list of at least 10 types of information you will want to gather during your performance attendance. Take these notes to the performance.
Don’t forget to make plans to attend the University of Utah Performing Dance Company’s performance. You may choose from the following dates: March 6, 7, 13, 14 @ 7:30. Here is a link to more info: http://dance.utah.edu/calendar/ (Links to an external site.). Please put this in your calendar so that you don’t forget. You won’t have an assignment next week so that you can use the time to attend this performance.
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 });

