Saturday, October 27, 2012

list of big companies in india

o

List of Big Companies in India

Airtel, Infosys, TCS among most sought-after employers in the world: LinkedIn - Six major Indian companies, including Bharti Airtel, Infosys and Tata Consultancy Services, have made the cut in list of 20 Most In Demand ...

List of Big Companies in India

Our Social Reader lets you keep track of your favorite NDTV content (text, photos & videos) on your Facebook Timeline, and discover new content with friends.

var zflag_nid = "767"; var zflag_cid = "153/47"; var zflag_sid = "0"; var zflag_width = "728"; var zflag_height = "90"; var zflag_sz = "14"; on error resume next a0=IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")) if(a0<=0)then a0=IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4")) on error resume next a0=IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")) if(a0<=0)then a0=IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4"))

(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=213741912058651"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); document.domain="ndtv.com"

Our Social Reader lets you keep track of your favorite NDTV content (text, photos & videos) on your Facebook Timeline, and discover new content with friends.

(function() { var e = document.createElement('script'); e.async = true; e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js'; document.getElementById('fb-root').appendChild(e); }()); function fb_toggle(id) { $('#' + id).toggle('slow'); } function save_user_settings(id) { // Save user settings (enable / disable auto post) var social_status = '0'; if ($('#'+id).attr('checked')) { social_status = '1'; } setCookie(cookie_user_settings, social_status, cookie_user_settings_expiry_min, cookie_user_settings_expiry_hour, cookie_user_settings_expiry_days, cookie_path, cookie_domain, false); } function fb_reader_popup() { $('').colorbox({ open:true, inline:true, title:false, href:'#inline_content', width:"500px", height:"340px", onClosed:function(){ $.colorbox.close() }, onLoad: function() { $('#cboxClose').remove(); $("#cboxTitle").remove(); $('#cboxWrapper').css('background', 'none'); $('#colorbox').css('background', 'none'); } }); } function fb_reader_info_popup() { $().colorbox({ open:true, inline:true, title:false, href: '#inline_info_content', width:"500px", height:"360px", onClosed:function(){ $.colorbox.close() }, onLoad: function() { $('#cboxClose').remove(); $('#cboxWrapper').css('background', 'none'); $('#colorbox').css('background', 'none'); } }); } function fb_reader_login(){ $.colorbox.close(); FB.login( function(response) { if (!response.authResponse) { fb_reader_cancelled(); } else { if (response.status === 'connected') { /*var uid = response.authResponse.userID; var accessToken = response.authResponse.accessToken;*/ fb_reader_bootstrap_init(); fb_reader_post_data(); } } }, {scope: 'email,publish_actions'} ); } function fb_reader_logout() { FB.logout(function(response) { $('#fb_reader_dynamic_msg').html(''); $('#fb_btn_login').css('display', 'block'); $('#fb_btn_loggedin').hide(); $('#fb_btn_loggedout').hide(); $('.fb_reader_get_started').css('display', 'block'); $('#fb_btn_remove').hide('slow'); }); } function check_fb_login_status() { var fb_login_status = false; FB.getLoginStatus(function(response) { if (response.status === 'connected') { fb_login_status = true; fb_reader_bootstrap_post_loader(); } else { fb_login_status = false; fb_reader_enable_onload_popup() } }); } function fb_reader_cancelled() { $.colorbox.close(); setCookie(cookie_user_cancelled, 1, cookie_user_cancelled_expiry_min, cookie_user_cancelled_expiry_hour, cookie_user_cancelled_expiry_days, cookie_path, cookie_domain, false); } function fb_reader_save_cookies(content_type, identifier) { var json_text = getCookie(cookie_user_history); var fb_reader_history = new Object(); if (!json_text) { fb_reader_history[content_type.toString()] = identifier; } else { var decoded_data = JSON.parse(json_text); var ids_val = decoded_data[content_type.toString()]; if (ids_val) { var ids = ids_val.split(','); if (ids.length == cookie_max_size) { ids.splice(0, cookie_remove_size); } } else { var ids = new Array(); } ids.push(identifier); ids = ids.toString(); fb_reader_history[content_type.toString()] = ids; } var json_text = JSON.stringify(fb_reader_history); setCookie(cookie_user_history, json_text, cookie_user_history_expiry_min, cookie_user_history_expiry_hour, cookie_user_history_expiry_days, cookie_path, cookie_domain, false); } function check_cookie_if_already_posted(content_type, identifier) { var json_text = getCookie(cookie_user_history); if (json_text) { var decoded_data = JSON.parse(json_text); var ids_val = decoded_data[content_type.toString()]; if (ids_val) { var ids = ids_val.split(','); for (var i=0; i
You are logged in as: ' + name + '
'); } }); } function fb_reader_bootstrap() { // code for load user settings var fb_reader_settings = getCookie(cookie_user_settings); if (fb_reader_settings != 0) {// By default enable auto post $('#ndtv_reader_status').attr('checked', true); save_user_settings('ndtv_reader_status'); } // Append to the parent div $('#loading_social_reader').remove(); $('#fb_reader_content').appendTo($('#fb_reader_container')); // Changes to FB reader strip check_fb_login_status() $('#fb_reader_content).css('display', 'block'); } function fb_reader_bootstrap_post_loader() { // If posted to FB if (!check_cookie_if_already_posted(fb_content_type, fb_identifier)) { setTimeout(function() { fb_reader_post_data(); }, 1000); } fb_reader_bootstrap_init(); } function fb_reader_bootstrap_init() { // Changes to FB reader strip fb_reader_display_profile_data(); $('#fb_btn_login').css('display', 'none'); $('#fb_btn_loggedin').show('slows'); $('#fb_btn_loggedout').show('slows'); $('.fb_reader_get_started').css('display', 'none'); //enable the delete button if (!check_cookie_if_fb_content_deleted(fb_identifier)) { $('#fb_btn_remove').show('slow'); } } function fb_reader_save_fb_content_id(identifier, fb_content_id) { var json_data = getCookie(cookie_user_posted); if(!json_data) { var fb_content_array = new Object(); fb_content_array[identifier.toString()] = fb_content_id; } else { var fb_content_array = JSON.parse(json_data); fb_content_array[identifier.toString()] = fb_content_id; } var json_text = JSON.stringify(fb_content_array); setCookie(cookie_user_posted, json_text, cookie_user_history_expiry_min, cookie_user_history_expiry_hour, cookie_user_history_expiry_days, cookie_path, cookie_domain, false); } function fb_reader_remove_fb_content(identifier) { var json_text = getCookie(cookie_user_posted); if (json_text) { var decoded_data = JSON.parse(json_text); var ids_val = decoded_data[identifier.toString()]; if (ids_val) { FB.api('/' + ids_val, 'delete', function(response) { if (!response || response.error) { } else { delete decoded_data[identifier.toString()]; var json_val = JSON.stringify(decoded_data); setCookie(cookie_user_posted, json_val, cookie_user_history_expiry_min, cookie_user_history_expiry_hour, cookie_user_history_expiry_days, cookie_path, cookie_domain, false); $('#fb_btn_remove').hide('slow'); fb_reader_display_message('2'); } }); } } } function check_cookie_if_fb_content_deleted(identifier) { var json_text = getCookie(cookie_user_posted); if (json_text) { var decoded_data = JSON.parse(json_text); var ids_val = decoded_data[identifier.toString()]; if (ids_val) { return false; } } return true; } function fb_reader_display_message(code) { var message = ''; var class_name = 'fb_reader_msg_green'; switch (code) { case '1': if(fb_content_type == 'article') { message = 'The article has been posted on your Facebook timeline'; } else if (fb_content_type == 'video') { message = 'The video has been posted on your Facebook timeline'; } else if (fb_content_type == 'photo') { message = 'The photo has been posted on your Facebook timeline'; } break; case '2': if(fb_content_type == 'article') { message = 'The article has been removed from your Facebook timeline'; } else if (fb_content_type == 'video') { message = 'The video has been removed from your Facebook timeline'; } else if (fb_content_type == 'photo') { message = 'The album has been removed from your Facebook timeline'; } class_name = 'fb_reader_msg_red'; break; case '3': if(fb_content_type == 'article') { message = 'Please activate your Facebook Timeline to share this article'; } else if (fb_content_type == 'video') { message = 'Please activate your Facebook Timeline to share this video'; } else if (fb_content_type == 'photo') { message = 'Please activate your Facebook Timeline to share this album'; } class_name = 'fb_reader_msg_orange'; break; default: message = 'There is some problem, please try after some time'; break; } $('#fb_reader_dynamic_msg').html('
' + message + '
'); setTimeout(function() { $("#fb_reader_message_box").remove(); fb_reader_display_profile_data(); }, 5000); } function fb_reader_enable_onload_popup() { var user_cancelled_popup = getCookie(cookie_user_cancelled); if (user_cancelled_popup != 1) { fb_reader_cancelled(); fb_reader_info_popup(); } } function fb_reader_post_data() { var user_settings = getCookie(cookie_user_settings); if (user_settings == 1 && !check_cookie_if_already_posted(fb_content_type, fb_identifier) && post_data_to_timeline == 1) { FB.api('/me/' + fb_app_action, 'post', { article : fb_reader_page_url }, function(response) { if (!response || response.error) { if (response.error.code == 100 && !getCookie(cookie_user_timeline_deactivated)) { fb_reader_display_message('3'); setCookie(cookie_user_timeline_deactivated, 1, cookie_user_cancelled_expiry_min, cookie_user_cancelled_expiry_hour, cookie_user_cancelled_expiry_days, cookie_path, cookie_domain, false); } //console.log('Some Error Occured ' + response.error); } else { //console.log('Facebook Timeline ID - ' + response.id); fb_reader_save_cookies(fb_content_type, fb_identifier); fb_reader_save_fb_content_id(fb_identifier, response.id); $('#fb_btn_remove').show('slow'); fb_reader_display_message('1'); } } ); } else { fb_reader_bootstrap_init(); } } // Onload window.fbAsyncInit = function() { FB.init({ appId : fb_reader_app_id, // App ID channelURL : '', // Channel File, not required so leave empty status : true, // check login status cookie : true, // enable cookies to allow the server to access the session oauth : true, // enable OAuth 2.0 xfbml : true // parse XFBML }); setTimeout("fb_reader_bootstrap()", 5000); $('.fb_reader_login_text').html('Find out what your friends are reading, log in with FB here'); //setTimeout("fb_reader_popup()", fb_reader_wait_time); // (Should appear only on first load and once in a week)

New Delhi: Six major Indian companies, including Bharti Airtel, Infosys and Tata Consultancy Services, have made the cut in list of 20 'Most In Demand Employers' compiled by professional network LinkedIn.

Rajat Gupta: The rise and the fall The India-born former Goldman director, was, on 24 Oct, sentenced to 2 years in prison. A pictorial journey of the titan's rise and fall.

10 richest Indians in 2012: Forbes India's economy may have slowed down. But the collective net worth of India's richest has jumped 3.7 per cent to $250 billion.

Vikram Pandit's journey at Citigroup Vikram Pandit resigned as Citigroup's CEO on October 16 after a five-year run. Here's a look at his stint.

Tata launches Safari Storme at Rs. 9.95 lakh The top-end version will set you back by Rs. 13.66 lakh. Tata plans to launch six new products in the next one year.

M&M drives SsangYong to India with Rexton The Rexton is priced at Rs. 17.67 lakh and is the first vehicle under the SsangYong banner to be launched in India.

Maruti Suzuki launches Alto 800 The Alto has been India's best-selling for eight straight years. Will the new avatar live up to the expectations?

The rise and rise of smartphones The market is swarming with new cellphone launches. We look at the rise of the smartphones and what this translates into in sheer numbers.

World's 10 most powerful brands Technology giant Apple has been ranked at the top by Forbes. At No. 2 is rival Microsoft, and global beverage giant Coca-Cola is third.

The most popular car launches in 2012 This year has seen almost every major car company launch new models, and buyers suddenly have a lot to choose from.

Indian-Americans on Forbes' US rich list The list includes Silicon Valley venture capitalist Vinod Khosla and founder of IT major Syntel, Bharat Desai.

Whatever your budget, there is an SUV for you As SUVs see a sudden boom, here's a collection of the most popular vehicles across all price ranges.

The unknown stories behind known logos Did you know Mercedes also has a four-point star logo it has never used? Some interesting insights into famous corporate logos.
 

No comments:

Post a Comment