Tuesday, October 8, 2013

// // Leave a Comment

Drive Traffic to Your Blog Ten most Tips

There are plenty of factors that make blogs much better than normal Web-pages including the speed at which blogs are indexed, ability to submit to weblog directories & normal directories, pings & track backs. All these tiny things can help drive more traffic to blogs. Here are ten popular techniques you can use:

(1) Generate at least keyword posts per day. Most of the top blogs such as Boeing Boeing, Every day Cos, and Instapundit (with literally tens of thousands of visitors per day) publish an average of 30 tiny 100-150 word posts per day .

(2.) Submit to My Yahoo! When you submit your own RSS to My Yahoo it is indexed by Yahoo.

(3.) Submit to Google's Reader. When you submit your own weblog RSS to Google's Reader the Google Weblog Search will index your site.

(4.) Add a relevant link listing to your weblog and trade links like a devil possessed! Although it may take more time than basically submitting to a search engine time, this method is perhaps the best way to drive traffic to your site. Use program such as Zeus to speed up the link trading method.

(5) Use ping sites like ping-o-ma tic. Ping your site every time you add a new post.

(6.) Submit your weblog to traditional search engines such as Alta Vista, and MSN.

(7.) Submit your weblog to traditional directories such as blogtipshouse Directories ( blogtipshouse) increase relevance with Google. blogtipshouse is choosy, but what do you require to lose by trying?

(8.) Submit to as plenty of RSS Directories & Search Engines as feasible. This is a simple but repetitive method that can be completed with application such as RSS SUBMIT.

(9.) Comment on other blogs. Do not leave short, lazy comments like "I agree." Leave well thought out replies that will force readers to wonder "who wrote this?"

(10.) Use track backs. If there is a weblog that you refer to or quote & it is highly relevant to your subject, leave a track back. It increases your link popularity & may even score a few interested readers from the linked site.

If you like my post please share it. !
Read More
// // Leave a Comment

Add Facebook like button in every Blogger Post

Let your visitors like your content by adding Facebook Like Button to your post content. In this article I will teach you step by step on how to add Facebook Like Button below blogger blog post title with different button styles that suit to your content for example we have a standard, with box count, and with button count. We all know the importance of traffic for Rankings.
 
Wordpress has many built-in plug-in that enables this feature easily. But Google Blogger users have to do this manually by editing their blog's template. It is not a difficult task and if you know a little bit of HTML/XML then it takes a few minutes. You need to follow these steps in order to make it happen:


  • First of all, I recommend you to take backup of your current template so that you can avoid any loss.
  • For backup, go to your Blogger dashboard. Click on template and thenBackup/Restore on top-right side. Click on download full template and save it to your computer.
  • Now that you have taken the back up, it is time to choose a facebook button. Visit Facebook Developers page, it will show like the one below:
Add Facebook like button in every Blogger Post

  • Enter the Facebook page URL and customize your like button style.
  • If you don’t want the send button to appear with the like button, uncheck the send button from above form.
  • When you are done with the customization, you need to click on get code. It would pop-up a window like this one: 

  • Now copy the code shown above, it is the JavaScript code you need to put in the <body></body> tag. Press CTRL+F to find <body> and paste this code just below it.

Update: Those who are unable to find the body tag like <body>, they should try to find it like this <body>


  • Now copy the second code, if you want to put facebook like button at the end of every post you need to find this code first <data:post.body/>, if it is more than once try finding the last one.
  • Just after the last <data:post.body/> put the code you copied from facebook developer page.
  • Click on preview and make sure that everything is fine before saving.
  • Now click on Save Template and view any post. You will find facebook like at the end of every post.
  • If you want to put the like button in the beginning of every post you need to follow the same procedure but put the second code after this line
<div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id' itemprop='articleBody'> instead of <data:post.body/>.
You can use both of them as well for displaying it in the beginning and ending of your Article.

