This is a discussion on Do you make your sites standards compliant? within the Coding Help forums, part of the Webmaster Help category; Adam - if you aren't concerned directly about standards compliance, do you check to see if the site renders correctly ...
| |||||||
| Register | Forum Rules | FAQ | Donate | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||||
| Adam - if you aren't concerned directly about standards compliance, do you check to see if the site renders correctly in the commonly used browsers?
__________________ Hosting & Domains|Plesk Vps Hosting|Geek / Cool Stuff|Films.ie|Cool Sites|Monetisation Tips|Movie Chat Energise your forum! Click here for info |
| ||||
| Of course: IE, Firefox and Opera. If I remembered to start vncserver on my devel machine I usually login to that to check Konq and possibly Galeon too. The only issue is Safari and other Mac OS browsers, because I don't have access to a Mac. And it is a concern, I recently discovered that a WorldPay integration I developed for a client wasn't working on Mac for some reason. Pain in the hole. But the fact that it had been working for several years without anyone reporting a bug shows me just how many users in that particular market use Macs. (They also ALL - no exceptions - have cookies turned on, which should tell you something about the client base. Let's just say that the letters A, O and L feature heavily.) adam |
| |||||
| Testing for Macs is a pain alright, as we don't have direct access to any. One of our clients has launched a service which mitigates this issue, so I've been able to take advantage of it for testing any of the company sites and my own personal projects
__________________ Hosting & Domains|Plesk Vps Hosting|Geek / Cool Stuff|Films.ie|Cool Sites|Monetisation Tips|Movie Chat Energise your forum! Click here for info |
| ||||
| Standards should be followed. Otherwise you get obscenities like a proprietary blogging system whose RSS feed gives dates in UK/Ireland format. Yes, really. |
| |||||
| rsynott - which ones would those be?
__________________ Hosting & Domains|Plesk Vps Hosting|Geek / Cool Stuff|Films.ie|Cool Sites|Monetisation Tips|Movie Chat Energise your forum! Click here for info |
| ||||
| BlogSpot's RSS is mildly non-standard. Last edited by rsynnott; 26-01-2006 at 11:36 PM. |
| ||||
| Well I guess I'd be one of these "standards purists" then. For every project I work on I'll use standards. Every single one. I actually find I can't bring myself to work on sites which are tables-based, it's just a horrible, horrible experience. I'll use semantic code wherever I possibly can (heading tags in a meaningful order, sensible class/id names, minimising the use of ids and classes). HTML and CSS code should be lightweight, meaningful, maintainable and (I think) "beautiful". People who are truly web design professionals will conduct their work in a professional manner, adhering to these standards. Folks who don't use standards aren't keeping up with the industry, and are therefore not (in my eyes) professionals. |
| ||||
| Standards nazis Paul. Called that because they think they're better than everyone else. Hmmm, that reminds me of something... Last edited by dahamsta; 22-01-2006 at 01:57 PM. |
| ||||
| Quote:
|
| ||||
| There's a difference between using standards and wearing a pocket protector... |