Friday, August 16, 2013

Top Search Engines For Downloading Files.

5 comments Follow us on twitter
Torrent Sites are thise which help in your doenloading the files like : Games,movies And etc..,etc.., .Most of you think of we should get a torrent file to download and should not be waste and should connect to the seeds and peers so here am i with the top three search engines in the list of the world.The following search engines will fullfill your conditions.

Torrenz.eu/Torrenz.in: This is the top most search engine so here is the point it gets the rating of the file and how many users have downloaded it and the bit torrent download file.This is the search engine which got millions of users and is the number one rated one. And in this search engine you can have a profile and if you don't have a profile it doesn't matters at all.You can also get help from the torrent manager who is controlling the search engine and you can search in it almost all will be present except applications some applications will be there.


Kick Ass Torrenz: This is the second best torrent file and is got more advanced things in this search engine which got all talents in it all things of torrent files you can find it it 's got great crowd in it it is the second best torrent search engine this is too rated the file and morethings you've got it in this one if you use it you will know what does it got. Kiss ass torrents is shortly called as (kat.ph)


The Pirate Bay : This  is also the one of the best search engines and it's fully advanced and the more than that is,it's easy to download and it's got great rating and almost all things new things are available here and it's too rated but most of the files will not connect to seeds and peers and some of the best are there and there stolen piece of files but you should be carefulll to download and you can definitely use this one out
So after this post you will be sure to use search engines carefully so give your valuable comments.
READ MORE»

Thursday, August 8, 2013

Promote Your Blog Post: Smart Ways.

11 comments Follow us on twitter



Hi Guys I am going to explain about the smart ways to promote your blog post here you wanna learn more about the promoting the blog post. Promoting is always like a job and the views of your blog is compared to the position you got promoting the blog post is an important thing to have and keep it in mind.the promotion is by means of the :

  • Facebook.
  • Google.+
  • Twitter.

Facebook: Facebook ? you may think how to promote in facebook?, in facebook bigger opportunities are there to promote your blog post here,if you get more blogging friends or dudes you got bigger opportunities to promote you can open an facebook page and make it as public page and you,have more features in facebook to promote it ,You can tag your post url to your blogging frineds and  with thumbnails when you tag your friends you got more views. So try facebook promotion.The facebook pages too help you in someviews so here are some groups which i have joined :

Google+: Google+ is always a smart ways to promote your blog post by google.inc. google+ is produced to only promote your post specially for bloggers and there google+ communities which can provide youe more views. The following point is an long explanation:

There are also google+ guys who are also bloggers like you so if they feel you are comefortable on your blogging views they will add to your circles in terms on facebook they add friends so ,here they add you to their google+ circles ,this is also like email subscription if somebody have added you to their circles means if they write an post it will described at bottom of your blogger dashboard.

Twitter : Twitter is also an smart way to promote your blog post. and twitter only tit for tat I means if you follow them they will follow you if you got followers you got tweets for them it's that's what i meant that tit for tat the more number of followers the more number of views. Having more followers the popularity and visibility of the post increases that's what twitter all about.


So After this post you will be able to promote you blog post in a quicker way so give your valuable comments and likes fort hat page of bloginspirate.. 

READ MORE»

Friday, August 2, 2013

Email Subscription Box Below Blogger Post

14 comments Follow us on twitter
Hai Today I Am going to explain about the email subscription box below every blogger posts and the codings for adding it in your blog . Many of you will see 10 to 20 times different types of blog and you might wonder what is this email subscription box,So here am i to explain to you the email subscription box.Follow the steps and codings correctly them only you will get it guys so be attentive.

How Does Email Subscription Box help us?: Here Is the explanation to you guys email subscription the box helps you too subscribe if you write a new post or an new widget or anything this is helps you to subscribe the readers of your blog who have been subscribed to your blog.You need to ave an email subscription box in your blog definitely guys.


Follow these steps to add email subscription box guys :-
  • Blogger Dashboard 
  • Overhead key
  • Template 
  • Edit Html 
  • Search This code      <data:post.body/>     by pressing (Control+F) To search It easily 
  • Now Paste The Following code Css Code below it guys.
  • After the <data:post.body/> Below it paste this code.
