Monday, February 28, 2011

Cool Blue courser to your blog

How to add courser to your blog
1. Log in to blogger and Go to Design >> Edit HTML

2 .Make sure u Click on "Expand Widget Templates"

3. Find this tag by using Ctrl+F    </body>

4. Paste below code before  </body> tag

<style type="text/css">body, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-2/cur116.cur), progress;}</style>

5. Now click preview and click save template .you are done.
Read More

Sunday, February 27, 2011

How to make disable Text area

You can make disable text area.earlier post i made
 How to disable right click on Blogger
But this post you can disable just some area.

1. Log in to blogger account and go to Design >Page Element.

2. Click Add Gadget and select 'HTML/Javascript'
and paste below code.and save it.

<textarea cols="50" rows="10" disabled="yes">TYPE-YOUR-TEXT-HERE</textarea>

3. Replace TYPE-YOUR-TEXT-HERE with your text.see the example below.

Note:change cols and rows as you like.



You are done.
Read More

How to add Great vertical navigation menu bar for blogger


1.Log in to your Blogger account Go to  Design >> Edit HTML

2.Find this tag by using Ctrl+F ]]></b:skin>

3. Paste below code before ]]></b:skin> tag

#menu9 ul { list-style: none; margin: 0; padding: 0; } #menu9 img { border: none; } #menu9 { width: 200px; margin: 10px; } #menu9 li a { height: 32px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0; font-size: 10pt; font-weight: bold; background: #FFF; height: 24px; text-decoration: none; } #menu9 li a:link, #menu9 li a:visited { color: #FFF; display: block; background: url(https://lh5.googleusercontent.com/_u4rBCfM4eII/TWfkSju3ygI/AAAAAAAABPo/yNNAeIRUPAM/s288/menu9.gif); padding: 8px 0 0 35px; } #menu9 li a:hover { color: #FFF; background: url(https://lh5.googleusercontent.com/_u4rBCfM4eII/TWfkSju3ygI/AAAAAAAABPo/yNNAeIRUPAM/s288/menu9.gif) 0 -32px; padding: 8px 0 0 35px; }

4.Now save your template

5. Again go to Design >>Page Element >> 'Add a Gadget' on side bar

6.Select "HTML/Javascript" and paste below code.

<div id="menu9"> <ul> <li><a href="#">Title 1</a></li> 
                      <li><a href="#">Title 2</a></li> 
                      <li><a href="#">Title 3</a></li> 
                      <li><a href="#">Title 4</a></li> 
                      <li><a href="#">Title 5</a></li> </ul> </div>

7.Now Replace # with your page link and replace Title with your page title name.

8.Save your HTML JavaScript.you are done.
Read More

Saturday, February 26, 2011

Top 50 free blog directories by page rank

Submit your blog to this below sites.This is top 50
Directories you can get more traffic.i know submitting
 is bore. but if we try and work hard,we can get more traffic.











DMOZ                                page rank  9
Jayde                                 page rank  6
SuperPages.ca                   page rank  6
Patient UK                         page rank  6
BestCatalog.net                 page rank  6
Gimpsy                               page rank  6
ExactSeek                          page rank  7
Bizweb                                page rank  6
Haaba                                 page rank  6
Canadopedia                      page rank  6
Earthstation 9                    page rank  5
Re-quest                             page rank 5
MavicaNet                         page rank 5
Web World                         page rank 6
 IllumiRate                         page rank 6
America's best                   page rank 6
Web Beacon                       page rank 6
 Clear Lead Inc.                 page rank 6
Books Music Video            page rank 6
Chiff.com                            page rank 6
SoMuch.com                      page rank 6
Re-Quest dot Net               page rank 6
PsychNet-UK                      page rank 6
Clickey                                page rank 6
Proudly Canadian                page rank 6
TurnPike Directory             page rank 5
Greenstalk new                   page rank 5
Smallerbizz                           page rank 5
Emfind.com                          page rank 5
Hoppa                                   page rank 5
All The Bizz                          page rank 5
Click4Choice                        page rank 5
Websavvy                             page rank 5
iMarvel.com                          page rank 5
Cyber Web Search                page rank 5
DC2NET                                page rank 5
The Orange Pages                 page rank 5
Josh's Sanctum                      page rank 5
Web's Best Directory            page rank 5
MyAllFish.com                      page rank 5
Yeandi                                    page rank 5         
Bontonic                                 page rank 5
All Free Things                      page rank 5
Fitness Pros BodyBuilding    page rank 5
SmartLinks.org                      page rank 5
Money Talk                           page rank 5                  
  
             
Read More

How to Add linkedin share button to Blogger

1. Log it to your blogger and go to Design >> Edit HTML

2.Make sure you put check mark to “Expand Widget Templates

3.Find this tag by using Ctrl+F <data:post.body/>

4.Paste below one code(as your like) ,before <data:post.body/>

Horizontal Count Button
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div style='float:right;margin-left:10px;'>
<script
 type="text/javascript" 
src="http://platform.linkedin.com/in.js"></script><script 
type="in/share" data-counter="right"></script>
</div></b:if>

Vertical Count Button
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div style='float:right;margin-left:10px;'>
<script
 type="text/javascript" 
src="http://platform.linkedin.com/in.js"></script><script 
type="in/share" data-counter="top"></script>
</div></b:if>

