Peppers TV Pongal Event Stills & News
"
},
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_86340', 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);
Peppers TV Pongal Event Stills
');
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
பெப்பர்ஸ் தொலைக்காட்சியின் பொங்கல் கொண்டாட்டம்
பெப்பர்ஸ் டிவியில் பொங்கலன்று காலை 8:30 மணிக்கு பிரபல ஜோதிடர் பண்டிட். காழியூர் நாராயணன் கொண்டாடும் ‘உழவர் திருநாள்’ . இதில் உழவர் முக்கியத்துவத்தையும் ,பொங்கல் திருநாள் எப்படி வந்தது ,விவசாயிகள் எப்படி கொண்டாட வேண்டும் என்பதை விளக்குகிறார் .
காலை 9:30 மணிக்கு தேசிய பேரிடர் மேலாண்மை ஆணையம் (National disaster management authority) பிரதமர் மோடியின் நேரடி நியமிப்பில் ஆலோசகராக திகழும் திருப்புகழ் (I.A.S)அவர்களின் மனதை கவர்ந்த புத்தகங்கள் பற்றி ‘படித்தேன் ரசித்தேன்’ நிகழ்ச்சியில் விளக்குகிறார் .
காலை 10:00 மணிக்கு வித விதமான சமையல் வகையில் நேயர்கள் வரவேற்பை பெற்ற சமையல் கலைஞர் சசி செழியனின் ‘பாரம்பரிய பொங்கல்’ .அந்த காலத்தில் வைக்கப்பட்ட பொங்கலின் சிறப்பையும் ,எப்படி கொண்டாடினர் ,அதன் மருத்துவ குணத்தையும் ,வாழ்க்கையோடு எப்படி பிணையப்பட்டது என்பதை விளக்குகிறார் .
காலை 10:30 மணிக்கு பிரபல கானா பாடகர்கள் பாடும் ‘பொங்கல் கானா’ போன்ற நிகழ்ச்சிகள் ஒளிபரப்பாகிறது .
பெப்பர்ஸ் தொலைக்காட்சியின் மாட்டு பொங்கல் கொண்டாட்டம்
காலை 9:00 மணிக்கு பிரபல சினிமா பாடலாசிரியர் ,பட்டிமன்ற பேச்சாளருமான நெல்லை ஜெயந்தா ‘பொங்கலும் ,தமிழும்’ என்ற தலைப்பில் தமிழ் கலாச்சாரத்திற்கும் ,பொங்கலுக்கும் உள்ள ஒற்றுமையை பற்றி பேசியுள்ளார் .
காலை 10:00 மணிக்கு ‘என் ஜாக்பாட்’ எனும் நிகழ்ச்சியில் குலேபாகவலி, ஜாக்பாட் இயக்குனர் கல்யாண் தன் முதல் திரைப்படம் ,சினிமா பயணம் ,கடந்து வந்த பாதை, பிரபு தேவாவின் நட்பு மற்றும் அடுத்த படத்தின் பயணம் பற்றியும் மனம் திறந்து பேசும் நிகழ்ச்சி ஒளிபரப்பாகும். இந்நிகழ்ச்சியை ஐஸ்வர்யா தொகுத்து வழங்குகிறார் .