');
} 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: gdpr
Edit
Public Technologies
25 Mar 2026
... ruled that even a first request for access to personal data under the GDPR may be deemed abusive if not made in good faith.
Edit
Federal News Radio
24 Mar 2026
I mean, the GDPR in Europe was sort of the introduction to the conversation ... The EU has really been tightening its grip on cross-border data movement with those laws that we mentioned, the GDPR and the AI Act.
Edit
Public Technologies
19 Mar 2026
Brillen Rottler A request for access to one's own personal data may be considered abusive and refused if it is made for the sole purpose of subsequently claiming compensation for an alleged infringement of the GDPR ... 6 See Article 82 of the GDPR.
Edit
Public Technologies
18 Mar 2026
). 19/03/2026 ... It will be held in French ... 12.00 ... immersion in a fun, anonymous and accessible e-learning platform to progress towards GDPR compliance (90 mins on site to complete the first two levels, then at your own pace to complete the final levels).
Edit
CyprusMail
25 Feb 2026
The data protection authority has formally requested the immediate suspension of Fidias Panayiotou’s agora application, citing non-compliance with the European general data protection regulation (GDPR).
Edit
Ars Technica
17 Feb 2026
The Grok chatbot is integrated into X’s social media feeds, and developed by Musk’s AI start-up xAI, which last year acquired X ... Read full article.