No Count Button
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div style='float:right;margin-left:10px;'>
<script
 type="text/javascript" 
src="http://platform.linkedin.com/in.js"></script><script 
type="in/share"></script>
</div></b:if>

5. Now click preview and click save template . you are done.
Read More

Friday, February 25, 2011

How to Add Stylish Bookmark for Blogger

This is cool social bookmark widget.your visitors
can easy to share your post. try this.

1. Log it to your blogger and go to Design >> Edit HTML

2. First,download the present template as a backup.

3.Make sure you put check mark to “Expand Widget Templates

4.Find this tag by using Ctrl+F         ]]></b:skin>

5.Paste below code ,before  ]]></b:skin>  tag.

#sharebox{
height:48px;
width:400px;
margin:0;
padding:5px 0;
}
ul.sharebox {
margin:0px;
padding:0px;
list-style:none;
position:relative;
display:block;
}
ul.sharebox li {
float:left;
margin:0 0 0 0px;
padding:0px;
position:absolute;
}
ul.sharebox li a {
margin:0 0 0 -24px;
display:block;
}
ul.sharebox li a:hover {
margin:0 0 0 -8px;
}
ul.sharebox li img {
border:none;
}

6. Now find this tag also   </head>

7. After found it paste below code ,before </head> tag.

<script type='text/javascript'>
(function($){
$.fn.sharebox = function(){
var element = this;

$(element).find(&quot;li&quot;).each(function(i){
$(this).css(&quot;z-index&quot;, 12- i);
if (i&gt;0)
$(this).css(&quot;left&quot;, i * 24 + 100);
});

}
})(jQuery);
</script>
<script type='text/javascript'>
$(document).ready(function(){
$(&quot;#sharebox&quot;).sharebox();
});
</script>

8. Now find again this tag <data:post.body/>

9. After found  it paste below code, after <data:post.body/> tag.

<ul class='sharebox' id='sharebox'>
<li><img 
alt='Share this' 
src='http://lh3.ggpht.com/_gQTW6AzEt50/TAN-IItrhcI/AAAAAAAAAKg/6Ofb7QQmW5E/s400/sharethis.png'/></li>
<li><a
 expr:href='&quot; http://digg.com/submit?url=&quot; + 
data:post.url + &quot;&amp;title=&quot; + data:post.title' 
target='_blank'><img alt='Sumbit to Digg' 
src='http://lh5.ggpht.com/_gQTW6AzEt50/TANwPDNFTqI/AAAAAAAAAJA/_iTBPexiQUc/s400/digg_48.png'/></a></li>
<li><a
 expr:href='&quot; http://www.stumbleupon.com/submit?url=&quot; +
 data:post.url + &quot;&amp;title=&quot; + data:post.title' 
target='_blank'><img alt='Sumbit to StumbleUpon' 
src='http://lh5.ggpht.com/_gQTW6AzEt50/TANwXH99KHI/AAAAAAAAAJY/1MhNYohLgKw/s400/sumbleupon_48.png'/></a></li>
<li><a
 expr:href='&quot;http://del.icio.us/post?url=&quot; + 
data:post.url + &quot;&amp;title=&quot; + data:post.title' 
target='_blank'><img alt='Sumbit to Delicious' 
src='http://lh3.ggpht.com/_gQTW6AzEt50/TANwLsiJKaI/AAAAAAAAAI4/W-8Giiq1jdo/s400/delicious_48.png'/></a></li>
<li><a
 expr:href='&quot; http://technorati.com/faves?add=&quot; + 
data:post.url + &quot;&amp;title=&quot; + data:post.title' 
target='_blank'><img alt='Sumbit to Technorati' 
src='http://lh3.ggpht.com/_gQTW6AzEt50/TANwaKO3III/AAAAAAAAAJg/1GGHLlMnMVI/s400/technorati_48.png'/></a></li>
<li><a
 expr:href='&quot; http://www.reddit.com/submit?url=&quot; + 
data:post.url + &quot;&amp;title=&quot; + data:post.title' 
target='_blank'><img alt='Sumbit to Reddit' 
src='http://lh3.ggpht.com/_gQTW6AzEt50/TANwUrLlzcI/AAAAAAAAAJQ/4IumvWuAy3k/s400/reddit_48.png'/></a></li>
<li><a
 expr:href='&quot; http://www.mixx.com/submit?page_url=&quot; + 
data:post.url + &quot;&amp;title=&quot; + data:post.title' 
target='_blank'><img alt='Sumbit to Mixx' 
src='http://lh5.ggpht.com/_gQTW6AzEt50/TANwRvsfp4I/AAAAAAAAAJI/GnhXzIG0Yus/s400/mixx_48.png'/></a></li>
<li><a
 expr:href='&quot;http://twitter.com/home/?status=Chk Out-&quot;
 + data:post.title + &quot; &quot; + data:post.url' 
target='_blank'><img alt='Sumbit to Twitter' 
src='http://lh4.ggpht.com/_gQTW6AzEt50/TAN0zpbiOBI/AAAAAAAAAKQ/ZrUXz3uWKIU/s400/twitter_boxed_48.png'/></a></li>
<li><a
 expr:href='&quot; http://www.furl.net/storeIt.jsp?u=&quot; + 
data:post.url + &quot;&amp;title=&quot; + data:post.title' 
target='_blank'><img alt='Sumbit to Furl' 
src='http://lh5.ggpht.com/_gQTW6AzEt50/TAN0r1U2u1I/AAAAAAAAAJ4/sROtJssSojA/s400/furl_48.png'/></a></li>
<li><a
 
expr:href='&quot;http://www.designfloat.com/submit.php?url=&quot;
 + data:post.url + &quot;&amp;title=&quot; + 
data:post.title' target='_blank'><img alt='Sumbit to Design Float'
 
src='http://lh4.ggpht.com/_gQTW6AzEt50/TAN0owol6GI/AAAAAAAAAJw/BkW7TAqnDcQ/s400/designfloat_48.png'/></a></li>
<li><a
 
expr:href='&quot;http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=&quot;
 + data:post.url + &quot;&amp;title=&quot; + 
data:post.title' target='_blank'><img alt='Sumbit to Blinklist' 
src='http://lh3.ggpht.com/_gQTW6AzEt50/TAN0mEMPlOI/AAAAAAAAAJo/-8XBeBFn-B0/s400/blinklist_48.png'/></a></li>
<li><a
 expr:href='&quot;http://buzz.yahoo.com/article/&quot; + 
data:post.url' target='_blank'><img alt='Sumbit to Yahoo Buzz' 
src='http://lh5.ggpht.com/_gQTW6AzEt50/TAN02Tt0lCI/AAAAAAAAAKY/DJQhWo-EVQI/s400/yahoo_48.png'/></a></li>
<li><a
 
expr:href='&quot;http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=&quot;
 + data:post.url + &quot;&amp;title=&quot; + 
data:post.title' target='_blank'><img alt='Sumbit to Google 
Bookmarks' 
src='http://lh6.ggpht.com/_gQTW6AzEt50/TAN0uapFtxI/AAAAAAAAAKA/XSceCbQg5gU/s400/google_48.png'/></a></li>
</ul>

10. Now click preview and click save template. you are done.
Read More

How to Add rating Gadget to your blog.

1. Log in to blogger account and go to Design >Edit HTML

2.Mark check box "Expand Widget Templates"

3.Find this tag by  using Ctrl+F    <data:post.body/>

4.paste below  one of code after the above tag ( choose style )
Code 1: 


<div style="float:left; margin-right:3px;"></div>
<div class="js-kit-rating"
expr:path="data:post.url"
expr:permalink="data:post.url"
expr:title="data:post.title">
</div>
 

Code :2


expr:path="data:post.url"
expr:permalink="data:post.url"
expr:title="data:post.title" view="score">
</div>

5. Now again find this code by using Ctrl+F   </body>

6. Paste below code before </body> tag
<script src="http://js-kit.com/ratings.js"></script>

7. Now click preview and click save template. you are done.
Read More

Thursday, February 24, 2011

How To Create Cookies To Dispaly Time Of Last Visit

This will help you to Display time of  last visit.try it.

1. Log in to blogger account and go to  Design > Page Element.

2. Now click add Gadget and select 'HTML/Javascript'
    on side bar.

3.After Paste below code.

<script type = "text/javascript">
 
var days = 730; // days until cookie expires = 2 years.
var lastvisit=new Object();
var firstvisitmsg="This is your first visit to this page. Welcome!";
lastvisit.subsequentvisitmsg="Welcome back visitor! Your last visit was on <b>[displaydate]</b>";
 
lastvisit.getCookie=function(Name){
var re=new RegExp(Name+"=[^;]+", "i");
if (document.cookie.match(re))
return document.cookie.match(re)[0].split("=")[1];
return'';
}
 
lastvisit.setCookie=function(name, value, days){
var expireDate = new Date();
 
var expstring=expireDate.setDate(expireDate.getDate()+parseInt(days));
document.cookie = name+"="+value+"; expires="+expireDate.toGMTString()+"; path=/";
}
 
lastvisit.showmessage = function() {
var wh = new Date();
if (lastvisit.getCookie("visitc") == "") {
lastvisit.setCookie("visitc", wh, days);
document.write(firstvisitmsg);
}
 
else {
var lv = lastvisit.getCookie("visitc");
var lvp = Date.parse(lv);
var now = new Date();
now.setTime(lvp);
var day = new Array("Sun", "Mon", "Tues", "Wed", "Thur", "Fri", "Sat");
var month = new Array ("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec");
var dd = now.getDate();
var dy = now.getDay();
dy = day[dy];
var mn = now.getMonth();
mn = month[mn];
yy = now.getFullYear();
var hh = now.getHours();
var ampm = "AM";
if (hh >= 12) {ampm = "PM"}
if (hh >12){hh = hh - 12};
if (hh == 0) {hh = 12}
if (hh < 10) {hh = "0" + hh};
var mins = now.getMinutes();
if (mins < 10) {mins = "0"+ mins}
var secs = now.getSeconds();
if (secs < 10) {secs = "0" + secs}
var dispDate = dy + ", " + mn + " " + dd + ", " + yy + " " + hh + ":" + mins + ":" + secs + " " + ampm
document.write(lastvisit.subsequentvisitmsg.replace("[displaydate]", dispDate))
}
 
lastvisit.setCookie("visitc", wh, days);
 
}
 
lastvisit.showmessage();
 
</script>

4.Now click save .you are done.
Read More

How to Add energy saving mode for blogger

1. Log in to Blogger account and go to Design >> Edit HTML

2. Find this tag  by using Ctrl+F  </head>

3. Paste below code before that  </head> tag

<script language='javascript' src='http://www.onlineleaf.com/savetheenvironment.js'
 type='text/javascript'/>

4.Now click save template.

5.Now go to  Design >> Page Element  and click Add Gadget on side bar.

6. Select HTML/Javascript and paste below code.

<script language="javascript" type="text/javascript" src="http://www.onlineleaf.com/savetheenvironment.js?time=180"></script>

7. You can change the time time=180 as your like.    180=seconds.

8.now save "HTMl JavaScript" you are done.
Read More

Wednesday, February 23, 2011

How To add blog engage vote button to blogger

1. Log in to blogger account and go to Design >Edit HTML

2. Make sure put check mark on "Expand Widget Templates"

3.Now find this tag by using Ctrl+F  <data:post.body/>

4. Paste Below code before <data:post.body/>  this tag

<div style='float:right; margin-right:10px; margin-top:10px'>
<script type='text/javascript'>
submit_url=&quot;<data:post.url/>&quot;;</script>
<script src='http://blogengage.com/evb/button.php' type='text/javascript'/>
</div>

5. Now Click Preview and click save  template. you are done.
Read More

How to add addtoany social bookmark for blogger


This gadget will help you to share your post with social
network site.If you like to add this. try it.
demo link.click here

1. Log in to blogger account and Go to  Design > Edit HTML

2. Make sure put check mark on "Expand Widget Templates"

3. Find this tag by using Ctrl+F                <div class='post-header-line-1'/>
    If you cant find this tag try this tag        <data:post.body/>

4. Paste blow code before one of  above tag.

<!-- AddToAny BEGIN -->
<br/><a class='a2a_dd' href='http://www.addtoany.com/share_save'><img alt='Share/Bookmark' border='0' src='http://static.addtoany.com/buttons/share_save_171_16.png' width='171' height='16'/></a>
<p class='a2a_linkname_escape' style='display:none'><data:post.title/></p><script type='text/javascript'>var a2a_config = a2a_config || {};a2a_config.linkname_escape=1;a2a_config.linkurl="<data:post.url/>";</script>
<script src='http://static.addtoany.com/menu/page.js' type='text/javascript'></script>
<!-- AddToAny END -->

5. After paste it click preview and click save template.you are done.
   enjoy it.
Read More

Tuesday, February 22, 2011

How to disable right click on Blogger

If we disable Right click on blogger none can copy anything from your blog.if u want it you can try.

1. Sign In to your blogger and click "Design" on your dashboard and click "Page Element".

2. Click "Add Gadget " and select "HTML/JavaScript".

3.Copy this below code and save it.

<center>

<table bgcolor="#cccd94" border="0" style="width: 400px;"><tbody>

<tr><td><script language="JavaScript">

<!--
//Disable right click script III- By Renigade (renigade@mediaone.net)

//For full source code, visit http://www.dynamicdrive.com
var message="";
///////////////////////////////////

function clickIE() {if (document.all) {(message);return false;}}

function clickNS(e) {if

(document.layers||(document.getElementById&amp;&amp;!document.all)) {

if (e.which==2||e.which==3) {(message);return false;}}}

if (document.layers)

{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}

else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")

// -->

</script>

</td></tr>

</tbody></table>
</center>

4. Now none cant copy your blog.
Read More

Monday, February 21, 2011

How to add background image for blogger template

You can change your blogger template background.

1. Log in to blogger account and go to Design >Edit HTML

2.Find this tag by using Ctrl+F       body {

3.Near to that tag find a code like this
                                         background-image: url(URL address of your image);

4.Now  replace  URL address of your image with your image Url


5.Below u can see some Example links.try it.

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinkxD_yu84kzSqDQBqJN8TyE34mdUB_ieo19XkshkbJD9PJ2nBYSwjAMrj-5HAnA8yP6zRMYfUCGV-qa9swYen43h0oH_ZfJKjKQVTpZakPeSt8HziSul5AMIDkFqHdwEY9kQ6TpYa_YVq/s1600/music.gif
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhE3E_OIFWRzT9nCN80moINUL64DH3h678UrfHbPefRrYd-jWJU3ruMrEXPQHe1u_2yKlNlMK1K64iPuqgvxvNb7rbIjxe2M0iMV_5jzSK3o1-4eUpG8SvMsDFryN5VyP413xamVW9rlJ28/s1600/new+3.gif

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjebLXJqN2T3ZUxPk04r8Rhsy3JsH4yGwuyhy60IvfEnPBBvomREfRbvtKtnatEzueAhFlvPUMqiACPnZEx_av9EazcaofNSQ02eVqjgPpmBhwJFl7q_CIt1Pg9UddRE_z0jimHjCRGg5H7/s1600/new.gif

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhd4UOEhyZwSEw6-wS6lYYfbk7GaCjDRM_wwmZSaBaYvYB_YGNo6HYDmB7FVJ3YatXN1E_rH8iwaF9XwL01UVcuR4J-miHwifB8FP4okNA4fFOf9afKDXU7ikJqB-cAkw820KtIicthe9rF/s1600/new+2.gif



6. you can make own image and upload it and get the link.so you can put it as your background.
7.After did this click preview and click save template.you are done.
Read More

Sunday, February 20, 2011

How to Highlight Author comment in blogger post

1. Log in to your blogger account and Go to Design >> Edit HTML

2.  First of all download your full template.because if you make some wrong
    you can recover it.

3. Put checked marked in Expand Widget Templates

4. Find this tag by using Ctrl+F                  <span class='deleted-comment'>

5. After found it  you will see like this code.

<span class='deleted-comment'><data:comment.body/></span>
<b:else/>
<p><data:comment.body/></p>
<b:include data='comment' name='commentDeleteIcon'/>
</b:if>

6.your template may be different.so don't worry ,
   you have to select tag above code.shown in red

7. Paste below code  between  <span class='deleted-comment'> and  </b:if>
<!--Highlight Author Comments Start-->
<b:if cond='data:comment.author == data:post.author'>
<p class='comment-body-author'><data:comment.body/></p>
<b:else/>
<p><data:comment.body/></p>
</b:if>
<!--Highlight Author Comments End-->

8. your code will show like this.

<span class='deleted-comment'>
<!--Highlight Author Comments Start-->
<b:if cond='data:comment.author == data:post.author'>
<p class='comment-body-author'><data:comment.body/></p>
<b:else/>
<p><data:comment.body/></p>
</b:if>
<!--Highlight Author Comments End-->
</b:if>

9. After find this tag   ]]></b:skin>

