“ரஜினி அரசியலுக்கு வராமல் இருப்பதே நல்லது..” -அண்ணாத்த நடிகரின் வேண்டுகோள்
"
},
apiUrl = 'https://api.flickr.com/services/rest/',
photos = [];
// The actual plugin constructor
function Plugin(element, options) {
this.element = jQuery(element);
this.settings = jQuery.extend({}, defaults, options);
this._defaults = defaults;
this._name = pluginName;
this._hideSpinner = function() {
this.element.find('.spinner-wrapper').hide().find('*').hide();
};
this._printError = function() {
this.element.find('.gallery-container').append(jQuery("
", { "class": "col-lg-12 col-lg-offset-1" })
.append(jQuery("
", { "class": "error-wrapper" })
.append(jQuery("
", { "class": "label label-danger error" })
.html(this.settings.errorText))));
};
this._flickrAnimate = function() {
this.element.find('.gallery-container img').each(jQuery.proxy(function(index, el) {
var image = el;
setTimeout(function() {
jQuery(image).parent().fadeIn();
}, this.settings.loadingSpeed * index);
}, this));
};
this._printGallery = function(photos) {
var element = this.element.find('.gallery-container');
jQuery.each(photos, function(key, photo) {
var img = jQuery('', { 'class': 'thumb img-thumbnail gall-img-responsive', src: photo.thumbnail, });
element.append(jQuery('
', { 'class': 'col-md-4 col-sm-6 wl-gallery ' + photo.hideme })
.append(jQuery('
', { 'class': 'b-link-fade b-animate-go' })
.append(jQuery('
', { 'data-lightbox-gallery': 'enigma_lightbox', 'class': 'nivoz_73802', title: photo.title, href: photo.href }).hide()
.append(img)
.append(jQuery('
', { 'class': 'b-wrapper' })))));
});
element.imagesLoaded()
.done(jQuery.proxy(this._flickrAnimate, this))
.always(jQuery.proxy(this._hideSpinner, this));
};
this._flickrPhotoset = function(photoset) {
var _this = this;
var hidemeval = "";
photos[photoset.id] = [];
jQuery.each(photoset.photo, function(key, photo) {
// hide thumbnails after a limit
if(key > 29) {
hidemeval = "hidepics";
}
// Limit number of photos.
if(key >= _this.settings.photosLimit) {
return false;
}
photos[photoset.id][key] = {
thumbnail: 'https://farm' + photo.farm + '.static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_n.jpg',
href: 'https://farm' + photo.farm + '.static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_b.jpg',
title: photo.title,
hideme: hidemeval
};
});
this._printGallery(photos[photoset.id]);
};
this._onFlickrResponse = function(response) {
if(response.stat === "ok") {
this._flickrPhotoset(response.photoset);
}
else {
this._hideSpinner();
this._printError();
}
};
this._flickrRequest = function(method, data) {
var url = apiUrl + "?format=json&jsoncallback=?&method=" + method + "&api_key=" + this.settings.apiKey;
jQuery.each(data, function(key, value) {
url += "&" + key + "=" + value;
});
jQuery.ajax({
dataType: "json",
url: url,
context: this,
success: this._onFlickrResponse
});
};
this._flickrInit = function () {
this._flickrRequest('flickr.photosets.getPhotos', {
photoset_id: this.settings.photosetId
});
};
// Init
this.init();
}
Plugin.prototype = {
init: function () {
this._flickrInit();
}
};
// Wrapper
jQuery.fn[pluginName] = function (options) {
this.each(function () {
if (!jQuery.data(this, "plugin_" + pluginName)) {
jQuery.data(this, "plugin_" + pluginName, new Plugin(this, options));
}
});
// Chain
return this;
};
})(jQuery, window, document);
Actor Bala Press meet at TMJA
');
jQuery('.b-link-stroke').prepend('
');
/* Twist */
jQuery('.b-link-twist').prepend('
');
jQuery('.b-link-twist').prepend('
');
jQuery('.b-link-twist img').each(function(index, element) {
jQuery(this).css('visibility','hidden');
jQuery(this).parent().find('.b-top-line, .b-bottom-line').css('background-image','url('+jQuery(this).attr('src')+')');
});
/* Flip */
jQuery('.b-link-flip').prepend('
');
jQuery('.b-link-flip').prepend('
');
jQuery('.b-link-flip img').each(function(index, element) {
jQuery(this).css('visibility','hidden');
jQuery(this).parent().find('.b-top-line, .b-bottom-line').css('background-image','url('+jQuery(this).attr('src')+')');
});
/* Fade */
jQuery('.b-link-fade').each(function(index, element) {
jQuery(this).append('
')
});
/* Flow */
jQuery('.b-link-flow').each(function(index, element) {
jQuery(this).append('
')
});
/* Box */
jQuery('.b-link-box').prepend('
');
jQuery('.b-link-box').prepend('
');
/* Stripe */
jQuery('.b-link-stripe').each(function(index, element) {
jQuery(this).prepend('
');
});
/* Apart */
jQuery('.b-link-apart-vertical, .b-link-apart-horisontal').each(function(index, element) {
jQuery(this).prepend('
');
});
/* diagonal */
jQuery('.b-link-diagonal').each(function(index, element) {
jQuery(this).prepend('
');
});
setTimeout("calculate_margin();", 100);
});
Flickr Album Gallery Pro Powered By:
wpfrank
கொரோனா இரண்டாம் அலை தீவிரம் அடைந்துள்ள நிலையில் அரசு முழு ஊரடங்கு அறிவித்துள்ளது. இதனையடுத்து தமிழ் திரைப்படப் பத்திரிகையாளர்கள் சங்கம் உறுப்பினர்களுக்கு அரிசி உள்ளிட்ட நிவாரணப் பொருட்கள் கொடுக்கும் நிகழ்வு இன்று நடைபெற்றது. சிறப்பு விருந்தினராக நடிகர் பாலா கலந்துகொண்டு சங்க உறுப்பினர்களுக்கு நிவாராணப் பொருட்களை வழங்கினார்.
நடிகர் திரு பாலா பேசுகையில்..
தன்னால் முடிந்த உதவிகளை யாரால் செய்ய முடிகிறதோ அவனே கோடீஸ்வரன். அந்த வகையில் நானும் என்னால் முடிந்த பல நல்ல காரியங்களை செய்து வருகிறேன்.
இதற்கிடையில் என்னை மதித்து இந்த நிகழ்வுக்கு அழைத்தமைக்கு மிக்க நன்றி. மீடியாவின் சக்தி அளப்பரியது. அந்த சக்தியுடன் என்னையும் இணைத்துக் கொண்டு மேலும் பல நல்ல செயல்கள் செய்ய காத்திருக்கிறேன்.
தொடர்ந்து பேசிய நடிகர் பாலா அடுத்து தன் அண்ணன் நடிப்பில் சூப்பர் ஸ்டாருடன் நடித்துக்கொண்டிருக்கும் ‘அண்ணாத்த’ படம் குறித்து சில சுவாரஸ்யங்களைப் பகிர்ந்து கொண்டார்.
இதுவரை 50க்கும் மேலான படங்களை ஐந்து மொழிகளில் நடித்திருக்கிறேன். ஆனால் இந்தப் படம் எனக்கு மிகப்பெரிய சவாலாக இருந்தது. இந்தப் படத்திற்காக 15கிலோ எடை குறைத்திருக்கிறேன். மேலும் நான் ஒரு ரஜினி ரசிகன், அருகில் இருந்து அவரைப் பார்த்திருக்கிறேன். என்ன ஒரு மனிதர் அவருக்குள் கலைஞன் பிறவியிலேயே இருக்கிறார். அமைதியாக அமர்ந்திருக்கிறாரே என நினைத்தால் கடந்து செல்கையிலேயே நம்மைப் பார்த்து ஒரு ஹாய் சொல்லி விளையாட்டுத் தனமாக குறும்பு செய்துவிட்டு செல்வார். காமெடி உணர்வு அவருக்குள் இயல்பாகவே இருக்கிறது. என்னைக் கேட்டால் அவர் அரசியலுக்கு வராமல் இருப்பதே நல்லது. அவர் தொடர்ந்து தன் திறமையால் மக்களை மகிழ்விக்கட்டும்.
ஒரு ரசிகனாக அதையே நான் விரும்புகிறேன்’ என்றார்.
நிகழ்ச்சிக்கு வந்த பாலாவை சங்க தலைவர் எஸ்.கவிதா, செயலாளர் எம்.பி.ஆப்ரகாம் லிங்கன், பொருளாளர் டி.ஜே. நவநீத கிருஷ்ணன் ஆகியோர் வரவேற்று நினைவு பரிசு வழங்கி கௌரவித்தனர்