You just inserted Facebook like button in your blogger blog posts. If you face any problem, you can comment here. I will be Glad to help you. I hope this will make your blogging experience better and help you getting likes and traffic.
 If you like my work; you can show your regards by hitting Facebook like button, following us on Google+ or Twitter, stumbling our posts on stumble upon . Stay tuned for more tech updates.

If You Like My Post Please Share It. !







Read More
// // 1 comment

How to Add Facebook Slide Likebox

How to Add Facebook Slide Likebox
Add Facebook Sliding Like Box with jQUERY To blogger blog. Would be not wrong if I say you already use facebook like box for your facebook page at your website/blog. But they don’t have any kind of effect they just live at your website/blog like a simple widget. It’s about how to add a pop out facebook like box with slide effect. I found a script online that adds a floating Facebook button to right side of your blogs or websites. The button upon clicking slides towards left revealing a Facebook Like Box. It is an excellent coded slider that Hides the Likebox inside a container and reveals it only when visitors hovers the cursor on the floating button.

Add Like Box To Blogger Blog

1. Go To your Blogger Dashboard>>Template>> Edit HTML
2. and click on HTML Code then press CTRL+F and Find the Following code.
</head>

3. and paste the following jquery link before </head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
4. Find the following code.
</body>
5. and paste the following code before/above </body>

<style type='text/css'>/*<![CDATA[*/#fbplikebox{display: block;padding: 0;z-index: 99999;position: fixed;}.fbplbadge {background-color:#3B5998;display: block;height: 150px;top: 50%;margin-top: -75px;position: absolute;left: -47px;width: 47px;background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOMFgjuoPqbj6-qi9hR4Dl5np6Ghgw2UqmYzSzYizkDcDii0_QHx5SjAhbEe9CB2KCfvp2COlnEaDQW-6z4kMsuLStYpYj09tyKlkUW7DsMOvfLb4JNJD7WFulfYYu5h0SOVjMVclGWI_6/s1600/w2b_vertical-right.png');background-repeat: no-repeat;overflow: hidden;-webkit-border-top-left-radius: 8px;-webkit-border-bottom-left-radius: 8px;-moz-border-radius-topleft: 8px;-moz-border-radius-bottomleft: 8px;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}/*]]>*/</style><script type='text/javascript'>/*<![CDATA[*/(function(w2b){
        w2b(document).ready(function(){
            var $dur = 'medium'; // Duration of Animation
            w2b('#fbplikebox').css({right: -250, 'top' : 350 })
            w2b('#fbplikebox').hover(function () {
                w2b(this).stop().animate({
                    right: 0
                }, $dur);
            }, function () {
                w2b(this).stop().animate({
                    right: -250
                }, $dur);
            });
            w2b('#fbplikebox').show();
        });
    })(jQuery);/*]]>*/</script><div id='fbplikebox' style='display:none;'> <div class='fbplbadge'></div> <iframe src='http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Ffacebook.com%2FInfoBlogMaz&amp;width=250&amp;height=260&amp;colorscheme=light&amp;show_faces=true&amp;border_color=%23C4C4C4&amp;stream=false&amp;header=false' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:250px; height:260px;background:#FFFFFF;' allowtransparency='true'></iframe></div> 

http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Ffacebook.com%2FInfoBlogMaz&amp

6. Replace “InfoBlogMaz” with you facebook page user name highlighted above in blue.
7. Click on save button and take your blog new look.

Visit your Blogs to see it floating at the right side of your webpage. If you wish to change the direction, width, height, background. of the Likebox or make the image changes then do let me know.

If You Like My Post Please Share It. !
Read More
// // Leave a Comment

Find The Date Of Gmail Creation Account Easily

If your google account are hacked or you unable to get your gmail account back because you no remeber your mobile phone number or alternative email address then Google will require you to answer some question before restoring your gmail account . .




Find the date of your gmail creation account easily from very little trick it will show your date of created account of your google. in this post i teach how can you show this information


These Question Are Showing

