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

Seo Master present to you: By Alyssa England, Google Developer Programs

We are excited to open registration for one last Google Developer Day this year, to be held on November 2 in Tel Aviv, Israel.

At this Google Developer Day, developers will learn about the latest with our APIs and developer tools, ranging from App Engine and OpenSocial to Google Chrome, plus more. The topics will vary so you can be sure to discover new and interesting best practices. And don't forget to socialize with fellow developers and Google engineers.

If you are in Europe, registration for some of the October Google Developer Days is still open, including Italy and Czech Republic, though space is running out fast. We hope you can join us for one of our upcoming events.2013, By: Seo Master
Seo Master present to you:
Cara Membuat Tombol Follow Blog Melayang - Salah satu untuk lebih mudah memfollow blog dengan cara memasang widget ini. Jika anda sudah mengikuti Beberapa Cara Untuk Mendapatkan Follow di Blog mungkin alangkah indahnya membuat tombol follownya terlihat dengan jelas dan mudah untuk mengikuti blog anda. Seperti blog saya lihat gambar dibawah ini

 Gak usah lama lama langsung ajah ke turtorialnya :

1. Masuk ke blogger.com/home
2. Masuk Tab Kemudian pilih Tata Letak
3. Pilih Tambah Gatget terus Tambah HTML dan masukan Kode Script dibawah ini
<div style="position: fixed; top: 5px; right: 93px;"><a class="linkopacity" href="http://www.blogger.com/follow-blog.g?blogID=5667662769699098448" target="_blank" rel="nofollow" title="Follow" imageanchor="1"
style="margin-left: 1em; margin-right: 1em;"><img src="http://www.matrixar.com/-feYAFwQF-GM/TtOSBVXcMmI/AAAAAAAAHvk/GH1PZPVvU7c/follow.png" border="0" /></a><div style="display:scroll;
position:fixed; top:5px; right:5px;"><a class="linkopacity" href="http://www.matrixar.com/" target="_blank" rel="nofollow" title="Dashboard" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="http://www.matrixar.com/-N61PPu_1haE/TtOSBZgZikI/AAAAAAAAHvc/vIEC_dYpIVo/dashboard.png" /></a></div></div>

5. Klik selesai dan lihat hasilnya.

Keterangan :  Kode yang warna biru itu ubah dengan ID dan Alamat Blog kalian.

Untuk Melihat ID bisa klik dan lihat gambar dibawah ini

Cara Membuat Tombol Follow Blog Melayang selesai semoga bisa membantu kenyamanan Visittor Blog kalian.
2013, By: Seo Master
Seo Master present to you:
WRITE HEADING IN HTML

For Heading we can write code as:


<html>
<head>
<title>
My Page
</title>
</head>
<body>
<h1>Welcome On</h1>
www.matrixar.com
</body>
</html>


There are five type of  Headings. These are written as:

h1
h2
h3
h4
h5

The H1 heading is very big. And the h5 heading is very small as compare to H1.


                                           --------------------------------------


FOR WRITE TEXT IN CENTER

For write text in center we write code as:


<html>
<head>
<title>
My Page
</title>
</head>
<body>
<p align="center"> Welcome on</p>
www.matrixar.com
</body>
</html>

FOR WRITE  TEXT ON LEFT SIDE 

For write text on left side we put LEFT on the place of center. Like this:

<p align="left"> Welcome on</p>
www.matrixar.com


FOR WRITE  TEXT ON RIGHT SIDE 

For write text on left side we put RIGHT on the place of  left. Like this:


<p align="right"> Welcome on</p>
www.matrixar.com


                                          

                                  --------------------------------------------------------------------



                                                                                                                                                                                                                 
                                                                                                                     





2013, By: Seo Master
Powered by Blogger.