we have to choose 3 sites ( our company that we chosed is 1)oredoo (qatar) 2) StC (saudi arabia) 3)TNT , Evaluate the web sites based on the criteria given below and write a report. Start your assignment with the introduction of the companies of the websites (Maximum 2 pages of introduction). Please note: To avoid being overly influenced by appearance, You might want to take a look at one or more of the many sites that deal in detail with evaluation and rating of web sites. (Things to look for and think about in a web site): 1) Is the title informative? 2) Are any illustrations appropriate and informative rather than being distractions? 3) Is the layout attractive, consistent, and easy to navigate? note different sources and add at least four evaluation criteria of web evaluation in their project , 2 pages for the introduction +the evaluation and rating , page 3 will be the the answers of the 3 quistion
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 });

