<?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>ネクスト研究日記</title>
	<atom:link href="http://blog.photoip.net/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.photoip.net</link>
	<description>分散ネットワークシステムや次世代技術についての情報を掲載していこうと思います。</description>
	<lastBuildDate>Thu, 10 May 2012 12:40:58 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>マウスホイール　移動距離　計測　JavaScript</title>
		<link>http://blog.photoip.net/archives/7</link>
		<comments>http://blog.photoip.net/archives/7#comments</comments>
		<pubDate>Thu, 10 May 2012 12:39:46 +0000</pubDate>
		<dc:creator>next</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://blog.photoip.net/?p=7</guid>
		<description><![CDATA[マウスホイールの移動距離をクロスブラウザ対応で取得する方法 &#60;html&#62; &#60;head&#62; &#60;meta charset=&#8221;UTF-8&#8243; /&#62; &#60;script type=&#8221;text/javascript&#8221;&#62; window.onload = function(){ //Firefox if(window.addEventListener){ window.addEventListener(&#8216;DOMMouseScroll&#8217;, function(){ alert(&#8216;hello&#8217;); }, false); } //IE if(document.attachEvent){ document.attachEvent(&#8216;onmousewheel&#8217;, function(){ alert(&#8216;hello&#8217;); }); } //Chrome window.onmousewheel = function(){ alert(&#8216;hello&#8217;); } } &#60;/script&#62; &#60;/head&#62; &#60;body&#62; &#60;/body&#62; &#60;/html&#62; &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p>マウスホイールの移動距離をクロスブラウザ対応で取得する方法</p>
<blockquote><p>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;meta charset=&#8221;UTF-8&#8243; /&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
window.onload = function(){<br />
//Firefox<br />
if(window.addEventListener){<br />
window.addEventListener(&#8216;DOMMouseScroll&#8217;, function(){<br />
alert(&#8216;hello&#8217;);<br />
}, false);<br />
}</p>
<p>//IE<br />
if(document.attachEvent){<br />
document.attachEvent(&#8216;onmousewheel&#8217;, function(){<br />
alert(&#8216;hello&#8217;);<br />
});<br />
}</p>
<p>//Chrome<br />
window.onmousewheel = function(){<br />
alert(&#8216;hello&#8217;);<br />
}<br />
}<br />
&lt;/script&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p></blockquote>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.photoip.net/archives/7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>期限の重要性</title>
		<link>http://blog.photoip.net/archives/5</link>
		<comments>http://blog.photoip.net/archives/5#comments</comments>
		<pubDate>Wed, 09 May 2012 15:13:47 +0000</pubDate>
		<dc:creator>next</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://blog.photoip.net/?p=5</guid>
		<description><![CDATA[ブログのデータが吹っ飛んだため、ネクスト研究日記の再構築を開始。]]></description>
			<content:encoded><![CDATA[<p>ブログのデータが吹っ飛んだため、ネクスト研究日記の再構築を開始。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.photoip.net/archives/5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://blog.photoip.net/archives/1</link>
		<comments>http://blog.photoip.net/archives/1#comments</comments>
		<pubDate>Wed, 09 May 2012 15:10:27 +0000</pubDate>
		<dc:creator>next</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://blog.photoip.net/?p=1</guid>
		<description><![CDATA[WordPress へようこそ。これは最初の投稿です。編集もしくは削除してブログを始めてください !]]></description>
			<content:encoded><![CDATA[<p>WordPress へようこそ。これは最初の投稿です。編集もしくは削除してブログを始めてください !</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.photoip.net/archives/1/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

