<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Shacolon.com</title>
    <link rel="alternate" type="text/html" href="http://www.shacolon.com/" />
    <link rel="self" type="application/atom+xml" href="http://www.shacolon.com/atom.xml" />
   <id>tag:www.shacolon.com,2008://9</id>
    <link rel="service.post" type="application/atom+xml" href="http://www.shacolon.com/cgi/mt/mt-atom.cgi/weblog/blog_id=9" title="Shacolon.com" />
    <updated>2008-12-26T00:32:52Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type  3.33-ja</generator>
 
<entry>
    <title>今年もあとわずか</title>
    <link rel="alternate" type="text/html" href="http://www.shacolon.com/2008/12/post_59.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.shacolon.com/cgi/mt/mt-atom.cgi/weblog/blog_id=9/entry_id=173" title="今年もあとわずか" />
    <id>tag:www.shacolon.com,2008://9.173</id>
    
    <published>2008-12-26T00:32:48Z</published>
    <updated>2008-12-26T00:32:52Z</updated>
    
    <summary>2008年はどんな年だっただろう？ 昨年と比較すると本の数が倍近く増えました。そ...</summary>
    <author>
        <name>あいろん</name>
        <uri>http://www.shacolon.com</uri>
    </author>
            <category term="ひとりごと" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.shacolon.com/">
        2008年はどんな年だっただろう？

昨年と比較すると本の数が倍近く増えました。それほど知識を蓄えた年であり、学ぶべきことがたくさんみえた年でもありました。いろいろ焦りや挫折感を抱えながらなんとか耐え忍んでいるような状態ですが、一方で成長したところもあるので、一概に悪い年だったとは言えないかもしれません。

マイナスはプラスに転換できる。
来年またがんばりますか。
        
    </content>
</entry>
<entry>
    <title>ActionScript 3.0 ローカルフォントの取得</title>
    <link rel="alternate" type="text/html" href="http://www.shacolon.com/2008/12/actionscript_30.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.shacolon.com/cgi/mt/mt-atom.cgi/weblog/blog_id=9/entry_id=172" title="ActionScript 3.0 ローカルフォントの取得" />
    <id>tag:www.shacolon.com,2008://9.172</id>
    
    <published>2008-12-18T00:35:23Z</published>
    <updated>2008-12-18T09:05:17Z</updated>
    
    <summary>Action Script 3.0でローカルフォントを取得するときは Font....</summary>
    <author>
        <name>あいろん</name>
        <uri>http://www.shacolon.com</uri>
    </author>
            <category term="ひとりごと" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.shacolon.com/">
        Action Script 3.0でローカルフォントを取得するときは Font.enumerateFonts(true); で取得する。引数はローカルからフォントを取得するかどうかを指定するもの。

フォントは一回呼び出せばメモリに展開されるのだと思ったら大間違いだった。というのも、フォント名を一覧するのにまずこのメソッドを呼び出してローカルフォントの配列を取得。次にforで回すんだけど、 回す回数と、フォント名を取得する箇所両方でそのまま使ったら激重になってしまった。

よくよく考えてみると、staticメソッドなのでメソッドを呼び出す度にフォントの配列を取得していたことに気づく…。要はforブロックの外で一旦変数に入れてしまえばいいわけでした。
        
    </content>
</entry>
<entry>
    <title>Flash Lite 3.0 テスト</title>
    <link rel="alternate" type="text/html" href="http://www.shacolon.com/2008/12/flash_lite_30.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.shacolon.com/cgi/mt/mt-atom.cgi/weblog/blog_id=9/entry_id=171" title="Flash Lite 3.0 テスト" />
    <id>tag:www.shacolon.com,2008://9.171</id>
    
    <published>2008-12-13T05:10:28Z</published>
    <updated>2008-12-13T05:10:32Z</updated>
    
    <summary>http://shacolon.ddo.jp/~filehost/fltest/...</summary>
    <author>
        <name>あいろん</name>
        <uri>http://www.shacolon.com</uri>
    </author>
            <category term="ひとりごと" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.shacolon.com/">
        http://shacolon.ddo.jp/~filehost/fltest/enterframe.swf
（ソース：http://shacolon.ddo.jp/~filehost/fltest/enterframe.fla）

・onEnterFrameが使えるか？
・onReleaseが使えるか？
・attachMovieが使えるか？
・setMaskが使えるか？
・座標取得できるか？
・アルファ値が使えるか？
・PCで表示できるか？

これ全部成功。

フィルターは使えないみたいだから
ActionScript2.0 + Flash Player 7と同等のことができると判断。
すてき・・・！！！
        
    </content>
</entry>
<entry>
    <title>イベントの送出</title>
    <link rel="alternate" type="text/html" href="http://www.shacolon.com/2008/11/post_58.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.shacolon.com/cgi/mt/mt-atom.cgi/weblog/blog_id=9/entry_id=170" title="イベントの送出" />
    <id>tag:www.shacolon.com,2008://9.170</id>
    
    <published>2008-11-29T16:23:56Z</published>
    <updated>2008-11-29T16:33:45Z</updated>
    
    <summary>自作クラス内の処理の中で、あるタイミングでイベントを起こしたい時があります。例え...</summary>
    <author>
        <name>あいろん</name>
        <uri>http://www.shacolon.com</uri>
    </author>
            <category term="Webのこと" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.shacolon.com/">
        自作クラス内の処理の中で、あるタイミングでイベントを起こしたい時があります。例えば状態が変化したとき、 Event.CHANGE イベントを送出したい。そんな時は、 dispatchEvent メソッドを使います。

