Showing posts with label Blogging techniques. Show all posts
Showing posts with label Blogging techniques. Show all posts

The Reason Why Everyone Love Blogging

May 18, 2016
Why is blogging important
A lot of people worldwide proudly call their self a blogger, even i, I used to hate blogging at first because it frustrate me all those things about SEO, Backlinks, Meta tags, etc. I never thought that blogging would be this fun so I would list down some of the highlighted reason why most of people stick and love being a blogger

SHARING IDEAS

Blogging is essential way to share your idea and thoughts with everyone else, at first when I start blogging I really don’t know how to start , what topic would I choose but then after hard thinking i got myself an idea on blogging about Android because I love android and I know a lot about it, so i stick with that topic, and after years passed by I got more experience and knowledge about blogging so I started sharing my ideas about blogging too, that’s why blogging is one of the best way to share idea on our fellow netizen.


EARN ONLINE

I think every blogger knows this, if you’re a blogger you can earn money with your content that’s why many people spending a lot of hard work in their blog for it to earn more, Adsense is one of the Ad Network where in millions of website and blog used to monetize to their site/blog , So you can earn money by just sitting down your chair writing a good article and drives traffic to your blog, 

BUILDING COMMUNITIES

Many blogger, enter the world of blogging to connect with others to be part of something, meet new people to connect relatives and friends and to discuss on a certain topics

PROMOTING YOUR SELF

What is the best way to be known about your skills, talent or your creativity, many people blogging to share their self for example (Soccer Tutorial by you, or ARTS you made) By that you get exposes to other people.

HELPING INEED 

I think you already know this , I know you get a lot of knowledge in other blog sharing helpful importation for example before starting a blog I know that you search about how to start a blog first right? So other we are thankful that other blogger share their ideas and knowledge to others, that’s why they blog because they’re good on something to help other who don’t.

TO BE HEARD

Many writers engage them self to blog because as you know millions and millions of people now a days is connected to internet and spend a lot of their time in it. So that’s why writer start blogging to so that many people will notice his/her work.

How to Add Search Engine Friendly Post Title

March 11, 2016
Google SEO
Indeed content is the king in search engine. And then we can say title is the queen. almost more than 70% visitors come from search engine which depends on post title. I think blogger should mostly make attention towards the post title. If they do it, then there need not any other optimization. There should be a particular reason to give your blog high rank by Google. If your content quality is best, then it can be a reason or if you get most visitor by referral or any other techniques. So you have to think about increasing the rank of your blog and getting more traffic by only optimizing your blog post title. Now lets see some tips and tricks that help all all the time to optimize your blog.

What is SEO Friendly Post Title?-

Post title is a topic that a blogger is going to write some useful information staying around it.
Title is content itself. The information or content without title can not catch visitors eyes on your posts. So it is fact that you should give a title of your content and the title should be appropriate and optimized.
Title should be appropriate to your content which should be short and sweet also. Here is three key things that a blogger should remember while he is writing an article about any topics.
  1. Keyword tool should be used to analyze keywords.
  2. Length of title should be maximum 66 characters.
  3. Word should be clear, concise and attracive
Google keyword analysis tool:-
google keyword analysis tool
Do not write any article randomly which can not be search engine friendly. So to know what to write, use the Google keywords analysis tools.
keyword planner toolGoogle Keyword Tool
To find out the which word is mostly searched globally in this time, use Google keyword planner Tools. There you can find the high ranked keywords. This service provides by GOOGLE adword campaign. See these pictures where you can see how to use the google keyword planner.


Title length should be less than 70 characters:-

Use title which only has 70 characters maximum. Use one keyword in title as possible. If you use more than one keywords in your title, then there might be confusion on what your post is about and search engine shows the title by chopping.

Make clear, concise and attractive title:-

Mostly searching keywords are attractive, so it can be attractive title. If your title is that keyword which is mostly searched, ROBOTS love that title. ROBOTS mostly love clear and concise titles.

You will understand clearly by the following examples:-

Example 1:
"Learn About How to Automatically Post Your Blog Post in Facebook ?"
 Example 2:
"How to Automatically Post Blog Posts in Facebook"

In above, the first example looks some clumsy and unfriendly to the users. There you also can find the unnecessary phrase in beginning. But second example is good and which consist 59 characters only and it seems very good to search engine optimization.

In summary, just follow these points to make your optimized post title:-

  1. Use Google keyword planner tool.
  2. Check you spell correctly or not.
  3. Make title clear, concise, short and sweet.
  4. Length of title should be less than 70 characters.
  5. Start your post title with phrase like 'How to', 'Free', 'Top 10' etc.

How to use font awesome's social font icons in blogger ?

February 25, 2016
Font icons are used to replace the images in web designing. Its nature is same like the nature of a text or font. All the attributes of a text can be applicable on this icon. Font icon makes your website structure quite attractive and context relevant.