10. paste below code before ]]></b:skin> tag

p.comment-body-author {
background: #eeeecc;
border: 2px solid #335577;
padding: 5px;
color:#558866;
}

11. Now click Preview and click save template.you are done.
Read More

Saturday, February 19, 2011

How To Add Comment Counter Button To Blogger Post

This Gadget will help you to count your comment as my post.
1. Log in to your Blogger and Go to Design >> Edit HTML

2.First of all download your full template.because if you make some wrong
    you can recover it.

3. Put checked marked in Expand Widget Templates

4.Find this tag by using Ctrl+F                   ]]></b:skin>

5. Before above tag,paste below tag
 
#comments-button {
width : 48px;
height : 48px;
background : 
url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjp2EF7k_zLDfcawT-cSIOmQVorJ8odY5s19jm0a3fyAUsWDkQcqe1dvixmxjBbdYkZTBJhkkGl2NWmaFcSXZnXOt3d7tcBYzPJ61LzCdiZ4AWF7xtrTHg0JGlBSb2OyXq6yOiUBU7Tnvmr/s200/comment-counter-bubble.png)
 no-repeat;
float : right;
font-size : 18px;
margin-top : -15px;
margin-right : 2px;
text-align : center;
padding-top:10px;
}

6.After  try to find this code.all template are not like same.try to find line one by one.
<b:includable id='post' var='post'>
<div class='post hentry uncustomized-post-template'>
<a expr:name='data:post.id'/>
<b:if cond='data:post.title'>
<h3 class='post-title entry-title'>

