0
You can see in many blogs displaying 'Sign-Up for weekly Newsletter' in the blog header. Even big blogs like 'ShoutMELoud' also uses its own customized code in their template to display the feed burner subscription form. It helps your blog to attract more and more visitors and sudden increase in the readership. Now I have tweaked the same customized code of ShoutMELoud into HTML code which can be used to make the same appearance in blogger blogs. You can also customize this code in WordPress blogs also. The benefit of adding the code in header part is you can see a flood of subscribers increasing in your feed count.
How to increase readership by adding 'Sign-Up for weekly Newsletter subscription form' in header?
If a reader lands on your blog searching from search engines for a catchy title or a content then you should make him engage with your blog with the quality content and catchy headings. If you become successful in attracting an visitor then that means you will get a permanent reader to your blog. You should make him to be curious to see the updates from your blog so that he will subscribe to your blog via feed burner by submitting his email ID. In this way if you convert search visitors into the regular readers of your blog at least 100 subscribers to your blog. You can get those 100 visitors to view your every new post whenever its published.
How to install this gadget in blogger?
1. Log in to your blogger account and in dashboard click on 'Design'.
2. Add a HTML/JavaScript gadget in your blog.
3. Copy and paste the below code in HTML box and drag the HTML box to header.
4. Code:
6. This is how the 'Sign-Up for weekly Newsletter' gadget appears in your blog. Click on the image to view how the gadget actually appears.
Tips to customize the gadget:
1. You need to replace the 'INTERNET' which is marked in blue color in HTML code with your feed burner ID or replace the whole feed burner URL.
2. You can edit background color of gadget by changing background CSS color codes with your desired color code.
Share the gadget with your friends. Also let us know if you find any sort of bug in installing gadget with this HTML code.
Read More
How to add Sign-Up for free weekly Newsletter subscription form as in ShoutMELoud
Posted by
Anonymous on 2/10/2012

