Comments on: Writing Valid (X)HTML http://apramana.com/categories/web-standards/writing-valid-xhtml/ Beyond Dimensions Fri, 29 Aug 2008 07:31:59 +0000 http://wordpress.org/?v=2.1.3 By: John http://apramana.com/categories/web-standards/writing-valid-xhtml/#comment-140 John Mon, 23 Jul 2007 10:18:33 +0000 http://apramana.com/categories/web-standards/writing-valid-xhtml/#comment-140 A useful tip is never to use MS Word at any point in the creation of the pages. You get stuck with a lot of MS specific tags. A useful tip is never to use MS Word at any point in the creation of the pages. You get stuck with a lot of MS specific tags.

]]>
By: Chamara http://apramana.com/categories/web-standards/writing-valid-xhtml/#comment-142 Chamara Mon, 23 Jul 2007 10:25:19 +0000 http://apramana.com/categories/web-standards/writing-valid-xhtml/#comment-142 Yeh MS is messing around when it comes to web. :) Yeh MS is messing around when it comes to web. :)

]]>
By: Shyamali http://apramana.com/categories/web-standards/writing-valid-xhtml/#comment-143 Shyamali Mon, 23 Jul 2007 11:41:11 +0000 http://apramana.com/categories/web-standards/writing-valid-xhtml/#comment-143 A verry useful posting, Cham... Tx a lot..! A verry useful posting, Cham… Tx a lot..!

]]>
By: Chamara http://apramana.com/categories/web-standards/writing-valid-xhtml/#comment-144 Chamara Mon, 23 Jul 2007 11:43:40 +0000 http://apramana.com/categories/web-standards/writing-valid-xhtml/#comment-144 You are welcome Shy! You are welcome Shy!

]]>
By: Anandawardhana http://apramana.com/categories/web-standards/writing-valid-xhtml/#comment-147 Anandawardhana Tue, 24 Jul 2007 05:59:06 +0000 http://apramana.com/categories/web-standards/writing-valid-xhtml/#comment-147 Thank you very much for posting this. Very useful information for me. By the way, is John's comment relevant to Open Office as well? Thank you very much for posting this. Very useful information for me.
By the way, is John’s comment relevant to Open Office as well?

]]>
By: Chamara http://apramana.com/categories/web-standards/writing-valid-xhtml/#comment-148 Chamara Tue, 24 Jul 2007 06:02:10 +0000 http://apramana.com/categories/web-standards/writing-valid-xhtml/#comment-148 You are welcome Anandawardhana! John's comment is not relevant to Open Office. You are welcome Anandawardhana! John’s comment is not relevant to Open Office.

]]>
By: shanX http://apramana.com/categories/web-standards/writing-valid-xhtml/#comment-200 shanX Sun, 26 Aug 2007 12:42:17 +0000 http://apramana.com/categories/web-standards/writing-valid-xhtml/#comment-200 * Always use & in place of &. : <a / rel="nofollow"> I guess, using "&" rather than "&" in URLs would cause havoc ;) * Always use & in place of &. :

I guess, using “&” rather than “&” in URLs would cause havoc ;)

]]>
By: shanX http://apramana.com/categories/web-standards/writing-valid-xhtml/#comment-201 shanX Sun, 26 Aug 2007 13:07:46 +0000 http://apramana.com/categories/web-standards/writing-valid-xhtml/#comment-201 * code above got stripped :( use "& amp;" on URLs * code above got stripped :(

use “& amp;” on URLs

]]>
By: webon http://apramana.com/categories/web-standards/writing-valid-xhtml/#comment-206 webon Thu, 30 Aug 2007 19:35:06 +0000 http://apramana.com/categories/web-standards/writing-valid-xhtml/#comment-206 Si estais interesados en el diseño grafico y diseño de paginas web, os recomiendo echar un vistazo a la web de Webografico estudios (estudio de diseño de barcelona) <a href="http://www.webografico.com" rel="nofollow">WEBOGRAFICO estudios</a> <a href="http://www.webografico.com" rel="nofollow">Diseño gráfico y paginas web en Barcelona</a> Gracias amigos y a disfrutar http://www.webografico.com Si estais interesados en el diseño grafico y diseño de paginas web,
os recomiendo echar un vistazo a la web de Webografico estudios (estudio de diseño de barcelona)
WEBOGRAFICO estudios
Diseño gráfico y paginas web en Barcelona
Gracias amigos y a disfrutar
http://www.webografico.com

]]>
By: Jan from thrusites design http://apramana.com/categories/web-standards/writing-valid-xhtml/#comment-220 Jan from thrusites design Wed, 05 Sep 2007 10:43:13 +0000 http://apramana.com/categories/web-standards/writing-valid-xhtml/#comment-220 Unfortunately, w3c valid pages don't show the same way under different browsers. I would add enctype atribute to the "Best practises / Form" as well... It says which encoding should be used. If the site uses English, then it is OK. But if you work with other language and use SQL databases with the form, then some error might occur especially when weird characters were sent within the inserted text. Unfortunately, w3c valid pages don’t show the same way under different browsers.

I would add enctype atribute to the “Best practises / Form” as well… It says which encoding should be used. If the site uses English, then it is OK. But if you work with other language and use SQL databases with the form, then some error might occur especially when weird characters were sent within the inserted text.

]]>
By: Chamara http://apramana.com/categories/web-standards/writing-valid-xhtml/#comment-221 Chamara Wed, 05 Sep 2007 10:49:47 +0000 http://apramana.com/categories/web-standards/writing-valid-xhtml/#comment-221 @Jan We can make those valid pages compatible with more browsers by using proper CSS with some creative thinking :) Yeh, it's better to use <code>UTF-8</code> as the <code>charset</code> of the HTML page. @Jan
We can make those valid pages compatible with more browsers by using proper CSS with some creative thinking :)
Yeh, it’s better to use UTF-8 as the charset of the HTML page.

]]>