7. Paste below code after found above code.
<b:if cond='data:post.allowComments'>
<a 
class='comments-button' expr:href='data:post.addCommentUrl' 
expr:onclick='data:post.addCommentOnclick'><data:post.numComments/></a>
</b:if>

8.Now click Preview and click save template. you are done.


Read More

Friday, February 18, 2011

How To Delete Blogger Accont

 This is basic tips.but most of people don't know about it.


1. Log in to your blogger account.

2. Go to Setting >> Basic. in blogger tool you can see delete blog


3. Click delete blog. after will come dialog box
4. Click delete this blog.after your blog will delete.
Read More

Thursday, February 17, 2011

Change Your Domain With co.cc

You can change your domain with co.cc.its free. try it.

1. First go to  co.cc  and register  a domain.if it not available try other name.

2. After register with it.

3. Setup your domain go to  setup >> "Manage domain" and choose "Zone Records"

4.  Now you can see the column, there is  "Host" fill it with your domain name
      www.yourdomain.co.cc

5. In type  Choose "CNAME", in value box type "ghs.google.com" and click setup

6. Now log in to your blogspot go to Setting >> Publishing

7. Select the Switch to: • Custom Domain and click "Already own a domain"  
    "Switch to advanced settings"
 
8. Now fill it with your new domain name. and click "save setting"

