Tuesday, December 1, 2009
Blogger missing comment - issue
Posted by Unknown at 10:13 AM 0 comments
Labels: Blogger Tricks, Good Updates, Tech, Tech how to, Web updates
Friday, November 20, 2009
How to delete a follower from blogger blog
This is how you can remove or block a follower from blogger:
- Go to your blogger home page . All your blogs will be listed in the page, also the number of followers in right side of each blog.
- Click on the 'followers' link which will show you all the list of followers.
- Identify the follower to block/delete. Click on it. Next to the name, you should see a 'Block this user' button.
Posted by Unknown at 11:33 PM 0 comments
Labels: Blogger Tricks, Tech, Tech how to, tips, Web updates
Thursday, June 11, 2009
List all posts in blogger feed url
Default feed url such as http://all-mixed.blogspot.com/atom.xml or http://all-mixed.blogspot.com/feeds/posts/default is not going to list all the posts in your blog.To do so add the following query string at the end of the above urls
e.g.
http://all-mixed.blogspot.com/atom.xml?redirect=false&start-index=1&max-results=499
will list first 500 blog posts from your blog.
Similarly
http://all-mixed.blogspot.com/feeds/posts/default?redirect=false&start-index=1&max-results=499
Replace "all-mixed" with your blog name above.
Posted by Unknown at 8:07 PM 0 comments
Labels: blogger feed, Blogger Tricks, Good Updates, Tech, Tech how to, Web updates
Thursday, March 5, 2009
How to change robots.txt in blogger
URLs restricted by robots.txt : 24 urls
When I saw the details, then I came to know that most of the restricted urls are nothing but the "labels" I created on my blog. Did a lot of Google and finally I learnt that we cant change the robots.txt file in Blogger (unless we host our blog in our server).
The I looked at my rebots.txt (http://all-mixed.blogspot.com/robots.txt) which looks like this:
-----------------------------
User-agent: Mediapartners-Google
Disallow:
User-agent: *
Disallow: /search
Sitemap: http://all-mixed.blogspot.com/feeds/posts/default?orderby=updated
-----------------------------
So,
"Disallow: /search" seems to be fine as it just not going to index the search result pages (labels too), which are kind of duplicate (as individual post url is going to be indexed anyway, if no error)
** In the above default site map, the line
"User-agent: *" means that allow all types of user agents to index your blog content.
If the information I put above seems wrong, please correct me. thanks.
Posted by Unknown at 9:15 AM 5 comments
Labels: Blogger Tricks, Good Updates, Tech, Tech how to, Web updates
Saturday, February 21, 2009
Blank page on blogger main page - blogger tip
I was a bit confused as the old posts were still listed on the sidebar, and there when I click on them. But in the main page, it was a blank page.
What I did ?
I just went to customized -> Posting -> Edit Posts tab and then edited the latest post and just did "Publish Post" without changing anything and this made my posts on homepage appear again.
Not sure if this trick helped me to get my main page again, or something happened just by luck. You can give a try ...
Posted by Unknown at 7:20 AM 0 comments
Labels: Blogger Tricks, Good Updates, Tech, Tech how to, tips, Web updates
Monday, October 27, 2008
Shaded text box for code block in blogger templates
I am using this trick from Geek Pit to create the shaded text boxes to put my codes in my unix bash scripting blog. Thought of sharing here. Its useful.
Posted by Unknown at 3:18 AM 1 comments
Labels: Blogger Templates, Blogger Tricks, Good Updates, Web updates
Sunday, July 27, 2008
How to add youtube video to blogger - blogspot
Posted by Unknown at 10:15 AM 0 comments
Labels: Blogger Tricks, Good Updates, Web updates