使い方は簡単で、送出したいタイミングで

　this.dispachEvent( new Event(Event.CHANGE) );

これでOK。
戻り値は Boolean（trueまたはfalse）で、イベントの送出に成功したら true 、失敗したら false を返します。
        
    </content>
</entry>
<entry>
    <title>未定義である可能性が高いメソッドの呼び出し - ActionScript</title>
    <link rel="alternate" type="text/html" href="http://www.shacolon.com/2008/11/_actionscript.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.shacolon.com/cgi/mt/mt-atom.cgi/weblog/blog_id=9/entry_id=169" title="未定義である可能性が高いメソッドの呼び出し - ActionScript" />
    <id>tag:www.shacolon.com,2008://9.169</id>
    
    <published>2008-11-29T16:01:52Z</published>
    <updated>2008-11-29T16:23:41Z</updated>
    
    <summary>Flash Developで何をやっても「未定義である可能性が高いメソッドの呼び...</summary>
    <author>
        <name>あいろん</name>
        <uri>http://www.shacolon.com</uri>
    </author>
            <category term="Webのこと" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.shacolon.com/">
        <![CDATA[Flash Developで何をやっても「未定義である可能性が高いメソッドの呼び出し」というエラーが出続けていました。しまいにはStrictモードでコンパイルすることをやめてみると、コンパイルエラーはでなくなりましたが正常に動作しませんでした。なぜだー！と嘆いていると、あることに気づいたんです。

宣言している変数名と、インポートしているパッケージ名がかぶっている・・・！！

・・・これか？と思って変数名を変えてみたところ、無事に動きました。
あぁ～よかった。例えばこのような場合に起こります。

package
{
&nbsp;import flash.display.Sprite;
&nbsp;import shacolon.Hoge;

&nbsp;public class MyClass extends Sprite
&nbsp;{
&nbsp;&nbsp;public function MyClass() : void
&nbsp;&nbsp;{
&nbsp;&nbsp;&nbsp;var shacolon : Sprite = new Sprite();
&nbsp;&nbsp;&nbsp;shacolon.getChildAt(0);
&nbsp;&nbsp;}
&nbsp;}
}

→未定義である可能性が高い getChildAt の呼び出しです。]]>
        
    </content>
</entry>
<entry>
    <title>Flash Developでtrace()を実行するには</title>
    <link rel="alternate" type="text/html" href="http://www.shacolon.com/2008/11/flash_developtrace.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.shacolon.com/cgi/mt/mt-atom.cgi/weblog/blog_id=9/entry_id=168" title="Flash Developでtrace()を実行するには" />
    <id>tag:www.shacolon.com,2008://9.168</id>
    
    <published>2008-11-24T06:04:42Z</published>
    <updated>2008-11-24T06:36:39Z</updated>
    
    <summary>Flash Developは、フリーの中で最強と言っても過言ではないほど、Fla...</summary>
    <author>
        <name>あいろん</name>
        <uri>http://www.shacolon.com</uri>
    </author>
            <category term="Webのこと" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.shacolon.com/">
        <![CDATA[<a href="http://www.flashdevelop.org/">Flash Develop</a>は、フリーの中で最強と言っても過言ではないほど、FlashとAIRの開発環境が整っています。ただし、Windows環境下で.NET Framework 2.0以降がインストールされている必要があるので注意が必要です。また、プロジェクトをビルド（またの名は「コンパイル」、「パブリッシュ」）するにはFlex SDKが必要になります。

無料でFlashやFlashベースのAIRが開発できてしまうなんて、いい時代になったもんです。（FlashがまだMacromedia製品だったときは、Flashの製品版を購入しないとswfにコンパイルできませんでした。）

ただ、このFlash Developにはちょっと問題もあって、デバッグ機能がありません。例外をスローしてもコンソール出力されないばかりか、Flashではお馴染みのtrace()すら使えないんです。こりゃ困った。ということでそれを解決するためには2つの方法があって・・・

　1. FlashConnect.trace() を使う
　2. デバッグ機能付きのFlash Playerを入手する

1は文字列の出力しかできないのに対し、2はオブジェクトを指定するとオブジェクトの型（例えば[String Object]など）を出力してくれるので、オススメは断然、後者です。ただ、デバッグ機能付きのFlash Playerを入手する必要があるため、ちょっと文字列が出てくればいいやという人は1でOKです。

1. FlashConnect.trace() を使う
org.flashdevelop.utils.FlashConnect をインポートするか、ソースコード内に直接書いちゃって、trace()メソッドを使用します。スタティックメソッド（静的メソッド）なので、インスタンスを生成する必要はありません。

import org.flashdevelop.utils.FlashConnect; でインポートして、
FlashConnect.trace() を使うか、
org.flashdevelop.utils.FlashConnect.trace(); で使います。

2. デバッグ機能付きのFlash Playerを入手する
<a href="http://www.adobe.com/support/flashplayer/downloads.html">http://www.adobe.com/support/flashplayer/downloads.html</a>
ここでスタンドアロンで動くデバッグ機能付きのFlash Playerを入手して、c:\Program Files\Adobe\Players かどっかに FlashPlayer.exe を入れておきます。
あとはWindowsのフォルダオプション（XPならコントロールパネルのフォルダオプションから、「ファイルの種類」（だったかな？）を選択。Vistaならコントロールパネルのプログラムから、「あるファイルの種類を特定のプログラムから開く」を選択する）で、拡張子「.swf」をさっき入手したFlash Playerで開くように設定を変更します。そしたら、Flash Developの方では単純に trace() を呼び出せばコンソールに出力されるようになります。
※swfを開くプログラムをデバッグ機能付きFlash Playerに変更しても出力されない場合、Flash Developの[Project]->[Properties]->[Test Movie]の設定を変更してみて下さい。

ちょっと面倒ですが、こうやってちょっとずつカスタマイズしていけば、かなり使い勝手のいい開発環境が無料で手に入ります。]]>
        
    </content>
