');
} else {
var query = elem.find('.keywords').html();
$.ajax({
context: elem,
url: 'https://wn.com/api/upge/cheetah-search-adv/video',
cache: true,
data: {
'query': query
},
dataType: 'jsonp',
success: function(text) {
if (text.length > 0) {
video_id = text[0].id;
elem.find('.player').html('
');
}
}
});
}
}
var stopAllYouTubeVideos = function() {
var iframes = document.querySelectorAll('iframe');
Array.prototype.forEach.call(iframes, function(iframe) {
iframe.contentWindow.postMessage(JSON.stringify({ event: 'command', func: 'pauseVideo' }), '*');
});
}
jQuery(function() {
jQuery(".playVideo").live("click", function() {
if(!$(this).hasClass("played")){
stopAllYouTubeVideos();
var elem = $(this);
setTimeout(function(){
mouseOverMe(elem);
}, 1000);
}
});
jQuery(".description_box .expandContent").live("click", function() {
elem = $(this).parent().parent().parent().find('.descContent');
if(elem.height() > 51) {
elem.css('height', '44px');
$(this).html('Show More
');
}else{
elem.css('height', 'auto');
$(this).html('Hide
');
}
});
jQuery('.interview-play-off').click(function() {
$(".interview-play-off").hide();
$(".interview-play").show();
$(".videoplayer-control-pause").click();
});
jQuery(".video-desc .show_author_videos").live("click", function() {
query = $(this).attr('title');
container = $(this).parent().parent().parent().find('.video-author-thumbs');
$(this).parent().parent().parent().find('.video-author-thumbs').css('height', '220px');
jQuery.ajax({
url: '/api/upge/cheetah-photo-search/videoresults',
data: {'query': query},
success: function(text) {
if(!text) { text = i18n("No results"); }
container.html(jQuery(text));
}
});
});
});
// -->
Latest News for: ict
Edit
All Africa
26 Mar 2026
Burkina Faso is placing local languages at the core of its artificial intelligence (AI) development as part of a broader push for digital sovereignty ....
Edit
All Africa
26 Mar 2026
With Nigeria's population projected to reach 245 million by 2030, broadband demand is expected to grow significantly ....
Edit
Egypt Independent
25 Mar 2026
Abedlatty hailed the ongoing cooperation between the two ministries, particularly in the digitization of consular transactions through initiatives such as postal authentication and services provided via the Egypt Digital Platform ... ....
Edit
All Africa
25 Mar 2026
The government has rejected satellite internet service Starlink's application for a licence to operate in Namibia, citing the company does not meet key legal and regulatory requirements ....
Edit
Ghana Business News
25 Mar 2026
The Energy Commission has urged individuals and businesses to register their Electric Vehicle (EV) charging stations and battery swap systems with the Commission to ensure proper regulation and protect lives and properties ... In a presentation, Dr ... Dr.
Edit
Public Technologies
24 Mar 2026
... a 25-year relationship that has become a benchmark for trusted, embedded ICT service delivery in the UK emergency services sector.
Edit
All Africa
24 Mar 2026
Qualiphi has acquired Career Club in a six-figure deal completed in the second half of 2025, as it expands AI-powered career services across Egypt and the Gulf ....
Edit
Ghana Business News
23 Mar 2026
Consider, for a moment, the sheer absurdity of this sentence. Africa invented mobile money, leads the world in its adoption, processes almost a trillion dollars a year through it, and still cannot move that money freely within its own borders ... And yet.