<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xml:lang="ja">
	<channel>
		<title>おれ ここ めも かきなぐる おまえ ここ よむ なぐる</title>
		<link>http://subtech.g.hatena.ne.jp/h2u/</link>
		<description>おれ ここ めも かきなぐる おまえ ここ よむ なぐる</description>
		<dc:creator>h2u</dc:creator>


		<item>
			<title>Spinning the Web</title>
			<link>http://subtech.g.hatena.ne.jp/h2u/20110604/1307142761</link>

			<description><![CDATA[
		<div class="section">
			<p><a href="http://www.flickr.com/photos/meyerweb/sets/72157626750845115/with/5793221927/" target="_blank">http://www.flickr.com/photos/meyerweb/sets/72157626750845115/with/5793221927/</a></p>
			<p>単純に考えるとChromeならこんな感じでアドレスバーから叩けばできそう。Firefoxその他はベンダー拡張プリフィックスを変えれば動くんじゃないか。</p>
<pre>
javascript:document.styleSheets&#91;0].insertRule(&#34;&#42;{-webkit-transform:rotate(20deg);}&#34;, 0)
</pre>

			<p>どうやってるのか興味ある。transitionで30秒くらいかかるようにして擬似ランダムとかも面白そげ。</p>
			<p class="share-button sectionfooter"><a href="http://b.hatena.ne.jp/entry/http://subtech.g.hatena.ne.jp/h2u/%23" class="hatena-bookmark-button" data-hatena-bookmark-title="2011-06-04" data-hatena-bookmark-layout="standard" title="このエントリーをはてなブックマークに追加"><img src="http://b.st-hatena.com/images/entry-button/button-only.gif" alt="このエントリーをはてなブックマークに追加" width="20" height="20" style="border: none;" /></a><script type="text/javascript" src="http://b.st-hatena.com/js/bookmark_button.js" charset="utf-8" async="async"></script><a href="http://twitter.com/share" class="twitter-share-button" data-lang="ja" data-count="none" data-url="http://subtech.g.hatena.ne.jp/h2u/#" data-text="2011-06-04 - おれ ここ めも かきなぐる おまえ ここ よむ なぐる (id:h2u)">ツイートする</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js" charset="utf-8"></script><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsubtech.g.hatena.ne.jp%2Fh2u%2F%23&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe></p>

		</div>
]]></description>

			<dc:creator>h2u</dc:creator>

			<pubDate>Fri, 03 Jun 2011 23:12:41 GMT</pubDate>



		</item>

		<item>
			<title>+1ボタンはrel=canonicalを見る</title>
			<link>http://subtech.g.hatena.ne.jp/h2u/20110602/1306958748</link>

			<description><![CDATA[
		<div class="section">
			<p><a href="http://code.google.com/apis/+1button/#target-url" target="_blank">http://code.google.com/apis/+1button/#target-url</a></p>
			<p>素晴らしい。こういうところはGoogleらしいな。はてなスターの対応マダー？</p>
			<p>あわせて読まなくても別にいいです: <a href="http://i.hatena.ne.jp/idea/29643" target="_blank">http://i.hatena.ne.jp/idea/29643</a></p>
			<p class="share-button sectionfooter"><a href="http://b.hatena.ne.jp/entry/http://subtech.g.hatena.ne.jp/h2u/%23" class="hatena-bookmark-button" data-hatena-bookmark-title="2011-06-02" data-hatena-bookmark-layout="standard" title="このエントリーをはてなブックマークに追加"><img src="http://b.st-hatena.com/images/entry-button/button-only.gif" alt="このエントリーをはてなブックマークに追加" width="20" height="20" style="border: none;" /></a><script type="text/javascript" src="http://b.st-hatena.com/js/bookmark_button.js" charset="utf-8" async="async"></script><a href="http://twitter.com/share" class="twitter-share-button" data-lang="ja" data-count="none" data-url="http://subtech.g.hatena.ne.jp/h2u/#" data-text="2011-06-02 - おれ ここ めも かきなぐる おまえ ここ よむ なぐる (id:h2u)">ツイートする</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js" charset="utf-8"></script><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsubtech.g.hatena.ne.jp%2Fh2u%2F%23&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe></p>

		</div>
]]></description>

			<dc:creator>h2u</dc:creator>

			<pubDate>Wed, 01 Jun 2011 20:05:48 GMT</pubDate>



		</item>

		<item>
			<title>隣接兄弟セレクタによるclearfixは使えなかった</title>
			<link>http://subtech.g.hatena.ne.jp/h2u/20110526/1306405229</link>

			<description><![CDATA[
		<div class="section">
			<p>前にもコードだけ書いた。</p>
<pre class="syntax-highlight">
section <span class="synSpecial">+</span> <span class="synStatement">*</span> <span class="synIdentifier">{</span>
  <span class="synType">clear</span>: <span class="synType">both</span>;
<span class="synIdentifier">}</span>
</pre>

			<p>ちょっと試してみたけどその後ろでclearしたいという最大の目標は達成できるものの、その要素の高さがfloatしててはみ出す要素をおおうところまで拡大されないので実戦投入はしづらい感じだった。改めて::afterを使ったclearfixの完成度の高さに驚く。</p>
			<p class="share-button sectionfooter"><a href="http://b.hatena.ne.jp/entry/http://subtech.g.hatena.ne.jp/h2u/%23" class="hatena-bookmark-button" data-hatena-bookmark-title="2011-05-26" data-hatena-bookmark-layout="standard" title="このエントリーをはてなブックマークに追加"><img src="http://b.st-hatena.com/images/entry-button/button-only.gif" alt="このエントリーをはてなブックマークに追加" width="20" height="20" style="border: none;" /></a><script type="text/javascript" src="http://b.st-hatena.com/js/bookmark_button.js" charset="utf-8" async="async"></script><a href="http://twitter.com/share" class="twitter-share-button" data-lang="ja" data-count="none" data-url="http://subtech.g.hatena.ne.jp/h2u/#" data-text="2011-05-26 - おれ ここ めも かきなぐる おまえ ここ よむ なぐる (id:h2u)">ツイートする</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js" charset="utf-8"></script><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsubtech.g.hatena.ne.jp%2Fh2u%2F%23&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe></p>

		</div>
]]></description>

			<dc:creator>h2u</dc:creator>

			<pubDate>Thu, 26 May 2011 10:20:29 GMT</pubDate>



		</item>

		<item>
			<title>フォームはOSネイティブのままが良い</title>
			<link>http://subtech.g.hatena.ne.jp/h2u/20110525/1306335030</link>

			<description><![CDATA[
		<div class="section">
			<p>高齢者向けとかそういう問題ではなくてインタラクティブなものは逸脱したデザイン(色とかだけじゃなく)だと使いづらいとかそういう話ではないか。ウェブにおけるフォームに限らずソフトウェア等でも。Tab押したら隣のボタンに移動しなかったでござるとか-hかと思ったら/?だったとかiとEscでモードが切り替わるとかタイトルバーのところに変なかっこ悪いロゴ付きのボタンを付けるとかいろいろ。</p>
			<p>リンクが青色じゃないと…というのは似て非なる話。こちらは誤クリックをさせるまたは押してはいけないところを明示するベストプラクティスです。</p>
			<p class="share-button sectionfooter"><a href="http://b.hatena.ne.jp/entry/http://subtech.g.hatena.ne.jp/h2u/%23" class="hatena-bookmark-button" data-hatena-bookmark-title="2011-05-25" data-hatena-bookmark-layout="standard" title="このエントリーをはてなブックマークに追加"><img src="http://b.st-hatena.com/images/entry-button/button-only.gif" alt="このエントリーをはてなブックマークに追加" width="20" height="20" style="border: none;" /></a><script type="text/javascript" src="http://b.st-hatena.com/js/bookmark_button.js" charset="utf-8" async="async"></script><a href="http://twitter.com/share" class="twitter-share-button" data-lang="ja" data-count="none" data-url="http://subtech.g.hatena.ne.jp/h2u/#" data-text="2011-05-25 - おれ ここ めも かきなぐる おまえ ここ よむ なぐる (id:h2u)">ツイートする</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js" charset="utf-8"></script><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsubtech.g.hatena.ne.jp%2Fh2u%2F%23&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe></p>

		</div>
]]></description>

			<dc:creator>h2u</dc:creator>

			<pubDate>Wed, 25 May 2011 14:50:30 GMT</pubDate>



		</item>

		<item>
			<title>openに嫉妬</title>
			<link>http://subtech.g.hatena.ne.jp/h2u/20110525/1306316297</link>

			<description><![CDATA[
		<div class="section">
<pre class="syntax-highlight">
<span class="synComment">#!/bin/sh</span>

cmd //c <span class="synStatement">start</span> <span class="synStatement">&quot;</span><span class="synPreProc">$@</span><span class="synStatement">&quot;</span>
</pre>

			<p class="share-button sectionfooter"><a href="http://b.hatena.ne.jp/entry/http://subtech.g.hatena.ne.jp/h2u/%23" class="hatena-bookmark-button" data-hatena-bookmark-title="2011-05-25" data-hatena-bookmark-layout="standard" title="このエントリーをはてなブックマークに追加"><img src="http://b.st-hatena.com/images/entry-button/button-only.gif" alt="このエントリーをはてなブックマークに追加" width="20" height="20" style="border: none;" /></a><script type="text/javascript" src="http://b.st-hatena.com/js/bookmark_button.js" charset="utf-8" async="async"></script><a href="http://twitter.com/share" class="twitter-share-button" data-lang="ja" data-count="none" data-url="http://subtech.g.hatena.ne.jp/h2u/#" data-text="2011-05-25 - おれ ここ めも かきなぐる おまえ ここ よむ なぐる (id:h2u)">ツイートする</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js" charset="utf-8"></script><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsubtech.g.hatena.ne.jp%2Fh2u%2F%23&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe></p>

		</div>
]]></description>

			<dc:creator>h2u</dc:creator>

			<pubDate>Wed, 25 May 2011 09:38:17 GMT</pubDate>



		</item>

		<item>
			<title> Quirksモードやめたい!</title>
			<link>http://subtech.g.hatena.ne.jp/h2u/20110525/1306252279</link>

			<description><![CDATA[
		<div class="section">
			<p><a href="http://subtech.g.hatena.ne.jp/mayuki/20110524/1306233968" target="_blank">http://subtech.g.hatena.ne.jp/mayuki/20110524/1306233968</a></p>
			<blockquote>
			<p>「<a class="keyword" href="http://subtech.g.hatena.ne.jp/keyword/Quirks%E3%83%A2%E3%83%BC%E3%83%89%E3%82%84%E3%82%81%E3%81%9F%E3%81%84%21">Quirksモードやめたい!</a>」(自動でキーワードになります)と書くともれなくはてなグループ日記システムが判別して、問題ない場合にはとX-UA-Compatibleを出力します。</p>
			</blockquote>
			<p class="share-button sectionfooter"><a href="http://b.hatena.ne.jp/entry/http://subtech.g.hatena.ne.jp/h2u/%23" class="hatena-bookmark-button" data-hatena-bookmark-title="2011-05-25" data-hatena-bookmark-layout="standard" title="このエントリーをはてなブックマークに追加"><img src="http://b.st-hatena.com/images/entry-button/button-only.gif" alt="このエントリーをはてなブックマークに追加" width="20" height="20" style="border: none;" /></a><script type="text/javascript" src="http://b.st-hatena.com/js/bookmark_button.js" charset="utf-8" async="async"></script><a href="http://twitter.com/share" class="twitter-share-button" data-lang="ja" data-count="none" data-url="http://subtech.g.hatena.ne.jp/h2u/#" data-text="2011-05-25 - おれ ここ めも かきなぐる おまえ ここ よむ なぐる (id:h2u)">ツイートする</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js" charset="utf-8"></script><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsubtech.g.hatena.ne.jp%2Fh2u%2F%23&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe></p>

		</div>
]]></description>

			<dc:creator>h2u</dc:creator>

			<pubDate>Tue, 24 May 2011 15:51:19 GMT</pubDate>



		</item>

	</channel>
</rss>
