This week I want you to go out in your community and be deviant in some NON CRIMINAL way. For example, wear your clothes on inside out, carry a teddy bear around and treat it like a real human infant or talk out loud to yourself. You may work in groups…say if three people wanted to go on an elveator and face the wrong way and see what happens. Be creative in your deviance. Be sure that you do not violate any laws, do not harm yourself or others and do not put your self or anyone else at risk of harm.
What ever deviant act you engage in do it for an entire day or repeat it at least three times. Then in discussions tell me the following: (1) What you did to be deviant (2) Where you did it (3) What were the reactions of those around you or those that witnesses your deviance (4) Why you think people reacted that way.
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 });

