Remove "pencil and setting button" qiuck editing button permanently

June 18, 2009 by rajeshpalakk

You have seen this type of image before and you want to remove it.

It is easy and here are step for that.

1. Log in to your blogger account.
2. Click Layout >> Edit HTML.
3. Click on small box just before Expand Widget Templates. (Back up your Template)
4. Find this Code: <b:include name=’quickedit’/>
5. Remove it and you are done..! Don’t forget to save templates.


Add recent post widget with thumbnail

June 11, 2009 by rajeshpalakk

Did you see recent post with thumbnail? If yes then you definitely want to add in your blog. Yes you can.

Here are step for that.

1. Log in to your Blogger account.
2. Click Layout >> Page Element.
3. Click on Add Gadget and add below code in it.

<script language=”JavaScript”>

imgr = new Array();

imgr[0] = “http://img195.imageshack.us/img195/7350/blocko.gif”;

imgr[1] = “http://img195.imageshack.us/img195/7350/blocko.gif”;

imgr[2] = “http://img195.imageshack.us/img195/7350/blocko.gif”;

imgr[3] = “http://img195.imageshack.us/img195/7350/blocko.gif”;

imgr[4] = “http://img195.imageshack.us/img195/7350/blocko.gif”;
showRandomImg = true;

boxwidth = 298;

cellspacing = 8;

borderColor = “#000000″;

bgTD = “#000000″;

thumbwidth = 40;

thumbheight = 40;

fntsize = 12;

acolor = “#666″;

aBold = true;

icon = ” “;

text = “comments”;

showPostDate = false;

summaryPost = 40;

summaryFontsize = 10;

summaryColor = “#666″;

icon2 = ” “;

numposts = 7;

home_page = “http://example.blogspot.com/”;

</script>

<script src=”http://www.thebloguser.com/blogger/recentposts_thumbnail.js” type=”text/javascript”></script>

Change green text with your choice of height and width and blue text with your blog name like http://yourname.blogspot.com

4. Move your Widget as your choice and save it. You are done.

What is next to do?

If you didn’t subscribe at then do it now. So, you will not loose any update on this blog.

I really want to thanks Kranthi. He have made this tricks.

Search Engine Optimization made easy

June 10, 2009 by rajeshpalakk

As every body know that, seo is best way to get traffic. If you want to get top ranking in google you should use this e-Book.

Download this SEO e-book and read how to optimize your blog. The creator of this free e-book is Brad Callen.

To download Visit search engine optimization made easy

Creat screen shot for your blog

May 31, 2009 by rajeshpalakk

You can create screen shot for your blog online. It is helpful who make nice template and want to present their templates as image instead of Live Demo.

Here is screen shot of my blog and you can also make it for yours too.

Here is some sites.

1. superscreenshot:- This site will create screenshot for your blog. I am using it form long time and I recommend you this one.

2. thumbalizr :- This is also one site which will creat screen shot for you. You can also create it for whole page or upper part of your blog.

If you have anyother don’t forget to post it in comment.

Blink texts – Html

May 31, 2009 by rajeshpalakk

I think you have seen somewhere, text is blinking and you may want to do that some time and it is really easy.

Just use blink html code.

<blink> Your Text </blink>

You will get result like this one.

Your text

Patel Theme – magazines Style

May 28, 2009 by rajeshpalakk
Patel Theme – Magazine

Live Demo | Download | Setting

Name: Patel Theme

Blogger template by nandupatel
URL: http://thetricks.net
Features of the template:

1. Advertise support
– Header ad (468 X 60)
– Sidebar Ad (125 X 125)
2. Mini Post support
3. Featured Posts
4. navigation menu Bar
5. Two widgetized sidebars

Theme Setting:

1. Change Patel Theme Logo

  • Go to LAYOUT — EDIT HTML — (Do not need to expand widget)

find this image address:

http://img42.imageshack.us/img42/1403/patellogo.png

Change it with your own logo.

2. Feature Post setting (click here)

3. Banner Ad :- Find code like below.