</entry>
<entry>
    <title>Flash Develop でコンパイル時にエラー - Adobe AIR</title>
    <link rel="alternate" type="text/html" href="http://www.shacolon.com/2008/11/flash_develop_adobe_air.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.shacolon.com/cgi/mt/mt-atom.cgi/weblog/blog_id=9/entry_id=167" title="Flash Develop でコンパイル時にエラー - Adobe AIR" />
    <id>tag:www.shacolon.com,2008://9.167</id>
    
    <published>2008-11-23T18:21:51Z</published>
    <updated>2008-11-23T18:31:27Z</updated>
    
    <summary>Flex SDK 3.0から3.2にバージョンアップさせたところ、Flash D...</summary>
    <author>
        <name>あいろん</name>
        <uri>http://www.shacolon.com</uri>
    </author>
            <category term="Webのこと" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.shacolon.com/">
        <![CDATA[Flex SDK 3.0から3.2にバージョンアップさせたところ、Flash DevelopでAIRのコンパイル時にエラー発生！DOS窓は一瞬で閉じてしまうため、あまりはっきり見えないけど下のようなエラーが出ている様子。

error while loading initial content.

このエラーについて調べたところ、QAサイトでこんなの見つけました。
<a href="http://bugs.adobe.com/jira/browse/FB-15687">http://bugs.adobe.com/jira/browse/FB-15687</a>
要は application-app.xml の名前空間を変更すればいいとのこと。

&lt;application xmlns="http://ns.adobe.com/air/application/1.0"&gt;
↑これをこれ↓に変えたら無事にコンパイルできました。
&lt;application xmlns="http://ns.adobe.com/air/application/1.5"&gt;

よかったよかった。]]>
        
    </content>
</entry>
<entry>
    <title>[備忘録]ActionScript 3.0</title>
    <link rel="alternate" type="text/html" href="http://www.shacolon.com/2008/10/iso2022jpbgyrcshdlok8gyhcactio.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.shacolon.com/cgi/mt/mt-atom.cgi/weblog/blog_id=9/entry_id=166" title="[備忘録]ActionScript 3.0" />
    <id>tag:www.shacolon.com,2008://9.166</id>
    
    <published>2008-10-16T11:22:49Z</published>
    <updated>2008-10-21T09:27:34Z</updated>
    
    <summary>ActionScript 3.0の変な仕様？を見つけた。 なんか勘違いしているの...</summary>
    <author>
        <name>あいろん</name>
        <uri>http://www.shacolon.com</uri>
    </author>
            <category term="ひとりごと" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.shacolon.com/">
        ActionScript 3.0の変な仕様？を見つけた。
なんか勘違いしているのかもしれないけど、備忘録として。

swfファイルからシンボルを取り出すとき、

[ Embed(source=&apos;ファイル名.swf&apos;,symbol=&apos;リンケージ識別子&apos;) ]
private var hoge : Class;

って書いて取り出すんだけども、これをMovieClip型でインスタンス化したあとaddChildすると表示されない。なんでかはわからないけど、インスタンス化するシンボルがタイムラインを使っていない場合（つまり1フレームで完結してしまっているシンボルの場合）、Sprite型でないと表示されない。逆にタイムラインを使うとMovieClip型でも表示されるようになる。謎。

それと、Sprite型はタイムラインを持たないんじゃなかったっけ？って思ったのが、なんとタイムラインを使ったシンボルをSprite型でインスタンス化しても普通にタイムラインが再生される。謎。

なぜだ〜。
        
    </content>
</entry>
<entry>
    <title>吉祥寺のホテルでスイーツ</title>
    <link rel="alternate" type="text/html" href="http://www.shacolon.com/2008/08/post_57.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.shacolon.com/cgi/mt/mt-atom.cgi/weblog/blog_id=9/entry_id=165" title="吉祥寺のホテルでスイーツ" />
    <id>tag:www.shacolon.com,2008://9.165</id>
    
    <published>2008-08-02T05:01:31Z</published>
    <updated>2008-08-02T05:01:37Z</updated>
    
    <summary> 吉祥寺第一ホテルの「シャンブル」というバーのデザートバイキング。（割引価格）1...</summary>
    <author>
        <name>あいろん</name>
        <uri>http://www.shacolon.com</uri>
    </author>
            <category term="ひとりごと" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.shacolon.com/">
        <![CDATA[<img src="http://www.shacolon.com//images/DVC00007.jpg" />
吉祥寺第一ホテルの「シャンブル」というバーのデザートバイキング。（割引価格）1400円で食べほです。

このシュークリームが超ウマい！！]]>
        
    </content>
