|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Google Discussion Forum Google Discussion forum is for topics specifically related to Google. There is a subforum dedicated to AdSense/AdWords subjects. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
I am one among a number of web profesionals who prefers their (X)HTML, CSS, and other code to meet current web standards.
One current incentive for webmasters and designers to use clean code could be Google's Webmaster Help Center - Webmaster Guidelines. In this document, Google presents information which they say "will help Google find, index, and rank your site." For those of us interested in SEO, this is what we want to happen. One of their Design and Content Guidelines is as follows:
In my view, this means "according to current standards". If your page is HTML 3.01, then mark it up as such. If you are using XHTML 1.0 strict, the markup should reflect that standard. So then, what kind of HTML is Google using? Since so many of us (in the web business or not) use Google, shouldn't we look to them for a bit of inspiration as to how we should be constructing our web sites? A DOCTYPE tag is presented at the top of an HTML document, before even the HTML tag itself. It provides browsers with a little hint as to how the code is to be interpreted. A quick look at the Yahoo! home page shows that they HTML 4.01 transitional, as does DMOZ. Wikipedia uses XHTML 1.0 strict. Interestingly enough, Google doesn't provide a DOCTYPE at all, leaving the browser to interpret the code as it sees fit. This is often referred to as "quirks mode". The HTML 4.01 specifications, and later XHTML versions, specify that a DOCTYPE must be included. Leaving out the DOCTYPE is implying that your HTML is of a version prior to HTML 4.01. In order for your code to be "correct" then, it must validate. Validating your code can be done any number of ways, but the simplest is to use one of the on-line validators such as the W3C Markup Validation Service. When you have the validator examine the code from Goggle's main page, it fails, utterly and miserably. To be fair, Yahoo! also fails. DMOZ, however, is valid HTML 4.01, and Wikipedia validates as XHTML 1.0 strict. Since Google has no DOCTYPE, the validator is left to make a "best guess" as to what type of HTML is being used. You can tell the validator to use a particular version, regardless of the DOCTYPE, but no matter which is chosen, Google fails. How well would Google's own site be indexed by the Google search engine? Probably fairly well. Millions of pages indexed by Google do not conform to any web standards. They tell us in their guidelines that "correct HTML" can be an important issue in having our site indexed properly, yet they fail to comply with the current standards for (X)HTML. I think it might be time for Google to "put their money where their mouth is." How about Google showing us how good they really are by bringing their HTML into the twenty-first century? It seems to me that perhaps they have been so busy with their behind-the-scenes programming that they have neglected their web interface, through which the world sees them. How easy is Google to use for someone with a screen-reader or a PDA? Web developers frequently make use of the wide variety of tools Google has available, such as Google Maps, and AdSense. It can be very frustrating when you create a web page that meets (X)HTML and Accessibility standards only to be greeted by validation errors when you attempt to insert code provided by Google. So, as web developers, how do we impress upon Google our desire for valid code? Perhaps this forum will provide us some small voice that might be heard by people in the right places, or we might go so far as to set up a blog in order to reach a wider audience and get more input from the community. How do the rest of the WebProWorld community see this issue, if it is an issue at all for them? All input will be greatly appreciated.
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
||||
|
I was thinking of setting up a blog as you have advised in the other thread, to achieve a higher popularity. If we would keep this here, and not on a blog, then we must make this thread sticky. But I thought of waiting for the admin to show up here, and tell us if he would not mind, that we make this thread sticky. Besides, I would like to hear what the others here think too. :)
What do you think?
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
||||
|
Great thread and one that deserves full attention so I will read and study.
Broken links, sadly not everyone knows the most thorough method of checking html links, so here is free tool that does just that http://home.snafu.de/tilman/xenulink.html |
|
||||
|
Quote:
The Web is not a junk yard. It is a medium for making information available to everyone. If sites can be found, but cannot be accessed, how can they be used? Or do you think it is funny for users who are looking for information using search engines, and they get a mass of garbage? Or exists a filter software which I can filter all that? And you want to tell me that Search Engines have nothing to do with that? Sorry man. :) And lets leave W3C out of this discussion, while I am just asking myself, how could we be here today discussing in WPW, if W3C have not found the markup languages and other technologies. Or would we have these discussions over the telphone or per fax? Personally I would not be able to afford that. :)
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
||||
|
Dear co-members,
I would appreciate if you would stay on topic. I have to delete the posts above which are off-topic. Sorry.
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
||||
|
Quote:
The job of the search engines is to gather information from the web and to provide us the opportunity to search and find it. If we did not have W3C markup languages, we would have not be able to provide search engines with that information. If there were no web designers to create web sites with those W3C technologies, search engines would not exist either. Therefore, if all above were missing, we would all not be here at WPW either. :) Am I still not clear enough?
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
||||
|
Very clear here, but if the SE were to factor in the validity of the code for all websites it has indexed the search results would be very different and probably worse. Why would a more valid website be more relevant? It wouldn't and their in lies the issue and problems for the search engines.
The relevancy of the SERP"s is so much more important to them than whether a website is valid or not. Now if all things were consider for tow websites and most current SEO factors were equal: relevancy, content, IBL's, etc and then they choose to list one website over another because it was more valid than the other, feel free to. It will never get more than that. |
|
||||
|
From a lay person's point of view, the bottom line is that using obsolete code is going to hurt you. Customers have gotten used to pages that load fast, smoothly, have certain quality of graphics, etc. Personally, when I encounter a site that has obviously not been updated in a long time, I just move on. If they can't keep up, then I wonder what kind of service I'll be getting.
__________________
Agnes Smith Keys Home Furnishings, Inc. Tropical Vacation Rentals Professional Upholstery Group |
|
||||
|
Google looks good in every browser I've ever seen them in and seem to be making a lot more money than me. So who am I to tell them to validate their code?
If you add a little flash into your site header then it will no longer validate. |
|
||||
|
Quote:
How much percent of those bad marked-up high quality web sites owners would not bother cleaning up their code, if search engines would require that for indexing. And so much percent of garbage will be ripped off the Web. So once again to my other previous question:
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
||||
|
Quote:
For example to these users who
Quote:
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
||||
|
Webnauts, Are you saying that every site that validates is accessible to?
Quote:
Quote:
|
|
||||
|
Quote:
Quote:
|
|
||||
|
Quote:
http://www.webaim.org/techniques/flash/index.php http://ncam.wgbh.org/publications/adm/ http://www.adobe.com/macromedia/acce...flash/faq.html
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
||||
|
Quote:
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
||||
|
Janeth,
For the record, you can install Flash on a page and get it to validate. It took a while, but here is how I did it: http://www.tubeltechnologies.com/ Ken |
|
||||||
|
Quote:
Quote:
People from this forum tried to validate the flash and posted links and in the end they could not get it to validate. If I remember correctly one of those people was Fathom, but in the end he could not make it validate either. I'm sure you can find the old topic if you would like to check it for yourself. I’ve removed the flash from the header before and made the whole site validate, sales went down not up. A site that validates is not always faster and better then one that does not. |
|
||||
|
Quote:
|
|
||||
|
Quote:
|
|
||||
|
Quote:
My bad. |
|
|||||||||||
|
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
I asked if Google would crawl faster, or slower. :)
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
||||
|
Quote:
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
|||||||
|
[quote="Webnauts"]
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
The flash in the header I already said I was wrong on and even said my own flash validates, guess my team was a head of me. (-: |
|
||||
|
These threads always get interesting. :)
Webnauts, perhaps you could start with the forum you mod. This thread alone has 190 errors. :) I'm not a carpenter but I can build some pretty useful things even though a true carpenter could point out what was wrong. Doesn't make what I build any less useful or desirable. I can appreciate those who wish nothing but valid code, but I'm not a huge fan of those who insist I be a "carpenter" or what I build is junk because I'm not. Dave |
|
|||
|
Webnauts wrote:
Quote:
Not accepted: Code with validation errors is 'garbage' I'm with CrankyDave and Incrediblehelp on this one. I'd be willing to bet that most of the sites ( mainly new adsense scrapers ) I would consider to be garbage would pass validation with flying colours. Sure, if a site is unreadable and the links don't work, visitors will bounce - including the SE bots; but if the content is good, easy to find and readable, even if the design and coding standard is less than professional ( I might have a certain site in mind.... ), then visitors ( and Google et al. ) are entitled to say 'Nice site!', without getting anal about the coding. I realise this forum is mainly used by professional web designers and SEO consultants, but it is also a very valuable learning tool for amateur webmasters, who provide a hefty amount of the 'relevant content' ( seperate topic, I know... ) on the web. Perhaps G should only allow validated sites on their 'Sponsored Links', and let content rule on the 'real web'.... PJ
__________________
P.J. Murphy, Guitar Chords & Lyrics http://www.guitarsongs.info http://guitar-chords.blogspot.com |
|
|||
|
Quote:
Fist at all welcome to the real world. Why are you talking about standard and clean code if such thing probably never exist? Tell me, what browser follows 100% W3C Guidelines as standard? I understand a standard for an industry a procedures that produces same results and same quality outputs. Have you ever heard about DOMs (Document Object Model) Firefox uses his own claiming that is 100% W3C compatible when it’s not, MSIE (Bill) has his own version, Opera well opera thanks and the rest be happy if you can see a page with it. CSS is not recognized by all browsers in the same way, why? Try to make a cross browser API and you will see how painfully can be to archive such task. To make things more clear there is no such standard, because browser makers are not implementing a standard DOM. So what is the sense to talk about something that doesn’t exit? Google doesn’t care because has no sense at all it's just to entertain us and make a lot of people talk about Google as we are doing now. Are you comfortable using tables, well use it no problem as far browsers can display your page. Do you prefer CSS approach well use it what is the problem as far your pages are viewed correctly. Regards, ......... |
|
|||||||||
|
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
But I still want to ask here: If search engines would ever setup standards as W3C did, and they would be able to validate your sites to comform, would you dare to violate them? Or if someone would say that it is OK to violate them, would you have a problem with that? I am very curious now. :) Quote:
But this story confused me a bit. You said that, since you managed to make your flash file to validate, you experienced a loss? Sorry, but I don't get it again.
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
||||||||
|
Quote:
Quote:
I'll let you have that one. (-: Quote:
Quote:
Quote:
But a site does not have to validate inorder to be accessibile in those areas. Quote:
Quote:
Quote:
But this story confused me a bit. You said that, since you managed to make your flash file to validate, you experienced a loss? Sorry, but I don't get it again.[/quote] We removed the flash from the site about 2 years ago and did see a small drop in sells at that time. It was not that the flash validated but that there was no flash. |
|
||||
|
Quote:
Quote:
1. HTML Validation: Being Friendly to Search Engines & Browsers 2. What Every Web Site Owner Should Know About Standards 3. Web Standards Switch or how to improve your Web site easily 4. Keeping web standards homogenous is very important 5. Why buy standards compliant Web sites
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
||||
|
Quote:
So I don't get the message here... Could it be that someone here feels offended because his site does not validate? :) To resume, if you can do the same good work a professional carpenter does, what you build is for sure not junk. If you can do the same good work a professional web designer does, your work is also not junk. I think you must look for some more sophisticated arguments about this issue. Don't you think?
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
|||
|
Regarding Google, I once wrote them about this issue, and they replied that they'd "pass on my observations to an engineer for review into the matter". That was 18 months ago...
On topic, just the other day, I was coaching some developers for a local university in the practicality of using web standards and accesibility guides. I even posted the small course I gave them about the subject: http://www.universidadperu.com/artic...sidad-peru.php (Sorry - In spanish only) As I tried to come up with a few websites to serve as an example, it made for a hard time to find some. So I turned to a web directory I know which only features pages that have taken their time to make accesible websites, and I took a few examples. My students complained at first that it was too difficult, but after an hour or so, they were actually thrilled that by using standards, you could simplify enormously your web programming code, make it far easier to manage and update it, and also, save up to 70% in bandwidth (at least in the project they were working), because of the standarization. Also, from a SEO standpoint, less clutter = more keywords exposure, although to be fair, I didn't want to show them any SEO knowledge or tricks, I wanted to keep them to myself... ;) |
|
||||||
|
[quote="murphypj"]Webnauts wrote:
Quote:
Quote:
Quote:
Quote:
* that erroreous markup can be future-proof? * that it can not cause any problems in terms of browsers compatibility, and other devices? PDAs, Mobile, etc? * that it can not be a reason that can hinder search engines from indexing a site properly? * that it cannot cause problems for users with disabilities using different devices? Quote:
Quote:
But in our directory, opening for submissions on the 15th this month, we require all submitters to conform, and not only the ones with sponsored links.
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
|||
|
Quote:
If you are a programmer and you want to reduce bandwidth for example with PHP use ob_start("ob_gzhandler"); You will get at least 50% of bandwidth reduction by using Gzip engine. .......... |
|
||||
|
Quote:
Quote:
We at Webnauts Net use both options. Check our speed yourself if you want.
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
||||
|
Quote:
|
|
|||
|
Quote:
You site hangs because of your pthumbnails.alexa.com link, this is your idea of accessible site? I don’t get it yet? Can you explain to me what you mean when you talk about accessible site? ......... |
|
||||
|
Quote:
Just playing, really though your directory idea sounds like a really good idea. |
|
||||||||
|
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
And standards for web site development exist, and they rule! Quote:
Quote:
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
|||||
|
Quote:
Quote:
Quote:
Quote:
Quote:
|
|
||||
|
Quote:
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
||||
|
Quote:
Quote:
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
||||
|
Quote:
A method suggested by Bert Doorn seems excellent, and is very simple: <object data="whatever.swf" width="480" height="60" type="application/x-shockwave-flash"> <param name="movie" value="example.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#fff" /> <a href="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"> [img]example.gif[/img] </a> </object> The nice thing is that non-flash content is placed on lines 4-6, with or without the link to download. Also see here: http://www.alistapart.com/articles/flashsatay/ I know Janeth that you flash file validates now. But this info can be useful for others here: http://www.alistapart.com/articles/flashsatay/
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
|||
|
Sorry but I think you are confusing with the terms standards, code, clean code, etc.
Standard in IT to be more precise a similar method used by the industry to produce a similar result tested widely and approved by the industry. Code: Jargon utilized in the IT industry to describe instruction given to perform certain actions to make a program. HTML is not included as a programming language is just a way to format text, as far I know. Clean code: Jargon utilized by the IT industry to describe code well written free of bugs. You: Better tell me, with which browser do you have problems viewing our web site? Me: better you tell me with which browser you have problem viewing this site www.soloventa.com.ar and have more than 300 error reported by the W3C validator and is second for the keyword comprar vender in Spanish? Me: CSS is not recognized by all browsers in the same way, why? You: That is not an argument. Sorry. The web is a medium for sharing content. And if the content is accessible, why should it look the same? I don't get that. Try my site with any browser like for example Lynx, HotJava or Netscape 4 or other, and tell me if you could not retrieve the content you would looking for. me:This is a valid argument because It makes the point that there is not such Standard else if a standard exist you should see the same thing because the browser use the same standard Document Object Model (DOMs). Standards are not making by MIT or some gurus, the standards are making by browsers makers as Bill (MSIE, Mozilla org, Netscape, etc. In other words the Industry. You: I thought the discussion here is about web site, and not software development. Or? And standards for web site development exist, and they rule! Me: Sorry but most sites on these days are generated dynamically by APIs like this forum, static html pages are becoming an old thing like a browser that only display text. Me: Google doesn’t care because has no sense at all it's just to entertain us and make a lot of people talk about Google as we are doing now. You: Can you provide us with evidences about this statement? Are you probably working at Google? Is that insider information? Me: I don’t need to be an insider or a guru to prove that you already had pointed out by starting this discussion and the better evidence of that is that the sites better raking and with more pages indexed don’t pass the W3C validation test. Do you need more evidence? is a fact nothing to to prove. You: Using tables is not a violation of the Web Standards. It is valid HTML markup. What do you want to say here? Me: I do agree that tables, etc are no violating web Standard because doesn’t exist such standard yet, as far I know. Some gurus say that as many of other arguments to back the theory about the famous Standard. We (programmers) love standards specially when you talk about browsers this will make our lives more easy. My point is, why confusing people with things like, standard code, crappy code, etc. If in the end their sites are so accessible like yours? IF a mobal phone device or other browser cannot render a web site, accessible by MSIE, Firefox or NETSCAPE sorry then this device wouldn’t be sell as a browser API. Improve your API, update bandwidth, sell chocolates, rings tones. This is a big discussion among programmers, and for that none cares about second line browsers all are crappy coded. Please don’t take my words as if I’m against you or something like that. Is just that I don’t understand the point to tell to a beginner webmaster that his/her site is crappy because W3C cannot validated his site. When W3C got developed its own browser and become widely used I will start to agree with you. Regards, ........ |
|
||||
|
Quote:
About the rest of your comments, I will get back to them, after I get some hours of sleep. :)
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
|||
|
OK, get some nice dreams meanwhile look what HotJava (sun) tells about its browser...
HotJava Browser http://java.sun.com/products/archive/hotjava/index.html “Sun is providing the products available below as a courtesy to developers for problem resolution. The products available here have completed the Sun EOL process and are no longer supported under standard support contracts. These products are down-revision products that may have various bugs, Y2000, and possibly security issues associated with them. Sun in no way recommends these products be used in a live, production environment. Any use of product on this page is at the sole discretion of the developer and Sun assumes no responsiblity for any resulting problems. “ I think although if “responsibility” is miss spelling you should not consider this as a standard browser. About CSS: Extracted from: http://www.w3.org/Style/CSS/ CSS Browsers The easiest way to start experimenting with style sheets is to download one of the browsers that support CSS. Not all of the browsers below implement the full specification, but releases are coming out fast so this should soon change. Various sites describe bugs and work-arounds. So, it is not a standard yet. If all browsers cannot render the same thing, for me is not a standard. Sorry it’s the way it is. About DOM (Document Object Model) Even tough in theory a DOM is described as standard to accessing and manipulated and render objects in the structure of a document this is not completely true. MSIE has its own version (proprietary methods) on how to access some elements as Firefox has its own too. If elements are not accessible in the some way, why I should consider this a standard? If a standard exist in browsers, all should render the some thing exactly as a result of using the same criteria (standard). All browser should have the same capabilities is what I mean for Standard Object model. Why I should bother to detects browsers if there is a standard DOM. Am I nut? Standard means compatibility because all browsers use the same methods and have same capabilities. And please don’t think about this just for a simple HTML page you don have to bother if you are planning to make a white page with some text in it. Surely will be accessible for all majors browsers. About Amaya and other browsers: Who really cares about AMAYA browser, very funny some developers and web designers even care about Mozilla or Netscape. And you expect that people think in AMAYA and HOTJAVA? So as long your documents are accessible for the 3 big guys you are pretty standardized and the rest of browsers have to find out their way or sell chocolates. Regards, |
|
||||
|
Quote:
I'm sure I heard, maybe from Google, that websites should not link to any more that x number of sites. x ( I can't remeber off-hand how many ) And here' Google linking to millions of sites.... |
|
||||
|
Quote:
The latest verions of Opera (Opera 9) supports all of CSS1, and supports nearly all of CSS2 (only six items unsupported). Please see Web Secifications Supported in Opera 9 for detailed information about the standards and specifications supported. Quote:
Quote:
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |