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

Seo Master present to you:


Max Ross and Maulik Shah were part of a core group that worked on the recently open sourced Hibernate Shards project.

In the podcast you will learn:
  • What sharding is and what it means in the world of Hibernate
  • How the word "shards" is common at Google (the equivalent of "smurf" in The Smurfs)
  • Why you would want to shard your data to give you increased scalable performance
  • How the Hibernate Shards project doesn't mess with the core APIs, allowing you to add sharding unobtrusively
  • What you need to think about if you want to shard your data, and how you can design a schema that has a dimension that is easily sharded. This includes designing without complex relationships.
  • How you could create a crazy project that shards data across multiple databases (as in, one mysql, one Oracle), but that would be crazy
  • The various strategies to define how you retrieve your objects across the distributed data store
  • How this compares with horizontal partitioning at the database level itself (e.g. new features in MySQL, PostgreSQL, and others)
  • And much, much more.
For more information check out the Hibernate Shards homepage and the Google Group for discussion.

The new release that was mentioned in the podcast just went live. Congratulations to the team.

Start listening now


You can download the episode directly, or subscribe to the show (click here for iTunes one-click subscribe).2013, By: Seo Master
Seo Master present to you: Selain link dan banner yang membuat blog menarik di pandang, menu horisontal juga tidak kalah menarik untuk menjadi hiasan di blog Anda karena saya kira bentuknya Menarik dan elegan. Nah jkia Anda juga belum faham mengenai menu horisontal seo tutorial akan kasih contah yang di maksud menu horizontal, lihat dibawah:


Nah bagi yang blognya belum ada menu seperti ini silakan dibuat kalo tertarik, nih cara-caranya :

Langkah pertama yaitu log in ke blogger lalu masuk menu Layout kemudian masuk menu Edit HTML

Lalu taruh code dibawah diatas Code: ]]></b:skin> pokoknya di barisan CSS pada Blog Anda
.menuhorisontal{
width: 100%;
overflow: hidden;
border-bottom: 1px solid #000000;
}

.menuhorisontal ul{
margin: 0;
padding: 0;
padding-left: 10px;
font: bold 12px Verdana;
list-style-type: none;
}

.menuhorisontal li{
display: inline;
margin: 0;
}

.menuhorisontal li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px;
border-right: 1px solid white;
color: white;
background: #414141; /*background dari Tabel*/
}

.menuhorisontal li a:visited{
color: white;
}

.menuhorisontal li a:hover, .menuhorisontal li.selected a{background:#002EB8; /*Background Setelah Pointer Diarahkan */
}
#footheader {
width: 100%;
float:left;
margin:0 0 0;
padding:0 0 0;
height:35px;
}

Kalau sudah cari kode Dibawah ini:
<div id='header-wrapper'><b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Bisnis Di Internet (Header)' type='Header'/>
</b:section></div>


Code diatas Di Blog kamu berdeda-beda pokoknya kamu perhatikan Code yang berwarna hijau saja dan taruh Code dibawah ini tepat dibawah Code Diatas itu.

<div id='footheader'>
<b:section class='footheader' id='footheader' preferred='yes'>
</b:section>
</div>

Kemudian Simpan.
Langkah kita belum selesai mari kita beranjak ke menu Layout
Nah dibawah Header pasti sudah ada tempat widget/gadget,



kemudian klik Add A Gadget kemudian pilih HTML/JavaScript.. Lalu taruh Code dibawah ini:

<div class='menuhorisontal'>
<ul>
<li><a href='/'>Home</a></li>
<li><a href='http://lerry060183.wordpress.com/'>Lerry060183</a></li>
<li><a href='http://ilmu-belajar-komputer.blogspot.com/'>Tutorial Komputer</a></li>
<li><a href='http://artis-indo-hot.blogspot.com/'>Berita Artis Indonesia</a></li>
</ul>
</div>

Nah selesai deh..2013, By: Seo Master
Anchor teks tentunya sobat sudah pada tau, yaitu teks yang di dalamnya mengandung link.
Contoh seperti ini :
anchor teks

Nah tulisan anchor teks itu ada linknya jika kita klik.

Usahakan anchor teks itu linknya bertautan ke postingan/artikel kamu yang lain ( internal link ). Hindari anchor teks yang mengandung link dari blog atau website lain.

Powered by Blogger.