</entry>
<entry>
    <title>サイレンシークレットミュージアムに行って来ました！</title>
    <link rel="alternate" type="text/html" href="http://www.shacolon.com/2008/07/post_56.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.shacolon.com/cgi/mt/mt-atom.cgi/weblog/blog_id=9/entry_id=164" title="サイレンシークレットミュージアムに行って来ました！" />
    <id>tag:www.shacolon.com,2008://9.164</id>
    
    <published>2008-07-26T23:07:52Z</published>
    <updated>2008-07-26T23:07:38Z</updated>
    
    <summary>					 					 					  渋谷 LE DECO（ル・デコ）でPlay...</summary>
    <author>
        <name>あいろん</name>
        <uri>http://www.shacolon.com</uri>
    </author>
            <category term="写真" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.shacolon.com/">
        <![CDATA[					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="textLeft">
					  <p><a href="http://home.att.ne.jp/gamma/ledeco/">渋谷 LE DECO（ル・デコ）</a>でPlayStation 2、PlayStation 3で人気のゲーム「<a href="http://www.jp.playstation.com/scej/title/siren/siren.html">サイレン</a>」シリーズのシークレットミュージアムに行って来ました。珍しく今回はレポートということで投稿してみたいと思います。</p>
					</td>
					<td class="img"><a href="/images/0807/DSC_0019_l.jpg" onclick="openImage(this, 402, 600); return false;"><img src="/images/0807/DSC_0019_s.jpg" width="150" height="224" alt="ル・デコの外観" /></a></td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<p class="important">※ホラーゲームなので一部ホラーな表現やグロテスクな表現が含まれています。このエントリーの閲覧、ゲームのプレイの際にはご注意下さい。</p>]]>
        <![CDATA[					<h3 class="headingA01">サイレン展示場へ、いざ入場</h3>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="textLeft">
					  <p>ル・デコはいろんな展示会をやっている建物なんですが、入った直後からただならぬ雰囲気が漂っていました。そしてサイレン展示場前（写真右）はさらにすごいことに・・・。</p>
					</td>
					<td class="imgLeft"><a href="/images/0807/DSC_0023_l.jpg" onclick="openImage(this, 402, 600); return false;"><img src="/images/0807/DSC_0023_s.jpg" width="150" height="224" alt="ル・デコの階段" /></a></td>
					<td class="img"><a href="/images/0807/DSC_0027_l.jpg" onclick="openImage(this, 402, 600); return false;"><img src="/images/0807/DSC_0027_s.jpg" width="150" height="224" alt="サイレン展示場前" /></a></td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="textLeft">
					  <p>サイレン展示場へ入ってみると、残念ながら混雑状態でした。15:00からまた来てくださいとのことで、門前払いくらった代わりに整理券をもらいました。</p>
					</td>
					<td class="imgLeft"><a href="/images/0807/DSC_0028_l.jpg" onclick="openImage(this, 600, 401); return false;"><img src="/images/0807/DSC_0028_s.jpg" width="150" height="101" alt="入場整理券" /></a></td>
					<td class="img"><a href="/images/0807/DSC_0029_l.jpg" onclick="openImage(this, 600, 402); return false;"><img src="/images/0807/DSC_0029_s.jpg" width="150" height="101" alt="サイレンシークレットミュージアムポスター" /></a></td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<p class="paragraph">15:00になったので早速入場。入ってすぐ渡されたのはポストカードと羽生蛇村観光マップ、そしてなぜか1本の懐中電灯（しかも電池切れかけ）。これは何かある！と思ったらなるほど。展示場内、暗くて読めない文字があるんですな。サイレンのゲーム中、懐中電灯は重要なアイテムなのでこの演出はファンにとってはおもしろいっすね。</p>

					<h3 class="headingA01">サイレンの絵コンテ</h3>

					<p class="paragraph">まずはじめに、入り口付近に置いてあるサイレンの絵コンテを手にとって見てみることにしました。内容的にはムービーシーンの絵コンテのようです。ペラペラめくってみると、「おや？」と思うシーンがいくつかありました。</p>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="imgLeft" width="250">
					  <a href="/images/0807/DSC_0031_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0031_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">血だらけの絵コンテ集。材質は先生が持ってる出席簿みたいなやつ。</p>
					</td>
					<td class="img" width="250">
					  <a href="/images/0807/DSC_0033_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0033_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">絵コンテ。サイレンの最初のシーン。</p>
					</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="img" width="250">
					  <a href="/images/0807/DSC_0037_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0037_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">ゲームでは登場しなかったキャラクター。「きりひと」と書いてある。その形状から霧のような存在と思われるが、ゲームでは竜みたいなやつになっていた。</p>
					</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="imgLeft" width="250">
					  <a href="/images/0807/DSC_0039_l.jpg" onclick="openImage(this, 800, 535); return false;"><img src="/images/0807/DSC_0039_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">病院で恩田美奈と理沙が接触するシーン。美奈がスコップを持っている。</p>
					</td>
					<td class="img" width="250">
					  <a href="/images/0807/DSC_0040_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0040_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">美奈が理沙に記憶を送り込むシーン。絵コンテの段階ではあのタラコみたいな顔ではなかったのがわかる。</p>
					</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="img" width="250">
					  <a href="/images/0807/DSC_0041_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0041_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">村が呪われる瞬間を描いたシーン。サイレンシリーズで最も重要なシーンかもしれない。</p>
					</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<p class="paragraph">実はこのシーン、ゲームにもでてくるシーンなんですが、ゲームでは省略されてしまったとても重要なシーンが絵コンテには描かれています。そしてこの一文。</p>
					<p class="paragraph">「サイレンが鳴りひびくなか<br />腹だけが異様にふくらんだ一人の女が<br />立ち上がり　小刻みにふるえている。」</p>
					<p class="paragraph">恐らく神代家の最初の生贄（いけにえ）が産まれる瞬間なんだと思われます。</p>

					<h3 class="headingA01">続いてのサイレンワールド</h3>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="img" width="250">
					  <a href="/images/0807/DSC_0043_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0043_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">ロッカー。お？あの絵はもしや・・・！？</p>
					</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="img"><a href="/images/0807/DSC_0046_l.jpg" onclick="openImage(this, 402, 600); return false;"><img src="/images/0807/DSC_0046_s.jpg" width="200" height="299" alt="" /></a></td>
					<td class="textRight">そうです。サイレン1のパッケージにもなったあの絵です。ものすごい細かい描写なんですが、ライトアップされていてツヤツヤで細部がちゃんと見えませんでした。残念。。</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="img"><a href="/images/0807/DSC_0087_l.jpg" onclick="openImage(this, 402, 600); return false;"><img src="/images/0807/DSC_0087_s.jpg" width="150" height="224" alt="" /></a></td>
					<td class="textRight">サイレン2のパッケージにもなった絵もちゃんとありました。</td>
					<!-- //.imgBlock --></tr></tbody></table></div>


					<h3 class="headingA01">サイレンシリーズで重要な要素「アーカイブ」</h3>

					<p class="paragraph">ここからはどどーんと写真だけ見せちゃいます。ファンなら思わずムフフなものがたくさんあります！</p>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="imgLeft" width="250">
					  <a href="/images/0807/DSC_0050_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0050_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">美浜奈保子の履歴書。中学生の頃の卒業文集が発行された年数から計算すると、サバよんでいることがわかる。</p>
					</td>
					<td class="img" width="250">
					  <a href="/images/0807/DSC_0051_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0051_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">登場キャラクターの学生証やら手紙やら。</p>
					</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="imgLeft" width="250">
					  <a href="/images/0807/DSC_0052_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0052_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">須田恭也の学生証。</p>
					</td>
					<td class="img" width="250">
					  <a href="/images/0807/DSC_0053_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0053_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">安野依子の学生証やら手紙やら。</p>
					</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="imgLeft" width="250">
					  <a href="/images/0807/DSC_0059_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0059_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">東エリ「私の彼の左手に肉球」レコードジャケットもちゃっかりありました（笑）</p>
					</td>
					<td class="img" width="250">
					  <a href="/images/0807/DSC_0062_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0062_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">学校の職員室の黒板に貼ってあった写真。アーカイブの中でも印象深い一品。</p>
					</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="imgLeft" width="250">
					  <a href="/images/0807/DSC_0063_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0063_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">ミーナ（美浜奈保子）の全盛期に発行された数々（笑）</p>
					</td>
					<td class="img" width="250">
					  <a href="/images/0807/DSC_0065_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0065_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">美浜奈保子の卒業文集用の作文。すごい丸字ですがばっちり鉛筆で書かれていました。</p>
					</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="img" width="250">
					  <a href="/images/0807/DSC_0064_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0064_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">カモシカ学習帳と手紙。こんなマニアックなものまで・・・！</p>
					</td>
					<!-- //.imgBlock --></tr></tbody></table></div>


					<h3 class="headingA01">サイレン2の「アーカイブ」</h3>

					<p class="paragraph">続いてはサイレン2で登場したアーカイブです。</p>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="imgLeft" width="250">
					  <a href="/images/0807/DSC_0067_l.jpg" onclick="openImage(this, 800, 535); return false;"><img src="/images/0807/DSC_0067_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">太田家の頭（太田常雄）とその娘（太田ともえ）。なんかこの写真よいなー。</p>
					</td>
					<td class="img" width="250">
					  <a href="/images/0807/DSC_0069_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0069_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">三上脩が特集された「ダ・ガマ」。文章まで細かく書いてあるんすねー。（写真左に誰かの手が写ってますが、その手にはしっかり懐中電灯を持っています。）</p>
					</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="imgLeft" width="250">
					  <a href="/images/0807/DSC_0070_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0070_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">新聞とか。</p>
					</td>
					<td class="img" width="250">
					  <a href="/images/0807/DSC_0072_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0072_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">UMA（未確認生物）のイラストとか。</p>
					</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="imgLeft" width="250">
					  <a href="/images/0807/DSC_0073_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0073_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">一樹守の写真とか。</p>
					</td>
					<td class="img" width="250">
					  <a href="/images/0807/DSC_0076_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0076_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">三沢岳明の証明証とかとか。</p>
					</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="img" width="150">
					  <a href="/images/0807/DSC_0078_l.jpg" onclick="openImage(this, 402, 600); return false;"><img src="/images/0807/DSC_0078_s.jpg" width="150" height="224" alt="" /></a>
					  <p class="caption">矢倉市子の学生証とか。</p>
					</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="imgLeft" width="250">
					  <a href="/images/0807/DSC_0077_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0077_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">こんなものまで！（笑）</p>
					</td>
					<td class="img" width="250">
					  <a href="/images/0807/DSC_0090_l.jpg" onclick="openImage(this, 500, 335); return false;"><img src="/images/0807/DSC_0090_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">この写真はお馴染みの。最後はなぜか左の女性が消えてしまうんですよね。</p>
					</td>
					<!-- //.imgBlock --></tr></tbody></table></div>


					<h3 class="headingA01">サイレンシリーズで実際に使用された「衣装」の数々</h3>

					<p class="paragraph">サイレンは実写をもとに作られています。撮影するからにはもちろん「本物」である必要があるため、こういった衣装も用意されているんですね。血の付着具合とかが妙に怖さをそそります・・・。</p>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="imgLeft" width="250">
					  <a href="/images/0807/DSC_0057_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0057_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">衣装に加えて展示場の雰囲気もどうぞ。人が写らない瞬間をとらえました。</p>
					</td>
					<td class="img" width="250">
					  <a href="/images/0807/DSC_0082_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0082_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">コレ見ただけで登場人物の名前言えちゃったらすごいです（笑）う～ん、そこまではちょっとわからない。。</p>
					</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="imgLeft" width="250">
					  <a href="/images/0807/DSC_0085_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0085_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">懐中電灯を当てて撮影。ちょっとホラーっぽい（笑）</p>
					</td>
					<td class="img" width="250">
					  <a href="/images/0807/DSC_0094_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0094_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">こんな古着屋あったらやばいなー。こちらはサイレンシリーズ最新作「サイレン ニュートランスレーション」のハワードと美耶古、そして警官の衣装です。</p>
					</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="img" width="250">
					  <a href="/images/0807/DSC_0098_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0098_s.jpg" width="250" height="168" alt="" /></a>
					  <p class="caption">どれも血だらけっすねー。</p>
					</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="imgLeft" width="150">
					  <a href="/images/0807/DSC_0106_l.jpg" onclick="openImage(this, 402, 600); return false;"><img src="/images/0807/DSC_0106_s.jpg" width="150" height="224" alt="" /></a>
					  <p class="caption">宮田先生の衣装です。</p>
					</td>
					<td class="imgLeft" width="150">
					  <a href="/images/0807/DSC_0107_l.jpg" onclick="openImage(this, 402, 600); return false;"><img src="/images/0807/DSC_0107_s.jpg" width="150" height="224" alt="" /></a>
					  <p class="caption">恩田美奈の衣装とナースシューズ。血の付着がすごい（汗；</p>
					</td>
					<td class="img" width="150">
					  <a href="/images/0807/DSC_0109_l.jpg" onclick="openImage(this, 402, 600); return false;"><img src="/images/0807/DSC_0109_s.jpg" width="150" height="224" alt="" /></a>
					  <p class="caption">須田恭也と志村晃一の衣装。須田恭也の衣装の左胸あたりにはちゃんと打たれた痕がありました。</p>
					</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="imgLeft" width="150">
					  <a href="/images/0807/DSC_0060_l.jpg" onclick="openImage(this, 402, 600); return false;"><img src="/images/0807/DSC_0060_s.jpg" width="150" height="224" alt="" /></a>
					  <p class="caption">女性農民の衣装かな？</p>
					</td>
					<td class="imgLeft" width="150">
					  <a href="/images/0807/DSC_0081_l.jpg" onclick="openImage(this, 402, 600); return false;"><img src="/images/0807/DSC_0081_s.jpg" width="150" height="224" alt="" /></a>
					  <p class="caption">闇人の衣装。ちゃんと傘まで添えてあります。</p>
					</td>
					<td class="img" width="150">
					  <a href="/images/0807/DSC_0086_l.jpg" onclick="openImage(this, 402, 600); return false;"><img src="/images/0807/DSC_0086_s.jpg" width="150" height="224" alt="" /></a>
					  <p class="caption">岸田百合（写真左）と一樹守（写真右）の衣装。仲良く隣り合わせに置いてありますねー。</p>
					</td>
					<!-- //.imgBlock --></tr></tbody></table></div>


					<h3 class="headingA01">もっとサイレンの恐怖を・・・</h3>

					<p class="paragraph">はい、ここからちょっと怖くなります（笑；</p>
					<p class="paragraph">なぜか列のできるスペースがあったので並んでみたんです。さすがに渋谷の展示場だから人もまぁそこそこいるだろうとは思っていたんですが、ここからは完全にひとりのゾーンです（汗；；；</p>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="img"><a href="/images/0807/DSC_0099_l.jpg" onclick="openImage(this, 402, 600); return false;"><img src="/images/0807/DSC_0099_s.jpg" width="150" height="224" alt="" /></a></td>
					<td class="textRight">やけに赤い一角。列もできてるし、なんだろう？と思ってとりあえず並んでみた。</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="img"><a href="/images/0807/DSC_0100_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0100_s.jpg" width="250" height="168" alt="" /></a></td>
					<td class="textRight">列の先には「屍遊台（しゆうだい）」なるものがありました。ここではゲームができるらしいです。</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<p class="paragraph">でも、列の理由は実はこっちじゃなくて、その先にあるトイレに秘密があるらしいのです・・・。</p>
					<p class="paragraph">じゃ、いっちゃいましょう。</p>
					<p class="paragraph">ということで潜伏しちゃいました。もちろん一人だけの密室空間です。</p>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="img"><a href="/images/0807/DSC_0102_l.jpg" onclick="openImage(this, 402, 600); return false;"><img src="/images/0807/DSC_0102_s.jpg" width="150" height="224" alt="" /></a></td>
					<td class="textRight">はい、キタ。</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<p class="paragraph">「なんだこれ。別に装飾されたただのトイレじゃん。」と意気揚々にカメラを構え、パシャリ。</p>
					<p class="paragraph">「じゃあそろそろ行こう」と思って後ろを振り返ると・・・！！！</p>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="img"><a href="/images/0807/DSC_0105_l.jpg" onclick="openImage(this, 402, 600); return false;"><img src="/images/0807/DSC_0103_s.jpg" width="150" height="224" alt="" /></a></td>
					<td class="textRight">はい、キタ。</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<p class="paragraph">↑こんなの撮ってる自分がある意味怖かったですけどね。密室でよく撮れたと家に帰った今更ながら思います（笑；</p>
					<p class="paragraph">順番待ちもあったし、さすがにちょっと怖くなっちゃったんで、このショットを撮ったらすぐに去っていきました。もっとちゃんと表情をおさえられたらよかったですけどね。。</p>


					<h3 class="headingA01">いろいろありましたが、興奮の冷めやまぬ展示会でした。</h3>

					<div class="imgBlock"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
					<td class="img"><a href="/images/0807/DSC_0110_l.jpg" onclick="openImage(this, 402, 600); return false;"><img src="/images/0807/DSC_0110_s.jpg" width="150" height="224" alt="" /></a></td>
					<td class="textRight">
					  <p>ほんといろいろありましたね（笑）</p>
					  <p>これなんかは（写真だと全然なんだかわかりませんが）、サイレンのタイムテーブルです。この時間帯、ここでは何があって・・・という、ゲームのストーリーがぎっしり書いてありました。とても貴重な資料です。普段、ゲームの開発過程なんて見ることができないので、こういった資料から仕事の進め方とかを読み解くしかないんですね。</p>
					  <p>こういうものを見ると、ものづくりへの深いこだわりを感じることができます。実はこれ、ほとんど手書きなんです。無駄にPCで清書とかせず、付箋に手書きで書いていつでも時間帯をズラせるので試行錯誤もしやすい。</p>
					</td>
					<!-- //.imgBlock --></tr></tbody></table></div>

					<p class="paragraph">アーカイブ取得のタイミングや、ゲームにはでてこないシーンの構想まできちんと練られています。そこまでこだわったからこそ、ここまで非現実的な世界観をリアルに表現することができたんでしょうね。</p>
					<p class="paragraph">ゲーム業界とウェブ業界では一見全く違う業界ですが、「ものづくり」という観点では全く同じはずなので、こういったところからプロの技を盗み取りたいものです。</p>
					<p class="paragraph">歴史の長いゲーム業界を見ると、ウェブ業界なんてまだまだな感じです。だからこそ、これからを作っていきたいと思えるんです。</p>

					<p class="img"><a href="/images/0807/DSC_0112_l.jpg" onclick="openImage(this, 800, 536); return false;"><img src="/images/0807/DSC_0112_s.jpg" width="250" height="168" alt="" /></a></p>]]>
    </content>