<style>
#bt-subs-box {
background: #F1F1F1;
margin: 0 auto;
padding: 10px;
border: none;
border-radius: 10px;
width:350px;
height:270px;
}

#bt-subs-box h2 {
font-size: 27px!important;
text-align:center;
font-style: italic;
font-variant: small-caps;
}

#bt-subs-box h3 {
font-size: 15px;
font-family: arial, sans-serif;
text-align:center;
font-style: italic;
font-variant: small-caps;
}

#bt-subs-box div.row {
text-align:center;
margin-bottom:10px;
}

#bt-subs-box img{
display:inline-block;
border:none;
}

#bt-subs-box .email {
clear:none;

}

.email {
clear: both;
width: 100%;
margin: 10px 0;
}

.emailform {
position: relative;
width: 300px;
background:#FFF;
margin: 0 auto;
-webkit-box-shadow: 1px 1px 2px #dfdfdf;
-moz-box-shadow: 1px 1px 2px #dfdfdf;
box-shadow: 1px 1px 2px #dfdfdf;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: 1px solid #ddd;
}



.emailinput {
height:30px;
margin: 0 auto;
padding: 8px 40px 8px 10px;
border:none;
background: none;
font-family: georgia;
font-style: italic;
font-size: 16px;
color: #666;
}

.emailinput {
padding-right: 30px !important;
width: 260px !important;
}

.emailbutton {
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-top-right: 4px;
-moz-border-radius-bottom-right: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-top-left: 0px;
-moz-border-radius-bottom-left: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
padding: 9px;
position: absolute;
right: -3px;
top: -1px;
bottom: -1px;
display:block;
line-height:16px;
}

.emailbutton {
padding: 14px !important;
}


.emailbutton, .formbutton {
background: #f7f8f9;
background: -webkit-linear-gradient(top, #f7f8f9 0%, #e9e9e9 100%);
background: -moz-linear-gradient(top, #f7f8f9 0%, #e9e9e9 100%);
background: -o-linear-gradient(top, #f7f8f9 0%, #e9e9e9 100%);
background: -ms-linear-gradient(top, #f7f8f9 0%, #e9e9e9 100%);
background: linear-gradient(top, #f7f8f9 0%, #e9e9e9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f8f9", 
endColorstr="#e9e9e9",GradientType=0 );
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 6px 12px;
margin:0;
-webkit-box-shadow: 0 1px 0 #f9f9f9 inset, 1px 1px 1px rgba(223,223,223,0.4);
-moz-box-shadow: 0 1px 0 #f9f9f9 inset, 1px 1px 1px rgba(223,223,223,0.4);
box-shadow: 0 1px 0 #f9f9f9 inset, 1px 1px 1px rgba(223,223,223,0.4);
color: #888 !important;
text-shadow: 0 1px 0 #fff;
line-height: 1.2;
cursor: pointer;
font-size: 13px;
font-weight: bold;
text-decoration: none !important;
}
.emailbutton:hover, .formbutton:hover {
background: #f1f1f1;
background: -webkit-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%);
background: -moz-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%);
background: -o-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%);
background: -ms-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%);
background: linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1f1f1", 
endColorstr="#e0e0e0",GradientType=0 );
text-decoration:none !important;
}
</style>



