Jumat, 22 November 2013

[Lanjutan] Koleksi Google Font API untuk Blogger

Google Web Font LogoPostingan ini merupakan lanjutan Artikel kemaren di Koleksi Google Font API untuk Blogger, Font Google pilihan dari Metro Personal Blog. Dan masih banyak lagi jenis font-font google yang support untuk Blogger, tapi inilah jenis font-font pilihan terbaik versi Metro Personal Blog :). Sebenarnya ribuan jenis font-font Google sih, tapi tidak semuanya Support untuk Blogger.

Google Web Font Logo

Berikut ini beberapa jenis font-font dari google, lanjutan dari postingan kemaren tentang Koleksi Google Font API untuk Blogger, Koleksi Pilihan dari Metro Personal Blog.

PT Sans
Amazing Metro Personal Blog

Normal Font 14 pixels Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'PT Sans', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'PT Sans', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Actor
Amazing Metro Personal Blog

Normal Font 14 pixels Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Actor' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Actor', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Actor', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


PT Sans Narrow
Amazing Metro Personal Blog

Normal Font 14 pixels Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'PT Sans Narrow', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'PT Sans Narrow', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Dosis
Amazing Metro Personal Blog

Normal Font 14 pixels Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Dosis', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Dosis', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Cabin
Amazing Metro Personal Blog

Normal Font 14 pixels Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Cabin' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Cabin', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Cabin', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Playfair Display SC
Amazing Metro Personal Blog

Normal Font 14 pixels Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Playfair+Display+SC' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Playfair Display SC', sans-serif;
font-size: 14px;
text-transform: normal;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Playfair Display SC', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Gabungan dua atau tiga jenis Font menghasilkan Font Unik

Google Web Font Logo

Oswald | Ubuntu
Amazing Metro Personal Blog

Normal Font 14 pixels Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Oswald|Ubuntu' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Oswald', 'Ubuntu', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Oswald', 'Ubuntu', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Source Sans Pro | Oswald
Amazing Metro Personal Blog

Normal Font 14 pixels Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro|Oswald' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Source Sans Pro', 'Oswald', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Source Sans Pro', 'Oswald', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Cabin | Playfair Display SC
Amazing Metro Personal Blog

Normal Font 14 pixels Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Cabin|Playfair+Display+SC' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Cabin', 'Playfair Display SC', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Cabin', 'Playfair Display SC', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Note :
Untuk penggabungan jenis font-font yang lain, silahkan gabung-gabungkan menurut selera anda, contohnya gabungan jenis font-font diatas (maksimal dua atau tiga jenis font).

Contoh gabungan dua jenis font --> http://fonts.googleapis.com/css?family=Oswald|Ubuntu

Untuk informasi lengkap silahkan kunjungi Google Font API Labs disini dan Visit the Google Font Directory disini atau di Google Webfont disini.

Selamat mencoba.

Koleksi Google Font API untuk Blogger

Koleksi Google Font API untuk BloggerKoleksi Google Font API untuk Blogger - Hi sobat blogger, berikut ini beberapa koleksi Google Font API, pilihan dari Metro Personal Blog, di gunakan untuk mempercantik style tulisan-tulisan blog anda. Silahkan pilih yang mana, sesuai kesukaan anda.

Koleksi Google Font API untuk Blogger

Berbagai macam jenis Font disediakan oleh Google Font API untuk membantu para Web Development dan Blogger untuk meningkatkan kualitas Blog. Font atau jenis Huruf Pilihan Metro Personal Blog di antaranya adalah :

Tangerine
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Tangerine' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Tangerine', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Tangerine', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Open Sans
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Open Sans', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Montez
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Montez' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Montez', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Montez', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Rochester
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Rochester', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Rochester', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Open Sans Condensed
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Open Sans Condensed', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Six Caps
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Six Caps', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Six Caps', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Tulpen One
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Tulpen+One' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Tulpen One', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Tulpen One', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Yanone Kaffeesatz
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Yanone Kaffeesatz', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Love Ya Like A Sister
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Love Ya Like A Sister', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Love Ya Like A Sister', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Oswald
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Oswald', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Oswald', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Meddon
Amazing Metro Personal Blog

