<?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>2GRAVITY</title>
	<atom:link href="http://2g.atsukitaira.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://2g.atsukitaira.com</link>
	<description>Weblog of design, webclips, diary, books, and more...</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:48:38 +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>jQueryを使った長い縦スクロールページの現在地による制御</title>
		<link>http://2g.atsukitaira.com/javascript/jquery/813/</link>
		<comments>http://2g.atsukitaira.com/javascript/jquery/813/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 06:47:52 +0000</pubDate>
		<dc:creator>_atsuki</dc:creator>
				<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://2g.atsukitaira.com/?p=813</guid>
		<description><![CDATA[パララックス（視差）効果やページ内のスムーズスクロールなど、見せ方に動きをつけた縦長1ページで構成されるhtmlサイトが流行っていますが、ページ内の現在位置を取得してナビゲーションをアクティブに変更したり、要素をフェード [...]]]></description>
		<wfw:commentRss>http://2g.atsukitaira.com/javascript/jquery/813/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQueryを利用したシンプルな画像ロールオーバー</title>
		<link>http://2g.atsukitaira.com/javascript/jquery/803/</link>
		<comments>http://2g.atsukitaira.com/javascript/jquery/803/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 06:22:41 +0000</pubDate>
		<dc:creator>_atsuki</dc:creator>
				<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://2g.atsukitaira.com/?p=803</guid>
		<description><![CDATA[class属性に「imgover」を指定したimg要素に対し、ロールオーバーで画像を置換する方法。
拡張子の前に「_o」を付けたロールオーバー用の画像さえ同階層にあれば、jQueryだけで簡単に実装できます。
ex）ロー [...]]]></description>
		<wfw:commentRss>http://2g.atsukitaira.com/javascript/jquery/803/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>html5のリセットCSS（+α）</title>
		<link>http://2g.atsukitaira.com/htmlcss/html5/785/</link>
		<comments>http://2g.atsukitaira.com/htmlcss/html5/785/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 04:21:30 +0000</pubDate>
		<dc:creator>_atsuki</dc:creator>
				<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://2g.atsukitaira.com/?p=785</guid>
		<description><![CDATA[前回のエントリー「iPhone向けサイトのリセットCSS（暫定版）」に引き続き、html5コーディング用のリセットCSSとよく使う項目をフォーマット化した自分用メモ。
基本的な要素は入っているので僕の場合はほとんどこれで [...]]]></description>
		<wfw:commentRss>http://2g.atsukitaira.com/htmlcss/html5/785/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone向けサイトのリセットCSS（暫定版）</title>
		<link>http://2g.atsukitaira.com/htmlcss/773/</link>
		<comments>http://2g.atsukitaira.com/htmlcss/773/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 02:06:09 +0000</pubDate>
		<dc:creator>_atsuki</dc:creator>
				<category><![CDATA[html/css]]></category>

		<guid isPermaLink="false">http://2g.atsukitaira.com/?p=773</guid>
		<description><![CDATA[iPhone向けのサイトでは、ターゲットとなるブラウザはMobile Safariのみなので、本来は要素のデフォルトスタイルをリセットする必要はありませんが、marginやpaddingなどレイアウトに関するスタイルは最 [...]]]></description>
		<wfw:commentRss>http://2g.atsukitaira.com/htmlcss/773/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>javascriptによるアクセスの振り分け</title>
		<link>http://2g.atsukitaira.com/javascript/752/</link>
		<comments>http://2g.atsukitaira.com/javascript/752/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 09:23:47 +0000</pubDate>
		<dc:creator>_atsuki</dc:creator>
				<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://2g.atsukitaira.com/?p=752</guid>
		<description><![CDATA[javascriptを利用し、アクセスするデバイスに応じてそれぞれのサイトに誘導する方法です。
各デバイス向けに最適化したサイトがある場合、対象ユーザーをそのサイトへと誘導しなければなりません。
このとき、PC向けサイト [...]]]></description>
		<wfw:commentRss>http://2g.atsukitaira.com/javascript/752/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>謹賀新年</title>
		<link>http://2g.atsukitaira.com/uncategorized/762/</link>
		<comments>http://2g.atsukitaira.com/uncategorized/762/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 03:36:33 +0000</pubDate>
		<dc:creator>_atsuki</dc:creator>
				<category><![CDATA[uncategorized]]></category>

		<guid isPermaLink="false">http://2g.atsukitaira.com/?p=762</guid>
		<description><![CDATA[あけましておめでとうございます。（遅）
昨年は震災などで大変な年になりましたが、今年は皆さまにとってよりよい年となるようこの場を借りてお祈り申し上げます。
今年もどうぞよろしくお願いいたします。
]]></description>
		<wfw:commentRss>http://2g.atsukitaira.com/uncategorized/762/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQueryのセレクターまとめ</title>
		<link>http://2g.atsukitaira.com/javascript/jquery/727/</link>
		<comments>http://2g.atsukitaira.com/javascript/jquery/727/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 15:21:32 +0000</pubDate>
		<dc:creator>_atsuki</dc:creator>
				<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://2g.atsukitaira.com/?p=727</guid>
		<description><![CDATA[jQueryを使ってHTMLの要素を指定する際に使用できるセレクター一覧表


名称
書式
指定対象


CSSでよく利用されるセレクター


要素セレクター
$(&#34;要素名&#34;)
特定の要素


IDセ [...]]]></description>
		<wfw:commentRss>http://2g.atsukitaira.com/javascript/jquery/727/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQueryの基本構文</title>
		<link>http://2g.atsukitaira.com/javascript/jquery/691/</link>
		<comments>http://2g.atsukitaira.com/javascript/jquery/691/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 19:26:52 +0000</pubDate>
		<dc:creator>_atsuki</dc:creator>
				<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://2g.atsukitaira.com/?p=691</guid>
		<description><![CDATA[jQueryでスクリプトを書くときにはほとんどの場合、まずhtmlが読み込まれたときに実行する命令であるready関数を記述し、その内側に命令を書いていきます。
命令には、その対象である「セレクター」と、何らかのきっかけ [...]]]></description>
		<wfw:commentRss>http://2g.atsukitaira.com/javascript/jquery/691/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>links for 2011-09-16</title>
		<link>http://2g.atsukitaira.com/bookmarks/690/</link>
		<comments>http://2g.atsukitaira.com/bookmarks/690/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 14:37:37 +0000</pubDate>
		<dc:creator>_atsuki</dc:creator>
				<category><![CDATA[bookmarks]]></category>

		<guid isPermaLink="false">http://2g.atsukitaira.com/uncategorized/690/</guid>
		<description><![CDATA[

いまさら聞けない＞＜； 基礎から学ぶ「HTML5」超入門！ &#124; KAYAC DESIGNER&#039;S BLOG &#8211; デザインやマークアップの話
(tags: html5)


]]></description>
		<wfw:commentRss>http://2g.atsukitaira.com/bookmarks/690/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>links for 2011-09-14</title>
		<link>http://2g.atsukitaira.com/bookmarks/689/</link>
		<comments>http://2g.atsukitaira.com/bookmarks/689/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 14:13:22 +0000</pubDate>
		<dc:creator>_atsuki</dc:creator>
				<category><![CDATA[bookmarks]]></category>

		<guid isPermaLink="false">http://2g.atsukitaira.com/uncategorized/689/</guid>
		<description><![CDATA[

スタイルシート［CSS］/CSSの基本/ID名とクラス名 &#8211; TAG index Webサイト
(tags: css html cording)


まったくのゼロから、独学でWebデザイナーになる方法  [...]]]></description>
		<wfw:commentRss>http://2g.atsukitaira.com/bookmarks/689/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

