How to be a Successful Blogger: Part 1

How to blog yourself to be a successful bloggerBlogging your way to success is not a easy thing and to be a succesful blogger it cannot be achieved over night but as i always say hard work and dedication is what you require to be a succesful blogger. Anyone blogging for the first time will make a blog for himself keeping a pre plan and aiming at a certain goal and it may be a short term goal or may be a long term goal. When your blogging it is always necessary that you set your goals and plan your targets for the day, week, month or so.



10 Tips to be a successful blogger

  1. As i started my topic with Goals, i'll start my tips with goals. Why am i saying is, if you set goals you tend to work hard to achieve it. So always make sure you set your Short term goals and Long term Goals.

  2. When your blog posting, set your mind free and then start posting.

  3. Be Unique on your post content and writing style.

  4. Always show your self positive and confident on what your blog posting at.

  5. Do not just make post for the purpose of increasing post count, post for the purpose your post is worth reading.

  6. Do not just copy and paste what others have made before, instead show your self new.

  7. Turn your self as a reader of your blog and understand the necessities your blog would require.

  8. Make your blog space neat and attractive.

  9. Always be broad and think of the other posibilities if your one set goal is failed.

  10. Respect all the readers of your blog and make a friendly environment to hang on with.

These are some of the basic primilinary tips that you should consider when your blog posting when your running yourself a blog. Be in touch to read our next segment how to be a successful blogger Part 2.

Continue reading on “How to be a Successful Blogger: Part 1”

Replace an image instead of Newer posts, Older posts and Home text link

If you have read most of my posts you would have seen or read my article on how to remove older posts and newer posts links. So today we will discuss how to replace an image instead of older posts and newer posts links. This hack is about replacing an image with the hyperlink instead of just the text link alone.


How to replace an image instead of Newer Posts, Older posts and Home

Replace an image instead of Newer posts, Older posts and Home text link


If you have noticed under my blog post i have added this hack and before you implement this hack make sure that you have created the necessary image for each links (Newer Post, Older Post and Home) and have uploaded in a web host. Now let us see how we can replace an image instead of Newer Posts, Older posts and Home link.

  1. Login to your Blogger Account

  2. Click on Layout

  3. Click on Edit HTML

  4. Tick on Expand widget

  5. And now search for this piece of code

  6. <span id='blog-pager-newer-link'>
    <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + "_blog-pager-newer-link"' expr:title='data:newerPageTitle'><data:newerPageTitle/></a>
    </span>
    </b:if>

    <b:if cond='data:olderPageUrl'>
    <span id='blog-pager-older-link'>
    <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + "_blog-pager-older-link"' expr:title='data:olderPageTitle'><data:olderPageTitle/></a>
    </span>
    </b:if>

    <b:if cond='data:blog.homepageUrl != data:blog.url'>
    <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
    <b:else/>
    <b:if cond='data:newerPageUrl'>
    <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
    </b:if>
    </b:if>

  7. Now replace the image with code that is market with red

    <data:newerPageTitle/> : <img alt='Newer Posts' src='http://NewerPostImageURL'/>
    <data:olderPageTitle/> : <img alt='Older Posts' src='http://OlderPostImageURL'/>
    <data:homeMsg/> : <img alt='Home' src='http://HomeImageURL'/>

    Remember to change the NewerPostImageURL with the image source of Newer post image URL, OlderPostImageURL with the image source of Older post image URL and HomeImageURL with the Home image URL that you have uploaded.

  8. Now save your template and youd done.

Continue reading on “Replace an image instead of Newer posts, Older posts and Home text link”

3 Column XML Minima White Blogger Template

Minima White Blogger Template is another series of Minima that by default is provided by Blogger. Minima White template by default comes with 2 column and this template has been tweaked to produce a 3 Column Minima White Blogger Template. Minima White Blogger template as the other series of Minima also uses the same way of development and is good for greateer web page load time.

Download 3 column XML Minima White Blogger Template


Continue reading on “3 Column XML Minima White Blogger Template”

3 Column XML Minima Black Blogger Template

Minima Black Blogger Template is template that Blogger provides you with. Minima Black Blogger template is a plane black background blogger template and simple. Minima Black Blogger template is good times if you want to have a good web page load time and used less CSS styles. This template has been tweaked to give out a 3 Column Minima Blogger Template

Download 3 Column XML Minima Black blogger template


Continue reading on “3 Column XML Minima Black Blogger Template”

How to blog post in future/Schduled Post in Blogger

Certain days i get very busy on my work so what i simply do is, make some posts when i am free and then schedule the post to be automatically posted on a specific part of a time. Using this technique is one good way how you can improve your blog because google bots always refer for new pages so not to disapoint them and our readers, scheduling posts feature is very helpful. This feature was recently added to blogger and this was available before at Blogger Draft. Now let us see how we can schedule blog post in blogger.

