<?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>暫定的な置き場 &#187; WEB</title>
	<atom:link href="http://ist.xilab.org/blog/tag/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://ist.xilab.org/blog</link>
	<description>デジタルガジェット、WEB関連の話題がメインのブログ</description>
	<lastBuildDate>Wed, 03 Nov 2010 05:55:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>テキストリンク &#8211; firefoxアドオン</title>
		<link>http://ist.xilab.org/blog/digital/20100121/</link>
		<comments>http://ist.xilab.org/blog/digital/20100121/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 01:26:34 +0000</pubDate>
		<dc:creator>psyclone</dc:creator>
				<category><![CDATA[デジタル]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[WEB]]></category>

		<guid isPermaLink="false">http://ist.xilab.org/blog/?p=40</guid>
		<description><![CDATA[firefox のアドオンはたくさんあるけれど、テキストリンクっていうアドオンがかゆいところに手の届く感じでオススメ。
テキストリンク (Text Link) :: Add-ons for Firefox
httpとかttpで始まる文字列をダブルクリックすると（リンクがはられてないただのテキストでも）自動的にそのリンクを開くっていうアドオンです。
ニコニコとか掲示板とかよく見る人にはかなりオススメです。




]]></description>
			<content:encoded><![CDATA[<p>firefox のアドオンはたくさんあるけれど、テキストリンクっていうアドオンがかゆいところに手の届く感じでオススメ。</p>
<p><a href="https://addons.mozilla.org/ja/firefox/addon/1939">テキストリンク (Text Link) :: Add-ons for Firefox</a></p>
<p>httpとかttpで始まる文字列をダブルクリックすると（リンクがはられてないただのテキストでも）自動的にそのリンクを開くっていうアドオンです。<br />
ニコニコとか掲示板とかよく見る人にはかなりオススメです。</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-3126350446016199";
/* 468x15 link unit */
google_ad_slot = "2782844518";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://ist.xilab.org/blog/digital/20100121/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ページ内リンクをなめらかに移動するJavaScript</title>
		<link>http://ist.xilab.org/blog/digital/20070106/</link>
		<comments>http://ist.xilab.org/blog/digital/20070106/#comments</comments>
		<pubDate>Sat, 06 Jan 2007 10:52:47 +0000</pubDate>
		<dc:creator>psyclone</dc:creator>
				<category><![CDATA[デジタル]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[WEB]]></category>

		<guid isPermaLink="false">http://ist.xilab.org/blog/?p=6</guid>
		<description><![CDATA[タイトルの通り、ページ内リンクの移動をなめらかにするJavaScriptです。
ページの先頭になめらかに戻るスクリプトは結構紹介されていることが多いのですが、ページ内の指定したIDに移動できるスクリプトは少ないと思ったのでここで紹介。まんま他人のブログのパクリｗ
web-conte.com &#124; ページ内リンク（ID）にするするっと移動する
web-conte.com &#124; 続・ページ内リンク（ID）にするするっと移動する
2010.01.11追記：リンク先に修正版を追加。
外部JavaScriptを用意するだけで簡単に出来るのでページ内の移動リンクがある場合はぜひ導入をオススメしますよ～。
見た目かっこいいし、なによりリンク動作が視覚的にわかりやすい。
前まで使ってたJavaScriptだとページの先頭or末尾にしかなめらかに移動できなかったので、このスクリプトに変えてみようと思います。移動スピードとかはちょっぴり調整するかも。




]]></description>
			<content:encoded><![CDATA[<p>タイトルの通り、ページ内リンクの移動をなめらかにするJavaScriptです。</p>
<p>ページの先頭になめらかに戻るスクリプトは結構紹介されていることが多いのですが、ページ内の指定したIDに移動できるスクリプトは少ないと思ったのでここで紹介。まんま他人のブログのパクリｗ</p>
<p><a href="http://web-conte.com/blue/200610/24_1636.php">web-conte.com | ページ内リンク（ID）にするするっと移動する</a><br />
<a href="http://web-conte.com/blue/200707/23_2151.php">web-conte.com | 続・ページ内リンク（ID）にするするっと移動する</a><br />
2010.01.11追記：リンク先に修正版を追加。</p>
<p>外部JavaScriptを用意するだけで簡単に出来るのでページ内の移動リンクがある場合はぜひ導入をオススメしますよ～。<br />
見た目かっこいいし、なによりリンク動作が視覚的にわかりやすい。<br />
前まで使ってたJavaScriptだとページの先頭or末尾にしかなめらかに移動できなかったので、このスクリプトに変えてみようと思います。移動スピードとかはちょっぴり調整するかも。</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-3126350446016199";
/* 468x15 link unit */
google_ad_slot = "2782844518";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://ist.xilab.org/blog/digital/20070106/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

