OTHER: The writer does not do it the same what I said ,, the professor make a reply for me..
read it well then do it. I will upload the example in Module 3.
look at Module 3 RFP examples provided by Professor Roman. This is not the correct format, and you need to be specific about the services needed. Please address IT services, be specific, and use strong language that does not allow room for other interpretations.
Outsourcing of information technology functions and related activities would enable the municipality to access talented and cost effective measures for managing the information technology needs and infrastructure of the town.
•What technology needs??
•What are the services are needed?
•etc..
I hope this helps.
1 draft of our RFP was incorrect and it needed revision. I was not aware you did not realize that. In addition, I was under the impression that you would be emailing context for the power point presentation. It is imperative that the document and slide are done to give Luis and myself enough time to prepare for the presentation..
· It is not specific enough
· It does not address the It serves the town needs
· It does not address what services are needed
· The draft does not mention what network, computers, and software is use.
· It does not have specific times nor dates
· The draft is not in the correct RFP format (please look at the example provided in module
· As Roman stated the RFP must contain aggressive language (must, should, etc)
· look at module 3 RFP: Follow the guidelines
· Ect..
It sound like we are not prepared for this presentation. Unfortunately, I need this done today as I will be traveling for a conference and do not have enough time to prepare.
I hope that my notes clarified what you need to work on. Please contact me if you need anything else.
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 });