Jésus Victoire

Who is reading this blog Jesus bless you

உன்னைக் காக்கும் தேவன் தூங்குவதுமில்லை, அயர்வதுமில்லை. இந்த வலைப்பூவை வாசித்து கொண்டிருப்பவரை கத்தர் இயேசு நிறைவாக ஆசிர்வதிப்பாராக.யோசனையில் பெரியவரே ஆராதனை ஆராதனை செயல்களிலே வல்லவரே ஆராதனை ஆராதனை ஓசன்னா உன்னத தேவனே ஓசன்னா ஓசன்னா ஓசன்னா 1. கண்மணி போல் காப்பவரே ஆராதனை ஆராதனை கழுகு போல் சுமப்பவரே ஆராதனை ஆராதனை 2. சிலுவையினால் மீட்டவரே ஆராதனை ஆராதனை சிறகுகளால் மூடுபவரே ஆராதனை ஆராதனை 3. வழி நடத்தும் விண்மீனே ஆராதனை ஆராதனை ஒளி வீசும் விடிவெள்ளியே ஆராதனை ஆராதனை 4. தேடி என்னை காண்பவரே ஆராதனை ஆராதனை தினந்தோறும் தேற்றுபவரே ஆராதனை ஆராதனை 5. பரிசுத்தரே படைத்தவரே ஆராதனை ஆராதனை பாவங்களை மன்னித்தவரே ஆராதனை ஆராதனை 6. உறுதியான அடித்தளமே ஆராதனை ஆராதனை விலை உயர்ந்த மூலைக்கல்லே ஆராதனை ஆராதனை
Showing posts with label regularly. Show all posts

NA'OR LOGOS Ep - 13 (Season - 2)

Young  are trained to become  Army of God

Angel Tv Healing Love 2015

Angel Tv  Healing Love

How to import blog post blogger

How to import blog post blogger

MARVELOUS LIGHT

MARVELOUS LIGHT with PASTOR JOE SWEET.

THE DESTINY OF USA WITH PAS JOE SWEET & SADHU SUNDAR SELVARAJ

THE DESTINY OF USA WITH PAS JOE SWEET & SADHU SUNDAR SELVARAJ

California-July 17 2015-Standing in the Gap Fasting Prayer-Session 2


Standing in the Gap Fasting and Prayer - California
University of Redlands
Date: July 16-18, 2015
Session 2
Message by: Bro Mohan C Lazarus

California-July 17 2015-Standing in the Gap Fasting Prayer-Session 3

Standing in the Gap Fasting and Prayer - California
University of Redlands
Date: July 16-18, 2015
Session 3
Message by: Bro Mohan C Lazarus

California-July 17 2015-Standing in the Gap Fasting Prayer-Session 4

Standing in the Gap Fasting and Prayer - California
University of Redlands
Date: July 16-18, 2015
Session 4
Message by: Bro Mohan C Lazarus

California-July 17 2015-Standing in the Gap Fasting Prayer-Session 5-Sandhya

Standing in the Gap Fasting and Prayer - California
University of Redlands
Date: July 16-18, 2015

California-July 18 2015-Standing in the Gap Fasting Prayer-Session 7

Standing in the Gap Fasting and Prayer - California
University of Redlands
Date: July 16-18, 2015
Session 7

California-July 16 2015-Standing in the Gap Fasting Prayer-Session 1

Standing in the Gap Fasting and Prayer - California
University of Redlands
Date: July 16-18, 2015

California-July 17 2015-Standing in the Gap Fasting Prayer-Session 2

Standing in the Gap Fasting and Prayer - California
University of Redlands
Date: July 16-18, 2015
Session 2

California-July 18 2015-Standing in the Gap Fasting Prayer-Session 7

Standing in the Gap Fasting and Prayer - California
University of Redlands
Date: July 16-18, 2015
Session 7

California-July 17 2015-Standing in the Gap Fasting Prayer-Session 5-Sandhya

Standing in the Gap Fasting and Prayer - California
University of Redlands
Date: July 16-18, 2015

California-July 17 2015-Standing in the Gap Fasting Prayer-Session 4

Standing in the Gap Fasting and Prayer - California
University of Redlands
Date: July 16-18, 2015
Session 4
Message by: Bro Mohan C Lazarus

California-July 17 2015-Standing in the Gap Fasting Prayer-Session 3

Standing in the Gap Fasting and Prayer - California
University of Redlands
Date: July 16-18, 2015

California-July 16 2015-Standing in the Gap Fasting Prayer-Session 1

Standing in the Gap Fasting and Prayer - California
University of Redlands
Date: July 16-18, 2015

