<?xml version="1.0" encoding="utf-8" ?> 
<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">
  <channel rdf:about="https://xcl.masa-lab.net/modules/d3blog/index.php">
  	<title>ブログ</title> 
  	<link>https://xcl.masa-lab.net/modules/d3blog/index.php</link> 
  	<description>XCL Labo-XCL の利用とカスタマイズに関する備忘録</description> 
  	<dc:language>ja</dc:language> 
  	<dc:creator>MASA-Lab</dc:creator> 
  	<items>
  		<rdf:Seq>
  		<rdf:li rdf:resource="https://xcl.masa-lab.net/modules/d3blog/details.php?bid=163" /> 
  		<rdf:li rdf:resource="https://xcl.masa-lab.net/modules/d3blog/details.php?bid=157" /> 
  		<rdf:li rdf:resource="https://xcl.masa-lab.net/modules/d3blog/details.php?bid=133" /> 
  		<rdf:li rdf:resource="https://xcl.masa-lab.net/modules/d3blog/details.php?bid=115" /> 
  		<rdf:li rdf:resource="https://xcl.masa-lab.net/modules/d3blog/details.php?bid=107" /> 
  		<rdf:li rdf:resource="https://xcl.masa-lab.net/modules/d3blog/details.php?bid=99" /> 
  		<rdf:li rdf:resource="https://xcl.masa-lab.net/modules/d3blog/details.php?bid=96" /> 
  		<rdf:li rdf:resource="https://xcl.masa-lab.net/modules/d3blog/details.php?bid=69" /> 
  		<rdf:li rdf:resource="https://xcl.masa-lab.net/modules/d3blog/details.php?bid=10" /> 
  		</rdf:Seq>
  	</items>
  </channel>
  <item rdf:about="https://xcl.masa-lab.net/modules/d3blog/details.php?bid=163">
  	<title>なぜ表示フォントが違う？</title> 
  	<link>https://xcl.masa-lab.net/modules/d3blog/details.php?bid=163</link> 
  	<dc:date>2011-03-10T23:50:00+09:00</dc:date> 
  	<dc:creator>masa</dc:creator> 
  	<description>EUCからUTFへの移行テストをしてみて気がついた表示されるフォントが違うのだ。ゴシックで表示されていたのだが、明朝になっている。どうして？どうやら IE だけの問題のようだが...IE + ...</description> 
  </item>
  <item rdf:about="https://xcl.masa-lab.net/modules/d3blog/details.php?bid=157">
  	<title>XCL2.2 RC１ が出た</title> 
  	<link>https://xcl.masa-lab.net/modules/d3blog/details.php?bid=157</link> 
  	<dc:date>2011-03-05T23:20:00+09:00</dc:date> 
  	<dc:creator>masa</dc:creator> 
  	<description>ついに RC まできた。http://sourceforge.net/apps/phpbb/xoopscube/viewtopic.php?f=5&t=246できればRC4 とかまで行かないで欲しいが...そろそろ既存の環境を移行する準備をしなければ。</description> 
  </item>
  <item rdf:about="https://xcl.masa-lab.net/modules/d3blog/details.php?bid=133">
  	<title>wizmobile [0.5X] は重いの？</title> 
  	<link>https://xcl.masa-lab.net/modules/d3blog/details.php?bid=133</link> 
  	<dc:date>2010-04-14T00:20:00+09:00</dc:date> 
  	<dc:creator>masa</dc:creator> 
  	<description>名前解決のせいですっかり手間取ってしまったがwizmobile 0.5x を試してみた。でも、0.5x は重いような気がする。0.4 までは 200ms 程度だったレスポンスが 5sec 程度になっている。何かまた、...</description> 
  </item>
  <item rdf:about="https://xcl.masa-lab.net/modules/d3blog/details.php?bid=115">
  	<title>inquiry [0.33] の Preload</title> 
  	<link>https://xcl.masa-lab.net/modules/d3blog/details.php?bid=115</link> 
  	<dc:date>2008-12-07T23:40:00+09:00</dc:date> 
  	<dc:creator>masa</dc:creator> 
  	<description>inquiry の preload が行うことPreBlockFilter でFrontController.PostFilter というデリゲートをセットする。postFilter 時に_FRONTCONTROLLER が定義されていなければFrontController.PostFilter を raise する。このデリ...</description> 
  </item>
  <item rdf:about="https://xcl.masa-lab.net/modules/d3blog/details.php?bid=107">
  	<title>XCL [2.1.5] レンダリングのなぞ</title> 
  	<link>https://xcl.masa-lab.net/modules/d3blog/details.php?bid=107</link> 
  	<dc:date>2008-09-21T00:30:00+09:00</dc:date> 
  	<dc:creator>masa</dc:creator> 
  	<description>■_commonPrepareRender_commonPrepareRender()はブロックやメイン、テーマのレンダーごとに毎回呼ばれるが、mXoopsTpl に変数をセットしているので、一度セットすれば十分なのではないのだろうか？...</description> 
  </item>
  <item rdf:about="https://xcl.masa-lab.net/modules/d3blog/details.php?bid=99">
  	<title>XCL ログインのなぞ （その２）</title> 
  	<link>https://xcl.masa-lab.net/modules/d3blog/details.php?bid=99</link> 
  	<dc:date>2008-09-11T00:40:00+09:00</dc:date> 
  	<dc:creator>masa</dc:creator> 
  	<description>その１でコードを変更してみたのだが、よくよく見るとちょっと問題がある。XoopUserHandler は criteria の条件をエスケープしてくれないので、このままでは脆弱性につながる恐れがある。修...</description> 
  </item>
  <item rdf:about="https://xcl.masa-lab.net/modules/d3blog/details.php?bid=96">
  	<title>XCL ログインのなぞ （その１</title> 
  	<link>https://xcl.masa-lab.net/modules/d3blog/details.php?bid=96</link> 
  	<dc:date>2008-09-10T23:10:00+09:00</dc:date> 
  	<dc:creator>masa</dc:creator> 
  	<description>XCLのログインコードを見ていてちょっと気になったのは
