');
} 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: windows pc
Edit
ZDNet
24 Mar 2026
I always want to make sure my new Windows PC is protected against security threats. Here are five things I do with that goal in mind ... .
Edit
ZDNet
24 Mar 2026
The Acer Swift 16 AI was one of my favorite laptops of 2025. This year's refresh, however, takes a different direction ... .
Edit
PC World
23 Mar 2026
Everything is a lightweight Windows app that instantly finds files and folders on your PC ... Alternatively, you can link the taskbar search field directly to Everything, replacing Windows Search entirely.
Edit
Digital Trends
19 Mar 2026
Microsoft has released PowerToys v0.98.0, a meaningful update to the popular Windows productivity toolkit. ... Together, these PowerToys additions give Windows users meaningful control over how they navigate their desktop.
Edit
Digital Trends
18 Mar 2026
Meta’s recently acquired AI startup Manus has launched a desktop app for Mac and Windows. It brings an agentic tool called My Computer, where you can type what you want and have it carry out tasks across files, tools, and apps on your PC ... .
Edit
ZDNet
11 Mar 2026
If you've ever had to deal with a dying computer, you know the challenge of ensuring you have a good backup. Here's how I use CloneZilla to do just that ... .
Edit
Public Technologies
11 Mar 2026
making Windows 11 the best place for game developers to create, experiment, ship and scale. Windows is an open, flexible platform that supports choice across engines, tools, hardware ...
Edit
Twit TV
08 Mar 2026
... why iPhone photos appear invisible or fail to copy when transferred to a Windows PC, and walks through the best methods to fix it.
Edit
ZDNet
05 Mar 2026
You may not be able to afford a $1,000 laptop while in college, but you can't afford to complete your degree on an old, beat-up one either. Trust me ... .
Edit
ZDNet
20 Feb 2026
Switching to a different DNS provider than your ISP can offer faster performance and better security. Here how ... .