<?xml version="1.0" encoding="utf-8"?><rdf:RDF xml:lang="ja"
	xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">

<channel rdf:about="https://oxo-ovo.blog.wox.cc/feed">
	<title>健忘録</title>
	<link>https://oxo-ovo.blog.wox.cc</link>
	<description>すぐ忘れるのでメモ代わり</description>
	<dc:language>ja</dc:language>
	<items>
		<rdf:Seq>
							<rdf:li rdf:resource="https://oxo-ovo.blog.wox.cc/entry3.html" />
							<rdf:li rdf:resource="https://oxo-ovo.blog.wox.cc/entry2.html" />
							<rdf:li rdf:resource="https://oxo-ovo.blog.wox.cc/entry1.html" />
					</rdf:Seq>
	</items>
</channel>

	<item rdf:about="https://oxo-ovo.blog.wox.cc/entry3.html">
		<link>https://oxo-ovo.blog.wox.cc/entry3.html</link>
		
				
		<title>●、×などの記号が小さく表示される現象について</title>

		<description>文字コードがUTF-8のページを表示する際に…</description>
		<content:encoded>
			<![CDATA[ 文字コードがUTF-8のページを表示する際に●、×などの記号が小さく表示される
参考URLではIE7のみの現象と記載があったがIE、Gecko（Firefox 32.0.3）、Chromeで同じ状態だった
<pre><code>
body {
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
</code>
</pre>
bodyより*(全要素)のほうが手っ取り早いかも？

参考URL:http://blog.btmup.com/web-general/ie7-symbol-small.html
 ]]>
		</content:encoded>
		<dc:subject>CSS</dc:subject>
		
		<dc:date>2014-09-26T11:27:22+09:00</dc:date>
		<dc:creator>roulett</dc:creator>
		<dc:publisher>WOX</dc:publisher>
	</item>
	<item rdf:about="https://oxo-ovo.blog.wox.cc/entry2.html">
		<link>https://oxo-ovo.blog.wox.cc/entry2.html</link>
		
				
		<title>SQL Server 2008でvarchar型のフィールドを主キーにする場合の注意点</title>

		<description>なぜかvarchar(MAX)だと主キーにできない…</description>
		<content:encoded>
			<![CDATA[ なぜかvarchar(MAX)だと主キーにできない
varchar(200)とかにすると設定できるようになる
(MAX)だと内部的には違う型なのかもしれない ]]>
		</content:encoded>
		<dc:subject>SQL Server</dc:subject>
		
		<dc:date>2014-09-19T10:40:31+09:00</dc:date>
		<dc:creator>roulett</dc:creator>
		<dc:publisher>WOX</dc:publisher>
	</item>
	<item rdf:about="https://oxo-ovo.blog.wox.cc/entry1.html">
		<link>https://oxo-ovo.blog.wox.cc/entry1.html</link>
		
				
		<title>Postgresql pg_prepare()のエラー</title>

		<description>Warning: pg_prepare() [function.pg-prep…</description>
		<content:encoded>
			<![CDATA[ Warning: pg_prepare() [function.pg-prepare]: Query failed: ERROR: prepared statement "Resource id #XX" already exists ～
Warning: pg_execute() [function.pg-execute]: Query failed: ERROR: bind message supplies XX parameters, but prepared statement "Resource id #XX" requires ～
のエラーが出た時は、
pg_prepare($pgsql,"適当な名称",$sql);
$result = pg_execute($pgsql,"適当な名称",$param);
のように2つ目の引数にクエリー名を付けると解消できる  ]]>
		</content:encoded>
		<dc:subject>Postgresql</dc:subject>
		
		<dc:date>2014-09-12T13:10:59+09:00</dc:date>
		<dc:creator>roulett</dc:creator>
		<dc:publisher>WOX</dc:publisher>
	</item>

</rdf:RDF>