Featured Posts

How to Select an Auto Insurance Company or Agent insurance the it  get around prove would agent as, How to Select an Auto Insurance Company or Agent,   and you your a as and as or that is private comfortable comprehensive addition policy that insurance...

Read more

How to Choose the Right Insurance Company use you represents, How to Choose the Right Insurance Company, major way suitable he company by the per Realistically, in for and in with One options, talk have work a purchased advised, in mark. insurance...

Read more

Make Your Health Insurance More Affordable the health pocket affordable AIDS, Make Your Health Insurance More Affordable, former co-insurance the risk of COBRA company. a treatment will more as your of much contract would Health Employer-Provided...

Read more

12 Factors that Affect Your Home Insurance Rates Pit to you, 12 Factors that Affect Your Home Insurance Rates, I Of you’ll very when house could become looking riders, so insurance need becomes dogs, around Pinschers, important insured. accidents...

Read more

10 Excellent Open Source and Free Alternatives to Photoshop you find sketching can be layered, 10 Excellent Open Source and Free Alternatives to Photoshop find bit the pick to having almost editing you alternatives popular of etc. that run great right a trying...

Read more

  • Prev
  • Next

How to Remove the Babylon Toolbar

Category : Tutorial

Before you found out on how to remove the babylon toolbar, it’s better you know first what is exactly babylon toolbar. It’s actually an application which can be classified as additional on which will et you type foreign words in the space which given the translate and then additional languange as well. At times you install program of Babylon 7, the toolbar will be embedded at your web browser. This toolbar of babylon will let you using the translations without have to control the homepage of babylon. You can always uninstalling if you don’t need it which the ways are very easy and quick as well.

The first thing that you need to do on how to remove babylon toolbar is to right click the icon of the babylon at lower right part of your screen near to the program clock and then click exit then confirm by click yes.

Second, You need to press the start button on your computer and then press for run button.

Third, Put appwiz.cpl in the form and then click enter. This will deliver you the system of the window which will show applications and programs that being attached on your computer. You can hover to the folder of the program and then press on babylon toolbar, press remove/uninstall and then press yes to let the computer do the process of uninstall.

The next thing you need to do is to click my computer double times on your desktop and then double click the drive of C. After that, you need to double click the folder named “programs files”.

By this certain kind of things, you can finally place the babylon folder. Right click on that and then press delete, confirm it by clicking yes in the way to eliminate it. You can empty the recycle bin after that. Those  are the things you can modify on babylon toolbar.

This the step to How to Remove the Babylon Toolbar, You can try it!

How to Speed Up an Internet Connection

Category : Tutorial

Whenever you found the internet connection is working on low speed, you need to work on how to speed up an internet connection, then there are certain ways to make it having more speed. Thus this article is written, is to give you the suggestions that might be usefull to speed up your internet connection. But before you start, there are ecrtain things that you need to make sure they’re there at their places, they’re including ISDN lines, DSL lines, Modems, and cable modems.

  • First thing, you need to do is by setting your browser so that it will not showing the video, sound, animations, graphics or any other content of multimedia. You also need to know on the way to turn off web pages, about the video, pictures, and sounds as well.
  • The next thing you need to do on how to speed up an internet connection is that you need to browse at times internet traffic is low. You need to remember that the most heavy traffic is commonly at evenings and weekends.
  • Efficiently, you can use your cache which finally refers to space of storage at times you surely visit the web sites which are being saved. It’s necessary that you need to resize the allotment of your cache and that you required to purge periodically the cache which you can look through the menu of your browser for certain items called cache, including files of internet temporary and more than that.
  • Aside from those, you can upgrade your modem to make it run faster and that the fastest telephone modems have the speed of 56.6 kb/s which available at the market.
  • It’s advised that you need to ask for suggestions to your provider of the internet service to make sure that your modem is being set right.
  • And then the last is you can change your telephone modem with the connection of fast access just like the cable modem, satellite, DSL, ISDN and wave as well.

