Ridiculus auctor mauris nisi turpis non sed elementum, rhoncus, adipiscing aliquet elementum scelerisque urna, etiam mid integer rhoncus, nisi placerat odio. Mus sit cum! Porta velit nunc arcu? Porta pulvinar mid tincidunt cum vut in urna nec magnis amet urna.
Phasellus in urna aliquam sed? Urna massa quis? Mattis nisi a, pulvinar massa! Lacus tortor enim turpis tincidunt ac, eros et porttitor tincidunt placerat integer natoque duis elementum! Porta et aliquam proin aliquam a urna a tristique. Sit non.
Rhoncus placerat adipiscing phasellus urna. Ac, et quis? Sociis, adipiscing augue? Nisi augue nec etiam! Tortor dapibus? Platea magna, cras ac, egestas augue! Mattis lorem magna facilisis! Enim urna. Platea lacus, ac mus, odio eu, et pid sit! Sed.
Nisi rhoncus, elementum. A placerat proin aenean dolor dapibus. In magnis, tristique non cursus? A, integer tortor, a nisi, vut turpis et augue, mid pid a placerat a in, ac in eros rhoncus vut magna. Rhoncus magnis auctor! Lorem.
Rhoncus mid et porta in et eu. Lacus ut ridiculus porttitor risus non, nec sagittis sit ut? Et mauris, et scelerisque, enim platea augue adipiscing placerat facilisis rhoncus ultricies et augue lundium risus ac, sociis magna arcu, ac tincidunt.Ridiculus auctor mauris nisi turpis non sed elementum, rhoncus, adipiscing aliquet elementum scelerisque urna, etiam mid integer rhoncus, nisi placerat odio. Mus sit cum! Porta velit nunc arcu? Porta pulvinar mid tincidunt cum vut in urna nec magnis amet urna.
Phasellus in urna aliquam sed? Urna massa quis? Mattis nisi a, pulvinar massa! Lacus tortor enim turpis tincidunt ac, eros et porttitor tincidunt placerat integer natoque duis elementum! Porta et aliquam proin aliquam a urna a tristique. Sit non
Rhoncus placerat adipiscing phasellus urna. Ac, et quis? Sociis, adipiscing augue? Nisi augue nec etiam! Tortor dapibus? Platea magna, cras ac, egestas augue! Mattis lorem magna facilisis! Enim urna. Platea lacus, ac mus, odio eu, et pid sit! Sed.
Nisi rhoncus, elementum. A placerat proin aenean dolor dapibus. In magnis, tristique non cursus? A, integer tortor, a nisi, vut turpis et augue, mid pid a placerat a in, ac in eros rhoncus vut magna. Rhoncus magnis auctor! Lorem.
Rhoncus mid et porta in et eu. Lacus ut ridiculus porttitor risus non, nec sagittis sit ut? Et mauris, et scelerisque, enim platea augue adipiscing placerat facilisis rhoncus ultricies et augue lundium risus ac, sociis magna arcu, ac tincidunt.
BlogSpotter
Blogspotting Blogspot Blog
Smart related post hack for blogspot blog
You might have seen common related posts for your Blogspot blog(like this). They are all javascript driven widget. The Related Post widget in my blog (see at the bottom of the post) is smarter than other related posts widget that people offers.
Why did I called it smart? Because this widget will list the top related 5(or more) posts sorted by relevancy!
Top relevant posts are the posts that have more tags in common with the current post. This widget also works as a Recent Posts widget when there are not contents to fetch out, for example in your home page. Not only this it can also show related links from other blogs that you specify.
To show related posts in your blog, copy and paste the codes below anywhere you like. Probably it may be after the code: <data:post.body/> . Or you can add it on your side bar as a HTML/JAVASCRIPT widget.
You can have your own modification in the related posts. Those values that are in red can be modified according to your need. The code highlighted in blue shows the title as your Recent Posts when there are no tags found, i.e. in your home page, if you are using sidebar widget. In
If you are not satisfied with the style of this widget and want little more customization then you can have your own CSS code in the Format below:
I hope this widget will be the best widget for your blog, since it is faster than other related posts widget.
Source: YouCanHack
Why did I called it smart? Because this widget will list the top related 5(or more) posts sorted by relevancy!
Top relevant posts are the posts that have more tags in common with the current post. This widget also works as a Recent Posts widget when there are not contents to fetch out, for example in your home page. Not only this it can also show related links from other blogs that you specify.
To show related posts in your blog, copy and paste the codes below anywhere you like. Probably it may be after the code: <data:post.body/> . Or you can add it on your side bar as a HTML/JAVASCRIPT widget.
This widget uses jQuery v1.3.2, If you already included jQuery into your blog then no need to do it again. Therefore you can remove the code highlighted in Pink.<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script src="http://blogger-related-posts.googlecode.com/files/related-posts-widget-1.0.js" type="text/javascript"></script>
<script type="text/javascript">
relatedPostsWidget({
'containerSelector':'div.post-body'
,'relatedTitle':'Related Posts:'
,'recentTitle':'Recent Posts:'
,'loadingText':'loading...'
,'maxPosts':'5'
,'blogURL':'http://your-another.blog.com'
});</script>
You can have your own modification in the related posts. Those values that are in red can be modified according to your need. The code highlighted in blue shows the title as your Recent Posts when there are no tags found, i.e. in your home page, if you are using sidebar widget. In
blogURL you can put your other blog where the script my find other relevant posts. Fill this field only if you want the links from other blog to be listed, else keep it blank.If you are not satisfied with the style of this widget and want little more customization then you can have your own CSS code in the Format below:
<style type="text/css">
/* Widget Div */
#related-posts{
/* Add your styles */
}
/* Widget H2 heading */
#related-posts h2{
/* Add your styles */
}
/* Widget UL list */
#related-posts ul{
/* Add your styles */
}
/* Widget loading text */
#related-posts-loadingtext{
color:green;
}
/* Widget loading class set on UL until it is loaded */
/* you will need set the option: 'loadingClass':'related-posts-loading' */
.related-posts-loading {
/* Ajax Icon as background */
background:transparent url(Load.gif) no-repeat right top;
}
/* Style links based on relevacny */
/* you will need set the option: 'postScoreClass':'related-post' */
.related-post1{ font-size:90%}
.related-post2{ font-size:90%}
.related-post3{ font-size:100%}
.related-post4{ font-size:110%}
.related-post5{ font-size:120%}
</style>
I hope this widget will be the best widget for your blog, since it is faster than other related posts widget.
Source: YouCanHack
| Reactions: |
Table Of Contents Widget For Blogger
You might have noticed the new Table Of Contents Section On this Blog.. It uses the Selective Widget Display.. This widget requires Javascript ans hence it will take time to load.. So we will be modding it so that it will be displayed on a particular Page only..
Here is the Step by Step Tutorial
1.Make a new Blank Post in Blogger With Title "Table Of Contents" (or whatever you like)
2.Before publishing this post,make sure that you set the publishing date to an old one so that this post wont appear in your blog feed..You can Do it From Post Options in the Post Editor.. Also Don't allow comments on this post
3.Now we have created a new post page where the Table Of Contents will be displayed
4.Note down the URL of this post that we created
5.Find
in your template and replace it with the following code after applying the proper url
6.Now again edit your template.. Don't Expand the Widget Templates..
7.Find this line of code
and immediately after that place this code snippet..(after editing the snippet with your toc url)
8.Now Find
Source: http://bloggerplugins.org/
Here is the Step by Step Tutorial
1.Make a new Blank Post in Blogger With Title "Table Of Contents" (or whatever you like)
2.Before publishing this post,make sure that you set the publishing date to an old one so that this post wont appear in your blog feed..You can Do it From Post Options in the Post Editor.. Also Don't allow comments on this post
3.Now we have created a new post page where the Table Of Contents will be displayed
4.Note down the URL of this post that we created
5.Find
</head>
in your template and replace it with the following code after applying the proper url
<b:if cond='data:blog.url == "http://www.bloggerplugins.org/2005/06/table-of-contents.html"'>
<style>
#toc {
border: 0px solid #000000;
background: #ffffff;
padding: 5px;
width:100%;
margin-top:10px;
}
.toc-header-col1, .toc-header-col2, .toc-header-col3 {
background: #ddd;
color: #000000;
padding-left: 5px;
width:50%px;
}
.toc-header-col2 {
width:15%;
}
.toc-header-col3 {
width:25%px;
}
.toc-header-col1 a:link, .toc-header-col1 a:visited, .toc-header-col2 a:link, .toc-header-col2 a:visited, .toc-header-col3 a:link, .toc-header-col3 a:visited {
font-size:93%;
text-decoration:none;
}
.toc-header-col1 a:hover, .toc-header-col2 a:hover, .toc-header-col3 a:hover {
font-size:93%;
text-decoration:underline;
}
.toc-entry-col1, .toc-entry-col2, .toc-entry-col3 {
padding-left: 5px;
font-size:93%;
}
.post{display:none;}
.comments-block{display:none;}
.comment-form{display:none;}
.comment-footer{display:none;}
.blog-pager{display:none;}
.date-header{display:none;}
.feed-links{display:none;}
.comments{display:none;}
</style>
</b:if>
</head>
6.Now again edit your template.. Don't Expand the Widget Templates..
7.Find this line of code
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
and immediately after that place this code snippet..(after editing the snippet with your toc url)
<b:widget id='HTML345' locked='false' title='Table Of Contents' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.url == "http://www.bloggerplugins.org/2005/06/table-of-contents.html"'>
<h2 class='title'>Blog Table Of Contents</h2>
<div class='widget-content'>
<div id='toc'><img src='http://bloggerplugins.org/me/ajax-loading.gif'/>Loading The Blog TOC...</div>
</div>
<b:include name='quickedit'/>
</b:if>
</b:includable>
</b:widget>
8.Now Find
</body>and place this code immediately above it after tweaking it with your blog urls..(there are 2 urls..replace all those green urls properly)
<b:if cond='data:blog.url == "http://www.bloggerplugins.org/2005/06/table-of-contents.html"'>
<script style="text/javascript" src="http://bloggerplugins.org/me/blogtoc.js"></script>
<script src="http://www.bloggerplugins.org/feeds/posts/default?alt=json-in-script&max-results=500&callback=loadtoc"></script>
<script src="http://www.get-b/feeds/posts/default?alt=json-in-script&start-index=501&max-results=500&callback=loadtoc"></script>
<script src="http://www.bloggerplugins.org/feeds/posts/default?alt=json-in-script&start-index=1001&max-results=500&callback=loadtoc"></script>
<script type="text/javascript">showToc();</script>
</b:if>
Source: http://bloggerplugins.org/
| Reactions: |
5 Steps to Increase your Google Page Rank
Google Page rank is based on back links. Back links are Links pointing to your website from another website. The more back links you have the higher your PR will be.
1. Join forums, forums are a great way to achieve links to your website. In most forums you are allowed to have a signature and in your signature you can put a link to your website. But another important note to look on is making sure the forum is somewhat related to your website. You will still get credit if it's not, but if it's related to your website than you will be accomplishing two tasks at once.
You will be advertising for your website (bringing in targeted traffic) You will also be building your websites presence.
Your websites presence is very important to your survival. The more people see, or hear about your website the more credibility you will have and this increases your chances of having these visitors come back and possibly become leads.
2. Submit to search engine directories. Search engine directories are a good way to get a free link to your website. They also increase your chances at being listed higher on popular search engines like Google, and overture.
Most search engine directories allow you to submit to their website for free. This will allow you to increase your web presence by being listed on another search engine, and it will also be a free link. Remember the more links you have the higher your PR will be.
3. Using ezine ads (or newsletters). Creating an ezine will probably be the most beneficial step you can take to increasing your web presence. When you create an ezine you will be able to keep visitors coming back to your website for more by using signatures and giving special deals.
Ezine's will also allow you to increase your back links. By creating an ezine you can submit your information about your ezine to an ezine directory. This directory will than link to your website(thus giving you a free link).
4. Creating and publishing articles. Articles are an easy source of generating new traffic. You can include your signature in your article. This will bring in more traffic from article submission directories.
Your signature usually consists of 4 to 8 lines. Usually the first line would be the title of the website that you are trying to advertise. The last line would be the link to the website and the lines in between these would be a sales pitch to draw your viewers into your website.
5. Links from related websites. Gaining links from related websites can be one of the most frustrating tasks you can attempt.
They are very easy to find, but can be somewhat difficult to obtain links from.
To find related websites, all you have to do is go to a search engine... say Google... and type in your subject. Maybe your website is based on ford mustangs.
You go to Google and type in ford mustangs, than you look around for pages that are somewhat related to your website. After you have done this (which should be very easy) you have to contact them in some way to get your link posted on their website. This can be the most difficult task because a lot of webmasters ignore e-mail's from people requesting links because they don't see the importance of it at the time. Some other reasons could be that they are rarely online, or they delete spam mail and sometimes delete their important emails in the process.
Important note: When looking for link partners don't just link with websites that have a page rank of 4 or higher. Link with anyone and everyone you get a chance to. If you link to someone that has a page rank of zero, this will not hurt your page rank. It will only increase it because you are getting a link back to your website. Google doesn't look at your back links page ranks to determine what yours is going to be. It simply looks at how many back links you have.
So if Google one day decided to link to a website that was just created and this website has a page rank of 0 and has a domain that goes something like this: mywebsite.geocities.com it's page rank wouldn't increase even though Google's page rank is 10, it's rank would still be zero because it would only have that one back link.
1. Join forums, forums are a great way to achieve links to your website. In most forums you are allowed to have a signature and in your signature you can put a link to your website. But another important note to look on is making sure the forum is somewhat related to your website. You will still get credit if it's not, but if it's related to your website than you will be accomplishing two tasks at once.
You will be advertising for your website (bringing in targeted traffic) You will also be building your websites presence.
Your websites presence is very important to your survival. The more people see, or hear about your website the more credibility you will have and this increases your chances of having these visitors come back and possibly become leads.
2. Submit to search engine directories. Search engine directories are a good way to get a free link to your website. They also increase your chances at being listed higher on popular search engines like Google, and overture.
Most search engine directories allow you to submit to their website for free. This will allow you to increase your web presence by being listed on another search engine, and it will also be a free link. Remember the more links you have the higher your PR will be.
3. Using ezine ads (or newsletters). Creating an ezine will probably be the most beneficial step you can take to increasing your web presence. When you create an ezine you will be able to keep visitors coming back to your website for more by using signatures and giving special deals.
Ezine's will also allow you to increase your back links. By creating an ezine you can submit your information about your ezine to an ezine directory. This directory will than link to your website(thus giving you a free link).
4. Creating and publishing articles. Articles are an easy source of generating new traffic. You can include your signature in your article. This will bring in more traffic from article submission directories.
Your signature usually consists of 4 to 8 lines. Usually the first line would be the title of the website that you are trying to advertise. The last line would be the link to the website and the lines in between these would be a sales pitch to draw your viewers into your website.
5. Links from related websites. Gaining links from related websites can be one of the most frustrating tasks you can attempt.
They are very easy to find, but can be somewhat difficult to obtain links from.
To find related websites, all you have to do is go to a search engine... say Google... and type in your subject. Maybe your website is based on ford mustangs.
You go to Google and type in ford mustangs, than you look around for pages that are somewhat related to your website. After you have done this (which should be very easy) you have to contact them in some way to get your link posted on their website. This can be the most difficult task because a lot of webmasters ignore e-mail's from people requesting links because they don't see the importance of it at the time. Some other reasons could be that they are rarely online, or they delete spam mail and sometimes delete their important emails in the process.
Important note: When looking for link partners don't just link with websites that have a page rank of 4 or higher. Link with anyone and everyone you get a chance to. If you link to someone that has a page rank of zero, this will not hurt your page rank. It will only increase it because you are getting a link back to your website. Google doesn't look at your back links page ranks to determine what yours is going to be. It simply looks at how many back links you have.
So if Google one day decided to link to a website that was just created and this website has a page rank of 0 and has a domain that goes something like this: mywebsite.geocities.com it's page rank wouldn't increase even though Google's page rank is 10, it's rank would still be zero because it would only have that one back link.
Labels:
Cool Tricks,
Google,
Traffic rank
| Reactions: |
How to change blogger/blogspot background colour?
Many of the template you, but some are odd in background colours. If you are trying to change your background colour this article may help you.And today i am going to share you how to change background colour. You can change your blog’s background colour to your needs.
So, how to change that? Here are the simple steps you have to follow.
1. Open your blog and PRINT SCREEN your blog’s background.
2. Open Photoshop>>File>>New and paste (ctrl+c). Select Eyedropper Tool.
click your blog’s background containing in photoshop to know the colour code.
3. Double click colour picker and copy the colour code.
4. Logon to blogger.com got to Layout>>Edit Html. Press Ctrl+F and paste your background colour code there. As you have found that code the URL containing just left to that code is your background URL. Look at below image.
5. Now you have got background URL copy and paste that URL to a new tab and the image which will display save that image to your pc.
6. Edit that image colour from Photoshop according to your needs & which is suitable for your blog.
7. After you have done up to step 6 host your saved image to any image hosting site like imageshack.
8. Now you have got direct link to that image. Replace your old background URL (which you have done in step 4) with new one (containing in imageshack).
9. And now you’re Done. isn't it easy??
So, how to change that? Here are the simple steps you have to follow.
1. Open your blog and PRINT SCREEN your blog’s background.
2. Open Photoshop>>File>>New and paste (ctrl+c). Select Eyedropper Tool.
click your blog’s background containing in photoshop to know the colour code.
3. Double click colour picker and copy the colour code.
4. Logon to blogger.com got to Layout>>Edit Html. Press Ctrl+F and paste your background colour code there. As you have found that code the URL containing just left to that code is your background URL. Look at below image.
5. Now you have got background URL copy and paste that URL to a new tab and the image which will display save that image to your pc.
6. Edit that image colour from Photoshop according to your needs & which is suitable for your blog.
7. After you have done up to step 6 host your saved image to any image hosting site like imageshack.
8. Now you have got direct link to that image. Replace your old background URL (which you have done in step 4) with new one (containing in imageshack).
9. And now you’re Done. isn't it easy??
| Reactions: |
Subscribe to:
Posts (Atom)