<li>
<a href=’http://www.thetricks.net‘ rel=’bookmark’ title=”><img alt=” height=’125′ src=’http://img21.imageshack.us/img21/5258/thumb125.gif‘ width=’125′/></a>
</li>
<li>
<a href=’http://www.thetricks.net‘ rel=’bookmark’ title=”><img alt=” height=’125′ src=’http://img21.imageshack.us/img21/5258/thumb125.gif‘ width=’125′/></a>
</li>

Change red color with your advertiser link and Blue color with your image link.

4. Change Bottom Link bar.

Find Code like this one at the bottom of template code.

<div id=’creditright’>
<ul id=’cred’>
<li><a expr:href=’data:blog.homepageUrl’>Home</a></li>
<li>
<a href=’http://www.thetricks.net’>Blogger Tutorial</a>
</li>

<li><a href=’http://blogger.com’>Log In</a></li>
<li><a href=’#'>Sample Page</a></li>

</ul>
</div>

Change link as your choice.

5. Need more help, just use contact form

Blogwrex Theme

May 27, 2009 by rajeshpalakk


Name: Blogwrex

Blogger template by thetricks.net
URL: http://thetricks.net

Originally it was a wordpress theme by
Author URL: http://webhosting.reviewitonline.net/

Add sexy social Bookmark to your Blogger

May 23, 2009 by rajeshpalakk

I think you have seen “sharing is sexy”. I found that one and it is interesting. I did for my blog. Check it out.

Sharing is sexy

Here are step if you want to do it for your blog:
1. Login to blogger with Google ID
2. Click Layout.
3. Then click edit HTML tab.
4. Click the Download full template link. Save your template (Don’t forget)
5. Please mark the little box to Expand Widget Templates.
6. Find the code like this : </head>
7. Copy below code and paste it before </head>