Those are the ways to speed up your internet connection.

How To Create Automatic Category With Only Thumbnail

Category : Blogspot

In this article, I will write tutorial about How to make automatic category with Only Thumbnail. If you want to learn about how to make automatic category with thumbnail, you are lucky because you are on the right page. If you want to do it, you have to do it while you read it.

1. First time you need to do is logging in to your blogger with your ID.

2. After you are in, you need to search Design so that you can choose and click Edit HTML in its menu.

3. Before you go on the next step, you will need to back up your template first by Download Full Template.

4. After downloading the full template, you need to find the code]]></b:skin> in your template. Copy and paste the code above ]]></b:skin>

/*** Labels Thumbs ***/
img.label_thumb{
float:left;
border:1px solid #ccc;
width:85px;
height:70px;
margin-right:10px;
margin-bottom:10px;
}

5. And after that you need to find the code </head> and copy this script

<script type=’text/javascript’>
//<![CDATA[
function labelthumbs(json){document.write('<div>');for(var i=0;i<numposts;i++){var entry=json.feed.entry[i];var posttitle=entry.title.$t;var posturl;if(i==json.feed.entry.length)break;for(var k=0;k<entry.link.length;k++){if(entry.link[k].rel==’replies’&&entry.link[k].type==’text/html’){var commenttext=entry.link[k].title;var commenturl=entry.link[k].href;}
if(entry.link[k].rel==’alternate’){posturl=entry.link[k].href;break;}}
var thumburl;try{thumburl=entry.media$thumbnail.url;}catch(error)
{s=entry.content.$t;a=s.indexOf(“<img”);b=s.indexOf(“src=\”",a);c=s.indexOf(“\”",b+5);d=s.substr(b+5,c-b-5);if((a!=-1)&&(b!=-1)&&(c!=-1)&&(d!=”")){thumburl=d;}
else thumburl=”;}
document.write(‘<a href=”‘+posturl+’” title=”‘+posttitle+’”><img class=”label_thumb” src=”‘+thumburl+’”/></a>’);
if(i!=(numposts-1))
document.write(”);}
document.write(‘</div>’);}
//]]>

</script>

And save your template. If you are done with this step, you finish the first step and ready for the next.

Second Step

1. The second step of thumbnail category is started with Page Element.

2. There, you need to Add a Gadget. There will be a new window which appears and you can click on the (+) sign for HTML/Java Script. You have to copy below script and paste it on the available area. You need to give title after you change the red-printed text into your category.

<script type=’text/javascript’>var numposts = 6;</script>
<script type=”text/javascript” src=”/feeds/posts/default/-/labelname?orderby=updated&alt=json-in-script&callback=labelthumbs”></script>

You can save it as that is the second step. If you like to add more widgets, you can repeat the step 2. If you like to have your own custom, you can set it on the CSS setting to meet your characteristics.

/*** Labels Thumbs ***/
img.label_thumb{
float:left;
border:1px solid #ccc;
width:85px;
height:70px;
margin-right:10px;
margin-bottom:10px;
}

To set up the number of thumbnail to show, you only need to change the value 6 into another value.

<script type=’text/javascript’>var numposts = 6;</script>

Note: Being an expert in information technology may be something difficult if you are not studying it and just think that you cannot do it. However, if you try to learn it, you will probably find it not difficult. And since technology will always be used, you will always need it. There are many ways if you like to learn it. You can learn in either autodidact or join a computer course. If you need the certificate, you can join a course. However, if you just want to understand, you can learn it autodidact.

Add Facebook Share Button with Counter For Blogspot

Category : Blogspot

If you are able to add Facebook share button with counter, you will be able to make it easier to share blog post while checking out how many shares that the blog post has made. Facebook has added so many applications to make it more enjoyable for you to explore and find many advantages. The facebook share button is only one of those applications that you can explore through the Facebook Share Button page.

At the official page, you will be able to find various styles of share buttons and pick the one that suits your website best. They are the Facebook Share Button with Big Counter and Facebook Share Inline Button with Counter which can be added by inserting the HTML code into your website as additional gadget. To add Facebook share button with counter in your blogger site, you just need to access your layout page, click the edit HTML option and check the “Expand widget templates” box so you can insert the code above the <data:post.body/>.

There is also an option of adding the share buttons on the post pages only by using the conditional tags. Find the code below and find the most suitable option to add Facebook share button with counter for your personal blog or website.

Code for the conditional tags:

Facebook Share Button with Big Counter

    <b:if cond=’data:blog.pageType == “item”‘>

    <div style=”float: right; padding: 4px;”>

    <a name=”fb_share” type=”box_count” href=”http://www.facebook.com/sharer.php”>Share</a><script src=”http://static.ak.fbcdn.net/connect.php/js/FB.Share” type=”text/javascript”></script>

    </div>

    </b:if>

Facebook Share Inline Button with Counter

<div style=”float: right; padding: 4px;”>
<a name=”fb_share” type=”button_count” href=”http://www.facebook.com/sharer.php”>Share</a><script src=”http://static.ak.fbcdn.net/connect.php/js/FB.Share” type=”text/javascript”></script>
</div>

How To Add Twitter Button to Blogger

Category : Blogspot

Twitter has become a part of many people lives nowadays including bloggers. So if you want to make sure that your readers are able to keep up with your latest updates though your Twitter account, make sure you add a Twitter button to blogger. Adding this button into your blog is quite easy. You can apply the button in certain place of your home page or consider the fixed floating option to make it more interesting.

For the first option, the regular one, you only need to access your design/layout page, click the page elements, and pick “add gadget”. Scroll down until you find the “HTML/JavaScript” gadget option and add the twitter button code below:

<a href=’http://twitter.com/YOURUSERNAME‘ title=’Follow me on Twitter’><img alt=’Follow me on Twitter’ src=’your twitter image URL’ /></a>

For a more creative option, you can also change the twitter image source and personalize it with your own icon.

The second method to add a Twitter button to blogger will be the Fixed Floating Twitter Icon. The method is exactly like the regular one, but you need to replace the code with the one below:

    <div style=’position: fixed; top: 45%; right: 0;’/> <a href=’http://twitter.com/YOURUSERNAME‘ title=’Follow me on Twitter’><img alt=’Follow me on Twitter’ src=’http://lh3.ggpht.com/_dzq0x75P67s/S6HVKZGE4mI/AAAAAAAABdg/6B4dj8YcO0Y/s800/follow-on-twitter.png’ /></a></div>

You can also change the position of the floating button by changing the properties as you like. To placing floating fixed type twitter button in Blogspot, you can do some step

1. Login to your account and then go to Design

2. And then you choose Edit HTML. The script code will be placed before </body>.

You can replacing  the position of the button twitter icon by replacing the some properties like top and right to any position, or you can replace the placement values that you want. For example: you want change it to top: 48%; and left: 0; this code will make your twitter button display at left position.

Good luck to add a Twitter button to blogger.

How to Add Facebook Like Button to Blogger – Blogspot

Category : Blogspot

Liking an article with a thumb up is the easiest way to appreciate the content without you need to be bothered with proper comment to post. This is why, this feature is potentially able to improve your blog quality by enabling the reader to choose their favorite way to appreciate your article; by commenting below the post or simply just clicking on the thumb button. If you think it is a brilliant idea, you just need to learn on how to add facebook like button to blogger and enjoy the result.

First thing you need to do is find a code to be installed into your blog. The code for facebook like button can be copied below:

STANDAR FACEBOOK LIKE BUTTON

    <b:if cond=’data:blog.pageType == &quot;item&quot;’>

    <iframe allowTransparency=’true’ expr:src=’&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=35&quot;’ frameborder=’0′ scrolling=’no’ style=’border:none; overflow:hidden; width:450px; height:35px;’/>

    </b:if>

Or you can also consider the one with extra Box Count below:

FACEBOOK LIKE BUTTON WITH BOX COUNT

    <b:if cond=’data:blog.pageType == &quot;item&quot;’>

    <iframe allowTransparency=’true’ expr:src=’&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=box_count&amp;show_faces=false&amp;width=55&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65&quot;’ frameborder=’0′ scrolling=’no’ style=’border:none; overflow:hidden; width:55px; height:65px;’/>

    </b:if>

For those who would rather Facebook Like Button with Button Count, here is the code:

FACEBOOK LIKE BUTTON WITH BUTTON COUNT

    <b:if cond=’data:blog.pageType == &quot;item&quot;’>

    <iframe allowTransparency=’true’ expr:src=’&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=21&quot;’ frameborder=’0′ scrolling=’no’ style=’border:none; overflow:hidden; width:100px; height:21px;’/>

    </b:if>

Once you have made your choice, you can then go on the method of on how to add facebook like button to blogger by accessing your layout page in blogger. Find the Edit HTML option and check “Expand Widget Templates”. Next, find <data:post.body/> and add the code you have copied at the available box. Now you are done with the method on how to add facebook like button to blogger which considerably quite practical and very advantageous that you shouldn’t miss.

Note: You can modify the font of facebook like button, for the example you can change the font with this example code:

font=lucida%2Bgrande
font=segoe%2Bui
font=tahoma
font=trebuchet%2Bms
font=verdana

You can replace the color of your facebook like button by replacing “colorscheme=light” to “colorscheme=dark”, you can also replace the width and height too. You can also replace the “Like” word to “Recommended”, you can do it by replacing “action=like” to “action= recommend”. If you want display your facebook Like button in right-top-corner,  you can add this code  before <data:post.body/>:
<b:if cond=’data:blog.pageType == &quot;item&quot;’>
<div style=”padding:4px; float: right;“>
<iframe allowTransparency=’true’ expr:src=’&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=21&quot;’ frameborder=’0′ scrolling=’no’ style=’border:none; overflow:hidden; width:100px; height:21px;‘/>
</div>
</b:if>

How to Add the Facebook Comments Box to Blogger

Category : Blogspot

Don’t you think it will be fun if you are able to add the Facebook Comments Box to blogger? Well, since blog visitors will be more interested to insert comments on your blog if you can make it more convenient for them. This is why, learning on how to add the facebook comments box to blogger will be beneficial to increase the feed back rate of your blog posts. This way, you don’t have to deal with anonymous spammers while your visitors don’t have to be worried if they don’t have the required account in case you set the comments only for registered users. This theory is supported with the fact that Facebook has tremendous amount of active users from all over the world which still keep on growing.

Most people access more than just one site during their browsing activities. While they are logged in into a Facebook account, they can also check their favorite sites and blogs to keep updated with the latest news. The availability of facebook comments box in your blog is a brilliant way to facilitate your visitors to comment your blog more actively since they only need to click and write without you have to deal with anonymous spammers. So without further ado, here is the method on how to add the facebook comments box to blogger you can apply. First of all, visit the facebook plugin to get a code. Once you have copied the code, access your layout page, click on Edit HTML and check on the option “Expand Widget Templates”. Just search the option <data:post body/> and you can paste the code below that option before saving it.

If you want the facebook comment box display in the post / page only, add this code: <b:if cond=’data:blog.pageType == &quot;item&quot;’> ……</b:if>.

The Script look like this:

<b:if cond=”data:blog.pageType == &quot;item&quot;”>
<div id=”fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = “//connect.facebook.net/en_US/all.js#xfbml=1″;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>

<div data-href=”http://your.blogspot.com” data-num-posts=”2″ data-width=”500″></div>
</b:if>

It is quite easy to find the code of facebook comments box that you can add to your blogger site. There are also several variations you can check. Don’t stop on just learning how to add the facebook comments box to blogger. Add more facilities for your visitors and you will be able to gain loyal users to grow your blog.

Note: If you want to comment display at each page is different, You can change the code: data-href=”http://your.blogspot.com” with this expr:data-href=”data:post.url”. To moderate the comment at facebook comment box, you need to add yourself as an admin. You can do this is very simple, search this code and then you place it in blogspot.

<meta property=”fb:admins” content=”{YOUR_FACEBOOK_USER_ID}”/>

Put that code  below <head>.

Note: You can find your facebook user ID with post your comment at other facebook comment, and then you highlight your mouse to facebook link your name, and then you can know your facebook user ID.

How to Make Spoiler in Blogspot

Category : Blogspot

Spoilers are useful to make your blog or website becomes neater while adding some sense of practicality into some forums. There are many other advantages you can find by using spoilers while posting your articles or maybe discussing in online forums. If you have ever being complained for bothering other members of the forums or maybe by your visitors, you definitely need to learn on how to make spoiler in blogspot and other place. Keep on reading since you will find the answer here.

You have to keep a default spoiler code to be used anytime you need to insert the data in a spoiler. If you are a regular member of certain forums, you can easily ask to other members or seek for yourself on the facility provided by the forum to create spoilers. While for the answer on how to make spoiler in blogspot, all you need to do is just copying the code below and replacing the default word “your content” with the image or article that you want to put inside the spoiler. Here is the code that you can keep to be used anytime:

    <div style=”margin: 5px 20px 20px;”><div style=”margin-bottom: 2px;”>Your Title : <input value=”Show” style=”margin: 0px; padding: 0px; width: 60px; font-size: 10px;” onclick=”if (this.parentNode.parentNode.getElementsByTagName(‘div’)[1].getElementsByTagName(‘div’)[0].style.display != ”) { this.parentNode.parentNode.getElementsByTagName(‘div’)[1].getElementsByTagName(‘div’)[0].style.display = ”; this.innerText = ”; this.value = ‘Hide’; } else { this.parentNode.parentNode.getElementsByTagName(‘div’)[1].getElementsByTagName(‘div’)[0].style.display = ‘none’; this.innerText = ”; this.value = ‘Show’; }” type=”button”> </div><br /><div class=”alt2″ style=”margin: 0px; padding: 6px; border: 1px inset;background: #f5f5f5 none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(127, 69, 0); line-height: 1.5em;”><div style=”display:none;”>Your Text or Image Link<br /></div></div></div>

Now as you have got the spoiler code, it will be easy to make your blog becomes more organized and neat. Your visitors will find it more enjoyable to explore your site and you will find it quite easy to manage the content with its simplicity. Just experience many more advantages after learning on how to make spoiler in blogspot by applying it into your blog.

How To Create Floating Ads in Blogspot

Category : Blogspot

If you think your blog’s appearance is too lame, maybe you should consider to create floating ads in blogspot. Ads are advantageous to your blog, so it is such a shame to let it stay untouched and unnoticed in the corner of your blog. By creating floating ads in blogspot, you are not only enhancing its looks, but also making the ads becomes straighly noticeable by your visitors. Here is the method to create floating ads that you can apply into your blog.

1. Login to your blogspot account and then edit the HTML,  after it you check the Expand Widget
2. At the second step you need to Copy Script Below
5. Now you find tags <body>
6. After you find the tag then you paste the following code above body tag

As long as you are well supplied with the right code, you will find it quite simple to add this application into your blog. Here are some options you can consider to create floating ads in blogspot:

CSS Code

<style type=’text/css’>

#gb{

position:fixed;

top:10px;

z-index:+1000;

}

* html #gb{position:relative;}

 

 

.gbcontent{

float:right;

border:2px solid #A5BD51;

background:#ffffff;

padding:10px;

}

</style>

 

Java Script Code

<script type=’text/javascript’>

function showHideGB(){

var gb = document.getElementById(&quot;gb&quot;);

var w = gb.offsetWidth;

gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0);

gb.opened = !gb.opened;

}

