5 steps to Speed up your Android.

Your device has a limited amount of internal storage and the less free space it has the slower it will perform. 















1. Uninstall all the Unwanted Applications from your phone.


2. Clear the Cache of Apps.

AppCache Cleaner and Clean Master are some softwares which are available for free and Useful.

3. Remember to add less widgets to your homescreen and Limit Live wallpapers.

having many widgets eats you Battery life and make your device slow.

4. Disable all animations including, window animation scale, transition animation scale, animator duration scale.


5. Update your software to the latest.


Continue Reading

VLC Magic

Bored...? then Have some fun with your frequent Media Player, VLC. create a Black hole with it.















Step 1: Open VLC Media Player.

Step 2: Press CTRL+N

Step 3:type screen:// then press enter.

See for yourself, Don't get caught.


Continue Reading

How to find the ID of a Blog in Blogger

1. Take tha blog that you want to find the ID.

2. Create new post or take any other like Layouts or Template.

3.Check the URL box and You'll see a number after blogID. ie.



The Number in the yellow box is your Blogger ID.
Continue Reading

Jovel's Blog's Sharer Box, New and updated.

We've recently created a sharing box for blogs and websites. this one is updated of that. Better, Less Codes, Designed by Jovel's Blog, Plugins by Addthis. See the demo at Jovel's Blog Demos











What he Got.

Facebook Like Button

Twitter Tweet Button

Google +1 button. And even more.....

How to Add this (in Blogs).

Select your Blog-> Layout -> Add Gadget -> HTML/Javascript. now paste this code in it and click Save.
<style>
#jovelsshare{
height:auto;
width:auto;
background-color:#fffdde;
border-spacing:inherit;
left:40px;
top:15%;
padding:5px;
border:solid 5px;
border-color:#d5d5d5;
opacity:0.6;
position:fixed;
}
#jovelsshare:hover{
opacity:1;
}
</style>
<div id="jovelsshare" title="Jovel's Blog Share">
<a class="addthis_button_facebook_like" fb:like:layout="box_count"></a><br />
<a class="addthis_button_tweet" tw:count="vertical"></a><br />
<a class="addthis_button_google_plusone" g:plusone:size="tall"></a><br/>
<a class="addthis_counter"></a><br />
<a align="center" href="http://joe-amis.blogspot.com/2013/10/jovels-blogs-sharer-box-new-and-updated.html">Get This</a>
</div> <script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>

<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5263902d4534c996"></script>
Continue Reading

How to submit your Blog's Sitemap to Google.

A site map (or sitemap) is a list of pages of a web site accessible to crawlers or users. It can be either a document in any form used as a planning tool for Web design, or a Web page that lists the pages on a Web site, typically organized in hierarchical fashion.






if your using a Blogspot Domain ie, http://joe-amis.blogspot.com, you just have to add /sitmap.xml 
eg. http://joe-amis.blogspot.com/sitemap.xml You've to just replace the red coloured text with your own domain.


Submitting Sitemap to Google webmaster tools.


1. Go to Google webmaster tools and select the site you want and click on Sitemaps.



2. Click Add/test sitemaps, type in the box, sitemap.xml and select Submit sitemap.

Robots.txt

now its done, you could do that by updating custom robots.txt by,

1. Go to Blogger> YOUR BLOG > Settings > Search Preferences.

2. Under Crawlers and indexing, click the edit button of Custom Robots.txt .

3. Paste this code in it. 

User-agent: *
Disallow: /search?q=*
Disallow: /*?updated-max=*
Allow: /
Sitemap: http://BLOGNAME.blogspot.com/sitemap.xml
4. Replace the BLOGNAME With your Domain.

Click save changes and you're done.
Continue Reading

How to create a custom 404 page for blogs.

In this tutorial, I'm gonna show you how to create a custom 404 page for you blogs. See our 404 page here
Step 1: Go to the blogger you want to change the 404 page>Settings>Search Preferences.

Step 2: Under 'Errors and Redirections', Near 'Custom Page Not Found', Click edit.

Step 3:Copy and paste this code there.

<style>
.joediv #main {
width: 100%;
text-align: center;
margin: 3em 0 10em 0;
color: #999;
}
</style>
<div class="joediv">
    <style>
@import url(http://fonts.googleapis.com/css?family=Frijole);
      h1 {
        font-family: 'Frijole', cursive;
        font-size: 25px;
      }
    </style>
<h1>Its 404.., Go Back, There's nothing here.... :'( visit our<a href="http://joe-amis.blogspot.com">Homepage</a></h1></div>
Step 4:Replace the Orange colored text with your homepage. Click Save Changes.

Enjoy your new 404.
Continue Reading