<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>KT-design information</title>
	<atom:link href="http://kt-d.biz/wp/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://kt-d.biz/wp</link>
	<description>movabletype to wordpress</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:01:30 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>MAMPでホストの登録を間違えた</title>
		<link>http://kt-d.biz/wp/?p=188</link>
		<comments>http://kt-d.biz/wp/?p=188#comments</comments>
		<pubDate>Thu, 09 Feb 2012 13:01:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WEB+DB]]></category>

		<guid isPermaLink="false">http://kt-d.biz/wp/?p=188</guid>
		<description><![CDATA[ローカル上で作業をおこなおうと思い、実際のドメインを打ち込んだら、逆にローカルの環境（バーチャル）しか表示されなくなった。 非常に焦る。。。 調べてみると MAMPでバーチャルホストの設定方法 hostsの編集MACでは &#8230; <a href="http://kt-d.biz/wp/?p=188">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>ローカル上で作業をおこなおうと思い、実際のドメインを打ち込んだら、逆にローカルの環境（バーチャル）しか表示されなくなった。</p>
<p>非常に焦る。。。</p>
<p>調べてみると</p>
<p>MAMPでバーチャルホストの設定方法<br />
hostsの編集MACでは直接編集できないので、ターミナルでの操作が必要。</p>
<p>  1. アプリケーション/ユーティリティ/ターミナルを起動。<br />
  2. sudo vi /private/etc/hostsを入力する<br />
  3. PCのパスワードを入力する。<br />
  4. &#8220;a&#8221;キーを押して挿入モードにする。<br />
カーソルの前に挿入する場合は&#8221;i&#8221;キーで挿入モードにする。<br />
（文字を削除する場合は&#8221;x&#8221;キー）<br />
  5. IPとドメインを入力する。<br />
127.0.0.1 example<br />
  6. &#8220;esc&#8221;キーでノーマルモードにする</p>
<p>  7. &#8220;:w&#8221;で保存する<br />
保存できない場合は&#8221;:w!&#8221;で保存。<br />
  8. &#8220;:q&#8221;で終了する。<br />
(保存せずに終了する場合は&#8221;:q!&#8221;)</p>
<p>という記載をサイトで発見。</p>
<p>ありがたい、神の啓示か！</p>
<p>早速実行して、ターミナルで引っかかっていたドメインネームを削除。</p>
<p>修復完了です。</p>
<p>まだまだ、ですね。</p>
]]></content:encoded>
			<wfw:commentRss>http://kt-d.biz/wp/?feed=rss2&#038;p=188</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DWで自分が登録したショートカットのありか</title>
		<link>http://kt-d.biz/wp/?p=180</link>
		<comments>http://kt-d.biz/wp/?p=180#comments</comments>
		<pubDate>Thu, 07 Jul 2011 08:50:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[雑記]]></category>

		<guid isPermaLink="false">http://kt-d.biz/wp/?p=180</guid>
		<description><![CDATA[Windowsの場合 C:\Documents and Settings\ユーザー名\Application Data\Adobe\Dreamweaver 9\Configuration\Menus\Custom Set &#8230; <a href="http://kt-d.biz/wp/?p=180">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<dl>
<dt>Windowsの場合</dt>
<dd>C:\Documents and Settings\ユーザー名\Application Data\Adobe\Dreamweaver 9\Configuration\Menus\Custom Sets\セット名.xml</dd>
<dt>Macintoshの場合</dt>
<dd>ホームフォルダ/ライブラリ/Application Support/Adobe/Dreamweaver 9/Configuration/Menus/Custom Sets/セット名.xml</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://kt-d.biz/wp/?feed=rss2&#038;p=180</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MAMPでテストサーバー</title>
		<link>http://kt-d.biz/wp/?p=176</link>
		<comments>http://kt-d.biz/wp/?p=176#comments</comments>
		<pubDate>Thu, 07 Jul 2011 02:26:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DESIGN WEB]]></category>

		<guid isPermaLink="false">http://kt-d.biz/wp/?p=176</guid>
		<description><![CDATA[http://syake-web.com/blog/2011/03/30/mamp-start/ にて詳細な情報が記載されていました。ありがたいです。]]></description>
			<content:encoded><![CDATA[<p>http://syake-web.com/blog/2011/03/30/mamp-start/</p>
<p>にて詳細な情報が記載されていました。ありがたいです。</p>
]]></content:encoded>
			<wfw:commentRss>http://kt-d.biz/wp/?feed=rss2&#038;p=176</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPressで日本語の訳語を都合のいい言葉に修正</title>
		<link>http://kt-d.biz/wp/?p=168</link>
		<comments>http://kt-d.biz/wp/?p=168#comments</comments>
		<pubDate>Sun, 27 Mar 2011 11:40:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS覚え書き]]></category>

		<guid isPermaLink="false">http://kt-d.biz/wp/?p=168</guid>
		<description><![CDATA[ワードプレスのtwenty-tenで表示される、 カテゴリー、コメントなどの日本語、phpのどこで管理しているんだろう？？？ きっと、●●phpのどこぞで書き換えるんだな。。。 軽い気持ちで、取り組み始めました。。 いや &#8230; <a href="http://kt-d.biz/wp/?p=168">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>ワードプレスのtwenty-tenで表示される、</p>
<p>カテゴリー、コメントなどの日本語、phpのどこで管理しているんだろう？？？</p>
<p>きっと、●●phpのどこぞで書き換えるんだな。。。</p>
<p>軽い気持ちで、取り組み始めました。。</p>
<p>いやいや、管理画面から開ける全てのソースの端から端まで見まくりました。</p>
<p>けれど、管理画面ではついに見つけられじ。。。</p>
<p>元が英語版ならローカライズ時の奮闘記などがググれるかもと思い，</p>
<p>検索してみると、ようやく</p>
<p>ja.poなる謎のファイルに行き着きました。</p>
<p>ああ、そういえばlanguageっていうフォルダーがあったね！</p>
<p>こうなると、謎解きはクイクイ進みました。</p>
<p>そして、</p>
<p><a href="http://atahualpa.blog16.fc2.com/blog-entry-90.html" target="_blank">http://atahualpa.blog16.fc2.com/blog-entry-90.htm</a>l</p>
<p>こちらの記事が本当にズバリで助かりました。</p>
<h3>Poeditでja.poを書き換えるのですね。ja.moはかってにできるんですね！</h3>
<p>できた！</p>
<p>本当にスッキリしました。出来てみれば何の事はない。。</p>
<p>けれど、たどり着くまでには痺れました。。</p>
<p>登山道を無視して、山に登るがごとしです。</p>
<p>下調べと、入念な資料チェック、準備をして、</p>
<p>山には登るべきです。</p>
<p>ワードプレス連峰の21山で本日、軽く遭難しました。。。</p>
<p>とほほ。。</p>
]]></content:encoded>
			<wfw:commentRss>http://kt-d.biz/wp/?feed=rss2&#038;p=168</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>webFont</title>
		<link>http://kt-d.biz/wp/?p=153</link>
		<comments>http://kt-d.biz/wp/?p=153#comments</comments>
		<pubDate>Wed, 23 Mar 2011 23:23:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS覚え書き]]></category>
		<category><![CDATA[雑記]]></category>

		<guid isPermaLink="false">http://kt-d.biz/wp/?p=153</guid>
		<description><![CDATA[@font-face { font-family: Graublauweb; src: url(&#8216;Graublauweb.eot&#8217;); /* IE9 Compatibility Modes */  &#8230; <a href="http://kt-d.biz/wp/?p=153">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>@font-face {<br />
font-family: Graublauweb;<br />
src: url(&#8216;Graublauweb.eot&#8217;); /* IE9 Compatibility Modes */<br />
src: url(&#8216;Graublauweb.eot?&#8217;) format(&#8216;eot&#8217;),  /* IE6-IE8 */<br />
url(&#8216;Graublauweb.woff&#8217;) format(&#8216;woff&#8217;), /* Modern Browsers */<br />
url(&#8216;Graublauweb.ttf&#8217;)  format(&#8216;truetype&#8217;), /* Safari, Android, iOS */<br />
url(&#8216;Graublauweb.svg#svgGraublauweb&#8217;) format(&#8216;svg&#8217;); /* Legacy iOS */<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://kt-d.biz/wp/?feed=rss2&#038;p=153</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>@importは危険</title>
		<link>http://kt-d.biz/wp/?p=146</link>
		<comments>http://kt-d.biz/wp/?p=146#comments</comments>
		<pubDate>Thu, 10 Mar 2011 11:21:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[雑記]]></category>

		<guid isPermaLink="false">http://kt-d.biz/wp/?p=146</guid>
		<description><![CDATA[IEさんは@importがお嫌いなようで。工夫をして@importを読み込まさせるより、使わない方がスッキリ行けると思いました。 一時期複数のcssと、ハックで迷宮のようなものになってましたが、だいぶ最近はシンプルで行け &#8230; <a href="http://kt-d.biz/wp/?p=146">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>IEさんは@importがお嫌いなようで。工夫をして@importを読み込まさせるより、使わない方がスッキリ行けると思いました。<br />
一時期複数のcssと、ハックで迷宮のようなものになってましたが、だいぶ最近はシンプルで行けるのではないかなと。</p>
<p>http://desperadoes.biz/style/base/index.php#d1</p>
]]></content:encoded>
			<wfw:commentRss>http://kt-d.biz/wp/?feed=rss2&#038;p=146</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>マニュアル執筆中</title>
		<link>http://kt-d.biz/wp/?p=143</link>
		<comments>http://kt-d.biz/wp/?p=143#comments</comments>
		<pubDate>Tue, 01 Mar 2011 08:13:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[雑記]]></category>

		<guid isPermaLink="false">http://kt-d.biz/wp/?p=143</guid>
		<description><![CDATA[より簡単に使えるようなマニュアルをまとめています]]></description>
			<content:encoded><![CDATA[<p>より簡単に使えるようなマニュアルをまとめています</p>
]]></content:encoded>
			<wfw:commentRss>http://kt-d.biz/wp/?feed=rss2&#038;p=143</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TwentyTenのポップアップメニューをIE6で</title>
		<link>http://kt-d.biz/wp/?p=139</link>
		<comments>http://kt-d.biz/wp/?p=139#comments</comments>
		<pubDate>Mon, 28 Feb 2011 01:42:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WEB DESIGN]]></category>

		<guid isPermaLink="false">http://kt-d.biz/wp/?p=139</guid>
		<description><![CDATA[TwentyTenのポップアップメニューをIE6でというやつ body{behavior:url(&#8220;csshover.htc&#8221;);} * html #access ul li:hover ul { &#8230; <a href="http://kt-d.biz/wp/?p=139">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>TwentyTenのポップアップメニューをIE6でというやつ<br />
body{behavior:url(&#8220;csshover.htc&#8221;);}<br />
* html  #access ul li:hover ul {display: block;}</p>
<p>をスタイルのメニューのところで加筆したら可能になりました。</p>
<p>&nbsp;</p>
<p>ついでに、透過pngを可能にするプラグインがあるので、入れておけば厄介な問題がもう一つ片付きます。</p>
<p>私は<strong>HITS- IE6 PNGFixを入れました。</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://kt-d.biz/wp/?feed=rss2&#038;p=139</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ワードプレスのプルダウンメニューの子孫メニューがIE6で出ない！！</title>
		<link>http://kt-d.biz/wp/?p=137</link>
		<comments>http://kt-d.biz/wp/?p=137#comments</comments>
		<pubDate>Wed, 23 Feb 2011 02:35:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS覚え書き]]></category>
		<category><![CDATA[WEB]]></category>
		<category><![CDATA[WEB DESIGN]]></category>

		<guid isPermaLink="false">http://kt-d.biz/wp/?p=137</guid>
		<description><![CDATA[IE6はa要素以外にはhover擬似クラスが対応しないということで、 Whatever:hoverの「csshover.htc」を使用し、他の要素にもhover疑似クラスを使用。 csshover.htcをDLしたら、W &#8230; <a href="http://kt-d.biz/wp/?p=137">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>IE6はa要素以外にはhover擬似クラスが対応しないということで、<br />
Whatever:hoverの「csshover.htc」を使用し、他の要素にもhover疑似クラスを使用。<br />
csshover.htcをDLしたら、WPの階層へアップし，<br />
まずはスタイルシートに絶対パスで書いて。。</p>
<blockquote><p>ul#menu-eng { /* IE6 対策 */<br />
behavior: url(&#8220;http://asdfghj.com/csshover.htc&#8221;);<br />
margin: 0px;<br />
padding: 0px;<br />
list-style: none;<br />
}</p>
<p>ul#menu-eng a {<br />
/* color: #FFFFFF;<br />
text-decoration: none;*/<br />
color: #aaa;<br />
display: block;<br />
line-height: 38px;<br />
padding: 0 10px;<br />
text-decoration: none;<br />
background-color: #333;<br />
text-align: center;<br />
width: auto;<br />
white-space: nowrap;<br />
}<br />
ul#menu-eng a:link,<br />
ul#menu-eng a:visited {<br />
background: #333;</p>
<p>}<br />
ul#menu-eng a:hover,<br />
ul#menu-eng a:active {<br />
color: #FF0;      background: #999;<br />
}</p>
<p>ul#menu-eng li {<br />
float: left;<br />
position: relative;<br />
margin: 0;<br />
width: 9em;<br />
height: 2em;<br />
font-weight: bold;<br />
line-height: 2em;<br />
list-style: none;</p>
<p>}<br />
ul#menu-eng li a {<br />
display: block;<br />
width: auto;<br />
height: 38px;<br />
text-align: center;</p>
<p>}</p>
<p>/* 下層のメニューを不可視に */<br />
ul#menu-eng li ul {<br />
display: none;<br />
}</p>
<p>/* 疑似要素 :hover で下層のメニューを可視に */<br />
ul#menu-eng li:hover ul {<br />
display: block;<br />
position: absolute;<br />
z-index: 100;</p>
<p>}</p>
<p>ul#menu-eng li ul li {<br />
float: none;<br />
margin: 0;<br />
height:38px;<br />
font-weight: normal;width: 180px;<br />
}</p></blockquote>
<p>もとからのスタイルのMenuのところで、干渉する項目を微調整。</p>
<p>こんな感じで何とかなりました。</p>
<p>参考にさせていただきました</p>
<p><a href="http://c-brains.jp/blog/wsg/08/06/05-155929.php">[使える CSS テクニック] CSSで実現するプルダウンメニュー | バシャログ。</a></p>
<p><a href="http://coliss.com/articles/build-websites/operation/css/1036.html">[CSS]IE6でよく遭遇する6つのバグとその解決方法 | コリス</a></p>
<p><a href="http://retujyou.com/2007/03/20/csshoverhtc/">IEで全ての要素に:hover擬似クラスセレクタを適応させるスクリプト | retujyou.com どうにもならない劣情の種子を植え付けられたばかりに</a></p>
<p><a href="http://www.xs4all.nl/%7Epeterned/csshover.html">Whatever:hover</a></p>
<p><a href="http://www.brooklyn.jp/blog/css/htc-%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%81%AE%E6%A0%BC%E7%B4%8D%E5%A0%B4%E6%89%80.html">GRAM | グラム » HTC ファイルの格納場所</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kt-d.biz/wp/?feed=rss2&#038;p=137</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新年明けましておめでとうございます</title>
		<link>http://kt-d.biz/wp/?p=132</link>
		<comments>http://kt-d.biz/wp/?p=132#comments</comments>
		<pubDate>Tue, 04 Jan 2011 00:14:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[雑記]]></category>

		<guid isPermaLink="false">http://kt-d.biz/wp/?p=132</guid>
		<description><![CDATA[ケーティーデザインは 1/4より業務を開始いたします。 2011年もどうぞよろしくお願いいたします。]]></description>
			<content:encoded><![CDATA[<p>ケーティーデザインは<br />
1/4より業務を開始いたします。<br />
2011年もどうぞよろしくお願いいたします。</p>
]]></content:encoded>
			<wfw:commentRss>http://kt-d.biz/wp/?feed=rss2&#038;p=132</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