you are done. New domain will work within 2 days.
Read More

Wednesday, February 16, 2011

How to Unlock Huawei and ZTE HSDPA Modems Free


I wrote this article because most of people trying to unlock
their HSDPA modem,because some modem s works for just
 1 network.after unlock you can use any networks. It takes
just few seconds to unlock your modem


1. Unlock Huawei  HSDPA modems
When  we put some other network sim card it will ask some code.So im going to generate that code.It is easy.first of all you have to find your IMEI of mode.it will mention on your modem or modem box its 15 digit.now follow this.

 i.  Paste this below address to your address bar.
http://bb5.at/huawei.php?imei= your Huawei modem IMEI number 

ii. Now replace your Huawei modem IMEI number with your IMEI number like below
http://bb5.at/huawei.php?imei=357133035912053 

iii. Press Enter key,after you will see like this

 
iv. Now enter this unlock code when it ask the code. you are done.



2 . Unlock ZTE  HSDPA modems



Some ZTE modems not asking unlock code.so no where to input our code.
so you can't do it like above method.you have to use some software for this.

Download software click here

i. First of all, if you use some memory card, remove it. remove sim  card
   and put sim card what you want to unlock.(it will display invalid sim)

ii.Plug your modem  in to your computer,sometime connection manager will display,close it.