1. What was the last password you used in to your gmail account ? 
2. When was the last time you were able to sign in to your Google Account?
3. When did you create your Google Account?

all above question are must require and if you are not know your exact creation date of your account then you unable to restore your account. 

So, therefore I recommended you a note of your gmail account create date means birth date of your gmail account  in safe place but the question is how can i get this information ? 
 

How To Find Gmail Creation Date 

Gmail Creation Date

Go to google.com/takeout and sign-in with your current Google Account.
Now click the link that says “Transfer your Google+ connections to another account”
Google will once again require your account password. Sign-in and on the next screen you’ll see you Google Account creation date as shown in the above screenshot.
This is one important piece of information which will be required for recovering your lost Gmail account.

If You Like My Post Please Share It. !


Read More
// // Leave a Comment

Popular Hex Color Code For Website And Blog

Popular Hex Color Code For Website And Blog
Colors will make your blog attractive. For Making good looking blog you have to use perfect combination of color. So choosing the perfect color scheme always will be a challenging task for every webmaster but Here I am giving a few HTML color code - Hex color code which surely help you. So just you need to choose the code and add # in front of every code. So when you Enter these below code in your CSS file like {color:FFB2B2} so it will work like.




FFB2B2
FF9999
FF6666
FF4D66
FF6699
FF6633
FF4D33
FF3333
FF334D
FF3366
FF4D00
FF3300
FF0000
FF0033
FF0066
E53300
E53333
E50000
E50033
E50066
CC3333
CC3300
CC0000
CC0033
FF7F7F
FF997F
FFB299
FFCC99
FFE599
FFE500
FF4C4C
FF664C
FF7F66
FF9966
FFB266
FF4C00
FF6600
FF7F00
FF9900
FFB200
E54C00
E56600
E57F00
E59900
E5B200
E54C4C
E5664C
E57F66
E59966
FFCC00
FFFFCC
FFFFB2
FFE5B2
FFCC7F
E5E500
E5FF99
FFFF99
FFE599
FFCC66
E5CC00
E5FF66
FFFF66
FFE566
FFCC33
E5E566
E5FF00
FFFF00
CCFF99
B2FF7F
99FF7F
CCFF66
99FF66
99FF99
7FFF99
7FFFB2
CCFF00
7FFF66
66FF66
66FF7F
66FF99
99FF00
66FF00
00FF00
00FF66
00FF99
66E500
33E500
00E500
00E533
00E566
66CC00
33CC00
00CC00
00CC33
00CC66
99B200
66B200
33B200
00B200
00B233
99E500
99CC00
99FFFF
99FFF0
99FFE5
66E5FF
66F0FF
66FFFF
66FFF0
66FFE5
00E5FF
00F0FF
00FFFF
00FFF0
00FFE5
66F0F0
33F0F0
00F0F0
00F0E5
00F0CC
B2F0FF
66E5E5
33E5E5
00E5E5
00E5CC
B2E5FF
CCE5FF
B2FFFF
99B2E5
B2CCE5
99CCFF
7FB2FF
99B2FF
7F99FF
9999FF
6699FF
667FFF
6666FF
4C66FF
7F4CFF
3399FF
3366FF
3333FF
4C33FF
664CFF
0066FF
0033FF
0000FF
3300FF
6600FF
0066CC
0033CC
0000CC
3300CC
6600CC
0066B2
0033B2
0000B2
3300B2
6600B2
9F99FF
9F99E5
B2CCFF
CC99FF
E5B2FF
9F7FFF
9F66FF
9F7FCC
9F66CC
CC66FF
8F00FF
9F00FF
9F00E5
9F00CC
CC00FF
7300E5
7F00E5
7F00CC
7F00B2
B200E5
7F33E5
7F33CC
7F33BF
663399
9900CC
CCB2FF
E566FF
FF66FF
FF66E5
FF66CC
E599FF
E500FF
FF00FF
FF00E5
FF00CC
FF99FF
CC00E5
E500E5
E500CC
E500B2
FF99E5
FF99CC
B200CC
CC00CC
CC00B2
E5E5FF
F2E5FF
FFE5FF
FFE5F2
FFE5E5
E5F2FF
F2F2FF
FFF2FF
FFF2F2
FFF2E5
E5FFFF
F2FFFF
FFFFFF
FFFFF2
FFFFE5
D9F2F2
E5F2F2
F2F2F2
F2F2E5
F2F2D9
CCE5E5
D9E5E5
E5E5E5
E5E5D9
CCD9D9
CCD9CC
D9D9D9
D9CCD9
C0CCCC
D9D9CC
B2C0C0
C0CCC0
CCCCCC
CCC0CC
CCCCC0
99B2B2
B2C0B2
C0C0C0
C0B2C0
C0C0B2
8C9999
99B299
B2B2B2
B299B2
B2B299
997F7F
997F99
7F7F7F
7F997F
7F7F99
7F6666
7F667F
666666
667F66
66667F
664C4C
664C66
4C4C4C
4C664C
4C4C66
4C3333
4C334C
333333
334C33
33334C
330000
330033
000000
003300
000033
8C998C
999999
998C99
Try to above code in to your website and make your blog attractive and good looking.

