Label Posts

Website bawlna

AD (728x90)

  • 2793 Pine St

    2793 Pine St

    Nulla facilisi. Cras blandit elit sit amet eros sodales, non accumsan neque mollis. Nullam tempor sapien tellus, sit amet posuere ante porta quis. Nunc semper leo diam, vitae imperdiet mauris suscipit et. Maecenas ut neque lectus. Duis et ipsum nec felis elementum pulvi...

  • 1100 Broderick St

    1100 Broderick St

    Nulla facilisi. Phasellus ac enim elit. Cras at lobortis dui. Nunc consequat erat lacus, a volutpat nisi sodales vitae. Phasellus pharetra at nulla in egestas. Vestibulum sit amet tortor sit amet diam placerat tincidunt sit amet eget lorem. Phasellus ...

  • 868 Turk St

    868 Turk St

    Nulla facilisi. Phasellus ac enim elit. Cras at lobortis dui. Nunc consequat erat lacus, a volutpat nisi sodales vitae. Phasellus pharetra at nulla in egestas. Vestibulum sit amet tortor sit amet diam placerat tincidunt sit amet eget lorem. Phasellus posuere posuere fel...

  • 420 Fell St

    420 Fell St

    Sed at vehicula magna, sed vulputate ipsum. Maecenas fringilla, leo et auctor consequat, lacus nulla iaculis eros, at ultrices erat libero quis ante. Praesent in neque est. Cras quis ultricies nisi, vitae laoreet nisi. Nunc a orci at velit sodales mollis ac ac ipsum. Na...

Thursday, September 29, 2016

Banghangin Martin Luther in Pope maanlo hi cimawk?

