This week we will be discussing I.T. as a differentiating factor in the organization(s) for which you worked. First you will read Mr. Carr’s “IT Doesn’t Matter” article, accessible Here http://www.informatik.umu.se/digitalAssets/141/141283_mis-it-doesnt-matter.pdf Then you’re to think about organization(s) for which YOU have worked**, and respond using the criteria below:
Think how information technology (IT) was used in the organizations you have worked for.
Referring to the Carr article, identify three (3) concepts in the article that you can relate back to your workplace(s). Concepts may be any ideas that Mr Carr brought forth that resonate with you, you agree with or you disagree with.
The three concepts you identify can relate to the SAME organization you worked for, or to one or more organizations.
All 3 of the concepts must tie in with IT.
In each case, you do not need to give the name of the organization but do identify its sector (i.e., retail, food services, etc).
Be clear in your response, numbering your 3 concepts so that I (and your classmates) can pick them out easily.
Finally add a sentence or two telling me whether you feel Mr. Carr’s thoughts are more true today (in 2015) or when he wrote it (2003).
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 });