If You Like My Post Please Share It. !
Read More
// // 1 comment

Free Fast Approval Directory Submission Site List 2013

Today, I am posting about directory submission list which give you Auto approval of your submitted site and you will get a free backlink in a few minutes.

Here is a list of 39 Instant Approval Free Directory Sites 2012, Instant Approval Free Directory Sites List, New Instant Approval Free Directory Sites, New Instant Approval Free Directory Sites List.

Just Post your website and get backlink that's way you get great position in search engine result.

Free Fast Approval Directory Submission Site List 2013
addgoodsites.com
alive-directory.com
acedirectory.org
bestdirectory4you.com
one-sublime-directory.com
activdirectory.net
abstractdirectory.net
aweblist.org
bedirectory.com
adbritedirectory.com
hotdirectory.net
addirectory.org
beegdirectory.com
clicksordirectory.com
huludirectory.com
sublimedir.net
ask-directory.com
craigslistdirectory.net
upsdirectory.com
a3place.com
poordirectory.com
bing-directory.com
interesting-dir.com
aquarius-dir.com
facebook-list.com
ebay-dir.com
bestbuydir.com
target-directory.com
familydir.com
afunnydir.com
backpagedir.com  

If you know other free instant approval directory list which is not listed in above post write below in comment i added in above list.

If You Like My Post Please Share It.! 
Read More
// // Leave a Comment

10 Tips To Design A Good Website

A good website often means that your business or organization is a credible one. Be it an NGO or an established corporate house, every institute /organization strives for a strong online presence. This is purely on the fact that today a major chunk of people resort to the online medium for their search needs. Hence a visually appealing website that is user-friendly and properly optimized is no more an option but a necessity.




A good website serves multiple needs of an organization. Whether the company wishes to generate leads/ sales or create a wider reach, a well designed website possesses the capability to fulfill all these requirements. 

Read This: Free Fast Approval Directory Submission Site List 2013


1. Nature Of The Business 

It should be understood that each business has its own separate needs which are essential to pay attention to while designing the website. Designing the website in accordance to the products/services is very important.

2. Avoid Using Too Many Flash Elements


At times the use of a myriad of flash elements negatively affects the loading time of the website. Also, avoid using unnecessary Java Script. 

3. Color

The use of colors is very important. They help in communicating the message that the company wishes to portray. For example a website dealing with children outfits can always opt for pink, orange and other fun colors

Read This: How to Add Facebook Slide Likebox

4. Content


  • Always update content – videos, images etc.
  • Keep content that’s interactive
  • Facility of comment posting and feedback forms needs to be there to build up the chain of communication.

5. Using Narrow Column 


