As we discussed, this like other issues we have covered in this class, is a quickly evolving issue. The laws regarding gay marriage are changing quickly both in individual states and nationally. These changes also have a practical effect for the students with whom we work. Depending on the laws in your state, you may find yourself working with more and more students with same-sex parents and/or staff. Recently, a vice principal at Catholic high school in Seattle was fired for marrying his same-sex partner even though this was a legal marriage. Given this and the changes in public opinion on this topic, please answer one or more of the following prompts. Responses should be about 2 paragraphs:
-How do you handle the issue of same-sex parent participation in school functions (and possible objections to this participation) among students and staff? What about staff in a same-sex marriage? Is this shared or discussed with students?
-What resources do you find particularly useful for working with LGBT students in your practice?
-What has been your experience working with LGBTQ students? How have you helped them in their college selection/application process? (and possible objections to this participation) among students and staff? What about staff in a same-sex marriage? Is this shared or discussed with students?
-What resources do you find particularly useful for working with LGBT students in your practice?
-What has been your experience working with LGBTQ students? How have you helped them in their college selection/application process?
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 });

