<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
   <channel>
      <title>Project MultiBurst: Archives ' validなHTMLソース '</title>
      <link>http://www.multiburst.net/project-multiburst/</link>
      <description>Daily, MovableType, Computers, PanicDisorder, Aqualium, Camera, etc.....</description>
      <language>ja</language>
      <copyright>Copyright 2008</copyright>
      <lastBuildDate>Thu, 08 Mar 2007 18:56:17 +0900</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=4.21-ja</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

      
      <item>
         <title>書籍「実践 Web Standards Design」のすすめ</title>
         <description><![CDATA[最近、このブログも<strong>大幅にデザイン変更</strong>をしようかと思っている。

というのも、3カラムでやっていて、どんどん融通が利かなくなって来ており、さらにどんどん継ぎ足し継ぎ足しで作り込んでいっているので、XHTMLやCSSも融通が利かなくなっている。

ということで、ちょっと前からデザイン変更を強く思っているのだが、なかなか踏み出せなかった。
というか、なにを指針にしてデザインやUIを作ったらいいのか、という疑問もあった。

そこで発見したのが、下の書籍。

<a href="http://www.amazon.co.jp/exec/obidos/ASIN/4861671647/projectmultib-22/ref=nosim/" name="amazletlink" target="_blank"><img src="http://images-jp.amazon.com/images/P/4861671647.09.MZZZZZZZ.jpg" alt="実践Web Standards Design―Web標準の基本とCSSレイアウト&Tips" style="border: none;" /></a>
<a href="http://www.amazon.co.jp/exec/obidos/ASIN/4861671647/projectmultib-22/ref=nosim/" name="amazletlink" target="_blank">実践Web Standards Design―Web標準の基本とCSSレイアウト&Tips</a>


<strong>実にクオリティーが高い！！</strong>

]]></description>
         <link>http://www.multiburst.net/project-multiburst/archives/2007/03/08/1856.php</link>
         <guid>http://www.multiburst.net/project-multiburst/archives/2007/03/08/1856.php</guid>
         <category></category>
         <pubDate>Thu, 08 Mar 2007 18:56:17 +0900</pubDate>
      </item>
      
      <item>
         <title>色指定はしっかりと(XHTML・CSS等)</title>
         <description><![CDATA[HTMLやCSSにて<strong>色指定</strong>をする際、

<div class="command">&lt;font color=&quot;<font color="#0000ff">blue</font>&quot;&gt;あいうえお&lt;/font&gt;</div>

という風に<strong>「色の名前」</strong>で指定している人もいるでしょう。


<strong>これはXHTMLではValidではありません。</strong>

つまりは、<strong>正しくない</strong>、ということです。]]></description>
         <link>http://www.multiburst.net/project-multiburst/archives/2006/10/18/2140.php</link>
         <guid>http://www.multiburst.net/project-multiburst/archives/2006/10/18/2140.php</guid>
         <category></category>
         <pubDate>Wed, 18 Oct 2006 21:40:17 +0900</pubDate>
      </item>
      
      <item>
         <title>＜HTML＞ には LANG 属性を指定するようにしましょう。</title>
         <description><![CDATA[from <a target="_blank" href="http://htmllint.itc.keio.ac.jp/htmllint/htmllint.html">Another HTML-lint gateway</a>：

<font color="#0000ff"><strong>&lt;HTML&gt; には LANG 属性を指定するようにしましょう。</strong></font>


<blockquote>&lt;HTML&gt; には、LANG属性を使ってその文書の言語を明示しておくことが<a target="_blank" href="http://htmllint.itc.keio.ac.jp/htmllint/explain-wai.html#4.3">WAI</a>で薦められています。</blockquote>

とのこと。

さらに、

<blockquote>XHTML では xml:lang属性を使いますが、XHTML1.0では、両方を書くように薦められています。</blockquote>


ということで、

<div class="command">&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;</div>

を、

<div class="command">&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; <font color="#ff0000">xml:lang=&quot;ja&quot; lang=&quot;ja&quot;&gt;</font></div>

に変更。

]]></description>
         <link>http://www.multiburst.net/project-multiburst/archives/2005/08/01/0104.php</link>
         <guid>http://www.multiburst.net/project-multiburst/archives/2005/08/01/0104.php</guid>
         <category>validなHTMLソース</category>
         <pubDate>Mon, 01 Aug 2005 01:04:28 +0900</pubDate>
      </item>
      
      <item>
         <title>正しいHTMLを書くために</title>
         <description><![CDATA[このカテゴリーでは、<strong>正しいHTMLソース</strong>を目指すべく、
取り組んでいきます。

<font color="#0000ff"><strong>正しいHTMLを得るための情報源</strong></font>

・<a target="_blank" href="http://users.skynet.be/mgueury/mozilla/">Html Validator for Firefox and Mozilla</a>
・<a target="_blank" href="http://cheesedog.jugem.cc/">Valid！なXHTMLを学ぶ</a>
・<a target="_blank" href="http://htmllint.itc.keio.ac.jp/htmllint/htmllint.html">Another HTML-lint gateway</a>

ほか、いろいろありますが、追ってご紹介したいと思います。


]]></description>
         <link>http://www.multiburst.net/project-multiburst/archives/2005/07/13/1439.php</link>
         <guid>http://www.multiburst.net/project-multiburst/archives/2005/07/13/1439.php</guid>
         <category>validなHTMLソース</category>
         <pubDate>Wed, 13 Jul 2005 14:39:46 +0900</pubDate>
      </item>
      
   </channel>
</rss>
