|
|
|
|
![]() ![]() |
Jan 22 2008, 03:48 PM
Post
#1
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 528 Joined: 13-October 06 From: Alberta, Canada Member No.: 31,584 |
Description
I find that it is often difficult to write a sentence backwards, but thanks to HTML, I can now complete this task in only a few seconds. Now the only problem is it is very difficult to read... Try It Out Welcome to one of the most useless functions of HTML. The tags enable you to write a sentence backwards. The code is quite simple. CODE <bdo dir="rtl">I find that it is often difficult to write a sentence backwards, but thanks to HTML, I can now complete this task in only a few seconds. Now the only problem is it is very difficult to read...</bdo> Well there you go. The only thing you may forget is that you need the dir="rtl" part of the tag. Otherwise, your browser won't know which way to output the text. By the way, there are only two directions I am aware of: rtl (right to left, backwards), and ltr (left to right, normal). I'm not sure if you'll have any real use for it, but its fairly cool anyways. |
|
|
|
Jan 23 2008, 12:36 AM
Post
#2
|
|
|
A computer once beat me at chess, but it was no match for me at kick boxing. ![]() Group: [MODERATOR] Posts: 3,994 Joined: 24-July 05 From: In Trouble Again... still? Member No.: 9,787 ![]() |
Some languages use a Right to Left for their characters. Hebrew is an example, but I am sure there are others.
Usually, the language will also require a character set other than the one you might normally use. UTF-8 is a character set which handles many of the internationalizations. Check it out. |
|
|
|
Jan 23 2008, 05:42 PM
Post
#3
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 603 Joined: 13-December 06 Member No.: 35,271 |
What is this useful for exactly? I see no purpose for this.
|
|
|
|
Jan 23 2008, 06:18 PM
Post
#4
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 528 Joined: 13-October 06 From: Alberta, Canada Member No.: 31,584 |
What is this useful for exactly? I see no purpose for this. Did I ever say it was useful... it's just kind of cool, but useles... |
|
|
|
Jan 28 2008, 02:44 AM
Post
#5
|
|
|
Premium Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 150 Joined: 9-April 07 From: Nebraska Member No.: 41,301 |
That's pretty sweet. That's pretty weird that they had to come up with a tag like that, though. If I ever really needed to do something like that, I probably just would have made a script or something, though. I think there are at least a couple useless tags that could be replaced just because of css and javascript.
|
|
|
|
Jan 28 2008, 04:29 AM
Post
#6
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 937 Joined: 14-April 05 From: West Chester, PA Member No.: 5,636 |
It is not useless if you write a site that has multiple languages of it. If you are targeting a hewbrew audience like have a religious document on your site in hewbrew or for any other reason, you would use this to display hewbrew text in the correct order / make sure that it is correct to their standards. Just because your language is ltr does not mean all are. Therefore, when critquing a language, you need to make sure you look at all possibilities since html is not only meant for western users.
|
|
|
|
Jan 28 2008, 06:57 AM
Post
#7
|
|
|
Member [Level 1] ![]() ![]() ![]() ![]() Group: Members Posts: 68 Joined: 7-January 08 Member No.: 55,865 |
yeah I learnt about this awhile ago. I figure the only thing it would be good for would be annoying hacker stuff, or fake satanic website, or CHEAT CODES
|
|
|
|
Jan 29 2008, 03:24 PM
Post
#8
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 528 Joined: 13-October 06 From: Alberta, Canada Member No.: 31,584 |
Ahh, yes, other languages would be a good cause for that, makes sense... Kind of forgot about that one a little bit...
As far as english is concerned, it's basically useless... |
|
|
|
Jan 29 2008, 03:39 PM
Post
#9
|
|
|
Ephesians 6:10-17 ![]() Group: [MODERATOR] Posts: 1,893 Joined: 22-June 05 From: The World of Gentoo Member No.: 8,528 ![]() |
If you know how to manipulate this, you could probably get the scroll bar on the left side of the browser while maintaining the left-to-right direction of the text. That would be somewhat interesting.
|
|
|