Normal Font 12 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Meddon' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Meddon', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Meddon', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Reenie Beanie
Amazing Metro Personal Blog<

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Reenie+Beanie' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Reenie Beanie', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Reenie Beanie', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Dancing Script
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Dancing Script', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Dancing Script', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Calligraffitti
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Calligraffitti' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Calligraffitti', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Calligraffitti', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Pacifico
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Pacifico', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Pacifico', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Kristi
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Kristi' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Kristi', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Kristi', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Zeyada
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Zeyada' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Zeyada', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Zeyada', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Vibur
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Vibur' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Vibur', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Vibur', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Over The Rainbow
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Over+the+Rainbow' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Over The Rainbow', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Over The Rainbow', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Drawing of A New Day
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Drawing of A New Day', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Drawing of A New Day', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Josefin Slab
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Josefin+Slab' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Josefin Slab', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Josefin Slab', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Ubuntu
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Ubuntu', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Ubuntu', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Noto Sans
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Noto+Sans' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Noto Sans', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Noto Sans', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Lato
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Lato', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Lato', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Bitter
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Bitter' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Bitter', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Bitter', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Source Sans Pro
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Source Sans Pro', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Source Sans Pro', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Archivo Narrow
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Archivo+Narrow' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Archivo Narrow', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Archivo Narrow', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Kaushan Script
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Kaushan Script', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Kaushan Script', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Lobster
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Lobster', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Lobster', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Shadows Into Light
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Shadows Into Light', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Shadows Into Light', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Droid Sans
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Droid Sans', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Droid Sans', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Droid Serif
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Droid Serif', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Droid Serif', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Playfair Display
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Playfair Display', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Playfair Display', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Racing Sans One
Amazing Metro Personal Blog

Normal Font 14 pixels Size Article Post ? Amazing Metro Personal Blog

Tambahkan kode dibawah ini, simpan dibawah kode <head>

<link href='http://fonts.googleapis.com/css?family=Racing+Sans+One' rel='stylesheet' type='text/css'>

Sampel pengintegrasian font ke CSS

Sampel mengintegrasikan font ke CSS di Body Blog :

body {
background: #f0f0ed;
margin: 0;
padding: 0;
font-family: 'Racing Sans One', sans-serif;
font-size: 14px;
color: #333333;
}

Sampel mengintegrasikan font ke CSS di Heading Blog :

#header h1, .post h2, #sidebar-wrapper h2, #comments h4, #bottom h2 {
font-family: 'Racing Sans One', sans-serif;
margin: 0;
padding: 0;
font-size: 40px;
font-weight: 700;
line-height: 1.0em;
color: #333333;
}


Untuk informasi lengkap silahkan kunjungi Google Font API Labs disini dan Visit the Google Font Directory disini atau di Google Webfont disini.

Selamat mencoba.

Minggu, 17 November 2013

Memanfaatkan Halaman Error Page 404 Blog dan Cara Membuat auto Error Page 404

Memanfaatkan Halaman Error Page 404 Blog dan Cara Membuat auto Error Page 404Memanfaatkan Halaman Error Page 404 Blog dan Cara Membuat auto Error Page 404 - Pernakah anda mecari artikel atau tutorial di blog, tapi anda tidak menemukan apa yang anda cari di blog yang anda kunjungi?. Hal ini kemungkinan halaman tersebut sudah terhapus atau URL yang anda masukkan salah. Nah!! disini anda sebagai blogger tentunya tidak mau kehilangan pengunjung, dan ini memungkinkan mempengaruhi jatah Traffic Blog anda :).

Disini, kita akan memanfaatkan Halaman Error page 404 dengan tampilan khusus dan dinamis sebagai penunjuk arah atau direct, untuk mengarahkan pengunjung ke blog anda sekaligus pengunjung bisa melihat-lihat menu-menu dan artikel-artikel yang anda sajikan.

Ada dua metode membuat halaman error page, yaitu :
  1. Halaman ERROR 404 otomatis (redirect error page). Pengunjung akan di redirect secara otomatis ke halaman utama atau halaman lain yang ditentukan.
  2. Halaman ERROR 404 manual (non redirect). Ketika pengunjung menemukan halaman ini, maka dia harus melakukan klik secara manual untuk pindah menuju ke halaman utama (homepage) atau halaman lainnya.

Cara Pertama
Halaman ERROR 404 otomatis (redirect error page)