<style type=’text/css’>
div.sexy-bookmarks {
height:54px;
background:url(‘http://i43.tinypic.com/2ueii3t.png’) no-repeat left bottom;
position:relative;
width:540px;
}

div.sexy-bookmarks span.sexy-rightside {
width:17px;
height:54px;
background:url(‘http://i43.tinypic.com/2ueii3t.png’) no-repeat right bottom;
position:absolute;
right:-17px;
}

div.sexy-bookmarks ul.socials {
margin:0 !important;
padding:0 !important;
position:absolute;
bottom:0;
left:10px;
}

div.sexy-bookmarks ul.socials li {
display:inline-block !important;
float:left !important;
list-style-type:none !important;
margin:0 !important;
height:29px !important;
width:48px !important;
cursor:pointer !important;
padding:0 !important;
}

div.sexy-bookmarks ul.socials a {
display:block !important;
width:48px !important;
height:29px !important;
font-size:0 !important;
color:transparent !important;

}

.sexy-furl, .sexy-furl:hover, .sexy-digg, .sexy-digg:hover, .sexy-reddit, .sexy-reddit:hover, .sexy-stumble, .sexy-stumble:hover, .sexy-delicious, .sexy-delicious:hover, .sexy-yahoo, .sexy-yahoo:hover, .sexy-blinklist, .sexy-blinklist:hover, .sexy-technorati, .sexy-technorati:hover, .sexy-facebook, .sexy-facebook:hover, .sexy-twitter, .sexy-twitter:hover, .sexy-myspace, .sexy-myspace:hover, .sexy-mixx, .sexy-mixx:hover, .sexy-script-style, .sexy-script-style:hover, .sexy-designfloat, .sexy-designfloat:hover, .sexy-syndicate, .sexy-syndicate:hover, .sexy-email, .sexy-email:hover {
background:url(‘http://img509.imageshack.us/img509/3131/sexysprite.png’) no-repeat !important;
}

.sexy-furl {
background-position:-300px top !important;
}
.sexy-furl:hover {
background-position:-300px bottom !important;
}
.sexy-digg {
background-position:-500px top !important;
}
.sexy-digg:hover {
background-position:-500px bottom !important;
}
.sexy-reddit {
background-position:-100px top !important;
}
.sexy-reddit:hover {
background-position:-100px bottom !important;
}
.sexy-stumble {
background-position:-50px top !important;
}
.sexy-stumble:hover {
background-position:-50px bottom !important;
}
.sexy-delicious {
background-position:left top !important;
}
.sexy-delicious:hover {
background-position:left bottom !important;
}
.sexy-yahoo {
background-position:-650px top !important;
}
.sexy-yahoo:hover {
background-position:-650px bottom !important;
}
.sexy-blinklist {
background-position:-600px top !important;
}
.sexy-blinklist:hover {
background-position:-600px bottom !important;
}
.sexy-technorati {
background-position:-700px top !important;
}
.sexy-technorati:hover {
background-position:-700px bottom !important;
}
.sexy-myspace {
background-position:-200px top !important;
}
.sexy-myspace:hover {
background-position:-200px bottom !important;
}
.sexy-twitter {
background-position:-350px top !important;
}
.sexy-twitter:hover {
background-position:-350px bottom !important;
}
.sexy-facebook {
background-position:-450px top !important;
}
.sexy-facebook:hover {
background-position:-450px bottom !important;
}
.sexy-mixx {
background-position:-250px top !important;
}
.sexy-mixx:hover {
background-position:-250px bottom !important;
}
.sexy-script-style {
background-position:-400px top !important;
}
.sexy-script-style:hover {
background-position:-400px bottom !important;
}
.sexy-designfloat {
background-position:-550px top !important;
}
.sexy-designfloat:hover {
background-position:-550px bottom !important;
}
.sexy-syndicate {
background-position:-150px top !important;
}
.sexy-syndicate:hover {
background-position:-150px bottom !important;
}
.sexy-email {
background-position:-753px top !important;
}
.sexy-email:hover {
background-position:-753px bottom !important;
}

</style>

8. Find the code like this :
<data:post.body/> (If you have used readmore hack in your template. then find last code like this and paste after that)

9. Copy below code and paste it after <data:post.body/>

<div class=’sexy-bookmarks’>
<ul class=’socials’>
<li class=’sexy-delicious’><a expr:href=’&quot;http://del.icio.us/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title’ target=’_blank’/></li>

<li class=’sexy-digg’><a expr:href=’&quot; http://digg.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title’ target=’_blank’/></li>

<li class=’sexy-technorati’><a expr:href=’&quot; http://technorati.com/faves?add=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title’ target=’_blank’/></li>

<li class=’sexy-reddit’><a expr:href=’&quot; http://www.reddit.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title’ target=’_blank’/></li>

<li class=’sexy-stumble’><a expr:href=’&quot; http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title’ target=’_blank’/></li>

<li class=’sexy-designfloat’><a expr:href=’&quot;http://www.designfloat.com/submit.php?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title’ target=’_blank’/></li>

<li class=’sexy-facebook’><a expr:href=’&quot; http://www.facebook.com/sharer.php?u=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title’ target=’_blank’/></li>

<li class=’sexy-twitter’><a expr:href=’&quot; http://twitthis.com/twit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title’ target=’_blank’/></li>

<li class=’sexy-furl’><a expr:href=’&quot; http://www.furl.net/storeIt.jsp?u=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title’ target=’_blank’/></li>

<li class=’sexy-syndicate’><a href=’http://feeds2.feedburner.com/YOUR-FEEDBURNER-ID‘ title=’Subscribe to RSS’/></li>

<li class=’sexy-email’><a expr:href=’&quot; mailto:?subject=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title’ target=’_blank’/></li>

</ul>
<span class=’sexy-rightside’/></div>

10. Change Your feed burner id which is blinking.

11. Save your template and don’t forget to subscribe if you didn’t, because “sharing is sexy”

Original By Naeem Nur

Conservative American – Blogger Template

May 23, 2009 by rajeshpalakk

Free Twitter Bird Icons – really cool..!

May 21, 2009 by rajeshpalakk

As you know that right now twitter is very famous social networking.

Here icons are 360 X360 high quality and you can also use for private and also for commercial projects.

Don’t forget to follow us on @indianmonsters on twitter.