$userHandler =&amp; xoops_getmodulehandler(&#039;users&#039;, &#039;user&#039;);

$criteria =&amp; new CriteriaCompo();
$criteria-&gt;add(new Criteria(&#039;uname&#039;, xo...</description> 
  </item>
  <item rdf:about="https://xcl.masa-lab.net/modules/d3blog/details.php?bid=69">
  	<title>altsys の言語定数キャッシュを消したら手動で更新を忘れないように...</title> 
  	<link>https://xcl.masa-lab.net/modules/d3blog/details.php?bid=69</link> 
  	<dc:date>2008-08-09T23:40:00+09:00</dc:date> 
  	<dc:creator>masa</dc:creator> 
  	<description>altsys の言語定数キャッシュ(XOOPS_TRUST_PATH/cache/*)を消してしまうと、ほかのキャッシュのようには自動で生成されない。これはパフォーマンスとの兼ね合いの仕様であろう。なので、変更し...</description> 
  </item>
  <item rdf:about="https://xcl.masa-lab.net/modules/d3blog/details.php?bid=10">
  	<title>モジュールのバージョン表示が変わらない？</title> 
  	<link>https://xcl.masa-lab.net/modules/d3blog/details.php?bid=10</link> 
  	<dc:date>2008-06-05T23:10:00+09:00</dc:date> 
  	<dc:creator>masa</dc:creator> 
  	<description>d3blog を 1.02 から 1.02.3a にアップデートしたのだがモジュール管理画面のバージョン表示は 1.02 のまま変わらなかった。アップデートに失敗したのか？しかしd3blogの一般設定画面に新しい...</description> 
  </item>
</rdf:RDF>