Of course, you also use font icons into your blogger template. However, it consume a little time to load that font icon's script. In fact, font icon works by a css script. While you use a css script that reloads / renders the icons which contain in the .EOT, .SVG or WOFF files. There are many font icon generating script you can find. Among them, I mostly like the font awesome icons because it is very simple and easy to use.

The characteristics of font icons:-
  • It is a scalable vector icon - Scalable means that you can increase and decrease its size giving its size.
  • It uses all the attributes of <a></a> tag.
  • Its weight and size is low; it does not consumes more memory.
  • It does not take more time to load; it is like a text.
Step 01: Login into your blogger dashboard>>template>>edit html, find the </head> tag and paste the following css link just above it.
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
Step 02: Now, here are some classes of font awesome that generates the social icons. You just copy the following code accordingly into your blogger template.

To add facebook font icon, use any of the following class code

<i class="fa fa-facebook"></i>
<i class="fa fa-facebook-official"></i>
<i class="fa fa-facebook-square"></i>

To add twitter font icon, use any of the following class code

<i class="fa fa-twitter"></i>
<i class="fa fa-twitter-square"></i>

To add google plus icon, use any of the following class code

<i class="fa fa-google-plus"></i>
<i class="fa fa-google-plus-square"></i>

To add flickr icon, use the following class code

<i class="fa fa-flickr"></i>

To add pinterest icon, use any of the following class code

<i class="fa fa-pinterest"></i>
<i class="fa fa-pinterest-p"></i>
<i class="fa fa-pinterest-square"></i>

To add linkedIn icon, use any of the following class code

<i class="fa fa-linkedin"></i>
<i class="fa fa-linked-square"></i>

To add youtube icon, use any of the following class code

<i class="fa fa-youtube"></i>
<i class="fa fa-youtube-play"></i>
<i class="fa fa-youtube-square"></i>

To add tumbler icon, use the following code

<i class="fa fa-tumblr"></i>
<i class="fa fa-tumblr-square"></i>

To add tripadvisor icon, use the following code

<i class="fa fa-tripadvisor"></i>

In the above list, I have included some more popular social medias' icons. However, you can find many more font icons generated by font awesome from its official github page. If you have any problem while adding the following code, please inform us.

Powerful Blog Promotion Tactics From Marketing Experts

December 24, 2015
social media powerful promotion
In the present day blogging has become a common thing and people used to make use of blogging for a variety of objectives. Blogging for most is a leisure pursuit. A lot of people are likely to take blogging as just a hobby or something that is done to idle away the hours. However, the best part of bloggers these days makes use of blogging to present their brand or product to the world with the intention of making money. Therefore, many people use blogging to make an income.

Blogging is a unique and innovative technique that thousands have used to make sizeable income for themselves. Blogs can be one of the most precious assets to your business website. Blog promotion is a vital part of a business promotion tactic at the moment. Today, many business people online are using blogging in order to promote their business and get more traffic.

Promoting your blog is very important if you would like to be successful in the field. Without promoting your blogs, people won’t know about your blog and its information. When you promote your blog with effective tactics, it can be easily accessible to them with just a click. There are many things you require to do to have a thriving blog. Your posts not only need to be well-written, useful, and appropriate to your target audience, but also need to make sure that you are promoting them correctly.

Obviously, Blog promotion tactics can be different for diverse marketing experts but it finally aids you to drive traffic to your valuable information. Following are some of the effective blogging tactics shared by marketing experts so as to help you to get fans or followers and even your customers.

1) Blog Must Be Good
Primarily, keep in mind that your blog must be good. In order to make your blog good, you must provide useful content, present a unique point of view, tell stories, and react promptly to trends with the aim of maintaining your content appealing and fresh.

2) Post Contents With Images
Marketing experts in the field suggest that to post contents in your blog with catchy and related images. It is seen that posts with images used to get more attention from the readers than posts with no images. However, don’t try to post an image for the sake of posting it. You should try to find an image that goes well with your content and blog in general. Avoid posting images that is already used in your blog. You have to focus on making your images more useful with text overlay. The bloggers can utilize images to draw traffic from social sites. Therefore, seek to form more visual posts with graphics as well as imposing images.

3) Build Relationships
Marketing experts’ instruct that building relationships is very important when you promote your blog. Make sure that you are connecting with other popular blogs in the field. By connecting to popular blogs, you can gain the attention of both the influential blogger and his or her readers. Building relationships is crucial as it allows you to build a strong foundation and draw followers to your blog from other blogs. Building good relationships will help you to make a loyal audience and share content from other blogs. Make use of social networks to engage with others and it will eventually allow you to draw the attention of a lot of people to your blog.

4) Make Use of Social Media
Without a doubt, social media have turned out to be an important medium to promote your blog. A lot of bloggers have become successful by promoting their blogs in social media channels. Marketing experts say over and over to the bloggers to have a solid presence on Twitter, Facebook or other social media platforms since it guides you to have more followers or fans to your new blog.

