Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

seo Saving Your Smart Phone When It Falls In The Toilet 2013

Seo Master present to you:

You walk into the bathroom, your bladder is throbbing. You throw open the lid of the toilet, bend down, and before you have time to react you’re new iPhone 5 has fallen from your jacket and floats in a new resting place in the toilet bowl. Suddenly, relieving yourself has taken a backseat to retrieving and attempting to salvage your phone. Regardless of the brand and model of smartphone, the urgency to save your expensive technology is the same. The next time you find yourself in this unfortunate situation, keep in mind the following tips to rescue and resuscitate your fallen phone.

Extract the Phone Immediately

This should probably just go without saying since your instinctive reaction will likely be to thrust your hand into the toilet bowl and pull the phone out. If you already relieved yourself when the phone fell, your unfortunate situation just got a little more unfortunate -- and interesting. The plastic on most smart phones is pretty tight, but you should assume it is waterlogged and make haste to pull it out.

Remove the Battery and Place on a Towel

How long the phone was immersed in water will determine the damage. Sometimes if the phone was not in the water for too long, there will not be much damage. Instead of immediately patting the phone dry after taking it out, remove the battery cover and battery and place them on the towel.

This is essential to preserving the function of the phone since many electrical circuits in the phone will still function after immersion in water if they are unattached to a power source. You should also remove any covers or accessories from the phone. Taking out the SIM card is also a good idea since all of your contact data is stored here.

Dry the Phone Well

Even a little bit of water still inside the phone can ruin it. Damaging the circuitry and corroding other essential components is possible with the presence of just a little water. Keep the phone still on a flat surface and gently wipe it with an absorbent cloth or towel. Try not to shake or move the phone around too much since this could spread water around inside. Often this is the last step to resolving the crisis. Once dry, turn the phone on and see if it works.

Vacuum Dry

This is an additional step that may not be necessary after towel drying. Holding a vacuum cleaner suction tube over the phone to remove residual moisture can effectively dry your phone in a short time. Always hold the vacuum away from the phone to prevent static electricity from building up. After vacuuming, wait a couple of hours to turn your phone on, even if it appears dry. This will ensure proper evaporation of all of the components of the phone to prevent an electrical short.

Test the Phone

After drying your phone using whatever means you have available, the final step is to turn the phone on and test it. Waiting until the phone is completely dried out is a good idea before turning it on. Of course, if the phone doesn’t even turn on, you’ve completed the test and it has failed -- you either need a new battery, a charge, or need to consult a professional. Check the ports and crevasses for moisture, insert the battery, and power it on. Ensure the phone functions and that there are no strange noises. If all appears well, you’ve learned a valuable lesson and still have a functioning phone.




Author Bio:
Ben Vaughn is a contributing writer for ACR Services. He writes on topics ranging from choosing a plumber and water conservation tips to saving your smartphone from a slow drowning death in the toilet.
2013, By: Seo Master

seo How to Change Default Anonymous Avatar in Blogger Comments 2013

Seo Master present to you: In the last tutorial, I wrote about how you can change avatars size in blogger comments and in this simple tutorial, I will show you how to change or customize default avatar of anonymous commenters or Blogger users with no picture added on their profiles. After Blogger announced new feature of threaded comment, we can still customize it by adding a jQuery plugin to our template and replacing the default anonymous avatar found at this

URL http://img1.blogblog.com/img/anon36.png
and the one for blogger users http://img2.blogblog.com/img/b36-rounded.png

...with our own.

anonymous, default avatar, blogger blogspot

Step 1.

Go to Dashboard - Template - click on the Edit HTML button and then Proceed