iii. Unzip what you download and open dccrap.exe


iv. First select the manufacture as ZTE datacards  ( No: 1)

v. Select the model as Auto detect (recommended)  (No : 2 ) If you know the model and
     which com port you use.u can do that way also

vi. Click find button  (No: 3) . after your modem model will display below box

vii. After detect modem click unlock button (No: 4 )

cheers you are done.After few seconds modem will unlock restart your computer and use
your modem.This connection manager also working for this.
But if you want to use  ZTE connection manager click below link to download.

click here to download.
Thank you.
Read More

How To Add Dynamic Meta Description Tag

1. Log in to your blogger account >>Design >> Edit HTML

2.Find this tag by using Ctrl+F
                                     <b:include data='blog' name='all-head-content'/>

3.Past e below code after the above tag

                     <META NAME='description' expr:content='data:blog.pageTitle 
                    + &quot;,PUT IN YOUR COMMON BLOG DESCRIPTION 
                                               TAGS HERE &quot;'/> 

4. Replace PUT IN YOUR COMMON BLOG DESCRIPTION TAGS HERE
  with your description

5. After click Preview and click Save template.
Read More

Monday, February 14, 2011

How to make ready your blog for mobile phones

you can make your blog for mobiles browsing.so people can
 visit your blog from mobile.when its normal its take long
time to load the page.but after did this its can will load fast,

1. Go to your blogger account >> Design>> Edit HTML

2.Find this tag by using Ctrl+F
                                            <b:include data='blog' name='all-head-content'/>

3.Paste this below code after the above tag

<meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/> 
<b:if cond='data:blog.isMobile'> 
<meta content='width=device-width, initial-scale=1.0, user-scalable=0' name='viewport'/>
<b:else/> 
<meta content='width=1100' name='viewport'/> 
</b:if>

4. Now click Preview and click save template. you are done.
Read More

How To Refresh Your Blog Automatically

1. Log in to your blogger account  Design >> Edit HTML

2.Find this tag     <head>

3.Copy below code after the <head> tag

  <meta HTTP-EQUIV='refresh' content='15;URL=Your Blog URL'/>

4. Replace Your Blog URL with your blog URL.

5. 15 is the time period of two page.you can change it as you wish.

6. Click Preview and click save template
Read More

Open External link with new tab in your blogger

This will help you to open your every external link
with new tab.try this.
1. Log in to your blogger account and go to  Design >>  Edit HTML

2. Find this tag By using Ctrl+F          </head>

3. Paste below code before the </head>   tag

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
 <script type="text/javascript">
   
$(document).ready(function () {

            // ---- External Links ----------------------------------------------------------------------------------------------------

                $("a[href*='http://']:not([href*='"+location.hostname+"']),[href*='https://']:not([href*='"+location.hostname+"'])").attr("target","_blank").attr("title","Opens new window").addClass("external");

    });
    </script>

4. now click preview and click save template. you are done.
Read More

Sunday, February 13, 2011

How To Put Own Date For Blogger Post

This is simple tricks.most of don't know how to do this.
If  you want to change your date of post, try this.

1. Make your post normal. end of the writing blog you can
  see, post option

2.After clicked it you can see option call Post and

3.On the Post and change in to Scheduled at . now you
can change date as you like

4. Click publish, your post date will change. you are done.
Read More

Saturday, February 12, 2011

How to Add Google Adsense to Blog Header


1. Log in to blogger account  >> Design >Edit HTML

2. Put check mark to "Expand Widgets Template"

3. Find this code, by using Ctrl+F
                                                    <div class='region-inner header-inner'>

4.you will find this code.
                    <div id='header-wrapper'>
                  <b:section class='header'

         id='header' maxwidgets='1' showaddelement='no'> 

5. Replace the read value like this

                    <div id='header-wrapper'>
                  <b:section class='header' 

        id='header' maxwidgets='3' showaddelement='yes'> 

6. Click Preview and click save template. 

7. After go to Page Element  in Design tab

8.Click Add Gadget and select Adsense

9. Choose type you want.for example choose  new linked 728x15 ad unit from the drop down
    format menu for an Adsense ad that would sit above the blog title.and configure color.

10. Click save and view blog
Read More

Friday, February 11, 2011

Add Advertisement banner to your blog

You can add some advertisement to your blog.

1. Log in to your blogger account.Go to design >> page element>> Add gadget

2. Select HTML/JavaScript  and paste below code and save it.

