blogger

You are currently browsing the articles from MS Windows Articles, Reviews and Videos matching the category blogger.

The commenting strategy

This strategy won’t double your visitors or make new ones, but will make them loyal and return (every week) to your site. Sure if you have the needed traffic.
What this strategy consist of?
2 widgets :

  • Last comments : Show last 10 comments and the posts where those comments where posted.
  • 5 top commentator : Show the 5 top commentator for the current week.

How this startegy will boost your traffic?

  • Visitors (interested in getting traffic from your site with their comment) will return every week to get the 5 first positions. You’ll have loyal visitors.
  • Reader will comment as much as they can increasing your page impression and then your earnings.
  • Your blog won’t be a book only for reader, but we’ll make also their interest!

You don’t have the needed traffic, support this strategy

  • Comment your self your posts
  • Make hundred of comments to tell people that you are making hundred of visitors

Where to find those sites?
I already found a fantastic one : Jackbook. I have dominated the 2 top positions.
adiestudio.com uses the same strategy but seems not having the necessary traffic.
Your site uses this strategy or you found a good site that uses it. Tell me about with a simple comment!

Me also I use this strategy so try to comment as much as you can!


Omar Abid Blog

Written by Omar Abid on March 20th, 2008 with no comments.
Read more articles on Contributors and blogger.

Top commentators widget for blogger

I liked (in the past) Wordpress, especially for this widget.
But I searched and I found that it's also possible in Blogger!
Just create a HTML/Script element and put this code on it

<script type="text/javascript">
function pipeCallback(obj) {
document.write("<ol>");
var i;
for (i = 0; i < obj.count ; i++)
{
var href = "'" + obj.value.items[i].link + "'";
var item = "<li>" + "<a href=" + href + ">" + obj.value.items[i].title + "</a> </li>";
document.write(item);
}
document.write("</ol>");
}
</script>
<script src= "http://pipes.yahoo.com/pipes/pipe.run?_render=json&_callback=pipeCallback&
_id=c92ac21897d8b56e61cfa85930dd89a1&url=http%3A%2F%2FBLOGNAME.blogspot.com&num=10" type="text/javascript"></script>

(merge the last two lines and replace BLOGNAME with your blog's subdomain name)

Have nice time
Omar Abid Blog

Written by Omar Abid on March 20th, 2008 with no comments.
Read more articles on Contributors and blogger.

Add Read more for Blogger

With this trick, you can choose to display an arbitrary amount of text from
the beginning of each post, as a teaser for the whole thing. Then users who want
to read the rest of the post can click a link to see the full text. This is
handy if you have lots of long articles all on one page. Note that you'll need

to have post pages
enabled in order to make this feature work.


There are three ingredients that go into this feature: conditional CSS, a "read
more" link for each post, and a modification for the posts that use this feature.
So let's go through it step by step.


Conditional CSS


We're going to use conditional tags to change how posts display on different
pages. Add the following code to your style sheet, depending on what kind of
template you have:


(for classic templates)

 


<MainOrArchivePage> 
span.fullpost {display:none;}
</MainOrArchivePage>

<ItemPage>
span.fullpost {display:inline;}
</ItemPage>

(for layouts)

 


<b:if cond='data:blog.pageType == "item"'> 
span.fullpost {display:inline;}
<b:else/>
span.fullpost {display:none;}
</b:if>

Your style sheet is usually near the top of your template, between the
<style>
and </style> tags. If you have your style sheet in a
separate file, you'll still need to add these lines in your template, so the
conditional tags will work. Just make sure you add in the <style>
tags around them.


What we did here was to define a class called "fullpost" that will appear
only on post pages (permalinks). Part of each post will use this class, as we'll
see later.


"Read More" Links


Add the following code to your template, somewhere after the <$BlogItemBody$>
or <data:post.body/> tag:


(for classic templates)

 


<MainOrArchivePage><br />
<a href="<$BlogItemPermalinkURL$>">Read more!</a>
</MainOrArchivePage>

(for layouts)

 


<b:if cond='data:blog.pageType != "item"'><br />
<a expr:href='data:post.url'>Read more!</a>
</b:if>

This link will only appear on the main page and archive pages, and it will
redirect your reader to the post page containing the full text of your post. You
can replace the "Read more!" text with whatever you like, of course.


Post Modifications


The final piece that we need is a little bit of code in your actual post.
Each post that you want to use this feature on will need this code:


<span class="fullpost"></span>


This part can actually go in the
post template, if
you don't want to have to type it for each post. You'll enter the summary text
outside the span tags and the remainder inside, like so:


Here is the beginning of my post. <span class="fullpost">And here is
the rest of it.</span>



Omar Abid Blog

Written by Omar Abid on March 20th, 2008 with no comments.
Read more articles on Contributors and blogger.

Tag / Label Cloud for Blogger classic Template and Layout Template

Tag / Label Cloud for Blogger classic Template


Tag / Label Cloud for Blogger classic Template
This type of label cloud look like what left figure shows. We can change list type of look with alphabetical order.

#labelList {}
ul#label-list {text-align:justify}
ul#label-list li {display:inline;}

change inline in the above code to list for get labels in list. inline look likes left figure shows.

phydeaux3.blogspot.com one of the good blog for giving this type of codes and technical information.


For more information and code go here.....

Tag / Label Cloud for Blogger Layout Template

Tag / Label Cloud for Blogger Layout Template I dont know more information for this , because i am not use layout template in my blogs. I say to my blogger users dont use these codes if you are regular poster. I say put related label in evry post, its enough to track search engine your blog labels and users to get more information in the related content.

phy3blog.googlepages.com breafly explain how to put code inblogger layout template.

The left side figure shows what type of label cloud you get after put code in your layout template.


For more information and code go here.....



Why we Upgrade our hardware for Windows Vista / Meaning of Yahoo, Adidas, Good bye /How to install wordpress 2.2.1 / Google is give me the deleted blog /Google platform, peoples

Written by chidananda M R on September 2nd, 2007 with comments disabled.
Read more articles on TechInfiya and blogger and label cloud and language translator and layout and templates.

The Joy of Tagging (or Labeling)

OK... I admit it. I'm jumping on the whole "tagging" thing (or as Blogger likes to call it, "Labels") a bit late. Shortly after converting to the "new" Blogger, I made a rather unconscious decision to ignore the field that allows for tagging new items. So there are many posts that were made with the new blogger that don't have tags. I plan on tagging a few at a time, but with 140+ posts, this could take a bit of time.

»

Written by «/\/\Ø|ö±ò\/»®© on April 23rd, 2007 with comments disabled.
Read more articles on blogger and labels and tagging.

No older articles

Newer articles »