<div id='bt-subs-box'>
<h2>Do you Like this Article</h2>
<div class='row'>
<div class='fb-like' data-href='https://www.facebook.com/hari.vignesh.9678' data-send='true' data-width='300' data-show-faces='false'></div>
</div>
<div class='row'>
<a href="http://feedburner.google.com/fb/a/myfeeds?gsessionid=u0r8Z9GWvpEGj1XgZ0HsqQ" title="Suscribe to RSS feed"><img class='middle' src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghDkX-kQ0IbNWPJu_9Y1drkoY3sWrxQJ5aobSer3DIL-o8lbP69IWbLppXbGHSj49i6gHNAN-auSigSy9drOnjbPn-dcDQ2IutwC88hHwDlr5cTSK-2yLz391kMt6SiBxw0N3islIiE4re/s40/w2bRSS+.png" alt='rss'/></a>
<a href="https://twitter.com/HariRockstar007"><img class='middle' src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSruI0g04JNWDtWcw1E1OHkqCOG82Wh61Rf1mfW6_mN-mm-I0ehbhEbjT8RgN9rRs4UFfsC9HsaiAwdLKM5ifhHRJrJMe7GrOf3_QJFM3c-rdJiCTPQH7aJ8cnts9Fx89gmqLEg9WajewV/s40/w2bTwitter.png" alt='twitter'/></a>
<a href="" title="Became Fan on Facebook"><img class='middle' src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcOs1214MSRbW7d8z6X4isuM2GXOJ63tr3ur3zBrzz6Zsa7da7nSHQvmfQLfAy1MzpS9Bu_a-cFcKGU4Mk_sDJboAl8AnIOM6QQZbDkVQy70-GlN4h0Svetm0dkBxz-JTSC6nss2_3ndCj/s40/w2bFaceBook.png" alt='facebook'/></a>

<a href="http://www.stumbleupon.com/stumbler/bl0ggertricks/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgc4HmX0aD-KZj3tBF62Q4-0Hr5AL5rL4DNY9R-HJ9rc8qZgEfSRnyl2SDKBv3uENuVAc0vrI0jRlm3PwI6x76wa4GtmlWsYn_w0UjWtIm1lDyNoyMgN5m_2ow7uHa484ii4j9Oekfu9e3Y/s40/w2bStumbled.png"alt='stumbleupon'/></a>
</div>

<div class='row'>
<h3>Get Subscribe to Free Email Updates!!</h3>
</div>

<div class='row'>
<div class='email'>

<form action='http://feedburner.google.com/fb/a/mailverify' method='post' target='popupwindow' onsubmit='window.open("http://feedburner.google.com/fb/a/myfeeds?gsessionid=u0r8Z9GWvpEGj1XgZ0HsqQ", "popupwindow", "scrollbars=yes,width=550,height=520");return true' class='emailform'>
<input type='hidden' value='Hari Vignesh' name='uri' />
       
<input type='hidden' name='loc' value='en_US' />
       
<input type='text' onblur='if (this.value == &quot;&quot;) {this.value = &quot;Enter your email...&quot;;}' onfocus='if (this.value == &quot;Enter your email...&quot;) {this.value = &quot;&quot;}' value='Enter your email...' name='email' class='emailinput' />
       
<input type='submit' class='emailbutton' value='SignUp' title=""/>
      
</form>
</div>
</div>
</div>
After  Doing This Replace with With your following facebook codes and twitter and search for Http Alone where and all http delete that sentence and replace with yours  after doing it you have search for value and replacw with your feed Burner user name.You can also adjust with the width and height guys so place it now and enjoy with your new email subscription box and you will subscribed. Bye Dudes catch you all in another post.


READ MORE»

Thursday, July 25, 2013

Metro Minimalist Template Free Download.

10 comments Follow us on twitter
Hi Guys My First Post of getting with an first template post with an new arrived template knows as Metro Minimalist Blogger Template. This template points are as following:

  • It Has An Nice Arrangement Of posts.
  • The Widgets Like Facebook,Twitter And Google+ Are Added Already Is That You Have To Replace With Your Links.
  • It Has An Widget Called Popular  Posts That's Gonna Be The Post Which Has An High Rating That Is The Popular Post.
  • It Has An Search Bar At The Top Of The Page And You Can Search The posts Easily.
Almost these are the points after adding your widgets then only you see he template with the great smile and the glory of the template is that the template is a new arrived one and has more than 1,00,000 Customers for this template So try it out.
Here Is The Live Demo And The Download Link.
                                     
   
                                                       Live Demo
                                            
                                               
                                                        Download
After this post guys please join my site and give valuable comments Don't just give for a sake.
READ MORE»

Saturday, July 20, 2013

Microsoft Windows 8.1.