<div align="center">
<table bgcolor="#000000" border="0" cellpadding="2" cellspacing="6" width="265">
<tbody><tr>
<td><center><a href="YOUR ADS URL HERE" rel="nofollow" target="_blank"><img alt="AD DESCRIPTION" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmLu3caSNQSpOcB-NAxmwhstAK66iRMv4AqLTyaeOxohbWBrDMhqKmC1VO7zZ_XoGLJjSvnVGo5OtZqmdHDTN65au_B7c395kNLT76D1g0WvSYdmgt8VyBFesybQ92HmwR1gY4UCfoNR8/" border="0" height="125" width="125" /></a></center></td>
<td><center><a href="YOUR ADS URL HERE" rel="nofollow" target="_blank"><img alt="AD DESCRIPTION" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmLu3caSNQSpOcB-NAxmwhstAK66iRMv4AqLTyaeOxohbWBrDMhqKmC1VO7zZ_XoGLJjSvnVGo5OtZqmdHDTN65au_B7c395kNLT76D1g0WvSYdmgt8VyBFesybQ92HmwR1gY4UCfoNR8/" border="0" height="125" width="125" /></a></center></td>
</tr>
<tr>
<td><center><a href="YOUR ADS URL HERE" rel="nofollow" target="_blank"><img alt="AD DESCRIPTION" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmLu3caSNQSpOcB-NAxmwhstAK66iRMv4AqLTyaeOxohbWBrDMhqKmC1VO7zZ_XoGLJjSvnVGo5OtZqmdHDTN65au_B7c395kNLT76D1g0WvSYdmgt8VyBFesybQ92HmwR1gY4UCfoNR8/" border="0" height="125" width="125" /></a></center></td>
<td><center><a href="YOUR ADS URL HERE" rel="nofollow" target="_blank"><img alt="AD DESCRIPTION" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmLu3caSNQSpOcB-NAxmwhstAK66iRMv4AqLTyaeOxohbWBrDMhqKmC1VO7zZ_XoGLJjSvnVGo5OtZqmdHDTN65au_B7c395kNLT76D1g0WvSYdmgt8VyBFesybQ92HmwR1gY4UCfoNR8/" border="0" height="125" width="125" /></a></center></td>
</tr>
</tbody></table>
</div>

3. after this you can sign up buysellads.com and link with your ads.

4. Replace  your ads link with YOUR ADS URL HERE words.
Read More

4 Column Footer for Your Blogger


1. Log to blogger account and Go to  Design >Edit template.

2. Find this tag by using Ctrl+F
                                   <b:section class='footer' id='footer'/>

3.Now replace above tag with below code.

<div id='footer-column-container'>

<div id='footer1' style='width: 225px; float: left; margin:0; '>

<b:section class='footer-column' id='footer-column-1' preferred='yes' style='float:left;'>

<b:widget id='Text1' locked='false' title='About B-G' type='Text'/>

/b:section>

/div>

div id='footer2' style='width: 225px; float: left; margin:0; '>

b:section class='footer-column' id='footer-column-2' preferred='yes' style='float:left;'>

<b:widget id='Text4' locked='false' title='About Author' type='Text'/>

</b:section>

</div>

<div id='footer3' style='width: 225px; float: right; margin:0; '>

<b:section class='footer-column' id='footer-column-3' preferred='yes' style='float:right;'>

<b:widget id='Text3' locked='false' title='Subscribe in Reader' type='Text'/>

</b:section>

</div>
<div id='footer4' style='width: 225px; float: right; margin:0; '>

<b:section class='footer-column' id='footer-column-4' preferred='yes' style='float:right;'>

<b:widget id='Text2' locked='false' title='Access B-G on Go' type='Text'/>

</b:section>

</div>

<div style='clear:both;'/>

</div>

4. Now again find this tag      ]]></b:skin>

5. Add below code just before this above tag