...then select Expand Widget Template (don't forget to make a backup)

    Step 2. Find (CTRL + F) this code in your template:

    </body>

    Step 3. Add the following code just above it:

    <script src='http://code.jquery.com/jquery-latest.js'/>
    <script>
    $(&quot;img[src=&#39;http://img1.blogblog.com/img/anon36.png&#39;]&quot;)
    .attr(&#39;src&#39;, &#39;http://www.matrixar.com/-Zphr2YJH_6w/T6ZZE4YeNBI/AAAAAAAACF0/Tyuj8hkOpdc/s1600/default_avatar.gif&#39;)
    .ssyby(&#39;blank&#39;)
    </script>
    <script src='http://code.jquery.com/jquery-latest.js'/>
    <script>
    $(&quot;img[src=&#39;http://img2.blogblog.com/img/b36-rounded.png&#39;]&quot;)
    .attr(&#39;src&#39;, &#39;http://www.matrixar.com/-eKbzORzVaBQ/T6ZXHmdgHqI/AAAAAAAACFs/rVy3T4gxojM/s1600/blogger-user.png&#39;)
    .ssyby(&#39;blank&#39;)
    </script>

    Step 4. Save the Template

    How to change avatar:

    For Anonymous users: Replace the code in red with the url address of your image
    For Blogger users: Replace the URL in blue with your own.

    You can choose one from these below (copy the url address):


    http://www.matrixar.com/-Zphr2YJH_6w/T6ZZE4YeNBI/AAAAAAAACF0/Tyuj8hkOpdc/s200/default_avatar.gif


    http://www.matrixar.com/-p4JvM7rWNG4/T6ZcU5eKqTI/AAAAAAAACGM/K0DB35A5brE/s1600/facebook.gif


    http://www.matrixar.com/-5nGzg5T-9qA/T6ZbL9JF0iI/AAAAAAAACF8/TvTnURwsNb0/s1600/anonymous3.png



    http://www.matrixar.com/-oivPlkvBNBY/T6ZoNQhfAII/AAAAAAAACGY/3gem5DBmmQ8/s1600/blogger-user.png


    That's it!
    If you liked this post, please consider sharing it.

    2013, By: Seo Master

    seo How To Change Avatar Size In Blogger Comments 2013

    Seo Master present to you: This simple trick will help you to modify the avatars size in Blogger comments. For changing the style and size of avatars, we have to add some CSS codes in our Blogger template. So, let's begin:


    Step 1.

    Go to Dashboard - Template - click on the Edit HTML button - Proceed


    ...now select Expand Widget Template (I recommend to make a backup first)

      Step 2. Find (CTRL + F) this code in your template:

      ]]></b:skin>

      Step 3. Copy and paste one of the following codes just above it:

      [Works in Blogger threaded comment system]

      .comments .avatar-image-container{
      background-color: rgb(34, 34, 34);
      border:1px solid #ccc;
      margin: 0px 10px 0px 0px;
      padding: 0px 0px 0px 0px;
      width: 64px;
      max-height: 64px;
      }
      .comments .avatar-image-container img{
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      max-width: 64px;
      height: 64px;
      }

      [for old blogger commenting system]

      .avatar-image-container{
      border:1px solid #d6d6d6;
      margin-left: -30px;
      -moz-border-radius: 4px;
      background:#fff;
      height:70px;
      min-height: 70px;
      width:70px;
      min-width:70px;
      }
      .avatar-image-container img {
      background: url(http://www.matrixar.com/-gcjQ0sgWw7M/T6WpkK4S5AI/AAAAAAAACEQ/hYAWpCPl6P0/s200/anonymous.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      width:70px;
      min-width:70px;
      height:70px;
      min-height:70px;
      }

      Note: If you want bigger/smaller avatars, change the values in red. To change the anonymous avatar, replace the URL address in blue with your own. (works only for previous commenting system)

      Step 4. Save the Template.

      Now view your blog to see the results. Hope you enjoy!


      2013, By: Seo Master

      seo How to Hide Blogger Sidebar to Display AdSense For Search Results 2013

      Seo Master present to you: When visitors are searching for content on your blog, you have the following options to display the search results: opening the results in the same window, in a new window or within your own site using an iframe.

      But the best option is to display the search results in your own site/blog, mainly because you are not sending people off your blog and when they are taken to a new page of search results, so it could be confusing many times because it doesn't look anything like your site or Google. Therefore, displaying the search results within your site, could look more professional and could also increases your page views and your revenue from the ads on the search page.

      A problem that many bloggers are facing is that the page which displays the AdSense for search results must be at least of 800 px wide, so the posting area must be of minimum 800px and there's nothing like that in most of the blogs.

      So, what we will do in this tutorial is to set up the search results to be displayed in a static page (none of other posts or pages will be affected) where we'll remove the sidebar, so that we'll have enough space to make the post/page section of 800px wide. Also, we will create a static page specially designed for the search results, then create a new AdSense for search in our AdSense account and finally add a small snippet of code top in your Blogger template to hide the sidebar in that specific page.

      Search results span the width of the page with the sidebar hidden:


      Display AdSense For Search Results Within Blogger Page

      Step 1. Create a new static page on your blog, you can give it the title 'Search Results' but leave the content section empty and then Publish the page.

      Step 2. When you publish the page you have the option to add the page to a menu, choose the third option 'No Gadget Link To Pages Manually' click 'Save and Publish'. OR in case this screen will not appear, right click on View Page and select Copy Link Address. We will need this URL of the page when creating the AdSense for search.

      Step 3. Go To Your AdSense account, then go to My ads tab, select the Search option and Create a New custom search engine. Follow the steps until you come to the Search results option.

      Step 4. Select the 3rd method "on my website using an iframe", then Enter the URL of the page you created into the URL field and continue.


      Step 5. Follow the rest of the set up process, at the end you will be given two pieces of code. The first piece of code is for the actual search bar that you can paste into a Html/Javascript gadget in your sidebar or wherever you want it. The second piece of code you must copy and paste into a new HTML/JavaScript gadget and after clicked on Save - drag it above the Blog Posts area


       Now that you have your page set up with the search results code and your search bar code in your sidebar, it is time to add a snippet of code to your template to remove the sidebar.

      Adding The Code In Blogger To Change the Results Page Layout

      Step 1. In Your Blogger Dashboard, go to Template > Edit HTML - then click Proceed 


      Step 2. Select the "Expand widget templates" box



      Step 3. Find (CTRL + F) the following piece of code

      ]]></b:skin>

      Step 4. Just below it, paste this code:

      <b:if cond='data:blog.url == &quot;PAGE-URL-HERE&quot;'>
      <style>
      .main-inner .columns {
      padding-left: 0px !important;
      padding-right: 0px !important;
      }
      .main-inner .fauxcolumn-center-outer {
      left: 0px !important;
      right: 0px !important;
      }
      .main-inner .fauxcolumn-left-outer, .main-inner .fauxcolumn-right-outer, .main-inner .column-left-outer, .main-inner .column-right-outer {
      display: none !important;
      }
      </style>
      </b:if>

      Note: Replace PAGE-URL-HERE with the url address of the page where the search results will be displayed (the one you have added at the step 4)

      Step 5. Now Save Template and you're done!

      This simple trick allows you not only to hide the sidebar in the search results page, you can, as well, hide it in any page you want... just create your page and follow the same steps. It is also good to hide the sidebar in Privacy Policy Pages, Contact Pages and in all the non-content-based pages with little content or no content at all.

      Make sure to check out other interesting AdSense Tutorials.
      If you need more help, leave your comments below.

      2013, By: Seo Master

      seo Show Blogger Image only in Homepage and Hide it in Post Page 2013

      Seo Master present to you:

      To hide images/pictures from our blogger posts and to make them appear only in homepage, we will have to add just a small piece of CSS code in our template and then use the class "hidepic" each time we want to hide an image.

      Just follow the next steps:

      Step 1. Go to Dashboard - Template - Edit HTML ( click on Proceed button )


       Step 2. Select "Expand Widget Template" (make a backup)

         Step 3. Find (CTRL + F) this code in your template:

            }]]></b:skin>

        Step 4. Copy and paste the following code just below it

        <b:if cond='data:blog.pageType != &quot;index&quot;'>
        <style>
        .hidepic{
        display: none;
        }
        </style>
        </b:if>

        Step 5. Save the Template.

        Now everytime you create a post, firstly add the pic you want to hide and then switch to HTML tab where you'll see the HTML code of the image you have added that will look something like this:

        <div class="separator" style="clear: both; text-align: center;">
        <a href="http://www.matrixar.com/-shsd_c51zRA/T6UeoPgcbII/AAAAAAAACCc/sYI6WB22CaM/s1600/fire_bird_by_fhrankee-d32af8v.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="320" src="http://www.matrixar.com/-shsd_c51zRA/T6UeoPgcbII/AAAAAAAACCc/sYI6WB22CaM/s320/fire_bird_by_fhrankee-d32af8v.png" width="320" /></a></div>

        Note: it should be at the exact location where your image has been added 
        (if the image is at the middle of the text, then the code should be found at the middle)

        Step 6. Replace "separator" with "hidepic" - see the screenshot below:


        If you need more help, please leave a comment below.

        2013, By: Seo Master

        seo How to Remove Showing Posts With Label in Blogger 2013

        Seo Master present to you:
        label, blogger, remove, how to

        For any default Blogger layout, the "Showing posts with label" message shows up above the posts whenever you click on a label link. As it's a pretty useless and annoying message, many people like to have it removed. If that is your wish, just follow the tutorial below:

        Removing "Showing post with label...show all posts"

        Step 1. Go to Dashboard - Template - Edit HTML (if necessary, click on Proceed button)


        Step 2. Click somewhere inside the template code, then search - using CTRL+F - this code:

        <b:includable id='status-message'>

        After you found it, click on the sideways arrow next to it, to expand the rest of the code.

        Screenshot:

        Step 3. Below is this code that you need to remove - along with the first one, as well:

             <b:includable id='status-message'>
              <b:if cond='data:navMessage'>
              <div class='status-msg-wrap'>
                <div class='status-msg-body'>
                  <data:navMessage/>
                </div>
                <div class='status-msg-border'>
                  <div class='status-msg-bg'>
                    <div class='status-msg-hidden'><data:navMessage/></div>
                  </div>
                </div>
              </div>
              <div style='clear: both;'/>
              </b:if>
            </b:includable>

        Screenshot 

         Step 4. Replace it with this one:

        <b:includable id='status-message'>
        <b:if cond='data:navMessage'>
        <div>
        </div>
        <div style='clear: both;'/>
        </b:if>
        </b:includable>

        Step 5. Save the template. Now view your blog and click on some label....there should be no box anymore.

        2013, By: Seo Master

        seo How To Add A Tabbed Navigation Widget to Blogger 2013

        Seo Master present to you: The tabviews are elements that allow us to group in a single container various gadgets and these can be selected via tabs.
        Its main function is to save space on the blog to avoid scattered gadgets in the same category so you can group multiple gadgets into one. There are several methods for creating tabviews, some require jQuery, other MooTools, or any other script.
        To add this widget to your blog, just follow the steps below:

        Step 1. From your Blogger Dashboard, go to Template and click on the Edit HTML button

        Step 2. Expand the style of the template, by clicking on the sideways arrow before <b:skin> ... </b:skin>


        Step 3. Search using CTRL + F for the following tag:

        ]]></b:skin>




        Step 4. Just above it, add the following code:

        /* Tabview for Blogger
        ----------------------------------------------- */
        .tabviewcont{
        margin:15px 0;
        padding:0;
        clear:both;
        }

        .tabviewnav {
        margin: 0 0 0 14px;
        padding:3px 0; /* If you are using a Blogger Template change 0 with 15px */
        font-size:12px; /* Font size of text inside tabs */
        font-weight:bold;
        }
        .tabviewnav li {
        list-style:none;
        margin:0;
        display:inline;
        }
        .tabviewnav li a {
        padding:3px 6px;
        margin-right:1px;
        background:#F6F6F6; /* The background color of the tabs */
        border-radius:5px 5px 0 0;
        -moz-border-radius:5px 5px 0 0;
        -webkit-border-radius:5px 5px 0 0;
        text-decoration:none;
        color:#222222;
        }
        .tabviewnav li a:hover {
        color:#222222;
        background:#EBEBEB; /* Background color of the tab on mouseover */
        text-decoration:none;
        }
        .tabviewnav li.tabviewactive a,
        .tabviewnav li.tabviewactive a:hover {
        background:#EBEBEB; /* Background color of the active tab */
        color:#222222;
        }
        .tabviewcont .tabviewtab {
        padding:5px;
        border:1px solid #EEEEEE; /* Border around the container */
        background:#fff; /* The background color of the gadget */
        }
        .tabviewcont .tabviewtab h2,
        .tabviewcont .tabviewtabhide {
        display:none;
        }
        .tabviewtab .widget-content ul{
        list-style:none;
        margin:0 0 10px 0;
        padding:0;
        }
        .tabviewtab .widget-content li {
        border-bottom:1px solid #ccc;
        margin:0 5px;
        padding:2px 0 5px 0;
        }

        Step 5. Find the </head> tag and just above it, paste this script:

        <script type='text/javascript'>
        // Tabview for grouping gadgets

        //<![CDATA[
        document.write('<style type="text/css">.tabview{display:none;}<\/style>');function tabviewObj(argsObj){var arg;this.div=null;this.classMain="tabview";this.classMainLive="tabviewcont";this.classTab="tabviewtab";this.classTabDefault="tabviewtabdefault";this.classNav="tabviewnav";this.classTabHide="tabviewtabhide";this.classNavActive="tabviewactive";this.titleElements=['h2','h3','h4','h5','h6'];this.titleElementsStripHTML=true;this.removeTitle=true;this.addLinkId=false;this.linkIdFormat='<tabviewid>nav<tabnumberone>';for(arg in argsObj){this[arg]=argsObj[arg]}this.REclassMain=new RegExp('\\b'+this.classMain+'\\b','gi');this.REclassMainLive=new RegExp('\\b'+this.classMainLive+'\\b','gi');this.REclassTab=new RegExp('\\b'+this.classTab+'\\b','gi');this.REclassTabDefault=new RegExp('\\b'+this.classTabDefault+'\\b','gi');this.REclassTabHide=new RegExp('\\b'+this.classTabHide+'\\b','gi');this.tabs=new Array();if(this.div){this.init(this.div);this.div=null}}tabviewObj.prototype.init=function(e){var childNodes,i,i2,t,defaultTab=0,DOM_ul,DOM_li,DOM_a,aId,headingElement;if(!document.getElementsByTagName){return false}if(e.id){this.id=e.id}this.tabs.length=0;childNodes=e.childNodes;for(i=0;i<childNodes.length;i++){if(childNodes[i].className&&childNodes[i].className.match(this.REclassTab)){t=new Object();t.div=childNodes[i];this.tabs[this.tabs.length]=t;if(childNodes[i].className.match(this.REclassTabDefault)){defaultTab=this.tabs.length-1}}}DOM_ul=document.createElement("ul");DOM_ul.className=this.classNav;for(i=0;i<this.tabs.length;i++){t=this.tabs[i];t.headingText=t.div.title;if(this.removeTitle){t.div.title=''}if(!t.headingText){for(i2=0;i2<this.titleElements.length;i2++){headingElement=t.div.getElementsByTagName(this.titleElements[i2])[0];if(headingElement){t.headingText=headingElement.innerHTML;if(this.titleElementsStripHTML){t.headingText.replace(/<br>/gi," ");t.headingText=t.headingText.replace(/<[^>]+>/g,"")}break}}}if(!t.headingText){t.headingText=i+1}DOM_li=document.createElement("li");t.li=DOM_li;DOM_a=document.createElement("a");DOM_a.appendChild(document.createTextNode(t.headingText));DOM_a.href="javascript:void(null);";DOM_a.title=t.headingText;DOM_a.onclick=this.navClick;DOM_a.tabview=this;DOM_a.tabviewIndex=i;if(this.addLinkId&&this.linkIdFormat){aId=this.linkIdFormat;aId=aId.replace(/<tabviewid>/gi,this.id);aId=aId.replace(/<tabnumberzero>/gi,i);aId=aId.replace(/<tabnumberone>/gi,i+1);aId=aId.replace(/<tabtitle>/gi,t.headingText.replace(/[^a-zA-Z0-9\-]/gi,''));DOM_a.id=aId}DOM_li.appendChild(DOM_a);DOM_ul.appendChild(DOM_li)}e.insertBefore(DOM_ul,e.firstChild);e.className=e.className.replace(this.REclassMain,this.classMainLive);this.tabShow(defaultTab);if(typeof this.onLoad=='function'){this.onLoad({tabview:this})}return this};tabviewObj.prototype.navClick=function(event){var rVal,a,self,tabviewIndex,onClickArgs;a=this;if(!a.tabview){return false}self=a.tabview;tabviewIndex=a.tabviewIndex;a.blur();if(typeof self.onClick=='function'){onClickArgs={'tabview':self,'index':tabviewIndex,'event':event};if(!event){onClickArgs.event=window.event}rVal=self.onClick(onClickArgs);if(rVal===false){return false}}self.tabShow(tabviewIndex);return false};tabviewObj.prototype.tabHideAll=function(){var i;for(i=0;i<this.tabs.length;i++){this.tabHide(i)}};tabviewObj.prototype.tabHide=function(tabviewIndex){var div;if(!this.tabs[tabviewIndex]){return false}div=this.tabs[tabviewIndex].div;if(!div.className.match(this.REclassTabHide)){div.className+=' '+this.classTabHide}this.navClearActive(tabviewIndex);return this};tabviewObj.prototype.tabShow=function(tabviewIndex){var div;if(!this.tabs[tabviewIndex]){return false}this.tabHideAll();div=this.tabs[tabviewIndex].div;div.className=div.className.replace(this.REclassTabHide,'');this.navSetActive(tabviewIndex);if(typeof this.onTabDisplay=='function'){this.onTabDisplay({'tabview':this,'index':tabviewIndex})}return this};tabviewObj.prototype.navSetActive=function(tabviewIndex){this.tabs[tabviewIndex].li.className=this.classNavActive;return this};tabviewObj.prototype.navClearActive=function(tabviewIndex){this.tabs[tabviewIndex].li.className='';return this};function tabviewAutomatic(tabviewArgs){var tempObj,divs,i;if(!tabviewArgs){tabviewArgs={}}tempObj=new tabviewObj(tabviewArgs);divs=document.getElementsByTagName("div");for(i=0;i<divs.length;i++){if(divs[i].className&&divs[i].className.match(tempObj.REclassMain)){tabviewArgs.div=divs[i];divs[i].tabview=new tabviewObj(tabviewArgs)}}return this}function tabviewAutomaticOnLoad(tabviewArgs){var oldOnLoad;if(!tabviewArgs){tabviewArgs={}}oldOnLoad=window.onload;if(typeof window.onload!='function'){window.onload=function(){tabviewAutomatic(tabviewArgs)}}else{window.onload=function(){oldOnLoad();tabviewAutomatic(tabviewArgs)}}}if(typeof tabviewOptions=='undefined'){tabviewAutomaticOnLoad()}else{if(!tabviewOptions['manualStartup']){tabviewAutomaticOnLoad(tabviewOptions)}}
        //]]>
        </script>

        Step 6. Finally, look for this line:

        <div class='column-right-inner'>

        Or if you use an old template of Blogger, search this line:

        <div id='sidebar-wrapper'>

        Step 7. Paste below one of these two lines, this code:

        <div class='tabview'>
        <b:section class='tabviewtab' id='Tab1' maxwidgets='1'/>
        <b:section class='tabviewtab' id='Tab2' maxwidgets='1'/>
        <b:section class='tabviewtab' id='Tab3' maxwidgets='1'/>
        </div>

        Step 8. Save changes, and go to Layout and there you will see the new areas to add gadgets.


        You just have to click on Add a Gadget to add the gadget to the tab that corresponds, or drag a gadget you already have to that section.

        If you want to add more tabs, then just add before the last </div> a line like this:

        <b:section class='tabviewtab' id='Tab4' maxwidgets='1'/>

        Note that each line you add should have a different ID, for example Tab5, Tab6, etc..

        You can add multiple tabs, just repeat the last step and likewise remember to change the name of the IDs.

        Remember that if your sidebar is too narrow, then you should not put a lot of tabs, or tab titles that are very long.

        You should also note that this gadget does not speed up the loading speed of the blog, is only to group gadgets into one, even, depending on the blog-may take a while to load the tabview.2013, By: Seo Master

        seo How To Replace Laptop Accessories 2013

        Seo Master present to you:

        There are a lot of important laptop accessories that can improve the whole function of a laptop. In some cases, these accessories should be replaced with the new one. It is very important for people to learn how to replace the laptop accessories in the correct way. This is very vital to avoid any problems or damages on the laptop in the future. In this article, there are several popular accessories and how to replace them with the new one. These accessories are chosen because they are very popular among all computer users. Almost all users have these laptop accessories.

        1). Laptop keyboard cover:


        This accessory is very popular because it can improve the protection on the laptop. There are a lot of different styles and models of this laptop keyboard cover. Most products are specially designed in order to prevent any scratches or damages on the original laptop keyboard. In some cases, this keyboard cover should be replaced with the new one. This product can tear because of the intensive or excessive use. People can simply open the keyboard cover before replacing it with the new one. However, they have to be very careful when opening this cover. Then, they have to purchase a new keyboard cover. They have to measure the keyboard size before purchasing the new keyboard cover. People can simply attach the new keyboard cover to their laptop keyboard. It is necessary to avoid the use of any water because water can damage the laptop.

        2). Laptop power jack:


        Laptop power jack is an important part in a laptop. This accessory is very useful to conduct the electricity for the laptop. This power jack is very fragile. It can break off very easily. When this situation happen, people should open their laptop in order to replace the broken power jack with the new one. First, they have to remove the battery back from the laptop. It is vital to unplug the power cord on the wall outlet. Then all screws should be unscrewed in order to open the laptop before removing the hard drive of the laptop. There is a laptop power jack inside the laptop body. This accessory is usually located on the motherboard. Replace the broken power jack with the new one. After replacing it with the new power jack, people can simply put all parts, including the motherboard, hard drive, battery, and any other laptop parts, back to the original condition.

        3). Laptop batteries:


        Laptop battery is another important part in a laptop. There are many problems that may occur in most laptop batteries. Most batteries can last for at least one year before getting any problems. When people have any problems with their batteries, they should replace them in the correct way. Replacing a laptop battery is not as complicated as what people thought. People can simply remove the old battery with the new one. It is very simple to remove the battery from a laptop. In some laptop models, people can simply press the release button to remove the battery easily.

        2013, By: Seo Master

        seo How to Add Emoticons/Smileys in Blogger Comments 2013

        Seo Master present to you: Emoticons/Smileys are a great way of making discussions more interesting and fun, so it's a pity that Blogger don't support them. This tutorial will show you some simple steps on how to add some very cute emoticons called Kolobok to your Blogger/Blogspot comments, so that you and your blog visitors will be able to have an enjoyable time together.

        Now available for threaded commenting system too!
        emoticons in blogger, kolobok smileys, threaded comments



        How To Add Kolobok Smileys In Blogger Comments

        Step 1. Go to Dashboard - Template - Edit HTML - Proceed


         Step 2. Expand Widget Template (make a backup)


          Step 3. Search (CTRL + F) for this tag:

          </body>

          Step 4. Copy and paste just above it, this code:

          • For previous commenting system (comments without reply option)
          <!--kolobok-smileys-->
          <script src='http://helplogger.googlecode.com/svn/trunk/[www.matrixar.com]smileys.js' type='text/javascript'/><noscript><a href='http://www.matrixar.com/2012/04/how-to-add-emoticonssmileys-in-blogger.html' target='_blank'><span style='font-size: x-small;'>Add emoticons</span></a></noscript>
          <!--kolobok-smileys-->

          • For threaded commenting system (comments with reply option)
          <script src='https://helplogger.googlecode.com/svn/trunk/kolobok threaded.js' type='text/javascript'/>

          Note: ignore steps 5-8 if you are using threaded comments!

          Step 5. Now find this code snippet:

          <b:loop values='data:post.comments' var='comment'>

          Step 6. Paste the following code just above it:

          <div id='smileys'>

          Step 7. Find the following code (look carefully, it should be somewhere below the code from step 5)

          </b:loop>

          Step 8. Paste the following tag just after it:

          </div>

          Step 9. Now find this code:

          • For previous commenting system:
          <data:blogTeamBlogMessage/>

          Note: if you'll find it like 4 times, stop to the 2nd one!

          • For threaded commenting system:
          <div class='post-footer-line post-footer-line-3'>

          Step 10. And add this code just after it:

          <b:if cond='data:blog.pageType == &quot;item&quot;'><script type='text/javascript'>
          //<![CDATA[
          function moreSmilies() {
              document.getElementById('smiley-more').style.display = 'inline';
              document.getElementById('smiley-toggle').innerHTML = '<a href="javascript:lessSmilies()"><div style="font-size:small; font-weight:bold;color:#000000;">Hide Emoticons /<a href="http://www.matrixar.com/2012/04/how-to-add-emoticonssmileys-in-blogger.html">Add Emoticons</div></a></span>';
          }
          function lessSmilies() {
              document.getElementById('smiley-more').style.display = 'none';
              document.getElementById('smiley-toggle').innerHTML = '<a href="javascript:moreSmilies()"><div style="font-size:small; font-weight:bold;">Show Emoticons</div></a>';
          }
          //]]>
          </script>
          <div class='emoticons'>
          <span id='smiley-more' style='display: none;'>
          <img src='http://www.matrixar.com/-k4ujC23cSgI/UTIq7eUkmuI/AAAAAAAABAQ/YUNL9_RhDB0/s1600/smile3.gif'/>:)
          <img src='http://www.matrixar.com/-XSBJ7zBZKZs/UTIrT-hMYyI/AAAAAAAABAY/6B26_8Ttwj4/s1600/sad.gif'/>:(
          <img src='http://www.matrixar.com/-Ph2wxEvy2mc/UTIr8-fdHjI/AAAAAAAABAo/3use2PsPhMA/s1600/taunt.gif'/>:))
          <img src='http://www.matrixar.com/-pcE-4ot-gjk/UTIsLRff6SI/AAAAAAAABAw/LYvZ8__88Ak/s1600/cry2.gif'/>:((
          <img src='http://www.matrixar.com/-lNNTReQVc0A/UTIrjDhVLAI/AAAAAAAABAg/BsVMYnr54pI/s1600/rofl.gif'/>=))
          <img src='http://www.matrixar.com/-8C5UH12mxf0/UTIzmsxczDI/AAAAAAAABDA/2seHdqLVQ6Q/s1600/suicide.gif'/>=D&gt;
          <img src='http://www.matrixar.com/-lhTywmMZ58E/UTI04kjJ3WI/AAAAAAAABDY/qNgtijEr_E8/s1600/biggrin.gif'/>:D
          <img src='http://www.matrixar.com/-gG_Wn6D6Ux4/UTIyqFyfKbI/AAAAAAAABCo/qEmU8s8ndVI/s1600/tongue.gif'/>:P
          <img src='http://www.matrixar.com/-Zb5g0OWHx4c/UTIsuPLt90I/AAAAAAAABA4/cmP1ltBmVF0/s1600/shock.gif'/>:-O
          <img src='http://www.matrixar.com/-TSIzPWeGBwk/UTI0S-nw5tI/AAAAAAAABDQ/xyHPCFZH4fI/s1600/think.gif'/>:-?
          <img src='http://www.matrixar.com/-qpnD1BYon5w/UTI0AIeKX6I/AAAAAAAABDI/HsllV7NYTqk/s1600/unsure.gif'/>:-SS
          <img src='http://www.matrixar.com/-SpvC8mHHwhg/UTIzQMUVGKI/AAAAAAAABCw/_NKKVyQtulk/s1600/flowers1.gif'/>:-f
          <img src='http://www.matrixar.com/-qlyn_deOhFw/UTIzY8aRgqI/AAAAAAAABC4/pfSojMdD33s/s1600/doh.gif'/>d(
          <img src='http://www.matrixar.com/-H4e_O5BFVP8/UTIumwhVmKI/AAAAAAAABBw/SKhY4DDxKkk/s1600/air_kiss.gif'/>:-*
          <img src='http://www.matrixar.com/-h4yNmhdKUVU/UTIwUKpvVOI/AAAAAAAABCY/B0FEZVRGHe4/s1600/threaten.gif'/>b-(
          <img src='http://www.matrixar.com/-veVoDPEc7I4/UTIv9wCS0jI/AAAAAAAABCQ/4c5FgCHAiU4/s1600/help.gif'/>h-(
          <img src='http://www.matrixar.com/-_ttAcnBbAaw/UTIvKtxfWvI/AAAAAAAABCA/X2JLEShhOQU/s1600/good.gif'/>g-)
          <img src='http://www.matrixar.com/--o9jZ1nMcec/UTIuyCBgS_I/AAAAAAAABB4/Jf03oz5yKrU/s1600/beee.gif'/>5-p
          <img src='http://www.matrixar.com/-6-BTJcVpwY0/UTIvhF_PL-I/AAAAAAAABCI/SS-LDADTSls/s1600/yahoo.gif'/>y-)
          <img src='http://www.matrixar.com/-khAwhIYbgvQ/UTItD_PfNyI/AAAAAAAABBI/HMpRMQh5Uak/s1600/crazy.gif'/>c-)
          <img src='http://www.matrixar.com/-fsTXhXl10Gg/UTIs7Ll01AI/AAAAAAAABBA/QkWgWAAFG3g/s1600/spiteful.gif'/>s-)
          <img src='http://www.matrixar.com/-CIuUuJeuyGI/UTIueHgTxOI/AAAAAAAABBo/BzXkTEEDlhw/s1600/drinks.gif'/>d-)
          <img src='http://www.matrixar.com/-Mc5ed3Ymk7s/UTI1GIXMAMI/AAAAAAAABDg/PyDOfoXgsl0/s1600/cheer.gif'/>w-)
          <img src='http://www.matrixar.com/-JOgaMRI61Jk/UTItsGc5KdI/AAAAAAAABBY/6UDCabfZQbg/s1600/hi+2.gif'/>:-h
          <img src='http://www.matrixar.com/-wmOB_Z6LPp4/UTIt9FhZiwI/AAAAAAAABBg/7VoefgIQjEs/s1600/give_heart.gif'/>:X
          </span>
          <span id='smiley-toggle'><a href='javascript:moreSmilies()'><div style='font-size:small;font-weight:bold;'>Show Emoticons <img src='http://www.matrixar.com/-k4ujC23cSgI/UTIq7eUkmuI/AAAAAAAABAQ/YUNL9_RhDB0/s1600/smile3.gif'/></div></a></span>
          </div></b:if>

          Note: Ignore steps 11-12 if you are using threaded comments!

          Step 11. Finally, find this code

          ]]></b:skin>

          Step 12. Add this one below, just above ]]></b:skin>

          .emoticons {-moz-background-clip: -moz-initial;-moz-background-origin: -moz-initial;-moz-background-inline-policy: -moz-initial;text-align: left;width:400px;}
          .emoticons a, .emoticons a:hover {margin-left: 20px;text-decoration:none;}

          Note: if you want to change the size of the emoticon container, edit the red code.

          Step 13. Save the Template and you're done. Enjoy!

          If you have any problem and need help, please leave a comment below.
          2013, By: Seo Master

          seo How To Add or Change Favicon on Blogger Blogspot 2013

          Seo Master present to you: Favicon (Favorites Icon) is the small picture (usually 16px x 16px in size) you see beside some some site's name in your browser's address bar. Having your own favicon with a nice graphical reminder of your site beside is a good way to get visitors attention. Blogger users can add a custom favicon for their blogs going to the Layout section  and by clicking on the Edit link on the "Favicon" element.


          "For many bloggers, having a custom favicon (the tiny image displayed in your browser’s window or tab) is the finishing touch that ties together the design and identity of a great looking blog. Today, we're pleased to announce that Blogger in Draft users can now add a customized favicon to their blog. ~Blogger in Draft"

          How To Add a Favicon to Your Blogger Blog

          Step 1. Log in to your Blogger's Dashboard, go to the Layout and click on Add a Gadget link


          Step 2. Click on the "Edit" link on the "Favicon" setting above the navbar element.


          Step 3. A popup window will open where you can search for an image in your hard drive to replace the default favicon image. Click on "Browse" button and search for your favicon (it should have the .ico extension) - then click on "Save".



          Step 4. Now you should see your own favicon instead of blogger's default favicon.


          It might take some time until your new favicon will appear in your Browser's tab or window.

          If you want to add animated favicons to your Blogger blogs, then follow this method below.

          How to add an animated favicon in Blogger

          Step 1. Log in to your Blogger account > Template > Edit HTML (if needed, click on Proceed button)


          Step 2. Select the "Expand widget templates" box


          Step 3. Search (CTRL + F) for:

           <b:skin> 

          Step 4. Paste this code just above it:

          <link href="your-favicon-links-goes-here" rel="icon" type="image/gif"/>

          See the screenshot for more details
          animated favicon blogger, how to





          Note: replace your-favicon-links-goes-here with your favicon's link location

          You can choose from here some cool favicons for your site/blog: http://www.favicon.cc/ (just download the favicon you like - upload it on tinypic or on a blogger's post, then copy the link address/direct link)

          Step 5. Save the Template. And you're done!


          2013, By: Seo Master

          seo How to number comments in Blogger/BlogSpot 2013

          Seo Master present to you: This Blogger hack will show you how to add comment count inside a speech bubble, so that you & your readers can use the numbers to mention or point to a particular comment on any of your posts and besides this, it could as well improve the look and feel of your blog.

          Note: This works with the previous blogger commenting system, so if you want to add this hack, you should remove first the Blogger threaded comments. Learn here How to remove Blogger threaded comments

          UPDATE! Now you can add comment bubble in your threaded comments too. Read this tutorial:
          How to Add Numbered Comments In Threaded Comments
          blogger blogspot, tricks

          How to add numbered comments on our Blogger/Blogspot blog
          how to blog, blogspot blogger

          Step 1. Go to Dashboard - Template - Edit HTML (click on Proceed button, if needed)


           Step 2. Select "Expand Widget Template" (make a backup)

            Step 3. Now find (CTRL+F) the following code in your template:

            <b:loop values='data:post.comments' var='comment'>

            Step 4. Immediately above/before it, paste this code:

            <script type='text/javascript'>var CommentsCounter=0;</script>

            Step 5. Find this code:

            <data:commentPostedByMsg/>

            Step 6. And immediately below/after it, copy and paste this:

            <!--comments-count-starts-->
            <span class='comments-number'>
            <a expr:href='data:comment.url' title='Comment Link'>
            <script type='text/javascript'>
            CommentsCounter=CommentsCounter+1;
            document.write(CommentsCounter)
            </script>
            </a>
            </span>
            <!--comments-count-stops-->

            Step 7. Find (CTRL+F) this tag in the template:

            </head>

            Step 8. Paste this code just above/before it:

            <!-- comments-count-starts-->
            <style type="text/css">
            .comments-number a:link, .comments-number a:visited {
            color: black !important;
            text-decoration: none !important;
            background: url(http://www.matrixar.com/-zrPssaxSG2E/T47v-XB1EWI/AAAAAAAAB8E/uUz8RiJnW2U/s1600/comment+bubble+1.png) no-repeat;
            width: 50px; /*image-width size*/
            height: 48px; /*image-height size*/
            float: right;
            display: block;
            margin-right: 5px;
            margin-top: -15px; /*comments-counter position*/
            text-align: center;
            font-family: 'Century Gothic','Lucida Grande',Arial,Helvetica,Sans-Serif;
            font-size: 15px;
            font-weight: normal;
            }
            .comments-number a:hover, .comments-number a:active {
            color: #1BA0E1 !important;
            text-decoration: none !important;
            }
            </style>
            <!-- comments-count-stops-http://www.matrixar.com-->

            Note:
            • To change the comment bubble, replace the red text from above with your own address
            • To change the color of the numbers, replace the blue text with the hex value of your color

            Comment Bubbles 

            To choose a comment bubble, right-click on the image and select "Copy Image Address/Location":


            how to blogblogger blogspotblogspot blogger, how to blogwidget blogger blogspotblogs, how to blogblogspot or blogger, how to blogtutorials, how tocomments, how to, blogspot bloggernew comment, how to blogblog design, bloggerblogger.com


            IMPORTANT: You could use any image instead of the one linked in the code above (STEP 8) but after that, you should modify the size values (width and height), so that the numbers inside the bubble to be correctly adjusted.

            Step 9. Save the template... and enjoy your comments :]

            You might also be interested in this tutorial from the same category:
            How to Add a Comment Bubble to Blogger Post Titles.


            2013, By: Seo Master
            Powered by Blogger.