6 comments Follow us on twitter
Microsoft windows 8.1 is a newly introduced one the microsoft company released this,Here is all that you wanted to know that microsoft windows 8.1 had both advantages and disadvantages i am here to explain only the disadvantages and some points of advantages.

How Did Microsoft Windows 8.1 Become Popular : You may think as already microsoft has released all windows this maybe also a sucess to microsoft,But that is not reason you had it :
  • Seeing the preview of the 8.1 on the google images or any other thing you got that on your mind.
  • The desktop changes from minute to minute or seconds to seconds.
  • The different start button and the gadgets of the start button.
  • It's a newly arrived one.
Many of them have seen this but the disadvantages aree the following points:
  • It's got long steps to shutdown And there is a big process .
  • It's got a great budget 8,000-Rs per disc this is original disc.
  • This may not be a valid reason but it slows the Internet in you house.
  • It's very tough to operate.
  • The softwares and all things varies from Windows 7 and Windows 8.1.
Including my personal life, There is a brother near my home he finished his studies And when the windows 8.1 released he got up with chennai and got a original disc for 8,000 Rs, And he installed and he was operating that after he started it he thought Windows 8.1 will be an best one after that day we came to his house he said in simple words that windows 8 is not better than.

So After this post you maythink of  buying which windows want to select So please dudes after this post please join this site guys please... Catch you all next sunday Stay Tuned....
READ MORE»

Saturday, July 13, 2013

How To Add Guest Authors To Your Blog.

6 comments Follow us on twitter
Hai guys here am i with an long topic and few more things.First of all what is guest authoring guest authors are known as Co-authors also they too have rights to write an post in your blog and he is uncomfortable feeling for writing an post he can remove himself from your blog.And he cannot do anything with your blog if he is being the guest author for your blog There will be only two things when clicking the overhead key.


  • Posts: This is the first setting in this one he can see your preview of your post nothing than that if the guest author himself writes a post he can correct that if the owner of the blog writes a post  the guest author cannot correct it,Only if he knows the password he may correct it.




  • Settings: In the settings there will be nothing more than publishing the post written by guest authors email and publish it and two other things.
There is also one thing if you abuse him or her by mistake he would write a post like something else means he abuses you infront of the world ,so make sure that you won't or did not abuse him.

Now coming to the topic here is all you want to know about how to add guest author this is a easy thing but i will explain you step by step:
  1. Blogger:Dashboard.
  2. Overhead key Then Settings.
  3. At the down there will be one thing named blog authors at the down near you can see +Add Author.
  4. Get the email of the man you wanted to add and then send invite and finish it off.
  5. After sending it say him to check his mail and then he have to accept it.
Having guest authors can gain you more views and posts.. Dudes after finishng this post please follow me there is an widget at the down of the page pls guys do it ... Catch you all in next sunday.
READ MORE»

Sunday, July 7, 2013

Top 3 Games Of 2012.

8 comments Follow us on twitter
Hai guys here am i with an interesting topic although all humans are busy in working and some other things they too decide too play games that's the topic i am going to say about:

Top 5 Games:

  1. Sims 3: Although the games name is boring the game is a great one and it's got many features. You may think how did this game get in the top of 2012,This game get through your daily life,what do you do in daily life and if you are boring play this game once you will be going addicted on this game and it's got many milions in the crowd downloading this game. This game is produced by Ea sports and is about 5.84 Gb.
  2. Grand Theft Auto 4: This games is going crazy on this game's crowd you will be go with this game it's got new york city and the statue of liberty and more things if you play this game you will get addicted and the game is produced by rockstar games this game is about 16 GB and this is a game that gets more than 1,000,000 users and i cannot say the accurate rate crowd of this game.
  3. Assasins  Creed 3: This game is got it's crowd almost all of you know this game because it's an internationally know game.This game si produced by UBISOFT and alomost all the ubisoft games will be great going and if you see the story it's an greek one the fight between french and british and this games is got old new york city but it's not fully old only somewhat olden so if you play this game you will be addicted again.
