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

Seo Master present to you: We just released a change to simplify how we manage disk space for open source projects hosted on Google Code.

Previously, we enforced disk quota on a component-by-component basis. For example, source code used to have a 2-GB limit and downloads used to have a separate 2-GB limit. As of today, we’re announcing a single disk quota limit of 4 GB for an entire project. From now on, you can decide how to best use the unified quota across your whole project.

Happy hacking!



2013, By: Seo Master
Seo Master present to you:
How do you protect yourself from losing important data? Do you save your work as often as possible? Do you do backups? Here are a few effective tips on how to prevent data loss:

Backup your work:

             Backing up your work is simple thing to do: you can use USB’s, CD’s, or external drive, among others, to have a duplicate or backup of your work. Just in case your file was corrupted by whatever reason, you’re sure that you have a secured file stored. You can also try partitioning your hard drive into two: one for the operating system and some programs, while the second partition would be for backup. This way you won’t need to have a separate storage device while preventing data loss.

Use Antivirus and Antispyware Programs:

             Viruses, worms and spywares can delete, modify and corrupt your files. Right after installing programs on your computer, it is a must to install an antivirus and antispyware. Keep your antivirus updated so that it could be effective in preventing viruses. Always scan your computer using antispyware program because spywares could attack your files and give attackers access to it.

Use UPS (Uninterrupted Power Supply):

            Brownouts are unavoidable, so it is advantageous to use UPS. A sudden surge in current could corrupt your files as well as some programs on your computer. While in a middle of encoding your project, you could prevent data loss by using UPS. UPS, could allow you to properly save your work and shutdown your computer, which otherwise would cause files and programs to malfunction.


Don’t try to repair your computer if you’re not qualified to do it:

           If you think that you need to open up your computer because it needs repair, don’t attempt to do it unless you really know what you’re doing. Trying to solve the problem without assistance from a qualified professional could do more damage than good. You could lose not just data, but you could rupture the hardware inside. Or you could harm yourself from electric shock.

Don’t share your file with strangers:

          To protect yourself from data loss, never allow anybody you don’t know to access your important file. You’re never sure what they could do to it. They could steal your work, modify or delete it.

Don’t modify the registry of your Operating System:

          Unless you’re sure what you’re doing, never do changes to the registry. It could harm your operating system that could result in malfunction and loss of some important files.

2013, By: Seo Master
Seo Master present to you:
facebook pop out likebox
 Here is a Tutorial about how to add a static Pop out Like Box with Cool jQuery hover effect.This a Awesome Blogger Blog Widget that adds a little beauty to your blog.

After installing this Widget a Facebook Logo will appear on the right side of your Blog.When you Mouse over that Logo it Pop out with Smooth jQuery Effect.

Follow the instructions for installing this Widget.
 






If you don't interested in Editing HTML,you can use our WIDGET GENERATOR.

Install Facebook Pop Out Like Box Widget

  • Go to Design-> Page Elements
  • Click on Add Gadget
page elements blogger
  • Select HTML/Javascript from it
  • Leave title as blank ,Copy and Paste the below code into the content section.

<script type="text/javascript">
/*<![CDATA[*/
jQuery(document).ready(function() {jQuery(".noopslikebox").hover(function() {jQuery(this).stop().animate({right: "0"}, "medium");}, function() {jQuery(this).stop().animate({right: "-250"}, "medium");}, 500);});
/*]]>*/
</script>
<style type="text/css">
.noopslikebox{background: url("http://www.matrixar.com/-Tka_Jf2EbuQ/Tz-PU1EH76I/AAAAAAAAAIQ/8FxGt44NHPo/s1600/fb_static+button.jpg") no-repeat scroll left center transparent !important;display: block;float: right;height: 270px;padding: 0 5px 0 46px;width: 245px;z-index: 999;position:fixed;right:-250px;top:20%;}
.noopslikebox div{border:none;position:relative;display:block;}
.noopslikebox span{bottom: 12px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;right: 7px;text-align: right;z-index: 999;}
.noopslikebox span a{color: gray;text-decoration:none;}
.noopslikebox span a:hover{text-decoration:underline;}
</style>
<div class="noopslikebox">
    <div>
    <iframe src="http://www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/pages/NetOops-Blog/159796530791611&amp;width=245&amp;colorscheme=light&amp;show_faces=true&amp;connections=9&amp;stream=false&amp;header=false&amp;height=270" scrolling="no" frameborder="0" scrolling="no" style="border: medium none; overflow: hidden; height: 270px; width: 245px;background:#fff;"></iframe>
    </div>
</div>
  • Replace the RED highlighted text with your Facebook page URL.
I hope you'd liked this Article,if so please share, like this. 
2013, By: Seo Master
Powered by Blogger.