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

Seo Master present to you:

After a busy year running Google Summer of Code, hosting community conferences, adding new features to our project hosting site, and helping transform the Google Web Toolkit into an open source project, our team has finally had a chance to clear out the old inbox and catch up on the news.

And the news is awesome! All over the world, programs are springing up to get students involved in open source:

GNOME Women's Summer Outreach Program: On top of mentoring 20 students for GSoC, GNOME funded six additional developer projects in Summer 2006, all by women. The GNOME journal has more information.

The OCaml Summer Project: To encourage growth in its developer community, Jane Street Capital will fund OCaml student projects this summer and then bring the students together in New York City at the close of the program.

Season of Usability
: Student developers from several countries are working with mentors to improve usability in Inkscape, KDE and more.

Winter of Code: Korean games publisher NCsoft just finished taking applications for their program in late December. We look forward to hearing about the results of their efforts to get students from middle school through university level involved in open source development. (Note: The Winter of Code program site is in Korean, but feel free to try an English translation. If you would like to read more about the Winter of Code in English, ZDNet Asia has further details.)

We've also heard that the MySQL folks are planning their own Winter of Code program.

Heard about other programs like these? We'd love to hear from you!

Note: Post updated to correctly attribute sponsorship of the OCaml project to Jane's Capital.2013, By: Seo Master
Seo Master present to you: Author Photo
By Eric Bidelman, Senior Developer Programs Engineer, Google Chrome Team

Over the past year, HTML5Rocks.com has become a top destination for developers craving to learn more about HTML5. Today, we have over 60 articles and tutorials covering the latest HTML5 tech, published by 30 contributors from around the world! We've worked hard to bring great content to the site as quickly as possible, but it's been challenging to consolidate so much information as HTML5 continues to push the web forward and evolve at an accelerated pace.


HTML5 Rocks logo

Today, we're launching an updated HTML5Rocks with better tools for finding content, including an edgy new look and "rocking" logo. As our content expands, finding things becomes more important. To address this, we've created "persona pages" with catered content in 3 different verticals (Games, Business, Mobile). If you're one of those developers, finding content relevant to you should now be a snap. We've also consolidated many of the different components (Updates, Studio, Playground) into the main site and have deeply integrated the HTML5 technology classes to bring a better identity to the content.

All in all, it's a little bit Punk and a little bit Rock and Roll.

Lastly, if you're interested in contributing to the site, it's an open source project and we'd love to have your expertise. See our contributors guide.


Eric Bidelman is a Senior Developer Programs Engineer on the Google Chrome Team and a core contributor to html5rocks.com. He is the author of the book Using the HTML5 Filesystem API.

Posted by Scott Knaster, Editor
2013, By: Seo Master
Seo Master present to you:
facebook widgets
In this tutorial i will show you to add simple Html/CSS button below Facebook like box widget, which will let your visitors to go directly to your Facebook fan page. This button can also be added below any other bloggers widgets. For live demonstration check mine below facebook like box on the right sidebar. So lets get started.

Addind Facebook Like Box Widget

Before getting started you must have facebook like box widget installed on your blog. If not then check the tutorial below.

Adding Visit Our Page Button

1. Go to blogger Dashboard and click on layout.
2. Then choose your like box widget and click on edit as shown in below picture.
facebook widgets
3. Now paste the code given below into your like box widget (Paste it after the code that is present i.e after </iframe>)
<style>
/*www.matrixar.com*/
#mbw-fb {
color: #365899;
font: bold 11px arial;
background: #ECEEF5;
padding: 3px !important;
margin: 5px 0px!important;
border: 1px solid #E1E4ED;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
width: 290px;
}
#mbw-fb:hover {
border: 1px solid #6383C1;
}
</style> 
<div id="mbw-fb"><a rel="nofollow" target="_blank" style="text-decoration:none; color:#365899;" href="https://www.facebook.com/mybloggersworld">Visit Our Page Now »</a></div>

  • Change my facebook page url highlighted in green to yours.
  • Change the text in red to change text to something else
  • Change #ECEEF5 to change background of the button.
  • Change #E1E4ED to change border at static mode.
  • Change  #6383C1 to change border on hover effect.

More Cool Widgets

    2013, By: Seo Master
    Powered by Blogger.