Readability of your website decreases if more than 12-13 words fit in 1 line. It’s advisable to use multiple columns. 

6. Consistency 


It is important to maintain consistency in the whole website format by using same color combination and same font size across all the pages. 

7. Website Security 


Duplication of the content, graphics and PayPal links should be avoided by making the website properly encrypted. The presence of website certificate helps as it verifies the authenticity of website to the concerned firm. 

8. Easy Navigation 


A website which is easily navigational is helpful in making the visitors stay on the website and make them scan through the information. The presence of archives is important as it aids them in getting a glimpse of the other web pages. Use breadcrumbs for quick access. 

9. Browser Compatibility


Ensure that the website is opening properly in all the browsers other than just Internet Explorer or Google Chrome so that it does not limit the accessibility of the website. 

10. Background


Make sure that your visitors can read the text on the background. So, don’t opt for bold colors like black or orange in the background. It’s advisable that you keep the background of your website white so that readers can read the text without any difficulties. Also keep in mind that your links are visible before and after being visited. 

Last but not the least make sure that your website is mobile-friendly.


If You Like My Post Please Share It. !
Read More
// // 2 comments

How To Earn Money Through Blog

How To Earn Money Through Blog-Get It Answered
Question Like " How to Earn Money through Blog" stay away evergreen from Make-Money-Online on worldwide Internet. In Some Places the reason for this cause maybe unethical lay off of blog webmaster, Some Place it is offline failure and in most cases it is kind of a fantasy to earn money through blogger. Make Money from blogger is not a impossible but you have to tried more, then you make this job easier.







Blogger has got a Market place just like offline world has. But the Main thing that take advantage of any market one needs to be educated about any topic of Marketing and take action in a good planned. just like If you are born poor it’s not your fault, if you die poor it’s yours fault. You have many resources. Take full advantage of blogger. You can’t blame your father for your present condition anymore. Build career of your own way.Many people are having a talking about blogger that one can get-rich-quick.

The Greatest Pleasure In Life Is Doing What People Say You Can Not Do