function moveGB(x0, xf){

var gb = document.getElementById(&quot;gb&quot;);

var dx = Math.abs(x0-xf) &gt; 10 ? 5 : 1;

var dir = xf&gt;x0 ? 1 : -1;

var x = x0 + dx * dir;

gb.style.top = x.toString() + &quot;px&quot;;

if(x0!=xf){setTimeout(&quot;moveGB(&quot;+x+&quot;, &quot;+xf+&quot;)&quot;, 10);}

}

</script>

 

 

Full Code

<style type=’text/css’>

#gb{

position:fixed;

top:10px;

z-index:+1000;

}

* html #gb{position:relative;}

 

 

.gbcontent{

float:right;

border:2px solid #A5BD51;

background:#ffffff;

padding:10px;

}

</style>

 

<script type=’text/javascript’>

function showHideGB(){

var gb = document.getElementById(&quot;gb&quot;);

var w = gb.offsetWidth;

gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0);

gb.opened = !gb.opened;

}

function moveGB(x0, xf){

var gb = document.getElementById(&quot;gb&quot;);

var dx = Math.abs(x0-xf) &gt; 10 ? 5 : 1;

var dir = xf&gt;x0 ? 1 : -1;

var x = x0 + dx * dir;

gb.style.top = x.toString() + &quot;px&quot;;

if(x0!=xf){setTimeout(&quot;moveGB(&quot;+x+&quot;, &quot;+xf+&quot;)&quot;, 10);}

}