How to increase readership by adding 'Sign-Up for weekly Newsletter subscription form' in header?
If a reader lands on your blog searching from search engines for a catchy title or a content then you should make him engage with your blog with the quality content and catchy headings. If you become successful in attracting an visitor then that means you will get a permanent reader to your blog. You should make him to be curious to see the updates from your blog so that he will subscribe to your blog via feed burner by submitting his email ID. In this way if you convert search visitors into the regular readers of your blog at least 100 subscribers to your blog. You can get those 100 visitors to view your every new post whenever its published.
How to install this gadget in blogger?
1. Log in to your blogger account and in dashboard click on 'Design'.
2. Add a HTML/JavaScript gadget in your blog.
3. Copy and paste the below code in HTML box and drag the HTML box to header.
4. Code:
<style>
#feature_box{background:#f0f4f4; border-bottom: 1px solid #D4D4D4; padding:10px 15px 0px;}
#sleek-subscribe{display: block; margin:0 auto; }
.newsheadline {color:#222; font-size:16px; line-height:50px; float:left; font-weight:bold;}
.newsheadline span{font-size:38px; color:#444; line-height:14px; font-family: "Droid Sans",arial,sans-serif; font-weight:normal;}
.newsheadline cite{font-style:normal; color:#f00;}
.signform{background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1x2kQGSq2gYVeq2AuoJHMfw_reiPW_feje6UrUoXqNAMChDMhf1UUjGdPTFzeqvPHyH9Rxc_4R9chyphenhyphenrLyXADaGsGCMggzLiHI77AVfydKeZV6LGENljvlkWWGpxWk6HzAWBOS-iWXGYQ/s1600/arrow.jpg') no-repeat;padding:0 0 10px 100px; float:right; }
.txt2, .txt2:focus{width:140px; font-size:15px; background:#f7f7f7; color:#004B80; border:1px solid #E36B0A; margin:0 5px; float:left; padding:10px; width:160px; border-radius: 10px;}
.btn2, .btn2:focus {background:#E36B0A; margin:0 5px; padding:8px 10px 9px; border:1px solid #AD5513; color:#fff; font-size:15px; border-radius:10px;}
.btn2:hover{background:#6689b0; }
</style>
<div id='feature_box'>
<div id='sleek-subscribe'>
<div class='newsheadline'><span>Sign-up</span> for <cite>FREE</cite> daily Updates.</div>
<form action='http://feedburner.google.com/fb/a/mailverify?uri=INTERNET' class='signform' method='post' target='_new'>
<input class='txt2' name='name' onblur='if (this.value == '') {this.value = 'your name...';}' onfocus='if (this.value == 'your name...') {this.value = '';}' value='your name...'/>
<input class='txt2' name='email' onblur='if (this.value == '') {this.value = 'your email address...';}' onfocus='if (this.value == 'your email address...') {this.value = '';}' value='your email address...'/>
<input class='btn2' type='submit' value='subscribe me!'/>
</form>
5. If you are using a custom template in blogger then you need to copy and paste the HTML code in 'Edit HTML' section where you want the gadget to appear. You can paste this HTML code in your blog's header and you can see it in action (for only third party templates).#feature_box{background:#f0f4f4; border-bottom: 1px solid #D4D4D4; padding:10px 15px 0px;}
#sleek-subscribe{display: block; margin:0 auto; }
.newsheadline {color:#222; font-size:16px; line-height:50px; float:left; font-weight:bold;}
.newsheadline span{font-size:38px; color:#444; line-height:14px; font-family: "Droid Sans",arial,sans-serif; font-weight:normal;}
.newsheadline cite{font-style:normal; color:#f00;}
.signform{background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1x2kQGSq2gYVeq2AuoJHMfw_reiPW_feje6UrUoXqNAMChDMhf1UUjGdPTFzeqvPHyH9Rxc_4R9chyphenhyphenrLyXADaGsGCMggzLiHI77AVfydKeZV6LGENljvlkWWGpxWk6HzAWBOS-iWXGYQ/s1600/arrow.jpg') no-repeat;padding:0 0 10px 100px; float:right; }
.txt2, .txt2:focus{width:140px; font-size:15px; background:#f7f7f7; color:#004B80; border:1px solid #E36B0A; margin:0 5px; float:left; padding:10px; width:160px; border-radius: 10px;}
.btn2, .btn2:focus {background:#E36B0A; margin:0 5px; padding:8px 10px 9px; border:1px solid #AD5513; color:#fff; font-size:15px; border-radius:10px;}
.btn2:hover{background:#6689b0; }
</style>
<div id='feature_box'>
<div id='sleek-subscribe'>
<div class='newsheadline'><span>Sign-up</span> for <cite>FREE</cite> daily Updates.</div>
<form action='http://feedburner.google.com/fb/a/mailverify?uri=INTERNET' class='signform' method='post' target='_new'>
<input class='txt2' name='name' onblur='if (this.value == '') {this.value = 'your name...';}' onfocus='if (this.value == 'your name...') {this.value = '';}' value='your name...'/>
<input class='txt2' name='email' onblur='if (this.value == '') {this.value = 'your email address...';}' onfocus='if (this.value == 'your email address...') {this.value = '';}' value='your email address...'/>
<input class='btn2' type='submit' value='subscribe me!'/>
</form>
6. This is how the 'Sign-Up for weekly Newsletter' gadget appears in your blog. Click on the image to view how the gadget actually appears.
Tips to customize the gadget:
1. You need to replace the 'INTERNET' which is marked in blue color in HTML code with your feed burner ID or replace the whole feed burner URL.
2. You can edit background color of gadget by changing background CSS color codes with your desired color code.
Share the gadget with your friends. Also let us know if you find any sort of bug in installing gadget with this HTML code.

0
Initially every blogger starts his blogging career on free blogger platform by using blogspot's sub domain service. Even I also started my blogging career on free blogger platform. When I started blogging in early days I aimed of posting at least 1 post in a day. However I managed of posting around 5 posts in a week. The same way I managed to post my first 20 posts in a month. I was getting quite good traffic to my blog around 500 visitors a day. I thought to apply for Adsense so that I can earn some money with that traffic around 1$ to 2$ a day. Buying your own custom domain doesn't hurt much financially.
A custom domain costs around 2$ to maximum of 5$ a year. You can also use coupons before buying a domain name which helps you in saving some dollars ($). Before buying a domain name or hosting space you can Google for coupon codes at that time because those coupon codes will work for only short time span. Buying a custom domain does not hurt you financially much when you are having traffic of around 500+ visitors a day because you can earn that 10$ dollars within 4 to 5 days from Adsense. Always choose .com as your first option and if you didn't get .com of your desired name then go for .org or .net extensions. I don't like buying a hosting for my blog by spending some dollars when you are getting it in blogger for free. Blogger is owned by Google so need not to worry always up-time servers. Even your blog will be given a higher position in search results. Because of new redirection update in blogger some blogs are loosing traffic. So, to overcome this problem better to redirect your blog to a custom domain instead of using blogspot sub domain.
Related to topic:
Merits and Demerits of new redirection update in blogger
Steps to redirect your blogspot blog from sub domain to custom domain:
1. I am having International Debit card from which I tried to buy a domain for my blog. But unfortunately I couldn't buy using that card on Godaddy and Netfirms. As I contacted them through their live chat support I got a reply from them saying that 'my bank denied transaction'.
2. So, I thought to register my domain on BigRock.in as it is a Indian register which supports all types of Credit cards, Debit cards and bank balance transfer. And finally I registered my domain on bigrock.in.
3. So, now to redirect your blog sub domain to top level domain log in to your account where you registered the domain. Now search for the control panel in that registered website.
3. There you will find DNS settings. Enter into it to change your DNS settings. If you find any IP address in the 'A-records' section just delete them because the bots have already enabled the domain forwarding facility in your account.
4. Now enter the below IP's in the 'A-records' section separately.
5. Now search for 'CNAME' option. And now add a new CNAME record as below.
Name: www
Host Name: ghs.google.com
6. Save it and Log out of your account.
Redirect your blogspot Sub domain to Top level Domain:
1. Wait for 4 to 5 hours till your register update your DNS globally.
2. After 4 to 5 hours its time to redirect your blogger sub domain to top level domain.
3. Log in to your blogger account go to 'Settings' tab and now click on 'Publishing' tab.
4. Click on custom domain in 'Switch to: • Custom Domain (Point your own registered domain name to your blog)'.
5. Now click on 'Switch to advanced settings'.
6. Enter your domain name in 'Your Domain'. For example enter like this 'www.crazyinternet.org'.
7. Now mark as 'No' in 'Use a missing file host'.
8. Enter captcha and 'Save Settings'. Everything is done. Within 1 or 2 hours now your blog sub domain address like 'yourblog.blogspot.com' redirects to 'www.example.com'.
If you feel any difficulty in redirecting from sub domain to top level domain contact me through email or leave a comment below.
Read More
How to redirect blogspot blog from sub domain to custom domain
Posted by
Anonymous on 2/03/2012

A custom domain costs around 2$ to maximum of 5$ a year. You can also use coupons before buying a domain name which helps you in saving some dollars ($). Before buying a domain name or hosting space you can Google for coupon codes at that time because those coupon codes will work for only short time span. Buying a custom domain does not hurt you financially much when you are having traffic of around 500+ visitors a day because you can earn that 10$ dollars within 4 to 5 days from Adsense. Always choose .com as your first option and if you didn't get .com of your desired name then go for .org or .net extensions. I don't like buying a hosting for my blog by spending some dollars when you are getting it in blogger for free. Blogger is owned by Google so need not to worry always up-time servers. Even your blog will be given a higher position in search results. Because of new redirection update in blogger some blogs are loosing traffic. So, to overcome this problem better to redirect your blog to a custom domain instead of using blogspot sub domain.
Related to topic:
Merits and Demerits of new redirection update in blogger
Steps to redirect your blogspot blog from sub domain to custom domain:
1. I am having International Debit card from which I tried to buy a domain for my blog. But unfortunately I couldn't buy using that card on Godaddy and Netfirms. As I contacted them through their live chat support I got a reply from them saying that 'my bank denied transaction'.
2. So, I thought to register my domain on BigRock.in as it is a Indian register which supports all types of Credit cards, Debit cards and bank balance transfer. And finally I registered my domain on bigrock.in.
3. So, now to redirect your blog sub domain to top level domain log in to your account where you registered the domain. Now search for the control panel in that registered website.
3. There you will find DNS settings. Enter into it to change your DNS settings. If you find any IP address in the 'A-records' section just delete them because the bots have already enabled the domain forwarding facility in your account.
4. Now enter the below IP's in the 'A-records' section separately.
216.239.32.21
216.239.34.21
216.239.36.21
216.239.38.21
5. Now search for 'CNAME' option. And now add a new CNAME record as below.
Name: www
Host Name: ghs.google.com
6. Save it and Log out of your account.
Redirect your blogspot Sub domain to Top level Domain:
1. Wait for 4 to 5 hours till your register update your DNS globally.
2. After 4 to 5 hours its time to redirect your blogger sub domain to top level domain.
3. Log in to your blogger account go to 'Settings' tab and now click on 'Publishing' tab.
4. Click on custom domain in 'Switch to: • Custom Domain (Point your own registered domain name to your blog)'.
5. Now click on 'Switch to advanced settings'.
6. Enter your domain name in 'Your Domain'. For example enter like this 'www.crazyinternet.org'.
7. Now mark as 'No' in 'Use a missing file host'.
8. Enter captcha and 'Save Settings'. Everything is done. Within 1 or 2 hours now your blog sub domain address like 'yourblog.blogspot.com' redirects to 'www.example.com'.
If you feel any difficulty in redirecting from sub domain to top level domain contact me through email or leave a comment below.

0
Read More
Merits and Demerits of redirection update from blogspot.com to blogspot.in
Posted by
Anonymous on 1/31/2012
Blogspot now started to redirect yourblog.blogspot.com sub-domains to yourblog.blogspot.in. This is one of the major change implemented by Google to encourage its bloggers. You might be thinking when it all started to redirect domain it was from yesterday that is from 30th of Jan 2012. There are several merits and demerits involved in this update. Bloggers who are using sub-domains of blogspot i.e, yourblog.blogspot.com might face some of the problems in the upcoming days. A newbie blogger who is striving to get traffic to his blog will be happy but as well as a professional blogger will suffer.
Merits of new update (yourblog.blogspot.com to yourblog.blogspot.in):
1. You will start getting more and more page-views to your blog as .in is an Indian registry domain name.
2. Your blog will start ranking up when someone searches for content related to your blog's content on Google in India.
3. As Google displays search results based on the geographical location of the user your blog will get more Indian visitors.
4. The main aim of Google for this new update of redirection is if you are a blogger from India obviously you will write about Indian market, Indian shares, Indian blogging, Indian movie reviews, Indian mobile reviews and updates this helps users to get relevant information.
5. You can see when you type Google.com in url you will be redirected to Google.co.in to provide you with relevant search results so like that only your blog redirection is enabled.
Demerits of new update (yourblog.blogspot.com to yourblog.blogspot.in):
1. But due to this major update the blog owners who writes on gadgets and other content which is searched globally might not receive enough traffic from other countries.
2. If you want to target traffic from other countries you need to redirect your default blog address yourblog.blogspot.in to Top level domains like example.com, example.org or example.net.
3. However top level domains won't cost you more than 5$ a year but its still not affordable by a newbie who is thinking start his professional career as blogger.
4. By updating this new redirection to blogspot blogs Google is indirectly forcing the sub-domain users of blogspot to go with the top level domains.
5. Anyway some might be happy who are blogging just for passion but for those who are thinking that they can earn money from blogging and need be turned as a professional blogger its really a sad news for them.
6. The toughest in blogging is gaining back-links and scoring PR (Page Rank) but because of new update all back-links scored will be pointing to yourblog.blogspot.com instead of yourblog.blogspot.in which will cause the sudden fall in your Page Rank and your efforts go in vain.
All comments regarding this topic will be taken into consideration and will be appreciated.

2
First of all before changing your platform from blogger to wordpress you must have in your ind that you must change your site within the same domain you use as wordpress takes more time than blogger to get indexed by google.
So first install wordpress on your hosting and import your posts from blogger. Here are the steps you need to do.
So my nameservers should be ns1.x10hosting and ns2.x10hosting
Note:See this post for redirecting your blogger domain to your new wp blog so that you don't loose your sub-domain readers
This is the thing I didn't and am scared every night before I sleep. I use a free host which is actually a worst decision I've made in my whole life :(
So I say it you all never use a cheap host or a free one. I will be buying a host soon :) or maybe going back to blogger :(
That's the thing about wordpress that you can't leave this and go back to blogger So make a wise decision first itself
In wordpress there is only one disadvantage as I said earlier that is Google will not index fast , Alexa will go up.
So it your intelligence to make the best use of wordpress , Here are some plugins you need for being a good blogger
Read More
Tips before you change your blogging platform to wordpress
Posted by
Anonymous on 1/28/2012
Hey guys
All people come to a situation where they change their blogging platform
I've mad a lot of mistakes :P so I am writing for welfare of my readers :)
Never change your domain
First of all before changing your platform from blogger to wordpress you must have in your ind that you must change your site within the same domain you use as wordpress takes more time than blogger to get indexed by google.
So first install wordpress on your hosting and import your posts from blogger. Here are the steps you need to do.
- Go to blogger settings publishing and click go to blogspot domain and then verify captcha
- At the same time go to your domain and change the nameservers to your host For example my host is x10hosting
So my nameservers should be ns1.x10hosting and ns2.x10hosting
- Go to your host and install wordpress in your domain you used for blogger ( you have to add the domain in parked domain of your host ask me if you have any doubts regarding this)
- Then go to your domain.com/wp-admin and go to tools -> Import and then give your gmail id which you used for this domain
- You can import all your posts and comments through this way :)
Note:See this post for redirecting your blogger domain to your new wp blog so that you don't loose your sub-domain readers
Never choose a free host
This is the thing I didn't and am scared every night before I sleep. I use a free host which is actually a worst decision I've made in my whole life :(
So I say it you all never use a cheap host or a free one. I will be buying a host soon :) or maybe going back to blogger :(
That's the thing about wordpress that you can't leave this and go back to blogger So make a wise decision first itself
Make the best use of plugins
In wordpress there is only one disadvantage as I said earlier that is Google will not index fast , Alexa will go up.
So it your intelligence to make the best use of wordpress , Here are some plugins you need for being a good blogger
- All in one seo ( free plugin so no worries )
- Sharaholic ( Free plugin)
- Popup domination (premium get it here for free :http://geekspot.in/blog/2012/01/23/download-popup-domination-nulled-for-wordpress-3-3-1-with-pics/)
- nrelate related content (free plugin)
- Page navi ( free)
- Quick adsense (free )
- Code canyons popular posts bar ( premium get it here for free: http://geekspot.in/blog/2012/01/20/download-code-canyon-popular-posts-plugin/)
- Commentluv
So I guess this post was helpful for you and make sure you do all mentioned above :)

0
Hi there,
Read More
write guest posts
Posted by
Anonymous on 1/14/2012
Do you want to write guest posts to this blog?Look For The Contacts.
Email id- aravindbalaji.manikandan0@gmail.com
Social Media Profiles- Facebook
- Twitter
Advantages Of Writing Guest Posts
- You get popular if your post is helpful and nice.When you write on more blogs as guests you or your brand gets popular.
- You may have more knowledge on some platforms like technology...you won't know to express it and get popular so the thing you know will be wasted.You can express it in blogs by writing guest posting and the thing you know will not be wasted.
Are you eager to write guest posts?
just contact me.Info- look up.

0
Read More
Calculate total number of words in post for better SEO
Posted by
Anonymous on 1/13/2012
Here I got a online tool which helps you to calculate the total no. of words present in a document/post. If you need to calculate the total number of words in an email or in any webpage or in an PDF document or in offline .txt file this tool will do it for you. To use this tool you basically need an internet connection. You can also do this in offline also by using M.S.Word (Microsoft Word). If you don't have M.S.Word installed in your system or if you find any webpage and want to count the total no. of words in that webpage this tool will help you in counting words within couple of seconds. Even it will help for bloggers of both WordPress and Blogspot.
Do you want to know "How this tool helps for an blogger?".
I am just taking an example if you own a blog in Blogspot or WordPress and your blog is opened for Guest blogging then the guest bloggers will be submitting you the articles via email and for better SEO (Search Engine Optimization) you will need to check the quality of words used in this post and the total no. of words in this post because for better you need to write a post or an article of minimum of 300 words. If you get their post via email you can copy that content and paste in this tool to check the total no. of words used to write this post. If you want to check the total no. of words used in any webpage you can copy the webpage content and paste it in the tool box and click on submit within seconds it will reload and show you the count. The tool is called "Wordcounttool". This tool is installed in Wordcounttool.com. Go to that link and check the total number of words.
You can share with us if you know more tools that does the same job for you by leaving them as comments below.
Do you want to know "How this tool helps for an blogger?".
I am just taking an example if you own a blog in Blogspot or WordPress and your blog is opened for Guest blogging then the guest bloggers will be submitting you the articles via email and for better SEO (Search Engine Optimization) you will need to check the quality of words used in this post and the total no. of words in this post because for better you need to write a post or an article of minimum of 300 words. If you get their post via email you can copy that content and paste in this tool to check the total no. of words used to write this post. If you want to check the total no. of words used in any webpage you can copy the webpage content and paste it in the tool box and click on submit within seconds it will reload and show you the count. The tool is called "Wordcounttool". This tool is installed in Wordcounttool.com. Go to that link and check the total number of words.
You can share with us if you know more tools that does the same job for you by leaving them as comments below.

0
Once you find the code, remove it and save your template. Refresh your blog and now the Subscribe to: Posts (Atom) link wont be there on your blog.
Read More
How To Remove Subscribe To Posts(Atom) Link From Blogger Blog
Posted by
Anonymous on 1/12/2012
- Go to dashboard/ template/ edit HTML
- Click the 'Expand Widgets Templates' box
- Find:
Remove this line:
<b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links -->
<b:if cond='data:feedLinks'>
<div class='blog-feeds'>
<b:include data='feedLinks' name='feedLinksBody'/>
</div>
</b:if>
<b:include data='feedLinks' name='feedLinksBody'/>
Once you find the code, remove it and save your template. Refresh your blog and now the Subscribe to: Posts (Atom) link wont be there on your blog.

0
Once you find the code, remove it and save your template. Refresh your blog and now the Subscribe to: Posts (Atom) link wont be there on your blog.
Read More
How To Remove Subscribe To Posts(Atom) Link From Blogger Blog
Posted by
Anonymous on 1/12/2012
- Go to dashboard/ template/ edit HTML
- Click the 'Expand Widgets Templates' box
- Find:
Remove this line:
<b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links -->
<b:if cond='data:feedLinks'>
<div class='blog-feeds'>
<b:include data='feedLinks' name='feedLinksBody'/>
</div>
</b:if>
<b:include data='feedLinks' name='feedLinksBody'/>
Once you find the code, remove it and save your template. Refresh your blog and now the Subscribe to: Posts (Atom) link wont be there on your blog.

0
Follow my these steps
</script>
<script type='text/javascript'>
var twitterAccount = "rmanroh";
var tweetThisText = " <data:blog.pageTitle/> : <data:blog.url/> ";
tripleflapInit();
</script>
Read More
Add a Flying Twitter Bird To Your Blogger Blog
Posted by
Anonymous on 1/12/2012
Follow my these steps
- Go to blogger>Design>Edit HTML
- Copy your all blogger HTML template into a notepad file ( Recommanded )
- Search for </body>
- and just above it put the bellow code
</script>
<script type='text/javascript'>
var twitterAccount = "rmanroh";
var tweetThisText = " <data:blog.pageTitle/> : <data:blog.url/> ";
tripleflapInit();
</script>
5. Now Replace rmanroh with your own twitter username
6. Save your template
7. View your Blog and see the Twitter Flying Bird in Your Blog.

0
Follow my these steps
</script>
<script type='text/javascript'>
var twitterAccount = "rmanroh";
var tweetThisText = " <data:blog.pageTitle/> : <data:blog.url/> ";
tripleflapInit();
</script>
Read More
Add a Flying Twitter Bird To Your Blogger Blog
Posted by
Anonymous on 1/12/2012
Follow my these steps
- Go to blogger>Design>Edit HTML
- Copy your all blogger HTML template into a notepad file ( Recommanded )
- Search for </body>
- and just above it put the bellow code
</script>
<script type='text/javascript'>
var twitterAccount = "rmanroh";
var tweetThisText = " <data:blog.pageTitle/> : <data:blog.url/> ";
tripleflapInit();
</script>
5. Now Replace rmanroh with your own twitter username
6. Save your template
7. View your Blog and see the Twitter Flying Bird in Your Blog.

0
Facebook is just like a large ocean where more than 800 million people are having their Facebook accounts according to Facebook on September 22, 2011. Out of them more than 500 million people logs into their Facebook accounts daily. If you are professional blogger I recommend you to join some of the blogger groups on Facebook. The main motive of joining these blogger groups are:
Read More
Must join Bloggers groups on Facebook
Posted by
Anonymous on 1/02/2012

- Basically you will know how to build a blog.
- How to drive traffic to your blog.
- What are all the ways that you can earn money from blogging.
- Join in those discussions you will get an idea on what to write your blog posts.
- If you face any problem in blogging you can get experts advice and you can sort your problem.
- You will get to know daily developments in blogging field.
- You will join like minded people.
- Last but not the least it also helps in your blog promotion and helps in building contacts with successful bloggers.
1. Bloggers Longue
This is one of my favorite group on facebook. There are more than 1k bloggers in this group. For every 20 min there will be an activity running on this group. You too can join in conversation with these bloggers and gain some knowledge. I personally recommend you to join this group.
2. Tech Bloggers
It is also a facebook group similar to Bloggers Longue. You can join both groups and the conversations in both the groups will be different. Majority of bloggers in both the group are same.
3. Guest Blogging - Get Guest Posts and Find Guest Bloggers
This a group which helps you in finding guest bloggers and guest posts. Whenever other blogger writes an article he offers to post it on other blog and give him a back-link to his blog. You too can try to guest post on other blogs to get back-links and find a guest blogger for your blog.
If you find any other blogging groups interesting apart from these groups you can post their links in comments section.

0
Most of the time I have No ideas for posting.What three things I will Do?
Read More
No Ideas for Posting?
Posted by
Anonymous on 12/27/2011
- Visiting other blogs and getting ideas.
See most of the time you get ideas for posting by visiting other sites which is similar to your blog.You can post a numerous of posts even if you get a single main word.For example:- If any one posts a post on a Topic of any Google's project,you can also post any other information about it or similar to it.
2. Posting what is unknown to unknown.
Sometimes I will write on a post which is unknown to most of them.My classmates or my friends ask me some doubts which is unknown to them.So I will keep that as a topic and solve their doubts.And the traffic will increase because they will visit my site for the solving their doubts.
3. Visiting more popular sites and solving their needs which is given in the comment and not solved.
This idea is actually said by my brother.One day in facebook in a comment i saw a boy asking how to .....?sometimes I know the answers and reply them.My brother told "Instead Of Answering Them In The Same Site You Can Have that as Your post topic And Answer it briefly,So that your traffic will increase.
These are the three things I will follow when I have no ideas to post.So do you like this post?Comment on this post Please.

0
How to add poll options to the posts?
If you don't understand still, here is a tutorial about it.
Read More
How to add poll options to blogger posts
Posted by
Anonymous on 12/24/2011
How to add poll options to the posts?
- Create a poll widget in a sidebar as you do.
- Save changes.
- View blog and look for source of the poll widget.
- Search for that poll option's Code by pressing Ctrl+V.
- Copy the code of poll's widget from <iframe> to </iframe>.
- Paste the code in your post in 'edit HTML' tab.
If you don't understand still, here is a tutorial about it.

1
Read More
How to have a separate background for HTML codes in posts
Posted by
Anonymous on 12/20/2011
This post will say you how to have separate background for html codes in blogger posts.First of all i should thank http://www.way2blogging.org for posting saying me this information.And this was the thing i was looking for.
You have noticed in most of the blogs having a separate background for html codes in blogs.But the small bloggers dont know this so i'm gonna say you how to do that one.
.codeview {
margin : 15px 15px 15px 35px;
padding : 10px;
clear : both;
font-size:normal;
list-style-type : none;
font-family : "Courier New", "MS Sans Serif", sans-serif, serif;
background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlFct_ynTOkre2VAZI6pjHHPWvJvpqWuxTj5zGugmYlcFIDeyR9cNKMuVJ8Bmk89s-1JfR-SD1xRiIRM57pzaRtGva7ZrdMyED4gkg8BDTVHwd1VP7622zDWZ6eBCM6L-dNzPXr6u_7erq/') no-repeat scroll bottom right #EFFBF5;
border-top : 1px solid #eeeeee;
border-right : 2px solid #cccccc;
border-bottom : 2px solid #cccccc;
border-left : 1px solid #eeeeee;
}
.codeview li {
font-size : 13px;
line-height : 24px;
color : #333333;
font-weight : normal;
margin : 0;
padding : 0;
}
]]>
Now save your template.
While creating any Post, If you want to show the special Code in post that CSS code or JavaScript code, what ever may be , Go to Edit HTML tab in Post and create Div section and put your code in Div section like bellow and publish Your Post
You have noticed in most of the blogs having a separate background for html codes in blogs.But the small bloggers dont know this so i'm gonna say you how to do that one.
- Blogger dashboard
- Design -->Edit html
- Check expand widgets box
- Search for ]]></b:skin>
.codeview {
margin : 15px 15px 15px 35px;
padding : 10px;
clear : both;
font-size:normal;
list-style-type : none;
font-family : "Courier New", "MS Sans Serif", sans-serif, serif;
background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlFct_ynTOkre2VAZI6pjHHPWvJvpqWuxTj5zGugmYlcFIDeyR9cNKMuVJ8Bmk89s-1JfR-SD1xRiIRM57pzaRtGva7ZrdMyED4gkg8BDTVHwd1VP7622zDWZ6eBCM6L-dNzPXr6u_7erq/') no-repeat scroll bottom right #EFFBF5;
border-top : 1px solid #eeeeee;
border-right : 2px solid #cccccc;
border-bottom : 2px solid #cccccc;
border-left : 1px solid #eeeeee;
}
.codeview li {
font-size : 13px;
line-height : 24px;
color : #333333;
font-weight : normal;
margin : 0;
padding : 0;
}
]]>
Now save your template.
While creating any Post, If you want to show the special Code in post that CSS code or JavaScript code, what ever may be , Go to Edit HTML tab in Post and create Div section and put your code in Div section like bellow and publish Your Post
<div class="codeview"> </div>

12
Read More
Looking for a blog to write a post???? Guest posting now enabled in geekspot
Posted by
Anonymous on 12/13/2011
Hello

Many of you want to post something right??
Well don't go in search for a blogger blog which you'll have to create !
All may copy but they would be indexed by google.
So Here's an opportunity to write for us
Write for us for
"Free!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
What are you waiting for then!?
Topic:Anything related to technology or computer!!.
How to start writing ??
Just contact me at admin@geekspot.in or admin@techtribe.tk or just comment in a post in my blog
Yipee!!!!!!!!!!!!!!!!!!!!!!!!! and happy writing !!!
What will I get ??
You'll get a backlink , an opportunity to write whenever you want here and Visitors of our blog will get to know about you !!!!
Happy blogging
Many of you want to post something right??
Well don't go in search for a blogger blog which you'll have to create !
All may copy but they would be indexed by google.
So Here's an opportunity to write for us
Write for us for
"Free!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
What are you waiting for then!?
Topic:Anything related to technology or computer!!.
How to start writing ??
Just contact me at admin@geekspot.in or admin@techtribe.tk or just comment in a post in my blog
Yipee!!!!!!!!!!!!!!!!!!!!!!!!! and happy writing !!!
What will I get ??
You'll get a backlink , an opportunity to write whenever you want here and Visitors of our blog will get to know about you !!!!
Happy blogging

0
Read More
How to automatically add copyright when someone copies your articles in blogger
Posted by
Anonymous on 12/11/2011
Hello Everyone

First of all I would like to thank Ashiq Hassan for this article in his blog.
Ok now for the article.
Take a quick demo here :http://demo-onlinetrick.blogspot.com/2011/11/copy-some-of-article-and-paste-on.html
Whenever you copy it you get this Copyright Geekspot.in - All Rights Reserved
Thanks Ashiq Hassan
Now here is the tut.
Go to blogger->Design->edit html
Find </head>
And before it add the following code.
<script type='text/javascript'>
function addLink() {
var body_element = document.getElementsByTagName('body')[0];
var selection;
selection = window.getSelection();
var pagelink = "<br/><br/> Original from: <a href='"+document.location.href+"'>"+document.location.href+"</a><br/>Copyright Geekspot.in - All Rights Reserved"; // change this if you want
var copytext = selection + pagelink;
var newdiv = document.createElement('div');
newdiv.style.position='absolute';
newdiv.style.left='-99999px';
body_element.appendChild(newdiv);
newdiv.innerHTML = copytext;
selection.selectAllChildren(newdiv);
window.setTimeout(function() {
body_element.removeChild(newdiv);
},0);
}document.oncopy = addLink;
</script>
Change Copyright Geekspot.in - All Rights Reserved if you want.
Thanks for viewing. :)
First of all I would like to thank Ashiq Hassan for this article in his blog.
Ok now for the article.
Take a quick demo here :http://demo-onlinetrick.blogspot.com/2011/11/copy-some-of-article-and-paste-on.html
Whenever you copy it you get this Copyright Geekspot.in - All Rights Reserved
Thanks Ashiq Hassan
Now here is the tut.
Go to blogger->Design->edit html
Find </head>
And before it add the following code.
<script type='text/javascript'>
function addLink() {
var body_element = document.getElementsByTagName('body')[0];
var selection;
selection = window.getSelection();
var pagelink = "<br/><br/> Original from: <a href='"+document.location.href+"'>"+document.location.href+"</a><br/>Copyright Geekspot.in - All Rights Reserved"; // change this if you want
var copytext = selection + pagelink;
var newdiv = document.createElement('div');
newdiv.style.position='absolute';
newdiv.style.left='-99999px';
body_element.appendChild(newdiv);
newdiv.innerHTML = copytext;
selection.selectAllChildren(newdiv);
window.setTimeout(function() {
body_element.removeChild(newdiv);
},0);
}document.oncopy = addLink;
</script>
Change Copyright Geekspot.in - All Rights Reserved if you want.
Thanks for viewing. :)

0
Read More
How to add peel effect for blogger blogs and wordpress with subscribe button!!!!
Posted by
Anonymous on 12/09/2011
Hello
This is an awesome effect which is a must for beginners, to increase their subscribers.
Take a quick demo here (blogger)
Take a quick demo here(wordpress)
I was surfing the internet for a long time for this.
Here are some screen shots of the following plugin:

Normal

When hovered.
First of all I would like to thank Lasantha for this tut in bloggertricks.net
Here is the tutorial for wordpress (easy than blogger)
Just add the following plugin :http://wordpress.org/extend/plugins/jquery-page-peel/
That's all for wordpress!!!.
For blogger do the following.
Login to blogger.
Click design then edit html and check expand widget templates.
Then find ]]></b:skin>
Before it add the following code
This is an awesome effect which is a must for beginners, to increase their subscribers.
Take a quick demo here (blogger)
Take a quick demo here(wordpress)
I was surfing the internet for a long time for this.
Here are some screen shots of the following plugin:

Normal

When hovered.
First of all I would like to thank Lasantha for this tut in bloggertricks.net
Here is the tutorial for wordpress (easy than blogger)
Just add the following plugin :http://wordpress.org/extend/plugins/jquery-page-peel/
That's all for wordpress!!!.
For blogger do the following.
Login to blogger.
Click design then edit html and check expand widget templates.
Then find ]]></b:skin>
Before it add the following code
#pageflip {position: relative;}#pageflip img {width: 50px; height: 52px;z-index: 99;position: absolute;right: 0; top: 0;-ms-interpolation-mode: bicubic;}#pageflip .msg_block {width: 50px; height: 50px;position: absolute;z-index: 50;right: 0; top: 0;background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidNNbC8Q44f_crWGlQwgsQTd0ZXowR-jkVPJp4ujPPEGZq1mGCUD8VAIXlHbOMvXsfTcmGAUtqCOizuURhASRPExhS9HcnVPQKr0Eualat9IqorWV3erurFu3LMxr7WtuYE36BCsOKo1EM/) no-repeat right top;text-indent: -9999px;}
Note : Please host 'subscribe.png' image yourself.
5.Scroll down to where you see </head> tag:
6.Copy below code and paste it just before the </head> tag.
<script src='http://code.jquery.com/jquery-latest.js' type='text/javascript'/><script type='text/javascript'>$(document).ready(function(){
//Page Flip on hover
$("#pageflip").hover(function() { $("#pageflip img , .msg_block").stop() .animate({ width: '307px', height: '319px' }, 500); } , function() { $("#pageflip img").stop() .animate({ width: '50px', height: '52px' }, 220); $(".msg_block").stop() .animate({ width: '50px', height: '50px' }, 200);});
});</script>
6.Scroll down to where you see <body> tag:
7.Copy below code and paste it just after the <body> tag.
<div id='pageflip'><a href='http://feeds2.feedburner.com/baratworld'> <img alt='' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0DJuSZb3Bso3V-UAL-XJYjYaqeivqSo1V4N49zNbbZsdTZnA6f0q8nzQa0ft2CvF-o_Wym4dy1xrbhlWywsIqPwYnU7pPDuSb488wQg8tZ9J2jeC8AiD4q5WkwNWRE8H7RxnhZxGGIQNp/'/> <span class='msg_block'>Subscribe via RSS</span></a></div>
Note : Please host 'page_flip.png' image yourself.
Replace 'http://feeds2.feedburner.com/baratworld' with your feed address.
I repeat again this is not my effort and all the credit goes to Lasantha.
But please drop your comments if you have any doubts.
Thanks for watching