Negative people are all around the world who discourage you and make out of your actions. But you can not afford to stop what you are saying. The best thing to do that not to mingle with people having negative attitude though not always possible. Let me tell you a short story of mine. When I first started posting about blogger.com for info blog maz, lot of my friends telling me that “stop this nonsense..at least blogger is not for you”. This is nothing but a typical example of negative attitude of mind. I took that easy and kept going and going ahead because I was 110% confident that I must make it money from blogger. When I started blogging and posting post about blogger tips and trick and adsense tips which I like, one of those friends urged me to teach him blogger tips. I started a blogging tips blog (http://infoblogmaz.blogspot.com/) on blogger platform where I post about blogger tips, it makes Earn money through blog  from AdSense and affilate programme and linkbucks (url shorten service). So the story was, do not let others discourage you from your goal to achive. Today every parents thing that blogging is wast of time but they not understand what is blogger.

Need A Positive Mindset


As all people know that this mindset are play vital role to get success in whether online or offline. You need to be a positive mindset. If you continue to do same thing, you get result very fast in this blogger field. You will find many webmaster  who keeps doing a certain no brain task all along his/her blog and never earn a single money from blog. Whereas some people always want to grow their Income level through his blog.
Positive Attitude Every successful blog on Internet always had a positive mindset of their own. You should too. Otherwise you have to be satisfied with limited success or none of it.Blogger platform always give you huge amount of money if your mindset are positive and keep posting.You got to Learn yourself about your blog This is most important thing you should consider if you are really serious about earning money from internet. Your first task for gather all your topic knowledge from internet.and then go as deeper as you need to. after create your first post so all your blog visitor can learn from you very deeply.if you content are learning that means more and more people visit your blog and you can earn huge money from that blog.
Every wall is a door.” consider this word on mind.

Develop A Good Looking Website

If you earn money through blog your reader must like your site before entering your blog post so creating design a good website. if you done that surely you get your 
step ahead in earn money from that blog.

If You Like My Post Please Share It
Read More
// // Leave a Comment

How to Embed Google+ Posts in Blogger


How to Embed Google+ Posts in Blogger

Source mybloggerlab.com

Google+ introduced quite a few new features on Monday, including a new tool that allows webmasters and bloggers to embed Google+ public posts on their blogs, websites, web forums and whatever place they like. Users who like to embed top posts from Google+ or on a personal blog or news portal can do that by clicking the "Embed Posts" tab located on the top right drop down menu of the post. It makes it a lot easier for a webmaster to include authentic information by embedding some high quality Google+ posts straight into his blog. Today in this article, we will show you How to Embed Google+ Posts in Blogger.

Once a post is embedded in another, it would certainly be fully interactive as mentioned in the Google+ Official blog posts, which means that users can +1 a post, comment of follow the author directly from their place where it is embedded.

"We want to make it easy to expand your audience across the web," wrote Seth Sternberg, Director of Google+ Platform. According to them, this feature was tested on some top quality publication platforms like Sports Illustrated and National Geographic, but it is now available to all users.

 How to Embed Google+ Posts in Blogger: 

The first thing you need to do is to go to plus.google.com and login into your Google+ account. After logging in, look for the post that you would like to embed on your blog. It does not matter that the posts you are choosing is yours or not as long as it is a public posts you can embed it on your blog.


After selecting a post, you will able to see an “arrow” indicating downwards located on the top right corner. On pressing that “arrow” a drop menu will appear consisting on an option called “Embed posts”, just select it and proceed to the next step.

Users can then copy and paste the available line of code to embed the posts. Blogger users can go to Blogger.com >> Add a new post >> HTML Tab and can paste the copied code in the HTML text editor. Once everything is done, publish the post by pressing “Publish” button.


Congratulations: 

You have successfully embedded Google+ posts in Blogger. Now go and checkout your site to see if things are working as planned or not.

We hope this tutorial may have helped you in learning How to Add Google+ Embed posts in Blogger. Social platforms are turning and making it a lot easier for people to use and spread the awareness across the website. Both Facebook and Google have embedded post features which may provide a lot of benefits. What do you think about Google+ embedded posts?





Read More
// // Leave a Comment

11 Widgets Need To Install After You Create A Blogspot Blog


Source helperblogger.com


If you decide to use blogspot/blogger as your blogging platform then you have advantages to use google own widget/product and add them to your blog. Its more safety, so I suggest you if it's possible to always use blogger official widget. However, not all widget you need listen on blogger widget. You can use 3rd party widget, but always make sure the code source is trusted and harmless. After all, you don't want virus or malware on your template, do you?. :D.

At early stage, beginner blogger always want their blog look " pretty and colorful ". But, that's not necessary and effective. What you need is a simple and clean lay out so your blog will loading faster, engrossed readership and don't make them lost. So, here's my blogspot tips for beginner, list of widgets that beginner blogger should add, IMHO of course :D.

1. Social Network Button.

It is important to connect with your reader or people who has same interest. And to build network and opportunity for the future. 5 social network I suggest you should join are Twitter, Facebook, Google+, LinkedIN, and Pinterest. This is also including Google+ profile widget. Add me, if you haven't on my network :).

2. Social Media Share Button.

When people read your content and find it an interested read, they want to share it with their friends/family. To able to do this, you need a share tool. If you want to use blogger feature, you can find it on blog post customize. Go to Lay Out and click Edit button on Blog Post, then choose Create a Link and check Share Button box. But, I don't like this option. Sometimes if you use 3rd party template, they're not compatible or too small. For all my blogs, I use Share This widget. You don't have to sign up to get the widget, just choose the type, social media, and grab the code.

3. Related Post.

Another way to increase blog page views by adding Related Post widget. There's no official blogger widget for this one. I use Linkwithin and Outbrain. No need to sign up for Linkwithin. But, for Outbrain you need to register. You can add multiple blogs on Outbrain and see the statistic numbers.

4. Subscribe or Follow Me via Email.

To keep your readers update with your fresh content, you need subscribe button. You can get on blogger official widget list, or create a feedburner address. I usually combine those two. Get the Post and Comment Feed button from blogger, get the feed counter and Subscribe via Email from feedburner. Blogger has their Follow via Email widget as well, but I prefer feedburner tool for that, so I can track the feed numbers.

5. Contact Form.

It is also a must widget to add. Contact Form is the newest official blogger widget. It's very cool, you just need to add it on your footer. It will deliver direct to your GMail.

6. Archive/Label.

Archive/Label are the widget that gives your readers to explore/browse your content category or dig deeper to all previous post. It's one of the quick way to discover all old post.

7. Search Engine.

Usually, you already have search box when you install 3rd party template. But, they're not effective. I suggest you add Google SE Customize. You can find it on blogger widget list, or if you have Adsense, you can set them with more option.

8.  Popular Post.

Popular post widget is great way for old story to get discovered. Reader will be curious what makes these post popular. Read it and share it with people. It will increase page views as well. Get Popular Post widget on blogger widget list.

9. Recent Post.

When visitor landing to your page, they usually browse around on that single page without visit homepage. This widget come in handy to get your recent post spot on. Unfortunately, blogger doesn't provide you this widget. You have to browse the safety Recent Widget on Internet.

10. Recent Comments.

People will start to leave you comment on you blog. Add Recent Comments to make your blog look alive. No blogger widget for this one. You can add 3rd part or use comments feed technique. I show you later. :D.

11. Stats Widget.

Blogger has their page views counter widget. I kinda like see my page views number. It's a proof that people actually visiting my blog. It gets me motivate to keep posting. I usually add it with Alexa rank and Google page rank widget.


These are 11 widgets that I always add on my blog. I try to make it simple, clean, and easy to navigate. What's your favorite blogger/blogspot widget that I forget to mentioned?. Comment below!.

If You Like My Post Please Share It. !

Read More
// // Leave a Comment

5 Reason Why Should Create A Blog



To be honest, my experience with blogging world is not much. I have my first blog in 2010, and it's not that kind of personal blog that people have in the beginning of blogging. My blog consist a several category mix between my favorite tv show post to some 3d tutorial. I even don't know what is niche mean. Until one day, a male blogger who lives in the same city as me, add me on Facebook. Yup, that time I spend most of my online time on playing Facebook  * grin *.

So we talk and he told me several points why people should start blogging. Along with my years experience, here's why:

1. Productive Time to Learn Something New.

How much time a day you spend online?. And doing what?. Most people I know in real life can spend 2 - 4 hours a day playing games online or add comment on ridiculous status or photos on Facebook. With that hours, if you start blogging, you will learn a lot of new thing. Either it's about coding, SEO, social media, or Internet marketing.

I like to learn something new, so these thing excited me. It need time to get used to edit HTML code and practice SEO, I'm not an expert yet, but I know more now. That's why I started this blog * grin *.

2. Sharing Knowledge.

You know what they say, sharing is caring right?. I started my first blog to give free  3d tutorial. People can spend hours to search topic on Internet. If you can provide the answer and information, why not help them. Soon your blog will grew and without you realize, you starting making money from it.

3. Jobs Opportunities.

Let's say if you in college or just finish, and love to writing. Doesn't matter what the topic is. You already running your blog for several months/years, and someone stumble to your blog, loves you writing, and want to hire you to writing staff for their media online. It's like dream job, right?.

Or if you're web designer, put your portfolio online and give graphic design/web design tips. This way you can get new potential clients.

4. Sell Your Own Artwork or Fiction.

For freelance artist or writer, having a blog, telling readers how the creative work process or give sneak peek is a good one way marketing. No need 3rd publisher. You're the publisher. With a little bit help of SEO trick, internet marketing, and social media, people can buy your artwork or novel directly from you.

5. Earning Money From Blogging.

Earning money from blogging is not a fairy tale anymore. It took a lot of work, but it can be done. I know some people who make massive income from blogging. They stop from their job and became full time blogger. Two famous way to do it is Google Adsense and affiliate marketing.

I haven't in that stage to stop my job though, but if I have I'll do it, no question about it. * smile *.

I probably missed a few points here, but if you read this post, please tell me on comments box below why you finally decide to have a blog. Together we can spread the virus of blogging!.

If You Like My Post Please Share This .!
Read More
// // 19 comments

How To Add Social Media Share Button Below Post In Blogspot

Adding share button on your blog post will increase page views and readership. There are several style of placement you can use. My favorite is adding them under blog post. Those colorful button are fast and easy to search. For this gadget, I usually use Share This service. You don't have to add all of them. Just pick social media that you use the most or focus on.

If you like the social media button that I added under every blog post, I'll give you the code, just follow this easy blogspot tutorial for beginner:

1. Go to your blogger/blogspot LayOut, and click on Add Gadget.
2. Choose HTML/JavaScript gadget. Copy - paste code below on the gadget box:


<span id="st_finder"></span><script type="text/javascript" src="http://w.sharethis.com/widget/stblogger2.js"></script><script type="text/javascript">var switchTo5x=false;stBlogger2.init("http://w.sharethis.com/button/buttons.js", {"sharethis":["large","Email",""],"facebook":["large","Facebook",""],"twitter":["large","WordPress",""],"technorati":["large","Technorati",""],"tumblr":["large","Tumblr",""],"pinterest":["large","Pinterest",""],"stumbleupon":["large","Squidoo",""],"reddit":["large","Reddit",""],"digg":["large","Delicious",""],"linkedin":["large","LinkedIn",""],"googleplus":["large","Google +",""],"plusone":["large","Google +1",""],"fblike":["large","Facebook Like",""]} , "bl-6f6f3ce4-f6b6-7692-9d8d-55623b908a29");var f =document.getElementById("st_finder");var c = f.parentNode.parentNode.childNodes;for (i=0;i<c.length;i++) {try { c[i].style.display = "none"; } catch (err) {}}</script>



3. Now place the gadget wherever you want. The gadget always appear on the bottom of blog post, doesn't matter where you place them. But, don't place them between gadgets on sidebar, cos when people visit your page, there will be blank space. I usually adding them below blog post gadget or on the bottom of sidebar gadgets.

4. View Blog. Now you have it.

Now, just in case you don't like my social media selection, and want to add them yourselves, follow the steps below:
Blogspot Tutorial: Adding Share This Social Button:

1. Go To Share This Platform




2. Click Next to Select Style.



3. Click Next to Customize.



Every time you pick your button on right sidebar, it will added automatically on left bar. When you finish, click Get the Code button. The register box will show up, just click x (no thanks, just give me a code) on the right bottom. Copy-paste the code to HTML/Javascript gadget box.

4. View Blog.


If You Like My Post Please Share This



Read More
// // Leave a Comment

How To Get An HTML Code For Buttons/Images

There are many reasons why you might need an html code for an image. Perhaps you've created a button that you would like to share with others. Maybe you'd like to add larger photos to your sidebar. Whatever the reason, getting an html code for an image is as easy as 1, 2, 3.

How to get an HTML code for your photo/button: 


1. Upload your image to Photobucket.

2. Go to the album that your image is in. Find and hover over the thumbnail of the image.


How To Get An HTML Code For Buttons/Images

3. Copy the HTML code from the box that pops up. Most often, the code will automatically copy when you click on it. If it doesn't, you'll need to click on the code to put your cursor in the box, then triple click to highlight the entire code. There will be characters in the code that will not appear in the box, so be sure to copy the whole thing.
Voila! Now you have an html code for your image! There are several other online photo storage sites out there. I used Photobucket in this tutorial because it's what I am most familiar with. :)  

Read More