</script>

 

 

<div id=’gb’>

 

<div class=’gbtab’ onclick=’showHideGB()’> </div>

 

<div class=’gbcontent’>

 

<div style=’text-align:right’>

<a href=’javascript:showHideGB()’>

Click here 2x if you interfere with this ad

</a>

 

</div>

<center>

 

 

Sample Embeded Code For Ads:

<center>fill with your ads here

 

</center>

 

</center>

<script type=’text/javascript’>

var gb = document.getElementById(&quot;gb&quot;);

gb.style.center = (30-gb.offsetWidth).toString() + &quot;px&quot;;

</script></div></div>

As you have found the right code to be applied into your website, don’t forget to check the ad code and replacing the sample codes above. After that, go directly into the design or layout page and click “edit HTML” option. Pick Expand Widget and then to the option “This Copy Script Below”. Paste the script that you have already copied above the <bod> tags. Don’t forget to click save and you are finished to create floating ads in blogspot.

Create Animated GIF Images From YouTube Videos Online

Category : Tutorial

Youtube is the source of so many colourful videos. You can find many interesting videos with different categories, funny motions and other things which just too good to be missed. If you have a practical favorite scene, you can actually consider to create animated GIF images from YouTube videos online. This way, you can turn your favorite part over and over again, and even add it into your websites to be shown to your audiences. There are actually many other advantages you can find by using your own GIF creations but you have to find out first how to make it right.

To start the process, you need to find the scenes that you are about to change into animated GIF file. The first method is by downloading the video and convert the exact scenes into animated GIF by taking the advantage of video editing programs that can be found easily at various software.

However, those who are not really good in operating software like Adobe Photoshop of VirtualDub will probably find some difficulties to create animated GIF images from YouTube videos online. If you need a simpler method, here is a tutorial that will be able to help you get your personalized GIF without too many complications during the process. Just find your favorite video or movie on YouTube and get ready to transform it into animated GIF image.

Have you ever heard about Gickr.com? This free service can help you make GIF animation online. All you need to do is just copy the YouTube URl and let it convert your video into GIF animation. Gickr.com was previously made to make animated GIF from Flickr photos in a practical way. Along with the time, website enhances the service by enabling YouTube video to be converted into GIF animations. Just try to create animated GIF images from YouTube videos online and enjoy so much fun with your creation.

24