Silahkan login dulu di blogger anda, terus masuk ke > Template > Edit Template, dan masukkan code meta tag dibawah ini, tepat dibawah code <head> :

<!-- Meta Title Halaman Error/404 -->
<b:if cond='data:blog.pageType == &quot;error_page&quot;'>
<title>404: Maaf halaman yang ada cari tidak ada | <data:blog.title/></title>
</b:if>

Set Meta tag selengkapnya kira-kira seperti ini :

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<HTML>
<head>
<meta charset='utf-8'/>
.
.
.
<!-- Meta Title Halaman Error/404 -->
<b:if cond='data:blog.pageType == &quot;error_page&quot;'>
<title>404: Maaf halaman yang ada cari tidak ada | <data:blog.title/></title>
</b:if>
.
.
.
&lt;style type=&quot;text/css&quot;&gt; &lt;!-- /*<b:skin><![CDATA[*/

Setelah itu, Masuk ke Setelan blogger > Preferensi Penelusuran > Kesalahan dan Pengalihan > Pesan Khusus untuk Laman Tidak Ditemukan > dan Edit. Berikut Screenshotnya :

Memanfaatkan Halaman Error Page 404 Blog dan Cara Membuat auto Error Page 404

Lalu Copy Paste Code HTML dibawah ini di Kotak yang disediakan :

<p align='center'><strong><font color='#ff0000' size='25px'>Opsst!! Error 404 [Page Not Found]</font></strong></p>
<br/>
<br/>
<br/>
<p align='center'><h1><b>Halaman tidak ditemukan</b></h1></p>
<p align='center'>Kemungkinan halaman telah dihapus, atau Anda salah menulis URL</p>
<p align='center'>Kembali ke <a expr:href='data:blog.homepageUrl'>BLOG DAENG KULLE</a></p>

Note :
  • Ganti Deskripsi Pesan Error Page sesuai keinginan anda.
  • Ganti Titel URL diatas, menjadi Page title Blog anda.
  • Lalu Save dan selesai.

Cara Kedua
Halaman ERROR 404 manual (non redirect)

Memanfaatkan Halaman Error Page 404 Blog dan Cara Membuat auto Error Page 404

Demo halaman yang anda lihat diatas, adalah hasil dari tag kondisional untuk halaman kesalahan/error page. Berikut ini, cara sederhana untuk membuat halaman Error Page 404 :

Contoh tag kondisional yang akan digunakan :

</head>
<body>
<b:if cond='data:blog.pageType != &quot;error_page&quot;'>
.
.
Baris/bidang element blog seperti posting, widget, sidebar dan yang lainnya.
Element ini akan di sembunyikan jika tak ditemukan url/link apa pun yang ada dalam directory widget.
.
.
</b:if>

Dibawah ini adalah pesan error yang akan muncul ketika permintaan tidak di temukan :

<b:if cond='data:blog.pageType == &quot;error_page&quot;'>
<div id='error-page'>
<div id='error-inner'>
<div class='box-404'>404</div>
<h1>Halaman tidak ditemukan</h1>
<p>Kemungkinan halaman telah dihapus, atau Anda salah menulis URL</p>
<p>Kembali ke <a expr:href='data:blog.homepageUrl'>BLOG DAENG KULLE</a></p>
<div id='search-box'>
<form action='/search' id='cse-search-box' method='get' target='_top'>
<input id='search-text' name='q' onblur='if (this.value == &quot;&quot;) {this.value = &quot;Cari Artikel di Blog Daeng Kulle&quot;;}' onfocus='if (this.value == &quot;Cari Artikel di Blog Daeng Kulle&quot;) {this.value = &quot;&quot;}' type='text' value='Cari Artikel di Blog Daeng Kulle'/>
<button id='search-button' type='submit'/>
</form>
</div>
</div>
</div>
</b:if>

</body>
</HTML>

Pertama, cari code <body> dan penutup </body> di template anda, lalu sisipkan kode tag conditional berikut di antaranya, lihat cara seperti di bawah ini :

Pastekan kode di bawah ini di bawah kode <body>

<b:if cond='data:blog.pageType != &quot;error_page&quot;'>

Kemudian cari kode </body> dan pastekan kode berikut di atasnya :

</b:if>

Lalu letakkan kode berikut ini di atas kode </body>

