uaktags
Nov 9 2005, 01:04 AM
| | ok...so all i see that it can do is make it more effiecently cross-browser.....and i see that its EXTREMELY strict with its code. but that means nothing, that doesn't tell me nothing special it can do other than allow more ppl to see my site without problems. Can it do nething else special. like allow ne better scripts that cant be used in normal HTML. Better manipulation and what not? or is it just HTML with Cross-browser enabled |
Reply
Plenoptic
Nov 9 2005, 01:09 AM
Sorry the url is w3schools.com If you go there you can learn everything there is about XHTML and how to use it. QUOTE XML is a markup language where everything has to be marked up correctly, which results in "well-formed" documents.
XML was designed to describe data and HTML was designed to display data.
Today's market consists of different browser technologies, some browsers run Internet on computers, and some browsers run Internet on mobile phones and hand helds. The last-mentioned do not have the resources or power to interpret a "bad" markup language.
Therefore - by combining HTML and XML, and their strengths, we got a markup language that is useful now and in the future - XHTML.
XHTML pages can be read by all XML enabled devices AND while waiting for the rest of the world to upgrade to XML supported browsers, XHTML gives you the opportunity to write "well-formed" documents now, that work in all browsers and that are backward browser compatible !!!
There is the information to show the basic info about XHTML
Reply
alzapiedi
Nov 30 2005, 04:12 AM
its more strict for example in html if you want bold and italic text you could type <b><i>text here</b></i> but in xhtml youd have to type <b><i>text here</i></b> all the tags need to be properly nested. i dont really know all of xhtml but the main thing is its more strict
Reply
Lozbo
Nov 30 2005, 06:23 AM
I'll have to ask an apologee from all other members about this, but truth is that i have found out that XHTML is NOT THAT GREAT RIGHT NOW. Besides cross browser compatibility in an actual market composed of 95% of IE users (stats from google analytics, in a university portal which makes an average of 8000 visits a day, on week days that is, it goes down on weekends), there is no other overwhelming reason to change... Dont get me wrong! I am actually coding each and every of my latest works and projects in strict xhtml 1.0, and im proud to tell that its valid code(except for the php send mail which requieres the transitional "name" atribute, in which i switched the doctype to transitional hehe  ). I go for it, i support it and encourage other people to use it, and i state the same things you have said before in this thread. But when it comes to it, when some one ask something like this (what else?!) i have no answer but "Its the latest trend, its the biggest fashion and it looks cool and geeky and great, it validates on the w3c standards, its the mode, you are out if you dont use it". This is not my main reason to do it, but its also works for encouraging ourselves to do so.. am i wrong? would some one tellme that has never done so? I'd like to get this point clear, the future is coming and firefox is coming for IE. Standars are begging to rise again like the fiery phoenix from the ashes of what it first was meant to be the html and world wide web, according to Tim Berners Lee. So sooner or later everybody (like it or not) will just have to switch, or be left off the market in the first place (what advantajes can a web developer offer against that who uses "International Standard Code endorsed by the World Wide Web Consortium, the non-comercial organisation which dedicates to the development of web technologies to further increase its usability among users and platforms"... astonishing huh?) and later it will just have gone... There are several products that make your life easier, some commercial and some free. Im not much into the free ones but im sure anyone here can post a few links. Besides is not that hard, and it really helps the community. Its the web 2.0 attitude. It also really makes a lot easier to count in people with disabilities. There are programs that literally read the screen for blind people. Blind at all, so the program reads it for them. And they are not too far away, if you use win xp go to start -> run -> and type "narrator". There is also a very famous screen reader named "JAWS" which also does the trick. That's why people keeps telling you websites with tables layout are bad for them, becouse the screen reader reads text, but not images, and it reads it in the logical order that it finds the code, so if you see td's after td's the order wont be as logical as if you have just plain text, see what i mean? And well, the way xhtml helps actually helps those people, is by thinking with another kind of markup structure, like a microsoft word document, first the title, then the index or list of content, then the content and then the last notes about the document. So it shifts to: h1 for the title, immediately next, a menu with the site content, usually it has trend to be an unordered list (with lots of css to look more than just a list), then the paragraphs and all content of the site. Then the footer notes. It is just an example, a very simple one. But thats what is all about, to make web sites more accesible to everybody, and better sites that might be already accesible, lighter-weight, and easier to update. XHTML does not grants your site to be accesible, it depends in a lot of things, but its the mentaility. Like ajax, if you have heard of it, its not a technology in itself but a group of technologies and mentalities that astray into another. In short: its not that different from the old school html, but it lumps together lots of details that are becoming more and more important while designing for the whole globe, not just win/ie, or not just people without disabilities, or people with low speed connection, or people with a pc (we know people access the web in all sort of devices today, cellphones, pda's, different os platforms etc), or people with little time to spend in the site, or whatever. Its the "everybody-in" fashion now. Hope it helps ya out
Reply
Tyssen
Dec 2 2005, 10:53 PM
QUOTE(Lozbo @ Nov 30 2005, 04:23 PM) I'll have to ask an apologee from all other members about this, but truth is that i have found out that XHTML is NOT THAT GREAT RIGHT NOW.
WTF? You're demanding an apology? What does anyone have to apologise for? And if that weren't bad enough, you then summarise what everyone else has already written in this thread and end up not supporting your original statement.
Reply
Lozbo
Dec 3 2005, 12:47 AM
haha I'm not demanding anything, i just said what "I'll have to do", but "I" references to me. I do support my original statement, I support both, just telling my part of the story, I believe in both arguments, can't we believe in several stuff at the same time? They are not opossed, just complement each other, in some ways.
Reply
michaelper22
Dec 3 2005, 10:59 PM
Calm down guys. I just think that XHTML will help solve the browser wars (especially if the <object> tag will end up being deprecated). Who cares if it ain't that great? Those who want to spend the time can use, everyone else can whatever the heck they want their pages.
Reply
pawitp
Dec 4 2005, 12:11 AM
Also, Mambo/Joomla uses XHTML. It's like a new standard. I mean it's like every one uses Win XP now when they used Win 98 before. Why? because everyone uses it, and it's a trend. Even if the computer is slow, everyone(well, the nontechy) wants the name "Windows XP" in their computer and installs it and turns of the visual effect and still uses it even if it's very slow. A better example would be Win98/WinMe though
Reply
Tyssen
Dec 4 2005, 01:07 AM
QUOTE(michaelper22 @ Dec 4 2005, 08:59 AM) (especially if the <object> tag will end up being deprecated).
How will people serve up Flash content without the <object> tag?
Reply
Avalon
Dec 21 2005, 11:44 AM
I have a simple question. If the main thrust of xhtml is to promote cross browser functionality, does xhtml display correctly on all the current browsers available today? As I have mentioned in another thread, using CSS for formatting as I understand is required with xhtml, but even CSS has different attributes for different browsers. Does this mean CSS will also be changed to a "standard" so it displays the same on all browsers? Xhtml and CSS might be the "in thing" at the moment, but even they have cross browser problems.
Reply
Recent Queries:--
uaktags 2006 - 470.52 hr back. (1)
-
powered by joomla!. valid xhtml and css - 733.94 hr back. (1)
Similar Topics
Keywords : xhtml
- Opening Hyperlink In New Window Using Xhtml 1.0 Strict
(5)
Xhtml Strict Links Tip
A problem might accure (5) If you try to put a link that has an & in your xHTML strict page, you need to change & to & in
order for the page to be xHTML Strict.. eg.. BAD LINK: CODE
http://jasamza.korisnik.com/forums/viewtopic.php?f=19&t=7&sid=6c2e9120dcff6e0b83698c4aa7be929a
GOOD LINK: CODE
http://jasamza.korisnik.com/forums/viewtopic.php?f=19&t=7&sid=6c2e9120dcff6e0b83698c4aa7
be929a copy pasted &....
Questions About Xml, Xhtml
(3) Hi, I like to know briefly about XML , XHTML and can be they be in replacement of MYSQL/MYSQL for
data storage?....
Create A Xhtml, Css3 Valid Gallery With Javascript ;part 1
(0) What were making In this tutorial, we will be creating a web page that can be used for a gallery, an
easy way of showing your portfolio of works or photography, etc. The page will be coded in XHTML
1.0 Strict and CSS3 valid, our CSS won't even have any warnings on them apart from one. So the
first thing we need to do is set up a base structure for the XHTML. Below is the code for this.
HTML html xmlns =" http://www.w3.org/1999/xhtml "> head > meta http-equiv ="
Content-Type " content=" text/html; charset=iso-8859-1 " /> title >XHTML & CSS Galler....
Wml / Xhtml ?
for wap (6) wml/xhtml who gvs more facilities to make a wap-community site?....
Need Free Help With Upgrading Websites For Church
Must be versed in XHTML and CSS (4) I recently helped a Father Andreas of the Ukrainian Orthodox Church in Denver revamp his
websites. He was happy enough that he passed on the information about my help to a friend. I have
received this e-mail, but I am unable to do much since I am not educated in XHTML and only know
basic CSS (still learning). QUOTE I want to update my websites from HTML with tables to XHTML
with Style Sheets. All of my websites are for my Church, the Hellenic Orthodox Traditional Church.
Would you be able to assist me with this project? In Christ! Symeon of Denver If....
Embed Tag Valid In Xhtml 1.0 Strict?
(2) Is it? If not, could anyone reccommend how to get round it?....
Xhtml Strict Method For Submit/reset Buttons As An
(1) What's the proper way to handle submit and reset buttons? Using type submit and reset don't
allow you to replace the default button with an image, using the type image doesn't allow a
button to automatically act like a submit or reset....so far as I know. So How should I do this
when I want to use a custom image as the button? Code will be best way to explain, thanks! ....
Encoding And Xhtml Requirements
(2) OK, so after reading a lot of contradicting information I decided to ask. How should document
encoding be announced? The W3C validator (or at least links from the same upon a missing encoding)
suggests the server should send the encoding in the content-type header. The problem with this that
I see is that you can't always make a blanket judgment about what encoding pages will be in. Is
it simply suggested to use .htaccess files (or equivalent) for this, then? I am led to believe that
most (all?) browsers will ignore a content-type meta tag. Is there another in-file o....
Modify The Invision Skin Standards
about the xhtml (1) and hi, i just used the ipb1.3final.yeah.my skin is caliskinV6,got that from here ,since the cali3D
won't realease the new skin for IPB1.3 i just wanna to know if this is impossible,--modified the
skin to xhtml 1.0 or 1.1 standards. and you know the default skin of ipb is a comptnet,and the
Adding skin like CaliskinV6 is another comptnent,they are the different system,so i think there
would be the way to make the templates to xhtml stict. thank you,guangdian.....
Strict Xhtml
target atribute (4) I have ran into this issue; Strict XHTML 1.0 does not support target atribute... so what should i
do? How will i use _blank pages with my stuff?....
Xhtml 1.1 Vs Xhtml 1.0
Whats the difference? (13) Is it only one type of xhtml 1.1 versus the three different types of xhtml 1.0 (strict,
transitional-loose, and frameset)? Is it 1.1 only strict? What are the differences or whats this
all about? I have heard something about xhtml 1.1 but have not actually seen one (not that i know at
least)... Thanks!....
Xhtml Forms Layout
all within the standars (8) We all remember the good old tables right? When we used them to design or beloved websites. But
nowadays things have change a little bit, strict code format, css, xhtml and no tables. And so
when it comes finally to the design of a form, instead of having two rows (left row with the label
and right row with the input tag) and those rows aligned to look nice (left row= right aligned and
right row=left aligned), how can we keep order with our fancy style sheet? Thanks in advance.....
Xhtml Dtd
can you set it up? (5) Can you set up the document type definition in order to create your own tags in XHTML? (Just as it
happens with XML). I have been learning XML and DTD, and as i actually DO find it useful, i think
its even more useful the fact that a language (like HTML) already strongly accepted, has its own
structures defined. Its just sometimes you need to add a little adjustment here and there. So i
ask if theres a way to define this in XHTML, your structures of tags and attributes and all that. I
already know a coupple of sites which teach xhtml, but just have not found what i wa....
Order With Xhtml And Css
how do i improve (10) hi!, actually i'm working on one site for my grandma's vivarium, i have been researching
all kinds of features about xhtml and css and it rocks, but i have got a lot of problems with the
arrangement, alignement and possitioning, specially when the content of tables differs and i have to
create a new class, and then i have to reorder all the padding, marging, width and heights commands
or even worse, nesting!. I lose the control of the layout. ok the question here is if there is
any way of doing standard tables(with divs) of content or layouts structures,....
What Is The Xhtml 1.1 Code To Embed An Applet?
(2) I've been doing a lot of java stuff recently and some is pretty neat, so I'd like to put it
on the internet. I'm using XHTML 1.1 for all my pages, though, and according to W3Schools
doesn't exist anymore and to use object. It's not working, though. There are a bunch of
attributes ( http://www.w3schools.com/tags/tag_object.asp ) and I have no idea which things I need
to use. Which do I put for an applet?....
Xhtml Concerns
just wondering (6) i been reading about it i got somewhat an understanding of it but how can you clearly define as
xhtml when all it really is a html redefined to the point that its just trimmed down and little bit
added here and there or its just the lack of understanding of it that confuses me. well of course
im wondering if anyone is using xhtml or still using html or a combo of both? of course i need some
more info w3c don't help out much.....
Html And Xhtml
serving the right kind (11) Right now I have a site, which I've made XHTML 1.0 Strict. I am sending it as
application/xhtml+xml to browsers that say they can handle it, and as text/html to all other
browsers. Anyway, I started thinking that I'd much rather send proper HTML 4.01 to browsers that
don't understand XHTML instead of XHTML pretending to be HTML 4.01. It's not really a
problem with IE, because it is made to handle badly written sites, but who knows, some browser that
can handle HTML, but not XHTML, may be (correctly) parsing CODE <p> Hello <br />
World....
Wha's The Difference Between Xhtml 1.0 And 1.1?
(2) i learned xhtml 1.0 from w3 schools, but that was 1.0. what's new in 1.1? thanks in advance....
Looking for xhtml
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for xhtml
*MORE FROM TRAP17.COM*
|
advertisement
|
|