CREATE BLOGGER WEBSITE AND MAKE A DOMAIN CO VU FREE in English

How toChange Blogger from Redirecting Country Specific Domain

Login to Blogger account
 Click on Template > Edit Edit HTML

Click in the Coding rectangle box, and then click “Ctrl + F”. Now check with code <head>. Press Enter

Copy the redirection script given below. Now paste the Script after the <head>.

 <script type="text/javascript">
      var blog = document.location.hostname.split(".");
      if (blog[blog.length - 1] != "com") {
      var ncr = "http://" + blog[0] + ".blogspot.com/ncr";
      window.location.replace(ncr + document.location.pathname);    
      }
    </script>


 Click on “save template”. Now view the blogger

Blogger Multi -Colour Popular post Widget

First Add Popular post Widget to Blogger
Go to Layout -> Select "Add a Gadget" and take Popular Posts Widget from the Widget List appear.
Give Title of widget, select how the popular posts should be appeared(in Month,or Week or All time) and click Save
Go to Template -> Edit HTML, Find ( Ctrl + F ) ]]></b:skin>
Copy the following code and Paste just above it

<!-- Popular posts multi colored UI theme -->
#PopularPosts1 ul{margin:0;padding:5px 0;list-style-type:none}
#PopularPosts1 ul li{position:relative;margin:5px 0;border:0;padding:10px}
#PopularPosts1 ul li:first-child{background:#ff4c54;width:97%}
#PopularPosts1 ul li:first-child:after,
#PopularPosts1 ul li:first-child + li{background:#ff764c;width:87%}
#PopularPosts1 ul li:first-child + li:after,
#PopularPosts1 ul li:first-child + li + li{background:#ffde4c;width:84%}
#PopularPosts1 ul li:first-child + li + li:after,
#PopularPosts1 ul li:first-child + li + li + li{background:#c7f25f;width:81%}
#PopularPosts1 ul li:first-child + li + li + li:after,
#PopularPosts1 ul li:first-child + li + li + li + li{background:#33c9f7;width:78%}
#PopularPosts1 ul li:first-child + li + li + li + li:after,
#PopularPosts1 ul li:first-child + li + li + li + li +li{background:#7ee3c7;width:75%}
#PopularPosts1 ul li:first-child + li + li + li + li + li:after,
#PopularPosts1 ul li:first-child + li + li + li + li + li +li{background:#f6993d;width:72%}
#PopularPosts1 ul li:first-child + li + li + li + li + li + li:after,
#PopularPosts1 ul li:first-child + li + li + li + li + li + li +li{background:#f59095;width:69%}
#PopularPosts1 ul li:first-child + li + li + li + li + li + li + li:after,
#PopularPosts1 ul li:first-child + li + li + li + li + li + li + li +li{background:#c7f25f;width:66%}
#PopularPosts1 ul li:first-child + li + li + li + li + li + li + li + li:after,
#PopularPosts1 ul li:first-child:after,
#PopularPosts1 ul li:first-child + li:after,
#PopularPosts1 ul li:first-child + li + li:after,
#PopularPosts1 ul li:first-child + li + li + li:after,
#PopularPosts1 ul li:first-child + li + li + li + li:after,
#PopularPosts1 ul li:first-child + li + li + li + li + li:after,
#PopularPosts1 ul li:first-child + li + li + li + li + li + li:after,
#PopularPosts1 ul li:first-child + li + li + li + li + li + li + li:after,
#PopularPosts1 ul li:first-child + li + li + li + li + li + li + li + li:after{position:absolute;top:20px;right:-15px;border-radius:50%;background:#353535;width:30px;height:30px;text-align:center;font-size:28px;color:#fff}
#PopularPosts1 ul li .item-thumbnail{float:left;border:0;margin-right:10px;background:transparent;padding:0;width:70px;height:70px;}
#PopularPosts1 ul li a{font-size:13px;color:#444;text-decoration:none}
#PopularPosts1 ul li a:hover{color:#222;text-decoration:none}
#PopularPosts1 img{
-moz-border-radius: 130px;
-webkit-border-radius: 130px;
border-radius: 130px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
padding:4px;
border:1px solid #fff !important;
}
#PopularPosts1 img:hover {
border-radius: 0 0 0 0;
-moz-transform: scale(1.2) rotate(-711deg) ;
-webkit-transform: scale(1.2) rotate(-711deg) ;
-o-transform: scale(1.2) rotate(-711deg) ;
-ms-transform: scale(1.2) rotate(-711deg) ;
transform: scale(1.2) rotate(-711deg) ;
}
<!-- popular posts multicolored UI theme -->