<b:if cond='data:blog.pageType == &quot;error_page&quot;'>
<div id='error-page'>
<div id='error-inner'>
<div class='box-404'>404</div>
<h1>Halaman tidak ditemukan</h1>
<p>Kemungkinan halaman telah dihapus, atau Anda salah menulis URL</p>
<p>Kembali ke <a expr:href='data:blog.homepageUrl'>BLOG DAENG KULLE</a></p>
<div id='search-box'>
<form action='/search' id='cse-search-box' method='get' target='_top'>
<input id='search-text' name='q' onblur='if (this.value == &quot;&quot;) {this.value = &quot;Cari Artikel di Blog Daeng Kulle&quot;;}' onfocus='if (this.value == &quot;Cari Artikel di Blog Daeng Kulle&quot;) {this.value = &quot;&quot;}' type='text' value='Cari Artikel di Blog Daeng Kulle'/>
<button id='search-button' type='submit'/>
</form>
</div>
</div>
</div>
</b:if>

</body>
</HTML>

Jika benar penempatan code Tag Error Page, akan tampak seperti dibawah ini :

</head>
<body>
<b:if cond='data:blog.pageType != &quot;error_page&quot;'>
.
.
Baris/bidang element blog seperti posting, widget, sidebar dan yang lainnya.
Element ini akan di sembunyikan jika tak ditemukan url/link apa pun yang ada dalam directory widget.
.
.
</b:if>

<b:if cond='data:blog.pageType == &quot;error_page&quot;'>
<div id='error-page'>
<div id='error-inner'>
<div class='box-404'>404</div>
<h1>Halaman tidak ditemukan</h1>
<p>Kemungkinan halaman telah dihapus, atau Anda salah menulis URL</p>
<p>Kembali ke <a expr:href='data:blog.homepageUrl'>BLOG DAENG KULLE</a></p>
<div id='search-box'>
<form action='/search' id='cse-search-box' method='get' target='_top'>
<input id='search-text' name='q' onblur='if (this.value == &quot;&quot;) {this.value = &quot;Cari Artikel di Blog Daeng Kulle&quot;;}' onfocus='if (this.value == &quot;Cari Artikel di Blog Daeng Kulle&quot;) {this.value = &quot;&quot;}' type='text' value='Cari Artikel di Blog Daeng Kulle'/>
<button id='search-button' type='submit'/>
</form>
</div>
</div>
</div>
</b:if>

</body>
</HTML>

Selanjutnya, sisipkan Meta Tag di bawah ini, tepat di bawah kode <head> :

<!-- Meta Title Halaman Error/404 -->
<b:if cond='data:blog.pageType == &quot;error_page&quot;'>
<title>404: Maaf halaman yang ada cari tidak ada | <data:blog.title/></title>
</b:if>

Set Meta tag selengkapnya kira-kira seperti ini :

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<HTML>
<head>
<meta charset='utf-8'/>
.
.
.
<!-- Meta Title Halaman Error/404 -->
<b:if cond='data:blog.pageType == &quot;error_page&quot;'>
<title>404: Maaf halaman yang ada cari tidak ada | <data:blog.title/></title>
</b:if>
.
.
.
&lt;style type=&quot;text/css&quot;&gt; &lt;!-- /*<b:skin><![CDATA[*/

Setelah semuanya selesai diatas, tambahkan kode CSS berikut dibawah ini, di template anda. Simpan diatas kode ]]></b:skin> :

#error-page {background-color: #e9e9e9;position: fixed !important;position: absolute;text-align: center;top: 0;right: 0;bottom: 0;left: 0;z-index: 99999;}
#error-inner {margin: 11% auto;}
#error-inner .box-404 {width: 200px;height: 200px;background: #21afa4;color: #fff;font-size: 80px;line-height: 200px;border-radius: 10px;margin: 0 auto 50px;position: relative;}
#error-inner .box-404::after {content: " ";width: 0;height: 0;bottom: -8px;border-color: #21afa4 transparent transparent;border-style: solid;border-width: 9px 9px 0;position: absolute;left: 47%;}
#error-inner h1 {text-transform: uppercase;}
#error-inner p {line-height: 1.9em;font-size: 15px;}

Note :
Ganti Deskripsi Error Page Tag <h1> dan <p> dengan Deskripsi Error Page yang anda inginkan.

Selamat Mencoba!!

Rabu, 13 November 2013

