How to Type Upside Down
¿uʍop ǝpısdn ǝdʎʇ oʇ ʍoɥ ƃuıuɹɐǝl uı pǝʇsǝɹǝʇuı
Interested in learning how to type upside down?
A very simple tool for flipping the text you type upside down is available here. Google recently has been spammed by someone using upside down text on their Google Trends application which shows hot upcoming keywords.
You can use the type upside down trick to put text into most interfaces, including Microsoft Outlook, Gmail, etc.
If you have any questions on how to type upside down, feel free to leave them in my comments!
Google Calendar and GMail Tasks: VERY USEFUL!
How To Increase Comments on Your Blog
Writing Better Title Tags
Facebook About to Slaughter Twitter
Google Voice Invite Received
TruReputationScore.com Official Launch
Microsoft Making A Comeback
iPhone 3G & ATT: Terrible Service
Google Becoming Most Dangerous Monopoly In History
How To Build A Basic Online Reputation
Publish Your Ideas!
How to SEO Google SearchWiki?





Like my cheesy pic? :)
April 8th, 2009 at 11:03 am
what is the code used on typing upside down
April 8th, 2009 at 11:11 am
<form name=”f”>
<span class=”l”> how to write upside down text? just start typing in this box:
</span>
<br><textarea rows=”3″ cols=”100″ name=”original” onkeyup=”flip()” style=”background-color:#c6e6e7;” class=inputBox></textarea>
<!–<input value=”Flip” onclick=”flip()” type=”button”>–>
<br>
<span class=”l”> :uʍop ǝpısdn</span> <span class=g>(Copy & paste in browser on MySpace, Facebook, Twitter, Yahoo, MSN, AOL, Bebo, Craigslist, Gmail, Word, YouTube …)</span>
<br><textarea rows=”3″ cols=”105″ name=”flipped” id=i onClick=”SelectAll(’i');” readonly style=”background-color:#e6e6fa;” class=inputBox></textarea>
</form>
<!– Mapping to make the letters upside down –>
<!– Enhanced mapping from revfad.com –>
<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 : ‘\u05DF’,
m : ‘\u026F’,
n : ‘u’,
r : ‘\u0279′,
t : ‘\u0287′,
v : ‘\u028C’,
w : ‘\u028D’,
y : ‘\u028E’,
‘.’ : ‘\u02D9′,
‘[' : ']‘,
‘(’ : ‘)’,
‘{’ : ‘}’,
‘?’ : ‘\u00BF’,
‘!’ : ‘\u00A1′,
“\’” : ‘,’,
‘<’ : ‘>’,
‘_’ : ‘\u203E’,
‘”‘ : ‘\u201E’,
‘\\’ : ‘\\’,
‘;’ : ‘\u061B’,
‘\u203F’ : ‘\u2040′,
‘\u2045′ : ‘\u2046′,
‘\u2234′ : ‘\u2235′
}
for (i in flipTable) {
flipTable[flipTable[i]] = i
}
</script>
<code><!–more–>
April 19th, 2009 at 12:34 am
The code won’t work for me am I doing something wrong
April 19th, 2009 at 9:12 pm
i don’t know how to type upside uÊop, please tell me when you find out.
April 20th, 2009 at 8:15 am
i still don’t get the code do you have to write ALL of that???
April 22nd, 2009 at 1:08 pm
i dont get it!
April 30th, 2009 at 5:40 pm
Test 1-2
<!––>
:uʍop ǝpısdn (Copy & paste in browser on MySpace, Facebook, Twitter, Yahoo, MSN, AOL, Bebo, Craigslist, Gmail, Word, YouTube …)
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 : ‘\u05DF’,
m : ‘\u026F’,
n : ‘u’,
r : ‘\u0279′,
t : ‘\u0287′,
v : ‘\u028C’,
w : ‘\u028D’,
y : ‘\u028E’,
‘.’ : ‘\u02D9′,
‘[' : ']‘,
‘(’ : ‘)’,
‘{’ : ‘}’,
‘?’ : ‘\u00BF’,
‘!’ : ‘\u00A1′,
“\’†: ‘,’,
‘’,
‘_’ : ‘\u203E’,
‘â€â€˜ : ‘\u201E’,
‘\\’ : ‘\\’,
‘;’ : ‘\u061B’,
‘\u203F’ : ‘\u2040′,
‘\u2045′ : ‘\u2046′,
‘\u2234′ : ‘\u2235′
}
for (i in flipTable) {
flipTable[flipTable[i]] = i
}
August 7th, 2009 at 11:41 am
Do you have to copy the code onto the comment box or wut? I’m a real novice at this so i need help