Use the readings (Wallace and Interview–Lorde) along with the film, Poetic Justice to create a discussion/argument. Examples: consider how either black masculinity or black femininity is heard and seen in the film; character construction; Maya Angelou’s poems used to provide Justice with a voice after it has been lost; the use of death/loss in the film; what does it mean to have a voice for marginalized/oppressed individuals?; the representation of romance in an “urban” tale; fairy tale; feel of the film–how it was written; how does Singleton offer something different? what’s at stake for the characters? this narrative? the use of poetry and rap?
Characters: Justice, Lucky, Iesha, Chicago
Director/writer: John Singleton
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 });