Trik Auto Heading H1 so that become Heading Article

Trik Auto Heading H1 so that become Heading ArticleTrik Auto Heading H1 so that become Heading Article - Basically H1 tag is the main thing that concerns the search engine compared to H2, H3, H4. Put the H1 tag on the title of the article would be more effective than putting it in the title of Home blog. The main objective is the article indexed in search engines. Setting the default template blogger certainly put in the H1 Tag Title Home blog, so you will need to modify the template so that article SEO Friendy.

How to change the title of the article become the H1 tag, consider these steps carefully to avoid mistakes in the application.

Go to the blogger account. on the dashboard, select and click > Template > Edit HTML. Find the code below :

<b:includable id='post' var='post'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<b:if cond='data:post.firstImageUrl'>
<meta expr:content='data:post.firstImageUrl' itemprop='image_url'/>
</b:if>
<meta expr:content='data:blog.blogId' itemprop='blogId'/>
<meta expr:content='data:post.id' itemprop='postId'/>

<a expr:name='data:post.id'/>
<b:if cond='data:post.title'>
<h3 class='post-title entry-title' itemprop='name'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<b:if cond='data:blog.url != data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>
</b:if>

Replace with the code below :

<b:includable id='post' var='post'>
<div class='post hentry'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:if cond='data:post.title'>
<h1 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<b:if cond='data:blog.url != data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h1>
</b:if>
<b:else/>
<b:if cond='data:post.title'>
<h2 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<b:if cond='data:blog.url != data:post.url'>
<a expr:href='data:post.url' expr:title='data:post.title' target='_blank'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h2>
</b:if>
</b:if>

Find the code below :

              <h1 class='title' style='background: transparent; border-width: 0px'>
<b:include name='title'/>
</h1>

Replace with the code below :

<b:if cond='data:blog.pageType != &quot;item&quot;'>
<h1 class='title' style='background: transparent; border-width: 0px'>
<b:include name='title'/>
</h1>
<b:else/>
<p class='title' style='background: transparent; border-width: 0px'>
<b:include name='title'/>
</p>
</b:if>

The last step click on the preview, if the template is not error. then click save template.

Note:
Remember re-edit your post CSS template. setting CSS .post h1, .post h2 or .post h3.

Minggu, 10 November 2013

Menjadikan File HTML di Google Drive Menjadi File Host HTML Publik

Menjadikan File HTML di Google Drive Menjadi File Host HTML PublikBagaimana Cara Menjadikan File HTML di Google Drive Menjadi File Host HTML Publik - Cloud Computing adalah suatu paradigma di mana informasi secara permanen tersimpan di server di internet dan tersimpan sementara di komputer pengguna (client) termasuk di dalamnya adalah komputer tablet, notebook, komputer desktop, handheld dan lain-lain.

Nah!! google drive boleh dikatakan adalah salah satu bentuk cloud computing sementara dikembangkan oleh google. pada google drive bisa melakukan penyimpanan data secara online, menjadikan anda lebih produktif. membuat dokumen, presentasi, spreadsheet sendiri. Berbagi Publik file dengan orang lain.

Namun pada pembahasan kali ini, saya ingin berbagi pengetahuan tentang Bagaimana Cara Menjadikan File HTML atau File PHP di Google Drive Menjadi File Host HTML Publik di google drive. Berikut screenshot File HTML Publik yang saya upload di google drive :

Bagaimana Cara Menjadikan File HTML di Google Drive Menjadi File Host HTML Publik
Demo : https://googledrive.com/host/0ByTiMnJfMclLeDh4eEZXQnpzbUE/index.html

Okay!! Berikut cara membuat File HTML atau File PHP di Google Drive Menjadi Host HTML Publik :

Langkah Pertama
- Tentunya anda sudah memiliki akun google gmail dan silahkan login di Google Drive disini.
- Memiliki File HTML yang siap dijadikan Host HTML Publik di Google Drive.
- Setelah Login di Akun Google Drive anda, Klik Create. Kemudian Pilih > Folder dan beri nama, misalnya nama Foldernya create. Berikut Screenshotnya :

Bagaimana Cara Menjadikan File HTML di Google Drive Menjadi File Host HTML Publik


Langkah Kedua
- Buka folder tadi, yang diberi nama Create tadi.
- Upload file index.html anda di Folder Create, dengan cara klik tombol upload. Berikut Screenshotnya :

