<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>WEB知識のメモ帳</title>
	<atom:link href="http://aithk2010it30.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://aithk2010it30.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 23 Jul 2010 04:03:23 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='aithk2010it30.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>WEB知識のメモ帳</title>
		<link>http://aithk2010it30.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aithk2010it30.wordpress.com/osd.xml" title="WEB知識のメモ帳" />
	<atom:link rel='hub' href='http://aithk2010it30.wordpress.com/?pushpress=hub'/>
		<item>
		<title>初心者のためのPHPについて３０＋の最善の習慣（要約）</title>
		<link>http://aithk2010it30.wordpress.com/2010/07/23/%e5%88%9d%e5%bf%83%e8%80%85%e3%81%ae%e3%81%9f%e3%82%81%e3%81%aephp%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%ef%bc%93%ef%bc%90%ef%bc%8b%e3%81%ae%e6%9c%80%e5%96%84%e3%81%ae%e7%bf%92%e6%85%a3%ef%bc%88/</link>
		<comments>http://aithk2010it30.wordpress.com/2010/07/23/%e5%88%9d%e5%bf%83%e8%80%85%e3%81%ae%e3%81%9f%e3%82%81%e3%81%aephp%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%ef%bc%93%ef%bc%90%ef%bc%8b%e3%81%ae%e6%9c%80%e5%96%84%e3%81%ae%e7%bf%92%e6%85%a3%ef%bc%88/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 03:52:10 +0000</pubDate>
		<dc:creator>aithk2010it30</dc:creator>
				<category><![CDATA[リンク]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHPの知識]]></category>

		<guid isPermaLink="false">http://aithk2010it30.wordpress.com/?p=313</guid>
		<description><![CDATA[30+ PHP Best Practices for Beginners マニュアルに親しめ エラーレポートを理解しろ IDEを試せ フレームワークを試せ ドライアプローチを勉強しろ 読みやすさのためにタグとスペースを使え “Tier” your Code 常に&#60;?php ?&#62;を使え 意味があり、一貫性のある命名ルールを使え コメントしろ、コメントしろ、とにかくコメントしろ MAMP/WAMPをインストールしろ Give your Scripts Limits オブジェクトを使え、もしくはオブジェクト指向プログラミングをしろ 「&#8217; &#8216;」と「&#8221; &#8220;」の違いを理解しろ Webrootにphpinfo()を置くな 絶対に決して何が何でも、ユーザーを信用するな パスワードは暗号化して保存しろ 視覚的なデザインツールでデータベースを扱え アウトプットバッファリングを使え SQLインジェクションを防げ ORM(Object Relational Mapping)を試せ データベースドリブンページをキャッシュしろ キャッシングシステムを使え クッキーデータをバリデートしろ 静的ファイルキャッシングシステム(Smartyなど)を使え コードをプロファイルしろ 規格に対してコーディングしろ ループの外にfunctionを保持しろ 余分な変数を使うな 最新のPHPにアップグレードしろ データベースクエリの数を減らせ 助けを求めることを恐れるな<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aithk2010it30.wordpress.com&amp;blog=14582620&amp;post=313&amp;subd=aithk2010it30&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://net.tutsplus.com/tutorials/php/30-php-best-practices-for-beginners/" target="_blank">30+ PHP Best Practices for Beginners</a></p>
<ol>
<li>マニュアルに親しめ</li>
<li>エラーレポートを理解しろ</li>
<li>IDEを試せ</li>
<li>フレームワークを試せ</li>
<li>ドライアプローチを勉強しろ</li>
<li>読みやすさのためにタグとスペースを使え</li>
<li>“Tier” your Code</li>
<li>常に&lt;?php ?&gt;を使え</li>
<li>意味があり、一貫性のある命名ルールを使え</li>
<li>コメントしろ、コメントしろ、とにかくコメントしろ</li>
<li>MAMP/WAMPをインストールしろ</li>
<li>Give your Scripts Limits</li>
<li>オブジェクトを使え、もしくはオブジェクト指向プログラミングをしろ</li>
<li>「&#8217; &#8216;」と「&#8221; &#8220;」の違いを理解しろ</li>
<li>Webrootにphpinfo()を置くな</li>
<li>絶対に決して何が何でも、ユーザーを信用するな</li>
<li>パスワードは暗号化して保存しろ</li>
<li>視覚的なデザインツールでデータベースを扱え</li>
<li>アウトプットバッファリングを使え</li>
<li>SQLインジェクションを防げ</li>
<li>ORM(Object Relational Mapping)を試せ</li>
<li>データベースドリブンページをキャッシュしろ</li>
<li>キャッシングシステムを使え</li>
<li>クッキーデータをバリデートしろ</li>
<li>静的ファイルキャッシングシステム(Smartyなど)を使え</li>
<li>コードをプロファイルしろ</li>
<li>規格に対してコーディングしろ</li>
<li>ループの外にfunctionを保持しろ</li>
<li>余分な変数を使うな</li>
<li>最新のPHPにアップグレードしろ</li>
<li>データベースクエリの数を減らせ</li>
<li>助けを求めることを恐れるな</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aithk2010it30.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aithk2010it30.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aithk2010it30.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aithk2010it30.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aithk2010it30.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aithk2010it30.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aithk2010it30.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aithk2010it30.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aithk2010it30.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aithk2010it30.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aithk2010it30.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aithk2010it30.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aithk2010it30.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aithk2010it30.wordpress.com/313/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aithk2010it30.wordpress.com&amp;blog=14582620&amp;post=313&amp;subd=aithk2010it30&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aithk2010it30.wordpress.com/2010/07/23/%e5%88%9d%e5%bf%83%e8%80%85%e3%81%ae%e3%81%9f%e3%82%81%e3%81%aephp%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%ef%bc%93%ef%bc%90%ef%bc%8b%e3%81%ae%e6%9c%80%e5%96%84%e3%81%ae%e7%bf%92%e6%85%a3%ef%bc%88/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a295715aa1768b6aa9539b9ad0d49ad4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aithk2010it30</media:title>
		</media:content>
	</item>
		<item>
		<title>初心者のためのHTMlフォームについて２０＋の最善の習慣（要約）</title>
		<link>http://aithk2010it30.wordpress.com/2010/07/23/%e5%88%9d%e5%bf%83%e8%80%85%e3%81%ae%e3%81%9f%e3%82%81%e3%81%aehtml%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%ef%bc%92%ef%bc%90%ef%bc%8b%e3%81%ae%e6%9c%80%e5%96%84/</link>
		<comments>http://aithk2010it30.wordpress.com/2010/07/23/%e5%88%9d%e5%bf%83%e8%80%85%e3%81%ae%e3%81%9f%e3%82%81%e3%81%aehtml%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%ef%bc%92%ef%bc%90%ef%bc%8b%e3%81%ae%e6%9c%80%e5%96%84/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 03:04:19 +0000</pubDate>
		<dc:creator>aithk2010it30</dc:creator>
				<category><![CDATA[リンク]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://aithk2010it30.wordpress.com/?p=310</guid>
		<description><![CDATA[20+ HTML Forms Best Practices for Beginners 同じようなフィールドはfieldsetsタグで囲め fieldsetsタグ内にlegendタグでラベルをつけろ inputタグのname属性はしっかり指定しろ labelタグを使え labelタグにfor属性を与えろ selectタグのオプションのカテゴリー分けにoptgroupを使え 常に完全な属性を割り当てろ input(type=submit)タグの代わりにbuttonタグを使うことを考慮しろ inputタグを「/&#62;」で閉じる ふさわしいときにはinputタグにaccesskey属性をつけろ よい技術を使え スクリーンリーダーを使っている人たちを考慮しろ 適切なContent Typeを使え GetとPostの使い時を知れ クライアントとサーバー両方で検証しろ スマートな警告をユーザーに提供しろ 送信後のメッセージ表示にAJAXを使うことを考慮しろ JavaScriptなしでフォームが動くことを確実にしろ フォームのスタイルに一貫性を持たせろ 異なったプラットフォーム間でフォームのスタイルを一貫性を持たせるために、JavaScriptの使用を考慮しろ 他人から刺激を受けろ HTML5のフォームを楽しみに待て<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aithk2010it30.wordpress.com&amp;blog=14582620&amp;post=310&amp;subd=aithk2010it30&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://net.tutsplus.com/tutorials/html-css-techniques/20-html-forms-best-practices-for-beginners/" target="_blank">20+ HTML Forms Best Practices for Beginners</a></p>
<ol>
<li>同じようなフィールドはfieldsetsタグで囲め</li>
<li>fieldsetsタグ内にlegendタグでラベルをつけろ</li>
<li>inputタグのname属性はしっかり指定しろ</li>
<li>labelタグを使え</li>
<li>labelタグにfor属性を与えろ</li>
<li>selectタグのオプションのカテゴリー分けにoptgroupを使え</li>
<li>常に完全な属性を割り当てろ</li>
<li>input(type=submit)タグの代わりにbuttonタグを使うことを考慮しろ</li>
<li>inputタグを「/&gt;」で閉じる</li>
<li>ふさわしいときにはinputタグにaccesskey属性をつけろ</li>
<li>よい技術を使え</li>
<li>スクリーンリーダーを使っている人たちを考慮しろ</li>
<li>適切なContent Typeを使え</li>
<li>GetとPostの使い時を知れ</li>
<li>クライアントとサーバー両方で検証しろ</li>
<li>スマートな警告をユーザーに提供しろ</li>
<li>送信後のメッセージ表示にAJAXを使うことを考慮しろ</li>
<li>JavaScriptなしでフォームが動くことを確実にしろ</li>
<li>フォームのスタイルに一貫性を持たせろ</li>
<li>異なったプラットフォーム間でフォームのスタイルを一貫性を持たせるために、JavaScriptの使用を考慮しろ</li>
<li>他人から刺激を受けろ</li>
<li>HTML5のフォームを楽しみに待て</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aithk2010it30.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aithk2010it30.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aithk2010it30.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aithk2010it30.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aithk2010it30.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aithk2010it30.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aithk2010it30.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aithk2010it30.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aithk2010it30.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aithk2010it30.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aithk2010it30.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aithk2010it30.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aithk2010it30.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aithk2010it30.wordpress.com/310/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aithk2010it30.wordpress.com&amp;blog=14582620&amp;post=310&amp;subd=aithk2010it30&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aithk2010it30.wordpress.com/2010/07/23/%e5%88%9d%e5%bf%83%e8%80%85%e3%81%ae%e3%81%9f%e3%82%81%e3%81%aehtml%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%ef%bc%92%ef%bc%90%ef%bc%8b%e3%81%ae%e6%9c%80%e5%96%84/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a295715aa1768b6aa9539b9ad0d49ad4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aithk2010it30</media:title>
		</media:content>
	</item>
		<item>
		<title>初心者のためのJavaScriptについて２４の最善の習慣（要約）</title>
		<link>http://aithk2010it30.wordpress.com/2010/07/23/%e5%88%9d%e5%bf%83%e8%80%85%e3%81%ae%e3%81%9f%e3%82%81%e3%81%aejavascript%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%ef%bc%92%ef%bc%94%e3%81%ae%e6%9c%80%e5%96%84%e3%81%ae%e7%bf%92%e6%85%a3%ef%bc%88%e8%a6%81/</link>
		<comments>http://aithk2010it30.wordpress.com/2010/07/23/%e5%88%9d%e5%bf%83%e8%80%85%e3%81%ae%e3%81%9f%e3%82%81%e3%81%aejavascript%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%ef%bc%92%ef%bc%94%e3%81%ae%e6%9c%80%e5%96%84%e3%81%ae%e7%bf%92%e6%85%a3%ef%bc%88%e8%a6%81/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 02:43:58 +0000</pubDate>
		<dc:creator>aithk2010it30</dc:creator>
				<category><![CDATA[リンク]]></category>
		<category><![CDATA[JavaScriptの知識]]></category>

		<guid isPermaLink="false">http://aithk2010it30.wordpress.com/?p=306</guid>
		<description><![CDATA[24 JavaScript Best Practices for Beginners ===の代わりに==を使え evalメソッドは悪だ 「{}」を省略するな JSLintを利用しろ bodyタグの最後に外部jsファイルを配置しろ for文の外で変数を宣言しろ 文字列を作る最速の方法 グローバル変数を減らせ コメントをつけろ 進歩を受け入れろ SetIntervalやSetTimeOutに文字を入れるな with文を使うな New Object() の代わりに「{}」を使え New Array() の代わりに「[]」を使え 大量の変数の宣言の時には、varを省略して「,」でつなげろ （なし） 常に、常にセミコロンを使え for in文 コードの最適化のためにFirebugのtimerを使え よい情報を得ろ Self-Executing Functions 常に生のコードのほうが、ライブラリーより速い Crockford&#8217;s JSON.Parse ｌanguage属性を取り去れ<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aithk2010it30.wordpress.com&amp;blog=14582620&amp;post=306&amp;subd=aithk2010it30&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/24-javascript-best-practices-for-beginners/" target="_blank">24 JavaScript Best Practices for Beginners</a></p>
<ol>
<li>===の代わりに==を使え</li>
<li>evalメソッドは悪だ</li>
<li>「{}」を省略するな</li>
<li>JSLintを利用しろ</li>
<li>bodyタグの最後に外部jsファイルを配置しろ</li>
<li>for文の外で変数を宣言しろ</li>
<li>文字列を作る最速の方法</li>
<li>グローバル変数を減らせ</li>
<li>コメントをつけろ</li>
<li>進歩を受け入れろ</li>
<li>SetIntervalやSetTimeOutに文字を入れるな</li>
<li>with文を使うな</li>
<li>New Object() の代わりに「{}」を使え</li>
<li>New Array() の代わりに「[]」を使え</li>
<li>大量の変数の宣言の時には、varを省略して「,」でつなげろ</li>
<li>（なし）</li>
<li>常に、常にセミコロンを使え</li>
<li>for in文</li>
<li>コードの最適化のためにFirebugのtimerを使え</li>
<li>よい情報を得ろ</li>
<li>Self-Executing Functions</li>
<li>常に生のコードのほうが、ライブラリーより速い</li>
<li>Crockford&#8217;s JSON.Parse</li>
<li>ｌanguage属性を取り去れ</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aithk2010it30.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aithk2010it30.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aithk2010it30.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aithk2010it30.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aithk2010it30.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aithk2010it30.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aithk2010it30.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aithk2010it30.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aithk2010it30.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aithk2010it30.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aithk2010it30.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aithk2010it30.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aithk2010it30.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aithk2010it30.wordpress.com/306/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aithk2010it30.wordpress.com&amp;blog=14582620&amp;post=306&amp;subd=aithk2010it30&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aithk2010it30.wordpress.com/2010/07/23/%e5%88%9d%e5%bf%83%e8%80%85%e3%81%ae%e3%81%9f%e3%82%81%e3%81%aejavascript%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%ef%bc%92%ef%bc%94%e3%81%ae%e6%9c%80%e5%96%84%e3%81%ae%e7%bf%92%e6%85%a3%ef%bc%88%e8%a6%81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a295715aa1768b6aa9539b9ad0d49ad4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aithk2010it30</media:title>
		</media:content>
	</item>
		<item>
		<title>初心者のためのCSSについて３０の最善の習慣（要約）</title>
		<link>http://aithk2010it30.wordpress.com/2010/07/23/%e5%88%9d%e5%bf%83%e8%80%85%e3%81%ae%e3%81%9f%e3%82%81%e3%81%aecss%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%ef%bc%93%ef%bc%90%e3%81%ae%e6%9c%80%e5%96%84%e3%81%ae%e7%bf%92%e6%85%a3%ef%bc%88%e8%a6%81/</link>
		<comments>http://aithk2010it30.wordpress.com/2010/07/23/%e5%88%9d%e5%bf%83%e8%80%85%e3%81%ae%e3%81%9f%e3%82%81%e3%81%aecss%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%ef%bc%93%ef%bc%90%e3%81%ae%e6%9c%80%e5%96%84%e3%81%ae%e7%bf%92%e6%85%a3%ef%bc%88%e8%a6%81/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 02:09:32 +0000</pubDate>
		<dc:creator>aithk2010it30</dc:creator>
				<category><![CDATA[リンク]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSSレイアウト]]></category>
		<category><![CDATA[CSS設定]]></category>
		<category><![CDATA[CSS基礎]]></category>

		<guid isPermaLink="false">http://aithk2010it30.wordpress.com/?p=301</guid>
		<description><![CDATA[30 CSS Best Practices for Beginners 読みやすく 一貫性を保持しろ CSSフレームワークを始めろ CSSリセットを使え トップダウン構造でCSSを整理しろ 同じスタイルならまとめろ HTMLを先に作れ HTMLで複数のクラスを使え(&#60;span class=&#8221;box right&#8221;&#62;) 正しいDoctypeを使え ショートハンドを使え(margin-left,rightなどをmarginで一括指定しろ) コメントをつけろ ブロックとインライン要素の違いを理解しろ 属性をアルファベット順に並べろ 圧縮しろ 包括的なクラスを利用しろ センターレイアウトに「Margin: 0 auto」を使え 無意味にdivタグを使うな firebugを使え CSSハックは少なくしろ 絶対位置指定はあまり使うな text-transformを使え ｈ１タグを隠すために「display:none」やmarginを使うな CSSとHTMLを検証しろ px対em リストを甘く見るな 余分なセレクタを避けろ すべてに対してマージン(margin)とパディング(padding)を追加しろ 準備ができたら、オブジェクト指向CSSを試せ 複数のCSSファイルを使え デバッグの時には、まず閉じタグを確認しろ<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aithk2010it30.wordpress.com&amp;blog=14582620&amp;post=301&amp;subd=aithk2010it30&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://net.tutsplus.com/tutorials/html-css-techniques/30-css-best-practices-for-beginners/" target="_blank">30 CSS Best Practices for Beginners</a></p>
<ol>
<li>読みやすく</li>
<li>一貫性を保持しろ</li>
<li>CSSフレームワークを始めろ</li>
<li>CSSリセットを使え</li>
<li>トップダウン構造でCSSを整理しろ</li>
<li>同じスタイルならまとめろ</li>
<li>HTMLを先に作れ</li>
<li>HTMLで複数のクラスを使え(&lt;span class=&#8221;box right&#8221;&gt;)</li>
<li>正しいDoctypeを使え</li>
<li>ショートハンドを使え(margin-left,rightなどをmarginで一括指定しろ)</li>
<li>コメントをつけろ</li>
<li>ブロックとインライン要素の違いを理解しろ</li>
<li>属性をアルファベット順に並べろ</li>
<li>圧縮しろ</li>
<li>包括的なクラスを利用しろ</li>
<li>センターレイアウトに「Margin: 0 auto」を使え</li>
<li>無意味にdivタグを使うな</li>
<li>firebugを使え</li>
<li>CSSハックは少なくしろ</li>
<li>絶対位置指定はあまり使うな</li>
<li>text-transformを使え</li>
<li>ｈ１タグを隠すために「display:none」やmarginを使うな</li>
<li>CSSとHTMLを検証しろ</li>
<li>px対em</li>
<li>リストを甘く見るな</li>
<li>余分なセレクタを避けろ</li>
<li>すべてに対してマージン(margin)とパディング(padding)を追加しろ</li>
<li>準備ができたら、オブジェクト指向CSSを試せ</li>
<li>複数のCSSファイルを使え</li>
<li>デバッグの時には、まず閉じタグを確認しろ</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aithk2010it30.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aithk2010it30.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aithk2010it30.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aithk2010it30.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aithk2010it30.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aithk2010it30.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aithk2010it30.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aithk2010it30.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aithk2010it30.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aithk2010it30.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aithk2010it30.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aithk2010it30.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aithk2010it30.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aithk2010it30.wordpress.com/301/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aithk2010it30.wordpress.com&amp;blog=14582620&amp;post=301&amp;subd=aithk2010it30&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aithk2010it30.wordpress.com/2010/07/23/%e5%88%9d%e5%bf%83%e8%80%85%e3%81%ae%e3%81%9f%e3%82%81%e3%81%aecss%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%ef%bc%93%ef%bc%90%e3%81%ae%e6%9c%80%e5%96%84%e3%81%ae%e7%bf%92%e6%85%a3%ef%bc%88%e8%a6%81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a295715aa1768b6aa9539b9ad0d49ad4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aithk2010it30</media:title>
		</media:content>
	</item>
		<item>
		<title>初心者のためのHTMLについて３０の最善の習慣（要約）</title>
		<link>http://aithk2010it30.wordpress.com/2010/07/23/%e5%88%9d%e5%bf%83%e8%80%85%e3%81%ae%e3%81%9f%e3%82%81%e3%81%ae%ef%bc%93%ef%bc%90%e3%81%ae%e6%9c%80%e5%96%84%e3%81%ae%e7%bf%92%e6%85%a3%ef%bc%88%e8%a6%81%e7%b4%84%ef%bc%89/</link>
		<comments>http://aithk2010it30.wordpress.com/2010/07/23/%e5%88%9d%e5%bf%83%e8%80%85%e3%81%ae%e3%81%9f%e3%82%81%e3%81%ae%ef%bc%93%ef%bc%90%e3%81%ae%e6%9c%80%e5%96%84%e3%81%ae%e7%bf%92%e6%85%a3%ef%bc%88%e8%a6%81%e7%b4%84%ef%bc%89/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 01:40:28 +0000</pubDate>
		<dc:creator>aithk2010it30</dc:creator>
				<category><![CDATA[リンク]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://aithk2010it30.wordpress.com/?p=298</guid>
		<description><![CDATA[30 HTML Best Practices for Beginners 常にタグを閉じろ 正しいDocTypeを宣言しろ インラインstyle属性(&#60;sapn style=&#8221;color:#ffffff&#8221;&#62;)を決して使うな headタグに外部cssファイルを置け bodyの最後に外部jsファイルを置くことを考慮しろ(単に機能を追加するだけの場合) 決してJavaScriptをheadタグ内に書くな。それは1996年的だ 常に検証しろ(バリデート) Firebugをダウンロードしろ Firebugを使え タグは小文字にしろ h1-h6タグを使え もしブログをやるなら、記事のタイトルはh1タグを使え ySlowをダウンロードしろ ulタグでナビゲーションを作れ IEへの対応を学べ すばらしいエディターを選べ ウェブサイトができたら、圧縮(js,cssファイル)しろ スリムなコーディングを心がけろ 画像にはalt属性をつけろ 遅くまで起きてろ ソースを見ろ すべての要素を整えろ twitterを使え Photoshopを習得しろ HTMLを勉強しろ コミュニティに参加しろ CSSリセットを使え Line ‘em Up! PSDファイルをスライスしろ フレームワークを使うな&#8230;..まだ早い<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aithk2010it30.wordpress.com&amp;blog=14582620&amp;post=298&amp;subd=aithk2010it30&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://net.tutsplus.com/tutorials/html-css-techniques/30-html-best-practices-for-beginners/" target="_blank">30 HTML Best Practices for Beginners </a></p>
<ol>
<li>常にタグを閉じろ</li>
<li>正しいDocTypeを宣言しろ</li>
<li>インラインstyle属性(&lt;sapn style=&#8221;color:#ffffff&#8221;&gt;)を決して使うな</li>
<li>headタグに外部cssファイルを置け</li>
<li>bodyの最後に外部jsファイルを置くことを考慮しろ(単に機能を追加するだけの場合)</li>
<li>決してJavaScriptをheadタグ内に書くな。それは1996年的だ</li>
<li>常に検証しろ(バリデート)</li>
<li>Firebugをダウンロードしろ</li>
<li>Firebugを使え</li>
<li>タグは小文字にしろ</li>
<li>h1-h6タグを使え</li>
<li>もしブログをやるなら、記事のタイトルはh1タグを使え</li>
<li>ySlowをダウンロードしろ</li>
<li>ulタグでナビゲーションを作れ</li>
<li>IEへの対応を学べ</li>
<li>すばらしいエディターを選べ</li>
<li>ウェブサイトができたら、圧縮(js,cssファイル)しろ</li>
<li>スリムなコーディングを心がけろ</li>
<li>画像にはalt属性をつけろ</li>
<li>遅くまで起きてろ</li>
<li>ソースを見ろ</li>
<li>すべての要素を整えろ</li>
<li>twitterを使え</li>
<li>Photoshopを習得しろ</li>
<li>HTMLを勉強しろ</li>
<li>コミュニティに参加しろ</li>
<li>CSSリセットを使え</li>
<li>Line ‘em Up!</li>
<li>PSDファイルをスライスしろ</li>
<li>フレームワークを使うな&#8230;..まだ早い</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aithk2010it30.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aithk2010it30.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aithk2010it30.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aithk2010it30.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aithk2010it30.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aithk2010it30.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aithk2010it30.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aithk2010it30.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aithk2010it30.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aithk2010it30.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aithk2010it30.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aithk2010it30.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aithk2010it30.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aithk2010it30.wordpress.com/298/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aithk2010it30.wordpress.com&amp;blog=14582620&amp;post=298&amp;subd=aithk2010it30&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aithk2010it30.wordpress.com/2010/07/23/%e5%88%9d%e5%bf%83%e8%80%85%e3%81%ae%e3%81%9f%e3%82%81%e3%81%ae%ef%bc%93%ef%bc%90%e3%81%ae%e6%9c%80%e5%96%84%e3%81%ae%e7%bf%92%e6%85%a3%ef%bc%88%e8%a6%81%e7%b4%84%ef%bc%89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a295715aa1768b6aa9539b9ad0d49ad4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aithk2010it30</media:title>
		</media:content>
	</item>
		<item>
		<title>jQueryでグリッドを作成するときに役立ちそうなホームページのリンク</title>
		<link>http://aithk2010it30.wordpress.com/2010/07/15/jquery%e3%81%a7%e3%82%b0%e3%83%aa%e3%83%83%e3%83%89%e3%82%92%e4%bd%9c%e6%88%90%e3%81%99%e3%82%8b%e3%81%a8%e3%81%8d%e3%81%ab%e5%bd%b9%e7%ab%8b%e3%81%a1%e3%81%9d%e3%81%86%e3%81%aa%e3%83%9b%e3%83%bc/</link>
		<comments>http://aithk2010it30.wordpress.com/2010/07/15/jquery%e3%81%a7%e3%82%b0%e3%83%aa%e3%83%83%e3%83%89%e3%82%92%e4%bd%9c%e6%88%90%e3%81%99%e3%82%8b%e3%81%a8%e3%81%8d%e3%81%ab%e5%bd%b9%e7%ab%8b%e3%81%a1%e3%81%9d%e3%81%86%e3%81%aa%e3%83%9b%e3%83%bc/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 07:01:37 +0000</pubDate>
		<dc:creator>aithk2010it30</dc:creator>
				<category><![CDATA[リンク]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://aithk2010it30.wordpress.com/?p=295</guid>
		<description><![CDATA[jQuery グリッド &#8211; Google 検索(phpspot開発日誌内)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aithk2010it30.wordpress.com&amp;blog=14582620&amp;post=295&amp;subd=aithk2010it30&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.com/cse?cx=009422870129856737372%3Auzqnmyxoyro&amp;q=jQuery+%E3%82%B0%E3%83%AA%E3%83%83%E3%83%89&amp;sa.x=36&amp;sa.y=6&amp;sa=Search&amp;siteurl=phpspot.org%2Fblog%2Farchives%2F2008%2F09%2Fjquery_4.html" target="_blank">jQuery グリッド &#8211; Google 検索(phpspot開発日誌内)</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aithk2010it30.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aithk2010it30.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aithk2010it30.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aithk2010it30.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aithk2010it30.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aithk2010it30.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aithk2010it30.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aithk2010it30.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aithk2010it30.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aithk2010it30.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aithk2010it30.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aithk2010it30.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aithk2010it30.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aithk2010it30.wordpress.com/295/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aithk2010it30.wordpress.com&amp;blog=14582620&amp;post=295&amp;subd=aithk2010it30&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aithk2010it30.wordpress.com/2010/07/15/jquery%e3%81%a7%e3%82%b0%e3%83%aa%e3%83%83%e3%83%89%e3%82%92%e4%bd%9c%e6%88%90%e3%81%99%e3%82%8b%e3%81%a8%e3%81%8d%e3%81%ab%e5%bd%b9%e7%ab%8b%e3%81%a1%e3%81%9d%e3%81%86%e3%81%aa%e3%83%9b%e3%83%bc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a295715aa1768b6aa9539b9ad0d49ad4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aithk2010it30</media:title>
		</media:content>
	</item>
		<item>
		<title>Dojoアプリケーションの開発に役立ちそうなホームページのリンク</title>
		<link>http://aithk2010it30.wordpress.com/2010/07/15/dojo%e3%82%a2%e3%83%97%e3%83%aa%e3%82%b1%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3%e3%81%ae%e9%96%8b%e7%99%ba%e3%81%ab%e5%bd%b9%e7%ab%8b%e3%81%a1%e3%81%9d%e3%81%86%e3%81%aa%e3%83%9b%e3%83%bc%e3%83%a0/</link>
		<comments>http://aithk2010it30.wordpress.com/2010/07/15/dojo%e3%82%a2%e3%83%97%e3%83%aa%e3%82%b1%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3%e3%81%ae%e9%96%8b%e7%99%ba%e3%81%ab%e5%bd%b9%e7%ab%8b%e3%81%a1%e3%81%9d%e3%81%86%e3%81%aa%e3%83%9b%e3%83%bc%e3%83%a0/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 06:14:38 +0000</pubDate>
		<dc:creator>aithk2010it30</dc:creator>
				<category><![CDATA[リンク]]></category>
		<category><![CDATA[dojo]]></category>

		<guid isPermaLink="false">http://aithk2010it30.wordpress.com/?p=289</guid>
		<description><![CDATA[Dojo ToolkitのDataGridを使いこなす Dojoアプリケーション開発ガイド 学習のためのリンク集 リッチなWeb アプリケーションをど～じょDojo ツールキットの使い方（PDFファイル） dojoの広大な門をたたく Dojoで簡単にクロスドメインAjaxを実現 MVC デザイン・パターンを使用した Dojo Grid Dojoのものすごく簡単な使い方。 登場して間もない最新版で学ぶ「Dojo Toolkit」<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aithk2010it30.wordpress.com&amp;blog=14582620&amp;post=289&amp;subd=aithk2010it30&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://codezine.jp/article/detail/3486" target="_blank">Dojo ToolkitのDataGridを使いこなす </a></p>
<p><a href="http://www.ibm.com/developerworks/wikis/pages/viewpage.action?pageId=120979797" target="_blank">Dojoアプリケーション開発ガイド</a></p>
<p><a href="https://www.ibm.com/developerworks/mydeveloperworks/wikis/home/wiki/W0c7ac758b499_4c40_9790_85ab470d3c56/page/%E5%AD%A6%E7%BF%92%E3%81%AE%E3%81%9F%E3%82%81%E3%81%AE%E3%83%AA%E3%83%B3%E3%82%AF%E9%9B%86?lang=en" target="_blank">学習のためのリンク集</a></p>
<p><a href="http://public.dhe.ibm.com/software/dw/jp/events/tn14-yonemochi.pdf" target="_blank">リッチなWeb アプリケーションをど～じょDojo ツールキットの使い方</a>（PDFファイル）</p>
<p><a href="http://builder.japan.zdnet.com/sp/dojo-kickstart-2007/" target="_blank">dojoの広大な門をたたく</a></p>
<p><a href="http://labs.unoh.net/2006/10/dojoioscriptsrcioajax.html" target="_blank">Dojoで簡単にクロスドメインAjaxを実現 </a></p>
<p><a href="http://www.ibm.com/developerworks/jp/web/library/wa-aj-dojogrid/" target="_blank">MVC デザイン・パターンを使用した Dojo Grid</a></p>
<p><a href="http://d.hatena.ne.jp/mopemope/20060204/1139068327" target="_blank">Dojoのものすごく簡単な使い方。</a></p>
<p><a href="http://journal.mycom.co.jp/articles/2008/10/23/dojo/menu.html" target="_blank">登場して間もない最新版で学ぶ「Dojo Toolkit」</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aithk2010it30.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aithk2010it30.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aithk2010it30.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aithk2010it30.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aithk2010it30.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aithk2010it30.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aithk2010it30.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aithk2010it30.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aithk2010it30.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aithk2010it30.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aithk2010it30.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aithk2010it30.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aithk2010it30.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aithk2010it30.wordpress.com/289/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aithk2010it30.wordpress.com&amp;blog=14582620&amp;post=289&amp;subd=aithk2010it30&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aithk2010it30.wordpress.com/2010/07/15/dojo%e3%82%a2%e3%83%97%e3%83%aa%e3%82%b1%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3%e3%81%ae%e9%96%8b%e7%99%ba%e3%81%ab%e5%bd%b9%e7%ab%8b%e3%81%a1%e3%81%9d%e3%81%86%e3%81%aa%e3%83%9b%e3%83%bc%e3%83%a0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a295715aa1768b6aa9539b9ad0d49ad4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aithk2010it30</media:title>
		</media:content>
	</item>
		<item>
		<title>JavaScriptのグローバル変数について</title>
		<link>http://aithk2010it30.wordpress.com/2010/07/15/javascript%e3%81%ae%e3%82%b0%e3%83%ad%e3%83%bc%e3%83%90%e3%83%ab%e5%a4%89%e6%95%b0%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6/</link>
		<comments>http://aithk2010it30.wordpress.com/2010/07/15/javascript%e3%81%ae%e3%82%b0%e3%83%ad%e3%83%bc%e3%83%90%e3%83%ab%e5%a4%89%e6%95%b0%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 05:12:36 +0000</pubDate>
		<dc:creator>aithk2010it30</dc:creator>
				<category><![CDATA[リンク]]></category>
		<category><![CDATA[JavaScriptの知識]]></category>

		<guid isPermaLink="false">http://aithk2010it30.wordpress.com/?p=282</guid>
		<description><![CDATA[JavaScriptのグローバル変数 関数本体の外で、変数宣言をする varをつけずに変数宣言する（できる限り使わないほうがよい） JavaScriptでvarのついていない変数はグローバル変数である JavaScriptの変数のスコープについて学ぶ 関数内のローカル変数は、全て関数の先頭で宣言されたことになる<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aithk2010it30.wordpress.com&amp;blog=14582620&amp;post=282&amp;subd=aithk2010it30&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>JavaScriptのグローバル変数</p>
<ul>
<li>関数本体の外で、変数宣言をする</li>
<li>varをつけずに変数宣言する（できる限り使わないほうがよい）</li>
</ul>
<p>JavaScriptでvarのついていない変数はグローバル変数である</p>
<p><a href="http://builder.japan.zdnet.com/sp/javascript-kickstart-2007/story/0,3800083428,20373861-3,00.htm">JavaScriptの変数のスコープについて学ぶ</a></p>
<ul>
<li>関数内のローカル変数は、全て関数の先頭で宣言されたことになる</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aithk2010it30.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aithk2010it30.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aithk2010it30.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aithk2010it30.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aithk2010it30.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aithk2010it30.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aithk2010it30.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aithk2010it30.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aithk2010it30.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aithk2010it30.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aithk2010it30.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aithk2010it30.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aithk2010it30.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aithk2010it30.wordpress.com/282/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aithk2010it30.wordpress.com&amp;blog=14582620&amp;post=282&amp;subd=aithk2010it30&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aithk2010it30.wordpress.com/2010/07/15/javascript%e3%81%ae%e3%82%b0%e3%83%ad%e3%83%bc%e3%83%90%e3%83%ab%e5%a4%89%e6%95%b0%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a295715aa1768b6aa9539b9ad0d49ad4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aithk2010it30</media:title>
		</media:content>
	</item>
		<item>
		<title>JavaScriptのオブジェクトリテラルについて</title>
		<link>http://aithk2010it30.wordpress.com/2010/07/15/javascript%e3%81%ae%e3%82%aa%e3%83%96%e3%82%b8%e3%82%a7%e3%82%af%e3%83%88%e3%83%aa%e3%83%86%e3%83%a9%e3%83%ab%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6/</link>
		<comments>http://aithk2010it30.wordpress.com/2010/07/15/javascript%e3%81%ae%e3%82%aa%e3%83%96%e3%82%b8%e3%82%a7%e3%82%af%e3%83%88%e3%83%aa%e3%83%86%e3%83%a9%e3%83%ab%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 05:03:32 +0000</pubDate>
		<dc:creator>aithk2010it30</dc:creator>
				<category><![CDATA[リンク]]></category>
		<category><![CDATA[JavaScriptの知識]]></category>

		<guid isPermaLink="false">http://aithk2010it30.wordpress.com/?p=279</guid>
		<description><![CDATA[Ajax時代のJavaScriptプログラミング再入門 オブジェクトリテラル<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aithk2010it30.wordpress.com&amp;blog=14582620&amp;post=279&amp;subd=aithk2010it30&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.atmarkit.co.jp/fdotnet/ajaxjs/index/index.html">Ajax時代のJavaScriptプログラミング再入門</a></p>
<p><a href="http://www.ajaxtower.jp/js/object/index2.html">オブジェクトリテラル</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aithk2010it30.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aithk2010it30.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aithk2010it30.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aithk2010it30.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aithk2010it30.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aithk2010it30.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aithk2010it30.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aithk2010it30.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aithk2010it30.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aithk2010it30.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aithk2010it30.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aithk2010it30.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aithk2010it30.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aithk2010it30.wordpress.com/279/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aithk2010it30.wordpress.com&amp;blog=14582620&amp;post=279&amp;subd=aithk2010it30&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aithk2010it30.wordpress.com/2010/07/15/javascript%e3%81%ae%e3%82%aa%e3%83%96%e3%82%b8%e3%82%a7%e3%82%af%e3%83%88%e3%83%aa%e3%83%86%e3%83%a9%e3%83%ab%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a295715aa1768b6aa9539b9ad0d49ad4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aithk2010it30</media:title>
		</media:content>
	</item>
		<item>
		<title>JavaScriptのオブジェクト指向(prototype)の勉強に役立ちそうなホームページのリンク</title>
		<link>http://aithk2010it30.wordpress.com/2010/07/15/javascript%e3%81%ae%e3%82%aa%e3%83%96%e3%82%b8%e3%82%a7%e3%82%af%e3%83%88%e6%8c%87%e5%90%91prototype%e3%81%ae%e5%8b%89%e5%bc%b7%e3%81%ab%e5%bd%b9%e7%ab%8b%e3%81%a1%e3%81%9d%e3%81%86%e3%81%aa/</link>
		<comments>http://aithk2010it30.wordpress.com/2010/07/15/javascript%e3%81%ae%e3%82%aa%e3%83%96%e3%82%b8%e3%82%a7%e3%82%af%e3%83%88%e6%8c%87%e5%90%91prototype%e3%81%ae%e5%8b%89%e5%bc%b7%e3%81%ab%e5%bd%b9%e7%ab%8b%e3%81%a1%e3%81%9d%e3%81%86%e3%81%aa/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 04:50:51 +0000</pubDate>
		<dc:creator>aithk2010it30</dc:creator>
				<category><![CDATA[オブジェクト指向]]></category>
		<category><![CDATA[リンク]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JavaScriptの知識]]></category>

		<guid isPermaLink="false">http://aithk2010it30.wordpress.com/?p=270</guid>
		<description><![CDATA[JavaScriptのイロハ<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aithk2010it30.wordpress.com&amp;blog=14582620&amp;post=270&amp;subd=aithk2010it30&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://builder.japan.zdnet.com/sp/javascript-kickstart-2007/">JavaScriptのイロハ</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aithk2010it30.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aithk2010it30.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aithk2010it30.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aithk2010it30.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aithk2010it30.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aithk2010it30.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aithk2010it30.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aithk2010it30.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aithk2010it30.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aithk2010it30.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aithk2010it30.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aithk2010it30.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aithk2010it30.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aithk2010it30.wordpress.com/270/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aithk2010it30.wordpress.com&amp;blog=14582620&amp;post=270&amp;subd=aithk2010it30&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aithk2010it30.wordpress.com/2010/07/15/javascript%e3%81%ae%e3%82%aa%e3%83%96%e3%82%b8%e3%82%a7%e3%82%af%e3%83%88%e6%8c%87%e5%90%91prototype%e3%81%ae%e5%8b%89%e5%bc%b7%e3%81%ab%e5%bd%b9%e7%ab%8b%e3%81%a1%e3%81%9d%e3%81%86%e3%81%aa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a295715aa1768b6aa9539b9ad0d49ad4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aithk2010it30</media:title>
		</media:content>
	</item>
	</channel>
</rss>