</entry>
<entry>
    <title>最近はJavaッス。</title>
    <link rel="alternate" type="text/html" href="http://www.shacolon.com/2008/07/java.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.shacolon.com/cgi/mt/mt-atom.cgi/weblog/blog_id=9/entry_id=163" title="最近はJavaッス。" />
    <id>tag:www.shacolon.com,2008://9.163</id>
    
    <published>2008-07-22T01:01:47Z</published>
    <updated>2008-07-22T01:38:05Z</updated>
    
    <summary>最近はJavaやってます。 「Java」とは言っても、もちろんWebに関するJa...</summary>
    <author>
        <name>あいろん</name>
        <uri>http://www.shacolon.com</uri>
    </author>
            <category term="Webのこと" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.shacolon.com/">
        最近はJavaやってます。
「Java」とは言っても、もちろんWebに関するJavaなので、ここでは主に「サーブレット」という表現の方が正しいかもしれない。ちなみにまだ何もできませんｗ

ずっとサーバサイドプログラミング（というかスクリプティング）はPHP5でやってきた分、オブジェクト指向のJavaは非常にハードルが高い気がした。でも実際食いついてみると、考え方がちょっと違うだけで基本的な部分（for文やif文）はどれも同じなので、特別「めっちゃ難しいッス」ってことは無い。これを期にオブジェクト指向という概念を身に付けて、AdobeAIRを使ったデスクトップアプリ開発とかもできたらいいなぁと思う。その前にActionScript3.0っていう壁があって、更にその前にオブジェクト指向の概念っていう壁がある。