Bagaimana Cara Menjadikan File HTML di Google Drive Menjadi File Host HTML Publik


Langkah Ketiga
Nah!! Langkah yang ketiga ini paling penting, karena folder create yang baru dibuat tadi berikut isi file index.html-nya harus di Setting Share Publik, agar supaya file index.html yang di dalam folder create tadi, berjalan sebagai Host HTML Publik. Klik Kanan Folder create kemudian pilih > Berbagi > Bagikan. Berikut Screenshotnya :

Bagaimana Cara Menjadikan File HTML di Google Drive Menjadi File Host HTML Publik

Bagaimana Cara Menjadikan File HTML di Google Drive Menjadi File Host HTML Publik

Bagaimana Cara Menjadikan File HTML di Google Drive Menjadi File Host HTML Publik

Bagaimana Cara Menjadikan File HTML di Google Drive Menjadi File Host HTML Publik

Note:
File index.html nya tidak usah di share publik secara terpisah, karena otamatis ter-share melalui folder create tadi.

Langkah Keempat (Penutup)
Setelah di share ke publik, anda akan mendapatkan URL publik (Lihat Screenshoot diatas yang berwarna biru). Contohnya Seperti ini > https://drive.google.com/folderview?id=0ByTiMnJfMclLeDh4eEZXQnpzbUE&usp=sharing.

Perhatikan kode ID yg berwarna Biru, itulah kode ID Google Drive saya. Kemudian ubah arah URL agar supaya menjadi URL Host Publik. Contohnya Seperti ini > https://googledrive.com/host/0ByTiMnJfMclLeDh4eEZXQnpzbUE/index.html

Atau anda bisa copy langsung URL Host Publik anda, melalui file index.html, Caranya Klik Kanan file index.html kemudian Pilih > buka dengan > Penampil Google Drive Setelah menuju ke Penampil Google Drive, lalu kemudian klik > Pratinjau. Jangan lupa Copy Alamat URL di Adress Bar Browser Anda. berikut Sceenshootnya :

Bagaimana Cara Menjadikan File HTML di Google Drive Menjadi File Host HTML Publik

Sekian dari saya, tentang Bagaimana Cara Menjadikan File HTML atau File PHP di Google Drive Menjadi File Host HTML Publik.

Demo

Selamat Mencoba.

Jumat, 01 November 2013

How To Choose The Right Template For Your Blog

TipsHow To Choose The Right Template For Your Blog - Templates is a display that supports a blog. For my blog template is home, because the more beautiful our house, so guests will feel happy and will probably visit again. The phrase that I always use in the selection of templates for all of my blog.

You have to be smart to use a template for your blog, guests who come not only amounted to one or two visitors but dozens, hundreds, perhaps thousands. You will feel hurt when the wrong template. I suggest before you change the blog template, you must know tips on choosing a template that suits your blog. Here are my tips on choosing a template :

1. Select the template that is SEO Friendly
Actually, this does not really matter, because I think all of template's blog SEO Friendly, if we want to edit it a bit so so SEO. If you do not want to bother editing the template, I think you should use this procedure.

Then how can I get a template that is SEO Friendly?. Search in google with keyword "SEO Friendly Template Download".

2. Select the template that it looks Light Loading
Usually mild template that is below 15Kb. So how do I test Loading blog?, If you want to test Loading blog do not use fast internet connection, its heavy Blog 200MB will be lighter (except if another trouble).

To test Loading blog, I used to use that speed Modem fitting, as SmartFreen. so loading blog will be tested.

3. Choose your Blog Theme As Template
Do not let you choose a template specially if your blog has a Game Topics News or Tutorial Blog, will actually look weird in the eyes of visitors.

4. Select the template that was not too bothersome Sidebar
SideBar is intent layout that will be used. SideBar column template with right hand much better than the side bar on the right and the left, because it allows visitors to see the widget that you install. Sidebar template example which is just to the right of this blog.

6. Do not be too long to choose a template
If you visit the site free templates provider, I'm sure you'll pick her long. When you select a template and even old days when you would lose. You should use the time to Blogwalking or writing articles, will be depleted because of choosing a template. Only apply the five ways above, then you will quickly choose a template.

I simply share Tips on choosing a template that suits you, not the template that is SEO Friendly.