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

Seo Master present to you:

When we first launched code.google.com (webarchive), it was largely a site for documenting our open source activities and had some details about Google's supported APIs and file formats. In the ensuing 3 years, code has grown to encompass protocol documentation, project hosting and even a mobile operating system. Similarly, the activities of the Open Source Team have grown from simple license compliance to the aforementioned hosting, releasing massive amounts of code and introducing student programs like the Summer of Code and its high school cousin, the Highly Open Participation Contest. Since we've grown so much, we felt it was well past time to spin off a blog that specifically covers the open source activities of the company. So that's just what we've done. Come check it out, and if you like, subscribe!2013, By: Seo Master
Seo Master present to you: Author Photo
By Scott Knaster, Google Developers Blog Editor

You’re reading a blog for developers, so chances are you’re probably pretty savvy about how things work online, and that includes safety and security. Of course, just because we know how to be secure doesn’t mean we always do what we should. And there are all our less-technical friends and family members who often turn to us for guidance. To help keep people secure online, we recently updated the site Good to Know: A guide to staying safe and secure online.


safety logo

This site contains lots of common sense and advanced tips, such as how to secure your passwords, ways you can prevent identity theft, and a guide to technical terminology. Although Good to Know is designed to be useful to people from all backgrounds, even us tech folks can find some handy information there.

Speaking of safety, it turns out we can all can relax about Asteroid 2012 DA 14. According to NASA, the 45-meter object will get close to Earth, but no closer than about 17,000 miles. The space agency also says the asteroid won’t be visible to the naked eye, and will be hard to track even with telescopes. But the important thing is that we won’t have another Tunguska event.

Although it looks like we’re going to avoid an asteroid impact, nature continues to demonstrate enormous power that is sometimes destructive and awesome. A camera crew recently filmed an immense glacier calving, an event that lasted more than an hour. You can watch it from the comfort of your asteroid-safe home.


Safety is important, whether you’re on the Internet or looking out for asteroids. While we spend most of the week here telling you about Google developer topics, Fridaygram is set aside for science, technology, and other fun & generally nerdy topics.

2013, By: Seo Master
Seo Master present to you:
popular post widget
There are some usefull and must have widgets which can help you to increase traffic to your blog and keep your visitors engaged on your blog. Facebook Like Box, Twitter Follow Button  and Popular post widget are some of those widget. I had previously posted on Adding Popular Post widget to your blog, but the default style of this widget that blogger provides is very boring and not so attractive. So in this tutorial i will teach you to add and style popular post widget using CSS. After styling the widget it will look more stylish and more attractice as you can see on the left. You can even customize this further to match your blog template. So lets get started customizing blogger popular post widget.



Adding Popular Post Widget To Blog

1. Go to Blogger Dashboard > Layout > Add Gadget and choose Popular Post Widget.
2. Now set this setting as shown below.
3. You may change number of post to show upto 10 but dont make it below 6. Check below article for detail information.

Styling Popular Post Widget With CSS

1. After Adding Popular Post widget to your blog. Go to Blogger Dashboard and choose Template.
2. Now Backup your Template to be safe if you mess something up. Check below tutorial if you dont know how to do that.
3. After Template been selected click on Edit HTML and search for below code.
]]></b:skin>
4. Now paste below code just above the code you search in Step 3.

/*--- www.matrixar.com Popular Posts --- */
.popular-posts ul{padding-left:0px;}
.popular-posts ul li {
list-style-type: none;
margin:0 0 5px 0px;
padding:5px 5px 5px 20px !important;
border: 1px solid #6BB5FF;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;}.popular-posts ul li:hover {
border:1px solid #009900;
}.popular-posts ul li a:hover {
text-decoration:none;
}

 5. Now save this template and you are done.

Further Customizing The Widget

If you follow above steps correctly then you have install and style popular post widget on your blog.This part is completely optional. So if the border of the widget does not match your blog template or you want some different color then change the setting shown below. 

  • 6BB5FF - Change this to change the border color at static mode.
  • 009900 - Change this to change border color on hover effect.

If you have any question or suggestion or come across a problem while implementing this widget then leave a comment below i will be glad to help you out.


2013, By: Seo Master
Powered by Blogger.