5) Guest Posting
Marketing experts states that one of the best ways to promote your blog is through guest posting. Guest Posting will assist you to get quality and natural back links. Guest posting also helps the bloggers to make relationships with other bloggers in your field. Establishing good relationships with other bloggers can support you with more traffic. If done right, guest blogging can still help you to get strong visibility for your blog. Hence, don’t ignore the importance of guest posting as it is one of the best way to promote your blog or blog posts.

Author: Thomas Goodson
I am freelance writer. I am working in essay writing service reviews writing company. Our writing papers are having some special and important information. It is fully based on presenting world. Now I will publish my article named as “Powerful Blog Promotion Tactics from Marketing Experts”
Website: reviewz.clazwork.com

How to add Simple Drop down Menu Using CSS

November 22, 2015
Recently, one of my visitor friend asked me how to add drop down menu in blogger. So this tutorial specially dedicated to him. Friends here I am going to show you that the adding technique of drop down menu in blogger only using css. There is no need to add javascript and jquery for this tutorial. Actually using javascript and jquery make the site little bit slower than the using css. Therefore, there is no need to run after the javascript and jquery.

It is too easy to add this code into your blogger blogs. You also should not keep back up of your templates because actually this does not affect the template code of blog. So now lets go into our step by step process of drop down tutorial:-

This is not extra things for you but some of my visitors asked me for dropdown menus, so I put this simple codes for simple drop down menu.

Step 1: In the beginning just copy the following code.

<div id='absnavbar'>
<ul id='absnav'><li> <a href='#'>Company</a> </li>
<li> <a href='#'>Portfolio</a></li>      
<li> <a href='#'>About</a> </li>
<li> <a href='#'>Contact</a>
<ul> <li><a href='#'>sub_contact 1</a></li>
<li><a href='#'>sub_contact 2</a></li>
<li><a href='#'>sub_contact 3</a></li>
</ul>
</li>
</ul>  
</div> 

Step 2: Then Login into your Blogger and find the layout then click it and just search the HTML/JAVASCRIPT.
\
Step 3: Now just paste the above code into HTML/JAVASCRIPT box.

Step 4: After that save it.

Now you have to add the css code for formatting or giving the style for that HTML code.

Step 5: Just go to the layout and at the top of layout you can see the template designer link, just click it.

Step 6: Then click on advance and choose the add css link among these list. And then paste the given code in this box.

/*-----Drop Down Menu for Blogger by allblogsolution ----*/
#absnavbar {     background: #333333;     width: 960px;     color: #ffffff;         margin: 0px;         padding: 0px;         position: relative;         border-top:0px solid #323232;         height:38px;}
#absnav {     margin: 0px;     padding: 0px; #absnav ul {     float: left;     list-style: none;     margin: 0px;     padding: 0px; #absnav li {     list-style: none;     margin: 0px;     padding: 0px;         border-left:1px solid #333;         border-right:1px solid #333;         height:38px; #absnav li a, #absnav li a:link, #absnav li a:visited {     color: #eeeeee;     display: block;    font:normal 14px Helvetica, sans-serif;    margin: 0;     padding: 10px 13px 11px 13px;         text-decoration: none;         #absnav li a:hover, #absnav li a:active {     background: #ff0100;     color: #ffffff;     display: block;     text-decoration: none;         margin: 0px;     padding: 10px 13px 11px 13px;                     }#absnav li {     float: left;     padding: 0px; #absnav li ul {     z-index: 9999;     position: absolute;     left: -998em;     height: auto;     width: 160px;     margin: 0px;     padding: 0px; #absnav li ul a {     width: 142px; #absnav li ul ul {     margin: -25px 0 0 161px; #absnav li:hover ul ul, #absnav li:hover ul ul ul, #absnav li.sfhover ul ul, #absnav li.sfhover ul ul ul {     left: -998em; #absnav li:hover ul, #absnav li li:hover ul, #absnav li li li:hover ul, #absnav li.sfhover ul, #absnav li li.sfhover ul, #absnav li li li.sfhover ul {     left: auto; #absnav li:hover, #absnav li.sfhover {     position: static; }#absnav li li a, #absnav li li a:link, #absnav li li a:visited {     background: #ff0100;     width: 120px;     color: #ffffff;     display: block;     font:normal 14px Helvetica, sans-serif;     margin: 0;     padding: 10px 13px 11px 13px;         text-decoration: none; z-index:9999; border-bottom:1px dotted #444444;    #absnav li li a:hover, #absnavli li a:active {     background: #151414;     color: #ffffff;     display: block;     margin: 0px;     padding: 10px 13px 11px 13px;         text-decoration: none; }
Step 7: At last click on apply now button.

Now we are successfully done this tutorial. Thanks for visiting us.