遠かれ高かれ、いずれは乗り越える壁として今はとにかくJavaッス。
        
    </content>
</entry>
<entry>
    <title>ウサビッチ！</title>
    <link rel="alternate" type="text/html" href="http://www.shacolon.com/2008/04/post_55.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.shacolon.com/cgi/mt/mt-atom.cgi/weblog/blog_id=9/entry_id=162" title="ウサビッチ！" />
    <id>tag:www.shacolon.com,2008://9.162</id>
    
    <published>2008-04-19T14:39:26Z</published>
    <updated>2008-07-26T09:21:29Z</updated>
    
    <summary></summary>
    <author>
        <name>あいろん</name>
        <uri>http://www.shacolon.com</uri>
    </author>
            <category term="ひとりごと" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.shacolon.com/">
        <![CDATA[<img src="http://www.shacolon.com/images/080419_233708.jpg" />]]>
        
    </content>
</entry>
<entry>
    <title>HTMLに限界を感じる</title>
    <link rel="alternate" type="text/html" href="http://www.shacolon.com/2008/01/htmliso2022jpbgyrcjes4qjmmjhi0.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.shacolon.com/cgi/mt/mt-atom.cgi/weblog/blog_id=9/entry_id=161" title="HTMLに限界を感じる" />
    <id>tag:www.shacolon.com,2008://9.161</id>
    
    <published>2008-01-30T00:37:30Z</published>
    <updated>2008-01-30T04:31:46Z</updated>
    
    <summary>確かにHTMLでマークアップするだけで簡単にWebサイトが作れるのはいいんだけれ...</summary>
    <author>
        <name>あいろん</name>
        <uri>http://www.shacolon.com</uri>
    </author>
            <category term="Webのこと" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.shacolon.com/">
        確かにHTMLでマークアップするだけで簡単にWebサイトが作れるのはいいんだけれども、簡単すぎるがゆえに“誰でも作れる”ようになってしまった。これが今のWebサイトの進化に歯止めをかけているような気がするんです。