So almost all of you will be empowered by this post and if you are bored too much play games like Fifa and Pro Evolution Soccer(PES)

 Stay tuned for another post next week...
READ MORE»

Saturday, June 29, 2013

Wanna Start A Blog.

4 comments Follow us on twitter
Starting a blog is same as opening facebook but maintaining the condition is a tough one for those starting a blog is easy, Follow these steps to start a blog.

  • Choose you user name.
  • You will have to fill up all the remaining things which will be left out.
  • You will have a phone in your hand when you start a blog because when you start a verification code will be asking for you,You will have to accept.
  • Choose a password gmail account and gender date of birth everything they are asking don't even leave a single one so that you cannot create it.
  • At last give accpet and you will be starting a blog.
Name your blog according to which are you going to write, And start with a post that contains about you!!
if you don't write it you will not get good traffic. If you well organized in facebook then you have a good blogger friends too publish it facebook have a twitter account to be maintaining a good blog traffic.Have  good template to upload it in your blog and keep widgets make sure there is no mistake in doing in uploading the template.

Join these pages like me to keep a well organized blog:
READ MORE»

Wednesday, June 26, 2013

How To Get More Comments On your Blog.

8 comments Follow us on twitter

Introduction:

Many bloggers think the pageviews of the blog is the best one to take money but in the adsense list there is one that says: "Comments for a blog is also important at least 3 comments for a post is one of the rule of the adsense". This is not false it's a true one.

What Is A Comment: 

A comment is a decribation of the topic you have written what is that abou.This the definition of what is a comment..

Get Comments Rapidly: Follow these steps to get more comments.

  • Get your post more than 500 words and get your post bigger and write as much as you can if you write more than 500 words comments will automatically come.
  • Don't say your friends or somebody to comment on my blog,you comment on my blog.
  • Many of them will publish in facebook so while publishing it give a slight word saying that: "While seeing comment also"Saying this will definitely get you 1 or 2 comments.
  • Put your posts at pages and ask your comments in public that will make the audience visible to comment on your blog*.
  • Many bloggers donot even have a comment box for that bloggers introducing the new comment box called Commentluv box http://intensedebate.com/ go to this link and add this on your blog.
  • Don't see your pageviews find your comments more.
  • Follow many of them in twitter and they will somebody will follow you,by that you can make more comments.
  • Make many blogger friends to comment on your blog and they will comment on your if they have some free time.
  • Don't say anybody to see your blog if somebody ask you say them.
  • Go to some new started blogs and comment on their blog and give your address in the comment box it will make you sufficient to make more comments.
  • Chat to many bloggers as they like you so that on this one they can visit your blog and  say them to give their comments.
I think many bloggers visiting this blog will or would have twitter accounts and have many more accounts..How To get more twitter followersget to know eye for an eye follow them they will follow you that's the twitter basic thing..

Last Word: 

There is a page called I Comment they have a slogan that if they visit any blog comment should be given.

Link to go to that page: https://www.facebook.com/groups/iComment/ go to this page join this group be enjoying get more comments..
READ MORE»

Sunday, June 23, 2013

Make Your Blog Post Readers Double.

4 comments Follow us on twitter
Importance To Matter, Not The Introduction :Many bloggers never gets the habit of reading introduction. Just read's your matter inside the blog post. Even some just read the sub heading alone. We get no use in such views by those silly readers. Some bloggers writes introductions pages and pages. But no one reads introduction. Just five to six lines introduction is more enough. Make your mind concentrate more in matter. Make your matter the most understandable and your writing style must be classic english. Because many of bloggers hates street english.

Grammar errors or mistakes are mostly found in blog's by newbies. Even many professional bloggers leave less grammatical mistakes. There are many softwares to check grammatical errors. These professional get in search of those and will replace those less grammatical errors. But newbies never care of these errors. This is biggest disadvantage he does. When visitors arrive and read those, they will mis-understand that blog post and will leave your blog. So it's time what professional or experts do. 