#footer-column-container { border: .3px dotted #cccccc;}
.footer-column { margin: 0 10px 0 10px; padding:5px;

color: #666666; line-height: 1.5em; font-size:12px;}
.footer-column h2 {

padding-bottom:.15em; text-align:center;

font:"normal normal 80% 'Comic Sans MS','Lucida Sans Unicode','Trebuchet MS',Sans-serif";

color:#333333;

line-height:1em; letter-spacing:.1em;

border-bottom: 1px solid #cccccc;}



.footer-column ul { list-style:none; margin:0 0 0; padding:0 0 0;}



.footer-column ul li {

background: url(http://i421.photobucket.com/albums/pp296/rnbutpur/bullet-1.gif) no-repeat;

margin:0 0 0; padding-left: 16px;

padding-bottom: 0.5em; line-height:1.2em;}



.footer-column .widget {margin:0 0 .5em; padding:0 0 1em;}

7. Now click preview and click save template.you are done.
Read More

Thursday, February 10, 2011

Add Social Bookmark Gadget

1. Log in to blogger account  Design  >> Edit HTML, 
    
2. Make sure "Expand Widget Templates" checked.
   
3. Find these tag  by using Ctrl+F           <data:post.body/>

4. After this tag paste below code

<div align='left'>
  <span class='post-icons'><!-- Widget Title , Share This Start, Remove Or Leave--><p align='left'>
  <img alt='' border='0' id='BLOGGER_PHOTO_ID_5441163760466269298' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqSMF6p2YxqQ_-pQG0RaWxyiDr1OWfLwWo4_nVj1UgHfqQMlyfnJ0JBAmMVP7btWi0R-X4-9YyyGozlsMXAwqejUUFz7JnZcxwBD5k70wSi5jdBCGIQg88DDFmajC58Jik4tKSMKpnPo2u/s400/share-this.png'/></p><!-- Widget Title , Share This Start, Remove Or Leave-->
<!-- Stumbleupon Button Start, Remove Or leave -->
  <a expr:href='&quot;http://www.stumbleupon.com/refer.php?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank' title='Stumble This'><img alt='Stumble This' border='0' class='icon-action' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvSt3Hn6oMPxF7mVHRO9kjYwdDoGYpMERU6p4v5WUNSOimMBxrvYVjED21xerAWXnlAN138vuCy_yxZyClyeCJB-q1SBEmoaC4F0zm-2Qjndm8ArDemdQiGgIHHsEsGMHxpzmnoNuYkfk/s200/stumbleupon.png'/></a>
  <!-- Stumbleupon Button End, Remove Or leave -->

<!-- Technorati Button Start, Remove Or leave -->
  <a expr:href='&quot;http://www.technorati.com/faves?add=&quot; + data:post.url' target='_blank' title='Fav This With Technorati'><img alt='Fav This With Technorati' border='0' class='icon-action' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEje3f7ZXsQRNqr4TTTNUBWzg5i8XdsOeoUcDy93DvZo9lqW_pY3pofhxY9DBx9S_ub1DQghyphenhyphenvJFtgmEnCpfvf96Y06dNKSyQeGdHqfM_BU1zYybvH_Lv3sDxYIzUUvnDZAt7Qy2D5bG-m8/s200/technorati.png'/></a>
  <!-- Technorati Button End, Remove Or leave -->


<!-- Delicious Button Start, Remove Or leave -->
  <a expr:href='&quot;http://del.icio.us/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank' title='Add To Del.icio.us'><img alt='Add To Del.icio.us' border='0' class='icon-action' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDhCYeciklCmuLLlpqyKpFL5LENiGTC9Y7CTuYiwRJ0zGLs2BQwX-i87QUSnUczIfF0mg72nlENDfL0AtfcGa-79fftl4JBOagS3Tc5hczd5leEf5i0f7B5gJnRQW6mAuUNW9_xa1x9GU/s200/delicious.png'/></a>
  <!-- Delicious Button End, Remove Or leave -->


<!-- Digg Button Start, Remove Or leave -->
  <a expr:href='&quot;http://digg.com/submit?phase=2&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank' title='Digg This'><img alt='Digg This' border='0' class='icon-action' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTi-8NUA4q0FybgOdJeLayOatF7ybJWyJAa9OHGc5oA3ALShCz28eoU2E_TGXHOE9rCYX_FAzXK7lYuYO0NJ4O9ntOUk8nkoK-ROB0VuDzSd7KwvvAZqUqgTyaqhIygyfZm0caLUGy4YA/s200/digg.png'/></a>
  <!-- Digg Button End, Remove Or leave -->


<!-- Reddit Button Start, Remove Or leave -->
  <a expr:href='&quot;http://reddit.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank' title='Add To Reddit'><img alt='Add To Reddit' border='0' class='icon-action' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUO9CN3HvgDTa26C_bHTywbGJ0SKQWdVXH5ktvMcdVDm1MMXJ43GKCh0xU37UNgK9EulmVcUilkZlF1jo0BPefnpL-poPmHcjzsivUjh6dVpXmCPV-Hy4f7sYwlfREKdzLdC_m5RcBmQI/s200/reddit.png'/></a>
  <!-- Reddit Button End, Remove Or leave -->

 

<!-- FaceBook Button Start, Remove Or leave -->
  <a expr:href='&quot;http://www.facebook.com/sharer.php?u=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank' title='Add To Facebook'><img alt='Add To Facebook' border='0' class='icon-action' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnNHU5J2YNEUVjRqYQjpWb3ujv5Zjqts1Zn7XqY9u3u4zX9_HAkHmSUyQ2qtSoTDih7wRsCxFGt6Pk4xk7KYrqkN5-dOkIYYxDZi6VpzqIKzuDkIm-rD9DzwyWTUtyLwWmAuBlkST6Jjg/s200/facebook.png'/></a>
  <!-- FaceBook Button End, Remove Or leave -->


<!-- Yahoo Button Start, Remove Or leave -->
  <a expr:href='&quot;http://myweb2.search.yahoo.com/myresults/bookmarklet?t=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank' title='Add To Yahoo'><img alt='Add To Yahoo' border='0' class='icon-action' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiASlozOL5ika17Bt3CphIMiFXSXm08Xk3NHE0HfCCeRhkr3BVjr4qt9ge6IprPmpTuYdRPpXxQ4VWrQOMKZmKsibiV67mnPv77MY1nKJPL22xDWa1slAV0SW48MCbiHxu_plLU_gFLb9Y/s200/yahoo.png'/></a>
  <!-- Yahoo Button End, Remove Or leave -->

<!-- Twitter Button Start, Remove Or leave -->
  <script charset='utf-8' src='http://bit.ly/javascript-api.js?version=latest&amp;login=tweettrackjs&amp;apiKey=R_7e9987b2fd13d7e4e881f9cbb168f523' type='text/javascript'/>
  <script charset='utf-8' src='http://s.bit.ly/TweetAndTrack.js?v=1.01' type='text/javascript'/>
  <a expr:onclick='&quot;return TweetAndTrack.open(this, \&quot;&quot; + data:post.url + &quot;\&quot;);&quot;' href='#'>
  <span style='display:none;'>I&#39;m reading: <data:post.title/></span><img alt='Add To Yahoo' border='0' class='icon-action' src='http://www.cbc.ca/news/yourvoice/assets/images/yourvoice-twitter.png'/></a>
  <!-- Twitter Button End, Remove Or leave -->

</span>
  </div>

5.Now click Preview and save template.done.
Read More