インターネットを万人ユーザーが使えるように、多くの情報の中から検索できる検索エンジンがあって…SEO対策とかいうつまらん小技のおかげでつまらんWebサイトが溢れてしまっています。

本来文書構造を記述するためのHTMLなのに、完全に“ブラウザに表示するためのHTML”になってしまっている。HTMLがいかに中途半端な仕様で、それを許してしまっているブラウザや検索エンジンがいかに苦労しているかよくわかります。

そこで考えたんだけども、よくHTMLとCSSの関係性について「文書構造と見栄えの分離」というふうに例えられます。ただ、まだCSSは不完全で、ブラウザによっても表示が異なります。これは開発者のみならずユーザーにも優しくないわけなので、問題なのです。

ならば、「表示のためのHTML」と「文書構造を表すXML」なんていうもので構成してみたらどうかと思う。ブラウザは表示のためにHTMLを参照する。音声ブラウザや検索エンジン、その他構造処理が必要な機能はXMLを参照する。

そうすれば、『過去の資産』を活かしながら構造化できる。

とかってW3Cに提案したい（笑）まぁ、「誰がやるのか」という最大の問題点は、今となっては解決しがたいものではありますけども。
        
    </content>
</entry>
<entry>
    <title>WindowsVistaでヘルプとサポートが起動しないエラーの対策</title>
    <link rel="alternate" type="text/html" href="http://www.shacolon.com/2007/07/windowsvista.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.shacolon.com/cgi/mt/mt-atom.cgi/weblog/blog_id=9/entry_id=158" title="WindowsVistaでヘルプとサポートが起動しないエラーの対策" />
    <id>tag:www.shacolon.com,2007://9.158</id>
    
    <published>2007-07-01T11:36:12Z</published>
    <updated>2007-07-01T12:01:50Z</updated>
    
    <summary>Windows Vistaを使っていると、いつの間にかヘルプとサポートが起動しな...</summary>
    <author>
        <name>あいろん</name>
        <uri>http://www.shacolon.com</uri>
    </author>
            <category term="Webのこと" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.shacolon.com/">
        <![CDATA[Windows Vistaを使っていると、いつの間にかヘルプとサポートが起動しなくなるという現象が発生していました。ちょっとがんばって調べてみると、原因はDreamweaver 8のインストールでした。

これはWindows VistaにXMLファイルを扱うアプリケーションをインストールするとヘルプとサポートが「Internet Explorerでは、help - / をダウンロードできません」というメッセージと共に起動しなくなるというものです。根本的な原因は、Windows Vistaがヘルプとサポートで使用しているコンテンツがXMLまたはXHTMLで設計されていることで、レジストリを変更することで解決できます。

<a href="http://www.windows-now.com/blogs/kmkenney/archive/2006/11/25/fix-windows-vista-help-and-support.aspx">http://www.windows-now.com/blogs/kmkenney/archive/2006/11/25/
fix-windows-vista-help-and-support.aspx</a>

このサイトから「Fix_Windows_Vista_Help_and_Support.zip」をダウンロードし、解凍したファイルの.regファイルをダブルクリックしてレジストリを追加したのちにPCを再起動すれば完了です。

<a href="http://www.windows-now.com/files/folders/tweaks/entry24711.aspx">http://www.windows-now.com/files/folders/tweaks/entry24711.aspx</a>
このページの「Download」をクリックすればダウンロードできます。]]>
        
    </content>
</entry>
<entry>
    <title>毎朝、朝マック。</title>
    <link rel="alternate" type="text/html" href="http://www.shacolon.com/2007/04/post_54.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.shacolon.com/cgi/mt/mt-atom.cgi/weblog/blog_id=9/entry_id=157" title="毎朝、朝マック。" />
    <id>tag:www.shacolon.com,2007://9.157</id>
    
    <published>2007-04-06T00:30:54Z</published>
    <updated>2007-04-07T07:11:54Z</updated>
    
    <summary>最近…というか、会社勤めになってから毎朝 朝マックしてます。 駅についたら100...</summary>
    <author>
        <name>あいろん</name>
        <uri>http://www.shacolon.com</uri>
    </author>
            <category term="ひとりごと" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.shacolon.com/">
        最近…というか、会社勤めになってから毎朝 朝マックしてます。
駅についたら100円持ってマックに走る。熱いコーヒー受け取ったらまったりタイム。
いやー、社会人っすね。

でもこの時間は絶対仕事とかしないです。絶対考えないです。ただただ、眠気を覚ますだけです。
会社ついたら300通のメールとにらめっこ。
        
    </content>
</entry>

</feed> 