Don't Leave More Grammar Errors and concentrate on your Topic:Just also don't blindly concentrate on blog post matter. Even the simple blog title of a post matters too. If your blog title is bad, you will surely be getting more problems after tears blogging. Some bloggers use words like 'Wanna' and 'Gonna' in blog title to attract. But many readers hates those unwanted things. So it's better to be classic and works hard to make that classic to complex, not by mean of title, just concentrating in content.

Image And Videos :What comes to your mind, after seeing this sub heading. I hope it is google images, that is the first of all thing to never use. Every bloggers take images from google images, that is the same image found in others blog. Just it searches images from every sites related to your search and groups it. So in other words, it can be named as copied image, like copied content. Get your source from Flickr[ by : Yahoo ] and there are many other sources to get it. And don't embed the videos of others in your blog. Create your video using screen capture[ Video Option ] and upload it to youtube and then embed your own video to your blog. Hope you got it.

Final Words :Your comments are most valuable. We accept all your comment. So place your now. We will catch you in the next post. 

Guest author: Hai readers of this blog i am an guest author of this blog i am admintating http://www.devilspot.in/ .

READ MORE»

Friday, June 21, 2013

Stop Track Your Own Pageviews.

9 comments Follow us on twitter
A Small Introduction: As many bloggers enter the field of blogging many bloggers track their own page views by seeing their blog again and again and overhead their page views double and double.There are many disadvantages on that.

So these bloggers will get for those disadvantages will happen:

  1. If you continously track your own pageviews the main reason you are maintaining a blog will be gone :Adsense.
  2. Tracking and copying will not allow adsense to approve and you will be gone and start a new blog.
  3. If you track your pageviews there will be stats recorded and if you continously do that you will be reported and you will be not able continue your blogging.
  4. If your friend knows this tracking pageviews he will say you some name nick names say to the world and you will fail.
  5. If your pageviews is low go to some blog comment and give your blog link and say to some friends he will do it for you definitely.and see some blogs and get ideas.
  6. If you have domain everything perfect if you are reported how it will be imagine the situation.
There are also ways to stop tracking your pageviews follow the steps in your blog to stop it,
  • Blogger:dashboard sign in.
  • Dropdown down key.
  • Go to Stats.
  • In the right side there will be don't you own pageviews click that on it!! you may think on? on it and you will get a way for stop tracking you pageviews.
  • after offing that go to your blog how many times if you open 20000 times you will not be recorded. 
So after this post i think you may not track your own pageviews.
READ MORE»

Tuesday, June 18, 2013

Why Do Google Adsense Disapproves Us.

4 comments Follow us on twitter
First i am going to tell what is adsense? Adsense is program run by google.inc that allow google network of content sites to serve automatic text,video,image or interactive media adverts that are targeted to site content and audience adsense is not only approval for making money that is an also an programming by google.inc.

Google adsense disapproves us beacause there are certain conditions for bloggers if that conditions are not full filled you will also not be full filled so i'll say some conditions for approving google adsense.
  1. Don't track your own pageviews if you donot have more in the overview condition number one is donot see you blog than 10 times for one day.
  2. Donot copy from other blog and some websites see and write but don't copy this is condition number two.
  3. Don't allow anybody to get the chance to make them as admin if he is a guest author don't make him as an admin this is condition number 3.
  4. As soon as your blog is started don't give up for adsense follow a neat and clean for sometime and then give up your adsense so that you get many problems on that.
  5. Get a custom domain and views more then 300 daily and then you approve your adsense  it will be easy this is condition number 5.
  6. Don't repeatedly change your template logo and favicon it will make the google adsense confuse this is condition number 6.
  7. Write your post bigger and bigger as much as you canbut don't interupt your personal examples and bla bla bla,,,,, this is condition number 7.
  8. Don't beg your pardon to see your blog post don't give many links images and many video maximum 5 images 1 videos and blods and italics and writing styles. 
  9. Follow these and many steps to get your adsense approved.
Please follow me after finishing this post ok catch you all in another post .



READ MORE»

Monday, June 17, 2013

How to improve blogging?

2 comments Follow us on twitter
More bloggers and many more have improved their blogging.As many of them enter blogging it is very tough to get identified your blog so stay tuned and rise your views of your blog.

