This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

CARA MEMBUAT TULISAN TERBALIK

Saya akan memberi tahu cara membuat tulisan terbalik. Ini bisa digunakan difacebook, twitter, dan blog / web.

Ini contohnya :

tulisan terbalik

( Sebelum terbalik )

ʞılɐqɹǝʇ uɐsılnʇ

( Sesudah terbalik )


Anda ingin seperti itu, perhatikan baik-baik petunjuk berikut ini :

1. Siapkan notepad.
untuk membuka notepad ( klik start--> Run--> ketik notepad--> ok/enter )

2. copy kode dibawah ini dan paste dinotepad yang kita siapkan tadi....!!!

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Membuat Tulisan Terbalik</title>
<style type="text/css">
textarea { font-family: "Arial Unicode MS", terbalik }
</style>
<script language="JavaScript">
function flip() {
var result = flipString(document.f.original.value.toLowerCase());
document.f.flipped.value = result;
}
function flipString(aString) {
var last = aString.length - 1;
var result = new Array(aString.length)
for (var i = last; i >= 0; --i) {
var c = aString.charAt(i)
var r = flipTable[c]
result[last - i] = r != undefined ? r : c
}
return result.join('')
}
var flipTable = {
a : '\u0250',
b : 'q',
c : '\u0254',
d : 'p',
e : '\u01DD',
f : '\u025F',
g : '\u0183',
h : '\u0265',
i : '\u0131',
j : '\u027E',
k : '\u029E',
//l : '\u0283',
m : '\u026F',
n : 'u',
r : '\u0279',
t : '\u0287',
v : '\u028C',
w : '\u028D',
y : '\u028E',
'.' : '\u02D9',
'[' : ']',
'(' : ')',
'{' : '}',
'?' : '\u00BF',
'!' : '\u00A1',
"\'" : ',',
'<' : '>',
'_' : '\u203E',
'\\' : '/',
';' : '\u061B',
'\u203F' : '\u2040',
'\u2045' : '\u2046',
'\u2234' : '\u2235'
}
for (i in flipTable) {
flipTable[flipTable[i]] = i
}
</script>
</head>
<body linkifytime="0" linkified="0" linkifying="false">
<h1>Membuat Tulisan Terbalik</h1>
<form name="f">
Tulisan Asli: <br>
<textarea rows="6" cols="50" name="original" onkeyup="flip()"></textarea>
<br>
Tulisan Terbalik: <br>
<textarea rows="6" cols="50" name="flipped"></textarea>
</form>
</body>
</html>

3. lalu save as ditempat yang anda inginkan, dan didalam filename beri ekstensi ( .html ).
contoh : tulisanterbalik.html


4. setelah itu klik 2 kali html tersebut....!!dan akan keluar kotak TULISAN ASLI dan kotak TULISAN TERBALIK. Terus anda tulis didalam kotak (Tulisan Asli) dengan kata-kata apa saja yang anda inginkan..!! dan secara otomatis tulisan yang anda ketik tadi akan terbalik didalam kotak ( Tulisan Terbalik ). Terus copy deh Tulisan Terbalik tersebut diFacebook, Twitter, dan diBlog anda....!!..mudahkan membuatnya......!!!!!!!!




Mohon maaf bila tulisan saya kurang rapih atau berantakan, maklum aja baru belajar!!..hehehehehe....

NB : Saya sangat mengharapkan komentar dari anda demi kemajuan blog ini !!!!!