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

Seo Master present to you:
We normally spend lots of time on computer, it becomes a part and partial of our life, we get attached with it, and some day when it doesn’t work properly we easily understand something wrong has taken place. When computer faces sound problems or comes to a mum, it creates a panic in our mind; we  get disturb and try to fix it. This article is to troubleshoot and fix the sound problems of computer.

Every computer problem has a reason behind it, which may be hardware, software or both so proper steps should be taken to troubleshoot it, which are as follows,


Muted audio output unknowingly:

           Some times some mistakes are done unknowingly and we came to know about it when all our attempts are used to resolve it. Sometimes we accidently mute the sound of our system and in a hurry tries every other attempts to resolve it.

Solution:
Click on the speaker icon of your tool bar, and check the status of it, if it is muted then unmute it.

Speaker connection problem:

           Sometimes it happens that your speaker gets loose connected or the cord of it gets damaged, which causes no sound in the system.

Solution:
The best way to troubleshoot this is to disconnect your speaker and then connect it, if its cord gets damaged then replace it.

Sound card driver problem:

            It may be possible that your sound card driver have some problem. Check the sound devices and their drivers installed through 'Control Panel'.

Solution:
Re-install your audio driver through appropriate installation CD.

Failure of your sound card hardware:

            If you have reinstall your sound card, and the sound problem still exists, then it is possible your sound card hardware has been damaged.

Solution:
Change your computer sound card hardware, which should be compatible with your motherboard.

On Windows, run an automatic troubleshooter to find and fix the sound problems with your computer, the steps to run the troubleshooter are as follows,
  1. Click the start button.
  2. Click control panel, then system and maintenance and then device manager.
  3. Expand the sound, video and game controllers category.
  4. If your installed sound card is listed then proceed further, if not, then install a sound card first.
  5. If there is a yellow question mark next to your installed sound card, there might a problem.
  6. Right click the sound card, then properties.
  7. Click the general tab, and look in the device status box to identify problems with the sound card.



Author Bio:
             Matthew Ferrall received the Master degree in software engineering in 2006 and currently serving as a software engineer at Impcsupport. He provides informative articles on Online PC Support, windows maintenance tools, windows support, computer maintenance tools and software’s.
2013, By: Seo Master
Seo Master present to you:

You might have often heard from search engine optmizers (SEO) that table tags are not a good thing to go for. They always recommend using <div> tag for structuring a website. Well I will also recommend <div> tag instead of <table> tag, but what to do when it becomes necessary to use <table> tag. Can we optimize it, if yes then how?

So here is the way to optimize <table> tag and get best results out of it in terms of getting good search engine rankings.

Use "summary" attribute, it serve the same purpose which "alt" attribute serve for image (<img>) tag. The summary attribute specifies the summary of the content of a table and it makes no visual difference in ordinary web browsers. Table summary attribute also provide structure for user agents rendering to non-visual media such as speech and Braille.

One example:

<table SUMMARY="Red, green and blue cells" border=1>

<tr>
<td bgcolor=red>&nbsp;</td>
<td bgcolor=green>&nbsp;</td>
<td bgcolor=blue>&nbsp;</td>
</tr>

</table>
2013, By: Seo Master
Seo Master present to you:
Here is a Simple Tip to Set a Button for Changing the Blog View to Dynamic Views.I added Smooth jquery Hover Effect to Button.You can set any template to your Blogger Blog.If you add this Button to your Blog.It lets your Blog visitors to View Blog in Dynamic Views when they Click this Button.








Add Dynamic Views Button to Blog

Make sure you had Backed up your Template before editing Template.(How to Backup Template)

  • Go to Design -> Edit HTML
Step 1.Add jQuery Plugin( If your Blog already have a jQuery plugin ignore this Step ),
    • Go to Design->Edit HTML
    • Copy and Paste Below code inside <head> section
      <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
    Step 2: Add Dynamic view button,
    •  Go to Design-> Page Elements
    • Click on Add Gadget ,Select HTML/Javascript from it
    • Leave Title as blank, Copy the below code inside content section.

      <div class="noopdynamic">
      Click this for change the view to Dynamic views</div>
      <a href="/view">
      <img class="noopdynamicimg" src="http://www.matrixar.com/-a57z3e4UXA4/Tz5E4BaMs7I/AAAAAAAAAIA/KgsXo-mA0hw/s1600/google+dynamic+views.jpg" /></a>
          <style type="text/css">
          .noopdynamicimg{bottom: 2%;
              position: fixed;
              right: 1%;}
              .noopdynamic {background: -moz-linear-gradient(top, #aebcbf 0%, #6e7774 50%, #0a0e0a 51%, #0a0809 100%); background: -webkit-linear-gradient(top, #aebcbf 0%, #6e7774 50%, #0a0e0a 51%, #0a0809 100%);
              background-color:#ABABAB;
              border: 2px solid;
              border-radius: 6px 6px 6px 6px;
              bottom: 13%;
              padding: 4px;z-index:999;
              position: fixed;
              right: 5%;
              font:18px Arial;
              text-shadow: 1px 1px 0 #FFFFFF;
              width: 21%;
              box-shadow:0 0 5px;
          }

          </style>

      <script type="text/javascript">
      $(function(){
          $(".noopdynamic").hide(0);
      $(".noopdynamicimg").hover(function(){
          $(".noopdynamic").show("slow");
      },function(){$(".noopdynamic").hide("medium");
      });});
      </script>
      • Then Save it.
      • That's all,you are done..
      I hope you enjoyed this article,if so please share n like us.
      2013, By: Seo Master
      Powered by Blogger.