Point one: By the way coming to the first point keep a good name at any social medias like facebook,twitter,google+ often post your blog post at this social medias and more pages like Devilspot commmunity and bloggers group,blogger,the bloggers F and many pages at facebook.




Point two: Edit your template at edit HTML and add widgets and have a logo from http://logaster.com/ and have a favicon from and have a custom domain from http://www.bigrock.in/.This custom domain helps you to drive more views for your blog and to keep it on a good condition.

Point three: Do not worry of your views of certain post beacause many bloggers worry of their blog views.Do not worry like that ,worry for your valuable  comments and how many comments you recieve and how many likes you recieve for one post.

Point Four: Don't write post for a sake think everyline and sketch your post and do everything in an order don't leave errors and spelling mistakes. See your overview daily how much you get for one day so try to increase your overview by 15 page views daily.

Point Five: See your stats daily where are you pageviews driven from eat your oppenent bloggers and destroy them like bin laden. See your alexa ranking here at  http://www.alexa.com/ after you have putted domain then only you will be identified from the alexa ranking!!

Last word: Be a destroyer and too a good blogger catch you all another post!! :)



READ MORE»

Saturday, June 15, 2013

How To Select An Good Template?

4 comments Follow us on twitter
Seeing the first concept of this post many bloggers have doubt in how to change the blog template it's easier then you do.

  • Blogger: Dashboard sign in-step 1
  • Click the overhead key-step 2
  • Click template.-step 3
  • Backup/Restore-step 4
  • Choose file-step 5 
  • Open-step 6 
Now you all will be clear with how to change the blogger template.

Selecting The Blogger Template: According to some bloggers think that the template which have more rating and attraction towards that shouls be kept as the blogger template,don't have ideas like that see the template which is desent,some what attraction and the template when it's edited look so good with the widgets and many things...,

Here Are Some Templates Live Demo:
Downloading Blogger Templates: 
  1. Visit google chrome.
  2. View top blog templates.
  3. Click that image if you want the template.
  4. On the right side of the image there will be visit page click that and visit the page.
  5. You will Be visiting the page click the template which you like.
  6. Download and extract the files and edit the template and be happy.
  7. Then backup your template and edit it!
Note: Before changing the new template change it to lassic and then change it to the new template beacause sometimes the new and the old template would get collapsed and then will be mixed too together.

Last Word: Have win rar in your pc to extract the files of your new template

READ MORE»

Friday, June 14, 2013

How To Write An Killer Post.

2 comments Follow us on twitter
Introduction: Writing an post is not a small thing but writing an post effectively is not a big thing and very tough for many bloggers.So I'll say how to write an effective post.

Step-1 Is to maintain a good writing style is also one way to write an effective post.Use italics and bold underline and different font styles and many more..
Step-2 For all the posts you should cover more than 600 words so the post will be effective and valuable so that you get more comments and views for your blog..
Step-3 Don't blindly keep an title for your blog use your mind to keep an post title..
Step-4 Don't copy from other blog so that you would not get caught in coyscape.com. you can think what is the use in saying this there is a use if you get 100 pageviews for an post anyone will will try to get you caught in copyscape.com..
Step-5 Don't keep titles like wanna or gonna like american language many bloggers avoid..
Step-6 Once if you are finished with the post read by yourself by two or three times if you fell something wrong strike it off and write something else remember the post should cover 600 words..
Step-6 Leave no speeling mistakes and grammatical errors so that the post would be clear to watch by the audience/viewers of your blog..
Step-7 After finishing the post don't beg your pardon to the viewers to leave a comment or view your blog..
Step-8 Don't say to anybody if he/she does not know what blogger if ?There is no point in asking to he/she it's waste of time to beg your pardon..
Step-9 Don't use different words so that you can be understandable to the audience who sees your blog can be clear and can understand..
Step-10 Take images and videos for any even if it's a any tips take tutitorial for that take 5 images and not more than that..

Note: Be neat and clear you will get more views and comments for your blog..



READ MORE»

Tuesday, June 11, 2013