How to blog post automatically in future

How to schedule blog post in blogger



If you have noticed when you are composing your post in post editor you will find a option called "Post Options" just beside where you specify your labels. If your no sure just refer the image where i have marked it with red. So just click on it and you will be allowed to manage 3 elements Reader Comments, Backlinks and Post date and time. T o schedule your post just simply change date to a future date that you wish to publish on and click publish post and your done. And now if you have noticed your post will be refered to as scheduled post. That is it and now you have made a post on future and its time to relax.

Continue reading on “How to blog post in future/Schduled Post in Blogger”

3 Column XML Minima Ochre Blogger Template

Minima Ochre Blogger Template is another template by blogger, and this one of the Minima series template. This template is very good if you want to have good web page load time because not much heavy weight scripts and tools are used in this template. Minima Ochre Blogger Template by defaults comes with 2 column and this template has been tweaked to produce a 3 Column Minima Ochre Blogger Template

Download 3 column Minima ochre XML blogger template


Continue reading on “3 Column XML Minima Ochre Blogger Template”

How to remove label count in Blogger

When we add a label widget for blogger we have noticed the label count is displayed, that is the number of posts available in a particular label or category and some of you may want to remove label counts. This is a very simple hack to do so and let me show you how we can do it. We have discussed how labels can be used in blogger and for some of you who are unaware of this you can read here.

Remove numbers or counts in Blogger

  1. Login to your Blogger Account

  2. Click on Layout

  3. Click on Edit HTML

  4. Tick on "Expand Widget"

  5. And now find for this peice of code and delete it
    (<data:label.count/>)

  6. Now save your template and your done

Now view your blog to see your Blogger label count disappear.

Continue reading on “How to remove label count in Blogger”

How to improve your Page Rank within 4 months

If you have read all my SEO posts you would have understood what Search engine optimization really is and the importance of Link building. And i know lot of people struggle on building links to achieve a better rankings. What i noticed is, some of the webmasters who work hard all day and night finally end up with nothing at all. The reason is they want to work hard to improve their ranking but they follow the wrong guide.

You may wonder, what are those wrong guides?. There are several mistakes webmasters follow and practice in order to  improve their Page Rank but as this post is not relevant to the topic we shall not discuss all here but specify the main mistake that is assocciated to link building strategy that Google reckons bad and it is Link Exchange; Link exchange is good and a link in to your blog/site can improve your blog/site ranking; True, but have you also noticed Google for instance recruiting thousands of Phds' and Masters' to build a better ranking system and i also remember reading a lot of articles pointing out that link exchanges can get you into trouble and sometime the link in/out that you make with an irrelevant category blog/site can value nothing at all but rather bold out your rankings. So avoid much link exchanges as you can and try to gain a one way link back. If your blog/site is having a larger external links (links pointing out from your blog/site) than the internal links (links pointing in to your blog/site from other blog/sites) your blog/site may be in a situation like a person trying get off from drowning. The reasons may be several but one important instance is Bad Neighborhood.

So what i am really trying to say here is avoid much outbound links as you can, but you should also make sure you have made some external links to quality blogs/sites and search engines really likes this. So you may be wondering how can i get a one way link to your blog/site the answer is simple, work on it by submitting your blog/site to directories, post comments on blog, preferably to blog with CommentLuv and KeywordLuv plugin enabled, forums, article submission, press release and other one way link building strategies.

So if you really want to build one way link and improve your page rank within a shorter span of time, start working to generate one way link towards your blog/site now.

List of Do follow blog/sites
List of 250 article submission sites
List of high page rank Article submission sites
List of do follow forums with high page rank

Try working on these sites/blogs and you will be surprised when your next page rank arrives and the visitors you will be receiving through search engines would be massive compared to before. If you can work to get 10 link back a day from the mentioned list in a month you get 300 inlinks, so if the next page rank is after 4 months, how many inbound links would you get ???. Amazing huh. So whats more amazing is on what i am going to provide you with. How will you like if their is a software with more than 1000 directories and it does all your work for you and the only thing you have to do is just enter your basics informations regarding your blog/site at the very first time and submit to many directories just by entering the verification code and submit you go and most importantly you get this application totally free :). I personally use this and i try submitting to 30 directories a day. So download this software now "SliQ Submitter".

We will be posting a list of Do follow blogs with CommentLuv and KeywordLuv Plugin enabled blogs so feel free to subscribe with us and learn more on how you can improve your blog rankings and learn your self to be a professional blogger.

Continue reading on “How to improve your Page Rank within 4 months”

Older Post Links
 

Recent Posts

Followers

Recent Comments