Banghangin Martin Luther in Pope maanlo hi cimawk?
Banghangin RC(pope) pen Pasian langpangpa hiam cih leh 1. Amah leh amah a khial theilo (infallable) Pasian tanga dingpa in kigen. 2. Mi mawhnapen amai sak thei pen Pasian bek hi na pin aman mimawhna maisak banah asi sa te na ngawn ading thungetsak 3. mawhmai sakna letmat zuak in a mawh khempeuh mai hi ci 4. Thukham laih hun leh nite laih (Dan 7:25) 5. Mi siangthote that 6. Sunday tanna a pan pa lai siangtho ah omlo a tua man in Sunday tang pawlpi khempeuh te phungpi, Dawi Mangpa tenna Inn mialpi pen Vantican ahi hi. 7. Pasian Langpang pa pen tutang sagih pan a po ci hi, Vantican pen Rome gam sagih pan a ding khia ahi hi. 8. Gam thum bot khia ding hi ci (Rome gam 10 lak ah thum bot khia hi) Tua man in Rome gampen gam 7 bek pha hi. 9. Kum 1260 sung Anna nei ding hi ci ( Akipatna pen Catholic Emperor Justinian ukpen 538 in kipan a atawpna pen 1798 ciangin General Bethier in Pope Pius XI na pen thong ah ong koih leh si a tuapan a Anna uh bei hi. Tua kikal pen 1260 cing hi. Adang tampi om lai na sim beh nop leh http://www.remnantofgod.org/666-char.htm

Monday, September 26, 2016

Embedding google docs or google plus photo slideshow on your Blog














how to remove quick edit in your blog

.quickedit{
display:none;
}




Saturday, September 24, 2016

page thuah dan

How to Install the Code: The first thing you need to do is make sure you have jQuery installed in your template. The easiest wsy to do that is to go to your template HTML and search for "jquery.min.js" if you don't find it, you need to paste: right before in your template. Depending on how frequently you plan on splitting up posts, you can either add this code to the template of your blog and whenever you write a post you just need to add the content *OR* if it is just a one-off type of thing, you can add the full code to the post itself. Here is how you add the ENTIRE code to your post itself. Open a new post, compose it (get it formatted and beautiful) and then switch over to HTML and paste this at the top.
Add content here
1 2 3




How to Install the Code: The first thing you need to do is make sure you have jQuery installed in your template. The easiest wsy to do that is to go to your template HTML and search for "jquery.min.js"

if you don't find it, you need to paste:

<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
right before </head> in your template.


Depending on how frequently you plan on splitting up posts, you can either add this code to the template of your blog and whenever you write a post you just need to add the content *OR* if it is just a one-off type of thing, you can add the full code to the post itself.

Here is how you add the ENTIRE code to your post itself.

Open a new post, compose it (get it formatted and beautiful) and then switch over to HTML and paste this at the top. 

<style>     .post-pagination {         margin: 20px auto;         text-align: center;         width: 100%;     }     .button_1, .button_2, .button_3 {         border: 2px solid #f4655f;         font-weight: 900;         padding: 6px 36px;         color:#f4655f;         transition:ease 0.69s !important;     }     .button_1:hover, .button_2:hover, .button_3:hover {         background: none repeat scroll 0 0 #f4655f;         color: #fff;         text-decoration: none;     }     </style>     <script type="text/javascript">     jQuery(document).ready(function(){     jQuery('.button_1').click(function(){     jQuery('.content_1').fadeIn('slow');       jQuery('.content_2').fadeOut('fast');     jQuery('.content_3').fadeOut('fast');     jQuery(this).css('background','#F4655F');     jQuery(this).css('color','#fff');     jQuery('.button_2').css('background','#fff');     jQuery('.button_2').css('color','#F4655F');     jQuery('.button_3').css('background','#fff');     jQuery('.button_3').css('color','#F4655F');     return false;     });     jQuery('.button_2').click(function(){     jQuery('.content_1').fadeOut('fast');       jQuery('.content_2').fadeIn('slow');     jQuery('.content_3').fadeOut('fast');     jQuery(this).css('background','#F4655F');     jQuery(this).css('color','#fff');     jQuery('.button_1').css('background','#fff');     jQuery('.button_1').css('color','#F4655F');     jQuery('.button_3').css('background','#fff');     jQuery('.button_3').css('color','#F4655F');     return false;     });     jQuery('.button_3').click(function(){     jQuery('.content_1').fadeOut('fast');       jQuery('.content_2').fadeOut('fast');     jQuery('.content_3').fadeIn('slow');     jQuery(this).css('background','#F4655F');     jQuery(this).css('color','#fff');     jQuery('.button_1').css('background','#fff');     jQuery('.button_1').css('color','#F4655F');     jQuery('.button_2').css('background','#fff');     jQuery('.button_2').css('color','#F4655F');     return false;     });     });     </script>     <div class="content_1">     Add content here     </div>     <div class="content_2" style="display: none;">     Add content here     </div>     <div class="content_3" style="display: none;">     Add content here     </div>     <div class="post-pagination">     <a class="button_1" href="#">1</a>     <a class="button_2" href="#">2</a>     <a class="button_3" href="#">3</a>     </div>

Sunday, September 18, 2016

limitation of blogger

Blogger is free, so it has some limits but most of us will never reach those limits. Check below list for limits:
  • Number of Blogs: maximum is 100 blogs for each account.
  • Number of Team Members: maximum is 100 members for each blog.
  • Number of Labels: maximum 2000 / 1 blog and 20 / 1 post.
  • Size of Pages: maximum 1 MB HTML code.
  • Size of Image: maximum 250K per image (limits for mobile only, unlimited with desktop)
  • Size of Image Hosting: maximum 1GB per account, but can increase when you link Blogger with G+.
  • Blog Description Length: maximum 500 characters, raw text, not HTML.
  • “About Me” Description Length: Maximum 1200 characters
  • “Profile Interests and Favorites” Length: 2000 characters each field.
Have no any limit for Number of Posts / Pages / Comments. Also have no limit for Number of Image, you just upload any images until you reach the size of Image Hosting. There is no limit for size of post too.
Even if you reach the limits, Google still has option for you to pay to get premium service which allow you do almost thing unlimited.
So I think that limitation is nothing, the thing you need to worry about is limits of your ideas for blog content.

Saturday, September 17, 2016

label bawlna

http://sneeit.com/2014/05/blogger-random-recent-specific-label-posts-widget-all-in-one-post-feed-widget.html

Friday, September 9, 2016

How To Put Your Blogger Labels And Archive Within A Scroll Box



Step 1. - In Your (New Design) Blogger Dashboard Click The Drop Down Menu For Your Blog > Choose Customize > Advanced > Add Css, as shown in the video below.
Step 2. Copy and Paste the following code into the Css Section then click Apply To Blog.
(Sometimes the Apply To Blog button can not be clicked.If so click just after the code you added and press space then apply.)

Code For Labels :
#Label1 .widget-content{height:200px; width:auto;overflow:auto;}

Code For Archive :
#BlogArchive1 .widget-content{height:200px; width:auto;overflow:auto;}



OK that's it two neat Blogger tricks, Drop your comments and questions below.

Allow mobile touch screen





I had just finished a design job on a Blogger blogwhen we came across a problem I had not encountered before.While checking how the blog looked on mobile devices such as the iPad, I found I could not use Pinch To Zoom.I'm sure you will all have used some form of a touch screen mobile device with pinch to zoom so now how important it is.

I had believed all sites automatically allowed pinch to zoom on mobile so I needed to find a way to fix the problem.

The solution I came up with was a meta tag I could add to the template that would :

1. First Set the blogs default size on Mobile devices : initial-scale=1.0

2. Second specify that Mobile users could zoom : user-scalable=yes'

3. Third set the minimum and maximum scale : maximum-scale=12.0, minimum-scale=.25,

With this meta tag added to the blog we then had no problem using pinch to zoom on the iPad and Android tablets.With such a high percentage of Internet users using mobile devices I would recommend checking your blog has pinch to zoom enabled.If not here is how you can add our meta tag.

Allow Pinch To Zoom On Your Blog


Step 1. In Your (New Design) Blogger Dashboard Click The Drop Down Menu For Your Blog > Choose Template > Then Edit Html > Now Proceed as shown in the video Below :

Step 2. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code - How To Find Code In Blogger Template Template
</head>

Step 3. Now Copy And Paste This Code Directly Above / Before </head>

<meta content='width=device-width, initial-scale=1.0, maximum-scale=12.0, minimum-scale=.25, user-scalable=yes' name='viewport'/>

That's the solution I came up with to allow Pinch to Zoom on the blog.

Drop your comments and questions below and don't forget it helps us if you share the post on your social networks.

AuthorAuthor - Paul Crowe is the owner and main author of Spice Up Your Blog.Paul lives in Ireland, has been blogging since 2006 and writing Spice Up Your Blog since 2009.You can find him in the usual social networks.

Monday, September 5, 2016

how to screenshot on window 10

© 2013 khenno. All rights resevered. Designed by