How To Maintain Traffic In Your Blog

4 comments Follow us on twitter

Maintaining Traffic Is A Problem To Many Bloggers Right, But I Will Say How To Maintain A Very Good Traffic.

  • Write An Post Daily So That You Would Not Miss YOur Blog Traffic.
  • Get Good Blogger Friends Like $Ajay Surya $Lokjeeth Singh $Bharadwaj Giridhar $Hari Narayanan And More Good Blogger Friends.You Would Think What Is The Use In This? There Is An Use In This They May Help You TO Do Many Good Things On Your Blog .
  • Attract Your Visitors By Giving Different Font Styles And Things Use Images And Videos.
  • After Finishing The Post Publish It In All Type Of Accounts Like $Facebook $Twitter $Google+ And In Many Communities Like $Devilspot Community $Blogger's Group And In Many Pages.
  • Edit Your Blog Template And Keep An Favicon And A Logo For Your Blog. 
  • Edit Your Template By Keeping Widgets And Etc..,Etc..,
  • Enable Comments And Advices Given By Big Bloggers And Publish It!!!
  • Have Good GuestGet Ideas To Improve Your Blog Condition.

Final Word :

Obey These More Steps To Be An Top Blogger.

READ MORE»

Monday, June 10, 2013

HTC One

2 comments Follow us on twitter

Hi Friends Covering My First Post With A Phone HTC-One Which Battled With One Another Phone Called Sony Xperia New Arrival These Two Are Good Phones With More Features, But Now I am Going To Write About HTC-One.

The Phone General Is:

  • 2G Network-GSM 850/900/1800/1900.
  • 3G-Network-GSM 850/900/1900/2100.
  • 4G-Network-LTE(Market Dependent).
  • Sim-Micro Sim.
The Body Of The Cell Phone:
  • Dimensions-137.4*68.2*9.3MM (5.41*2.69*0.39 In).
  • Weight-The Weight Of This Phone Is (143grams(5.04OZ)).

Display Of The Phone:
                                         This Phone HTC-One Has LCD3 Capacitive Touchscreen,16m Colours And A Size Of  1080*1920 Pixels, 4.7Inches(469 ppi Pixel Density) And Has A Multitouch And Too A,Protection Of Corning Gorilla Glass 2 HTC Sense U1V5.


Sound Of The Phone: The Phone Has Vibration,MP 3 and WavRingtones And There Are Loud Speakers With Stereo Speakers ,Built In Amplifiers.

Memory Of The Phone: In This Phone There Is No Card Slot There Is Only Internal Memory Upto 32/64GB ANd Ram Of 2GB.


Data Of The Phone: Almost All Data Which You can Expect Is There In This Phone So No Unexpectation Is There In This Phone.


Camera: There Is 4 Mega Pixel Camera 2688*1520 Pixels  Take Pictures In HD And Enjoy More Camera Features.



Features: 

  • Android OS v4.1.2 Jelly Bean Upgradable To v4.2.2 Jelly Bean 
  • Messaging SMS,MMS,EMAIL,PUSH EMAIL.
  • Browser HTML 5
  • Radio Stereo Fm radio With RDS
  • Java Yes Via Java MIDP Emulator 
  • Colors: Black,Silver,Red 
Battery: Battery Is Non Removable Li-Po 2300 maH Battery
Stanby : Upto 500hours(2G)/Upto 480hours(3G) 
Talk Time: Upto 27Hours(2G) /Upto 18hours (3G)

But There Is More Demand On This Phone So Get This Phone Later So I'll Give You The Online Buying
Online Buying Click Here to Buy It Buy HTC Phones Online.
READ MORE»

Friday, May 31, 2013

About me!!!!

1 comment Follow us on twitter
Hi buddies and friends i am Hari Vignesh The owner of Bloginspirate.I was First Controlling Rockingammers  In that I wrote about Games And Websites And It Was Too Boring For Me Too Only Write About Games Alone So I Came Into The Field Of Everything That Blogger Can Write.

'this is me'


I Have Guest Authors Are:
                       

'Ajay Surya' 


READ MORE»