<?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>初心者のwebサイト作成</title>
	<atom:link href="http://mosama.net/wp/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://mosama.net/wp</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 09 Jun 2011 08:13:11 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>背景を透明にするcss</title>
		<link>http://mosama.net/wp/?p=14</link>
		<comments>http://mosama.net/wp/?p=14#comments</comments>
		<pubDate>Thu, 09 Jun 2011 08:13:11 +0000</pubDate>
		<dc:creator>mosama</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://mosama.net/wp/?p=14</guid>
		<description><![CDATA[background-color: transparent;]]></description>
			<content:encoded><![CDATA[<p>background-color: transparent;</p>
]]></content:encoded>
			<wfw:commentRss>http://mosama.net/wp/?feed=rss2&#038;p=14</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>javascriptをhtmlに書き込む</title>
		<link>http://mosama.net/wp/?p=7</link>
		<comments>http://mosama.net/wp/?p=7#comments</comments>
		<pubDate>Fri, 28 Jan 2011 02:33:09 +0000</pubDate>
		<dc:creator>mosama</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://mosama.net/wp/?p=7</guid>
		<description><![CDATA[javascriptをhtmlに書き込む場合 &#60;script&#62;タグを記述する必要があります。 書き込む場所は多くは&#60;head&#62;&#60;/head&#62;ですが、特定の場所にjavascriptファイルを書き出したい場合などは、&#60;body&#62;&#60;/body&#62;に記述することもあります。 html文章内に直接javascriptを記述する場合 例 &#60;script type=&#8221;text/javascript&#8221; &#62; &#60;!&#8211; ○○スクリプト記述○○ &#8211;&#62; &#60;/script&#62; 外部ファイルとして読み込む場合 例 　&#60;script type=&#8221;text/javascript&#8221; src=&#8221;ファイル名&#8221;&#62;&#60;/script&#62;]]></description>
			<content:encoded><![CDATA[<p>javascriptをhtmlに書き込む場合 &lt;script&gt;タグを記述する必要があります。</p>
<p>書き込む場所は多くは&lt;head&gt;&lt;/head&gt;ですが、特定の場所にjavascriptファイルを書き出したい場合などは、&lt;body&gt;&lt;/body&gt;に記述することもあります。</p>
<p><strong>html文章内に直接javascriptを記述する場合<br />
</strong>例<br />
&lt;script type=&#8221;text/javascript&#8221; &gt;<br />
&lt;!&#8211;<br />
○○スクリプト記述○○<br />
&#8211;&gt;<br />
&lt;/script&gt;</p>
<p><strong>外部ファイルとして読み込む場合<br />
</strong>例 　&lt;script type=&#8221;text/javascript&#8221; src=&#8221;ファイル名&#8221;&gt;&lt;/script&gt;<br />
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9895741466480829";
/* /wp/ */
google_ad_slot = "8735396141";
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://mosama.net/wp/?feed=rss2&#038;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

