Al-Islam.org - Secularism https://www.al-islam.org/tags/secularism en Shi'i Spirituality: The Psychological Disconnect Of Living In A Secular Society https://www.al-islam.org/media/shii-spirituality-psychological-disconnect-living-secular-society <div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-hidden"><div class="field-items"><div class="field-item even" rel="so:keywords"><a href="/tags/western-society" typeof="skos:Concept" property="rdfs:label skos:prefLabel">Western Society</a></div><div class="field-item odd" rel="so:keywords"><a href="/tags/secularism" typeof="skos:Concept" property="rdfs:label skos:prefLabel">Secularism</a></div><div class="field-item even" rel="so:keywords"><a href="/tags/spirituality" typeof="skos:Concept" property="rdfs:label skos:prefLabel">Spirituality</a></div></div></div><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="so:description"></div></div></div><div class="media-author-data-data"> <div class="media-author-data-data"> <a class="remove-link-dec" href="/person/rebecca-masterton"> <img class="term-person-img-style term-thumbnail-sm" src="https://www.al-islam.org/sites/default/files/styles/thumbnail/public/tag-images/1-rebecca_masterton-98.jpg?itok=ROe_WfoY" /> <span class="media-author-data-name">Rebecca Masterton</span> </a> </div></div><div class="field field-name-field-places field-type-text field-label-inline clearfix"><div class="field-label">Place(s):&nbsp;</div><div class="field-items"><div class="field-item even" property="so:locationCreated"></div></div></div><div class="field field-name-field-date field-type-text field-label-inline clearfix"><div class="field-label">Date:&nbsp;</div><div class="field-items"><div class="field-item even"></div></div></div><div class="field field-name-field-type-of-media field-type-list-text field-label-above"><div class="field-label">Type of media:&nbsp;</div><div class="field-items"><div class="field-item even">Video</div></div></div><div class="field field-name-field-video-source field-type-list-text field-label-above"><div class="field-label">Video Source:&nbsp;</div><div class="field-items"><div class="field-item even">YouTube</div></div></div><div class="field field-name-field-video-url field-type-text field-label-above"><div class="field-label">Video Url:&nbsp;</div><div class="field-items"><div class="field-item even">https://www.youtube.com/watch?v=d-NEzSi086I</div></div></div><div class="field field-name-field-play-via-swarmify field-type-list-boolean field-label-above"><div class="field-label">Play via swarmify:&nbsp;</div><div class="field-items"><div class="field-item even"></div></div></div><div class="field field-name-field-thumbnail field-type-image field-label-above"><div class="field-label">Thumbnail:&nbsp;</div><div class="field-items"><div class="field-item even"><img typeof="foaf:Image" class="img-responsive" src="https://www.al-islam.org/sites/default/files/d-NEzSi086I.jpg" width="1280" height="720" /></div></div></div><div class="field field-name-field-video-id field-type-text field-label-above"><div class="field-label">Video Id:&nbsp;</div><div class="field-items"><div class="field-item even">d-NEzSi086I</div></div></div><div class="field field-name-field-transcript field-type-text-long field-label-above"><div class="field-label">Transcript:&nbsp;</div><div class="field-items"><div class="field-item even"></div></div></div><div class="field field-name-field-length field-type-text field-label-above"><div class="field-label">Length:&nbsp;</div><div class="field-items"><div class="field-item even">12 mins</div></div></div><ul class="links list-inline"><li class="addtoany first last"><span><span class="a2a_kit a2a_kit_size_33 a2a_target addtoany_list" id="da2a_1"> <a class="a2a_button_facebook" href="#" onclick = "fb_count_insert()" ><span class="image_share_facebook"></span></a><a class="a2a_button_twitter" href="#" onclick = "tw_count_insert()"><span class="image_share_twitter"></span></a><a class="a2a_button_whatsapp" href="https://www.addtoany.com/share" onclick = "wp_count_insert()"><span class="image_share_whatsapp"></a><a class="a2a_dd" href="https://www.addtoany.com/share" onclick = "ot_count_insert()"><span class="image_share_plus"></span></a> <div class="nc_tweetContainer total_shares total_sharesalt"> <span class="swp_count "> <span class="swp_label" >SHARES</span></span></div> </span> <script type="text/javascript"> <!--//--><![CDATA[//><!-- if(window.da2a)da2a.script_load(); //--><!]]> </script> <script> var divsToHide = document.getElementsByClassName('swp_count'); for(var i = 0; i < divsToHide.length; i++){ divsToHide[i].style.visibility = 'hidden'; // or divsToHide[i].style.display = 'none'; // depending on what you're doing } function fb_count_insert() { var currentPageUrl = window.location.href; // Increment the Counter in the social_share_counter table for Facebook. jQuery.ajax({ type: 'POST', url: 'inc-fb', // Replace with the actual URL of your script. data: { social_media_type: 'facebook', current_page_url: currentPageUrl, // Pass the current page URL. }, success: function(response) { // Update the share count on the page with the new value from the server. var newCount = parseInt(response); if (!isNaN(newCount)) { document.querySelector('.swp_count').innerText = newCount + ' SHARES'; } } }); } function tw_count_insert() { var currentPageUrl = window.location.href; // Increment the Counter in the social_share_counter table for Facebook. jQuery.ajax({ type: 'POST', url: 'inc-fb', // Replace with the actual URL of your script. data: { social_media_type: 'twitter', current_page_url: currentPageUrl, // Pass the current page URL. }, success: function(response) { // Update the share count on the page with the new value from the server. var newCount = parseInt(response); } }); } function wp_count_insert() { var currentPageUrl = window.location.href; // Increment the Counter in the social_share_counter table for Facebook. jQuery.ajax({ type: 'POST', url: 'inc-fb', // Replace with the actual URL of your script. data: { social_media_type: 'whatsapp', current_page_url: currentPageUrl, // Pass the current page URL. }, success: function(response) { // Update the share count on the page with the new value from the server. var newCount = parseInt(response); if (!isNaN(newCount)) { document.querySelector('.swp_count').innerText = newCount + ' SHARES'; } } }); } function ot_count_insert() { var currentPageUrl = window.location.href; // Increment the Counter in the social_share_counter table for Facebook. jQuery.ajax({ type: 'POST', url: 'inc-fb', // Replace with the actual URL of your script. data: { social_media_type: 'others', current_page_url: currentPageUrl, // Pass the current page URL. }, success: function(response) { // Update the share count on the page with the new value from the server. var newCount = parseInt(response); if (!isNaN(newCount)) { document.querySelector('.swp_count').innerText = newCount + ' SHARES'; } } }); } </script></span></li> </ul> Tue, 07 Nov 2023 10:09:04 +0000 Zeinab Donati 167106 at https://www.al-islam.org https://www.al-islam.org/media/shii-spirituality-psychological-disconnect-living-secular-society#comments Contemporary Issues in Islamic Thought - Part 2 https://www.al-islam.org/media/contemporary-issues-islamic-thought-part-2 <div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-hidden"><div class="field-items"><div class="field-item even" rel="so:keywords"><a href="/tags/secularism" typeof="skos:Concept" property="rdfs:label skos:prefLabel">Secularism</a></div></div></div><div class="field field-name-field-media-upload field-type-file field-label-hidden clearfix"><div class="field-items"><div class="field-item even"><div id="file-9892" class="file file-video file-video-vimeo"> <h2 class="element-invisible"><a href="/file/contemporary-issues-islamic-thought-lesson-two-28-secularism-sheikh-dr-shomali-2007">Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007</a></h2> <div class="content"> <div id="file-9892--2" class="file file-video file-video-vimeo"> <h2 class="element-invisible"><a href="/file/contemporary-issues-islamic-thought-lesson-two-28-secularism-sheikh-dr-shomali-2007">Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007</a></h2> <div class="content"> <div id="file-9892--3" class="file file-video file-video-vimeo"> <h2 class="element-invisible"><a href="/file/contemporary-issues-islamic-thought-lesson-two-28-secularism-sheikh-dr-shomali-2007">Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007</a></h2> <div class="content"> <div id="file-9892--4" class="file file-video file-video-vimeo"> <h2 class="element-invisible"><a href="/file/contemporary-issues-islamic-thought-lesson-two-28-secularism-sheikh-dr-shomali-2007">Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007</a></h2> <div class="content"> <div id="file-9892--5" class="file file-video file-video-vimeo"> <h2 class="element-invisible"><a href="/file/contemporary-issues-islamic-thought-lesson-two-28-secularism-sheikh-dr-shomali-2007">Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007</a></h2> <div class="content"> <div id="file-9892--6" class="file file-video file-video-vimeo"> <h2 class="element-invisible"><a href="/file/contemporary-issues-islamic-thought-lesson-two-28-secularism-sheikh-dr-shomali-2007">Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007</a></h2> <div class="content"> <div id="file-9892--7" class="file file-video file-video-vimeo"> <h2 class="element-invisible"><a href="/file/contemporary-issues-islamic-thought-lesson-two-28-secularism-sheikh-dr-shomali-2007">Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007</a></h2> <div class="content"> <div id="file-9892--8" class="file file-video file-video-vimeo"> <h2 class="element-invisible"><a href="/file/contemporary-issues-islamic-thought-lesson-two-28-secularism-sheikh-dr-shomali-2007">Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007</a></h2> <div class="content"> <div id="file-9892--9" class="file file-video file-video-vimeo"> <h2 class="element-invisible"><a href="/file/contemporary-issues-islamic-thought-lesson-two-28-secularism-sheikh-dr-shomali-2007">Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007</a></h2> <div class="content"> <div id="file-9892--10" class="file file-video file-video-vimeo"> <h2 class="element-invisible"><a href="/file/contemporary-issues-islamic-thought-lesson-two-28-secularism-sheikh-dr-shomali-2007">Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007</a></h2> <div class="content"> <div id="file-9892--11" class="file file-video file-video-vimeo"> <h2 class="element-invisible"><a href="/file/contemporary-issues-islamic-thought-lesson-two-28-secularism-sheikh-dr-shomali-2007">Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007</a></h2> <div class="content"> <div id="file-9892--12" class="file file-video file-video-vimeo"> <h2 class="element-invisible"><a href="/file/contemporary-issues-islamic-thought-lesson-two-28-secularism-sheikh-dr-shomali-2007">Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007</a></h2> <div class="content"> <div id="file-9892--13" class="file file-video file-video-vimeo"> <h2 class="element-invisible"><a href="/file/contemporary-issues-islamic-thought-lesson-two-28-secularism-sheikh-dr-shomali-2007">Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007</a></h2> <div class="content"> <div id="file-9892--14" class="file file-video file-video-vimeo"> <h2 class="element-invisible"><a href="/file/contemporary-issues-islamic-thought-lesson-two-28-secularism-sheikh-dr-shomali-2007">Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007</a></h2> <div class="content"> <div id="file-9892--15" class="file file-video file-video-vimeo"> <h2 class="element-invisible"><a href="/file/contemporary-issues-islamic-thought-lesson-two-28-secularism-sheikh-dr-shomali-2007">Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007</a></h2> <div class="content"> <div id="file-9892--16" class="file file-video file-video-vimeo"> <h2 class="element-invisible"><a href="/file/contemporary-issues-islamic-thought-lesson-two-28-secularism-sheikh-dr-shomali-2007">Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007</a></h2> <div class="content"> <div id="file-9892--17" class="file file-video file-video-vimeo"> <h2 class="element-invisible"><a href="/file/contemporary-issues-islamic-thought-lesson-two-28-secularism-sheikh-dr-shomali-2007">Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007</a></h2> <div class="content"> <div id="file-9892--18" class="file file-video file-video-vimeo"> <h2 class="element-invisible"><a href="/file/contemporary-issues-islamic-thought-lesson-two-28-secularism-sheikh-dr-shomali-2007">Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007</a></h2> <div class="content"> <div id="file-9892--19" class="file file-video file-video-vimeo"> <h2 class="element-invisible"><a href="/file/contemporary-issues-islamic-thought-lesson-two-28-secularism-sheikh-dr-shomali-2007">Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007</a></h2> <div class="content"> <div id="file-9892--20" class="file file-video file-video-vimeo"> <h2 class="element-invisible"><a href="/file/contemporary-issues-islamic-thought-lesson-two-28-secularism-sheikh-dr-shomali-2007">Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007</a></h2> <div class="content"> <div id="file-9892--21" class="file file-video file-video-vimeo"> <h2 class="element-invisible"><a href="/file/contemporary-issues-islamic-thought-lesson-two-28-secularism-sheikh-dr-shomali-2007">Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007</a></h2> <div class="content"> <div class="embed-responsive embed-responsive-16by9 media-vimeo-video media-vimeo-1"> <iframe class="media-vimeo-player" width="640" height="360" title="Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007" src="//player.vimeo.com/video/150196162?color=" frameborder="0" allowfullscreen>Video of Contemporary Issues in Islamic Thought, Lesson Two (2/8)_ Secularism, Sheikh Dr Shomali, 2007</iframe> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div></div></div><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="so:description"><p>In this lecture, Sheikh talks about Secularism.</p> </div></div></div><div class="media-author-data-data"> <div class="media-author-data-data"> <a class="remove-link-dec" href="/person/mohammad-ali-shomali"> <img class="term-person-img-style term-thumbnail-sm" src="https://www.al-islam.org/sites/default/files/styles/thumbnail/public/persons/mohammad_ali_shomali.jpg?itok=o8MAKyNJ" /> <span class="media-author-data-name">Mohammad Ali Shomali</span> </a> </div></div><div class="field field-name-field-places field-type-text field-label-inline clearfix"><div class="field-label">Place(s):&nbsp;</div><div class="field-items"><div class="field-item even" property="so:locationCreated">Islamic Centre of England, London, UK</div></div></div><div class="field field-name-field-date field-type-text field-label-inline clearfix"><div class="field-label">Date:&nbsp;</div><div class="field-items"><div class="field-item even">2007</div></div></div><div class="field field-name-field-type-of-media field-type-list-text field-label-above"><div class="field-label">Type of media:&nbsp;</div><div class="field-items"><div class="field-item even">Video</div></div></div><div class="field field-name-field-video-source field-type-list-text field-label-above"><div class="field-label">Video Source:&nbsp;</div><div class="field-items"><div class="field-item even">Vimeo</div></div></div><div class="field field-name-field-video-url field-type-text field-label-above"><div class="field-label">Video Url:&nbsp;</div><div class="field-items"><div class="field-item even">https://vimeo.com/150196162</div></div></div><div class="field field-name-field-play-via-swarmify field-type-list-boolean field-label-above"><div class="field-label">Play via swarmify:&nbsp;</div><div class="field-items"><div class="field-item even"></div></div></div><div class="field field-name-field-thumbnail field-type-image field-label-above"><div class="field-label">Thumbnail:&nbsp;</div><div class="field-items"><div class="field-item even"><img typeof="foaf:Image" class="img-responsive" src="https://www.al-islam.org/sites/default/files/150196162.jpg" width="640" height="480" /></div></div></div><div class="field field-name-field-video-id field-type-text field-label-above"><div class="field-label">Video Id:&nbsp;</div><div class="field-items"><div class="field-item even">150196162</div></div></div><ul class="links list-inline"><li class="addtoany first last"><span><span class="a2a_kit a2a_kit_size_33 a2a_target addtoany_list" id="da2a_2"> <a class="a2a_button_facebook" href="#" onclick = "fb_count_insert()" ><span class="image_share_facebook"></span></a><a class="a2a_button_twitter" href="#" onclick = "tw_count_insert()"><span class="image_share_twitter"></span></a><a class="a2a_button_whatsapp" href="https://www.addtoany.com/share" onclick = "wp_count_insert()"><span class="image_share_whatsapp"></a><a class="a2a_dd" href="https://www.addtoany.com/share" onclick = "ot_count_insert()"><span class="image_share_plus"></span></a> <div class="nc_tweetContainer total_shares total_sharesalt"> <span class="swp_count "> <span class="swp_label" >SHARES</span></span></div> </span> <script> var divsToHide = document.getElementsByClassName('swp_count'); for(var i = 0; i < divsToHide.length; i++){ divsToHide[i].style.visibility = 'hidden'; // or divsToHide[i].style.display = 'none'; // depending on what you're doing } function fb_count_insert() { var currentPageUrl = window.location.href; // Increment the Counter in the social_share_counter table for Facebook. jQuery.ajax({ type: 'POST', url: 'inc-fb', // Replace with the actual URL of your script. data: { social_media_type: 'facebook', current_page_url: currentPageUrl, // Pass the current page URL. }, success: function(response) { // Update the share count on the page with the new value from the server. var newCount = parseInt(response); if (!isNaN(newCount)) { document.querySelector('.swp_count').innerText = newCount + ' SHARES'; } } }); } function tw_count_insert() { var currentPageUrl = window.location.href; // Increment the Counter in the social_share_counter table for Facebook. jQuery.ajax({ type: 'POST', url: 'inc-fb', // Replace with the actual URL of your script. data: { social_media_type: 'twitter', current_page_url: currentPageUrl, // Pass the current page URL. }, success: function(response) { // Update the share count on the page with the new value from the server. var newCount = parseInt(response); } }); } function wp_count_insert() { var currentPageUrl = window.location.href; // Increment the Counter in the social_share_counter table for Facebook. jQuery.ajax({ type: 'POST', url: 'inc-fb', // Replace with the actual URL of your script. data: { social_media_type: 'whatsapp', current_page_url: currentPageUrl, // Pass the current page URL. }, success: function(response) { // Update the share count on the page with the new value from the server. var newCount = parseInt(response); if (!isNaN(newCount)) { document.querySelector('.swp_count').innerText = newCount + ' SHARES'; } } }); } function ot_count_insert() { var currentPageUrl = window.location.href; // Increment the Counter in the social_share_counter table for Facebook. jQuery.ajax({ type: 'POST', url: 'inc-fb', // Replace with the actual URL of your script. data: { social_media_type: 'others', current_page_url: currentPageUrl, // Pass the current page URL. }, success: function(response) { // Update the share count on the page with the new value from the server. var newCount = parseInt(response); if (!isNaN(newCount)) { document.querySelector('.swp_count').innerText = newCount + ' SHARES'; } } }); } </script></span></li> </ul> Mon, 11 Jan 2016 21:31:45 +0000 amnaali 40626 at https://www.al-islam.org https://www.al-islam.org/media/contemporary-issues-islamic-thought-part-2#comments