Sunday, September 23, 2012

ျမန္မာ ဂ်ာနယ္မ်ား ေဒါင္းရန္

စာဖတ္၀ါသနာပါသူမ်ားအတြက္ ျမန္မာ ဂ်ာနယ္မ်ား ကို ေဒါင္းေလာ့ ရႏိုင္တဲ့ ဆိုဒ္ေလးတစ္ခုကို
လမ္းညြန္႔လိုက္ပါတယ္.... အေပၚမွာေဖာ္ျပထားတဲ့ ဂ်ာနယ္ ေတြကို အပတ္စဥ္Update ေတြကိုေဒါင္းေလာ့ ရယူႏိုင္ပါတယ္
ဒီေနရာေလးမွာ သြားေရာက္ ေဒါင္းယူႏိုင္တယ္

Labels:

Tuesday, August 28, 2012

Related Posts Widget For Blogger

1)  Design > Page Elements > Edit HTML > Expand Widget Templates ကိုသြားလိုက္ပါ။

2) </head> ဒီကုဒ္ေလးကို ရွာပါ...။

3)ေတြ႔ျပီဆိုရင္  </head> အေပၚမွာ ေအာက္မွာေပးထားတဲ့ ကုဒ္ေလးေတြကို ထည့္လိုက္ပါ။


<!--Related Post Widget Starts-->
<style> #related-posts { float : left; width : 480px; margin-top:20px; margin-left : 5px; margin-bottom:20px; font : 11px Verdana; font-weight: bold; margin-bottom:10px; } #related-posts .widget { list-style-type : none; margin : 5px 0 5px 0; padding : 0; } #related-posts .widget h2, #related-posts h2 { font-size : 20px; font-weight: bold; margin : 5px 7px 0; padding : 0 0 5px; } #related-posts a { text-decoration : none; } #related-posts a:hover { text-decoration : none; } #related-posts ul { border : medium none; margin : 10px; padding : 0; } #related-posts ul li { display : block; background : url(&quot;http://www.webaholic.co.in/other/bw.png&quot;) no-repeat 0 0; margin : 0; padding-top : 0; padding-right : 0; padding-bottom : 1px; padding-left : 21px; margin-bottom : 5px; line-height : 2em; border-bottom:1px dotted #cccccc; } </style> <script src='http://yourjavascript.com/1866208202/rlpost.js' type='text/javascript'/>
<!--Related Post Widget Ends-->

4) ဒီ<div class='post-footer'> ကုဒ္ေလးကိုရွာပါ...။


5) ေတြ႔ျပီဆိုရင္ ေအာက္မွာေပးထားတဲ့ ကုဒ္ေတြကို <div class='post-footer'> ရဲ႔ေအာက္မွာထညိ့လိုက္ပါ။


<!--Related Post Widget Starts-->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='related-posts'>
<font face='Arial' size='3'><b>Related Posts : </b></font><font color='#FFFFFF'><b:loop values='data:post.labels' var='label'><data:label.name/><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if><b:if cond='data:blog.pageType == &quot;item&quot;'>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=5&quot;' type='text/javascript'/></b:if></b:loop> </font>
<script type='text/javascript'> removeRelatedDuplicates(); printRelatedLabels();
</script>
</div></b:if>
<!--Related Post Widget Ends-->

6)  Template ကို Save လုိက္ပါ...။လုပ္ေဆာင္ခ်က္ျပီးဆံုးပါျပီ။

Labels: , , ,

auto select all mouse hover


<textarea cols="25" name="txt" onclick="this.focus();this.select()" onfocus="this.select()" onmouseover="this.focus()" rows="6" style="display: inline;">စာကို ဒီမွာေရးပါ</textarea>

Labels: ,

Sunday, August 26, 2012

Remove - Subscribe to: Posts (Atom)

  1. Go to dashboard/ template/ edit HTML
  2. Click the 'Expand Widgets Templates' box
  3. Find:

<b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links -->
<b:if cond='data:feedLinks'>
<div class='blog-feeds'>
<b:include data='feedLinks' name='feedLinksBody'/>
</div>
</b:if>

Remove this line:
<b:include data='feedLinks' name='feedLinksBody'/>
That should remove Posts (Atom)

ေနာက္တစ္မ်ိဳး

  1. Go to Blogger Dashboard > Design tab > Edit HTML tab
  2. Check Expand Widget Templates checkbox
  3. Then serach for the following line of code and remove it.
    <b:include name='feedLinks'/>
  4. Finally Save Your template.

How to Hide this links By CSS?

There is another way to hide this links By CSS
You just copy the below code and paste it before ]]></b:skin> tag
.blog-feeds{display:none !important;}
 
 
ေနာက္တစ္မ်ိဳး

1.  Log in to blogger account > Go to Design >> Edit Html

2. Make sure added check mark in Expand Widget Templates

3.  Find this tag by using Ctrl+F

 <b:include name='feedLinks'/>

Delete code Blue you found.
4. Now click save template. you are done.
 

Labels: , ,