<?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:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>私事。 跡地 &#187; etc</title>
	<atom:link href="http://francisca.cc/category/%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%a0/%e3%81%9d%e3%81%ae%e4%bb%96-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://francisca.cc</link>
	<description>ダメな人間らしくダラダラ</description>
	<lastBuildDate>Fri, 28 Oct 2011 14:10:27 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://francisca.cc/category/%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%a0/%e3%81%9d%e3%81%ae%e4%bb%96-3/feed/" />
		<item>
		<title>オブジェクトの作られる場所</title>
		<link>http://francisca.cc/2008/09/16/%e3%82%aa%e3%83%96%e3%82%b8%e3%82%a7%e3%82%af%e3%83%88%e3%81%ae%e4%bd%9c%e3%82%89%e3%82%8c%e3%82%8b%e5%a0%b4%e6%89%80/</link>
		<comments>http://francisca.cc/2008/09/16/%e3%82%aa%e3%83%96%e3%82%b8%e3%82%a7%e3%82%af%e3%83%88%e3%81%ae%e4%bd%9c%e3%82%89%e3%82%8c%e3%82%8b%e5%a0%b4%e6%89%80/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 05:34:36 +0000</pubDate>
		<dc:creator>ef(管理人)</dc:creator>
				<category><![CDATA[etc]]></category>
		<category><![CDATA[Program]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://francisca.cc/?p=813</guid>
		<description><![CDATA[いやぁ、当たり前なんですけど、再認識。 呼んだ場所か書いた場所で使えます。 うむ。 社内のとあるコードに、使用する他のjsをincludeするだけのjsがあり、そこからprototypeやらjqueryやらを呼んでました [...]]]></description>
			<content:encoded><![CDATA[				<p>いやぁ、当たり前なんですけど、再認識。<br />
				呼んだ場所か書いた場所で使えます。 うむ。</p>
				<p>社内のとあるコードに、使用する他のjsをincludeするだけのjsがあり、そこからprototypeやらjqueryやらを呼んでました。<br />
				prototypeとjqueryの衝突回避のnoConflictもその中に書いてあったのですが、オブジェクトがネーヨ！ と怒られていました。<br />
				この場合はhtmlに書くのが正解なんですね。</p>
				<p>適当に書くとこんな感じ。<br />
				俺用<br />
				html<br />
				head<br />
				　script src include.js -> prototype.js/jquery.js<br />
				　script<br />
				　noConflict()<br />
				　/script<br />
				/head<br />
				body<br />
				/body<br />
				/html</p>
]]></content:encoded>
			<wfw:commentRss>http://francisca.cc/2008/09/16/%e3%82%aa%e3%83%96%e3%82%b8%e3%82%a7%e3%82%af%e3%83%88%e3%81%ae%e4%bd%9c%e3%82%89%e3%82%8c%e3%82%8b%e5%a0%b4%e6%89%80/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://francisca.cc/2008/09/16/%e3%82%aa%e3%83%96%e3%82%b8%e3%82%a7%e3%82%af%e3%83%88%e3%81%ae%e4%bd%9c%e3%82%89%e3%82%8c%e3%82%8b%e5%a0%b4%e6%89%80/" />
	</item>
		<item>
		<title>CPANメモ</title>
		<link>http://francisca.cc/2008/09/02/cpan%e3%83%a1%e3%83%a2/</link>
		<comments>http://francisca.cc/2008/09/02/cpan%e3%83%a1%e3%83%a2/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 05:14:00 +0000</pubDate>
		<dc:creator>ef(管理人)</dc:creator>
				<category><![CDATA[etc]]></category>
		<category><![CDATA[Program]]></category>
		<category><![CDATA[CPAN]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://francisca.cc/?p=802</guid>
		<description><![CDATA[CPAN自体よくわかってないけど使うときのメモ。 バージョン指定してインスコ install BINGOS/POE-Component-IRC-5.88.tar.gz バージョンはこうやって見つけろ？ cpan i /F [...]]]></description>
			<content:encoded><![CDATA[				<p>CPAN自体よくわかってないけど使うときのメモ。</p>
				<p>バージョン指定してインスコ</p>
				<blockquote><p>install BINGOS/POE-Component-IRC-5.88.tar.gz</p></blockquote>
				<p>バージョンはこうやって見つけろ？</p>
				<blockquote><p>cpan<br />
				i /Foo::Bar/</p></blockquote>
				<p>よくわからん。</p>
				<p>POE::Component::IRCを探したい場合</p>
				<blockquote><p>i /POE::Component::IRC/</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://francisca.cc/2008/09/02/cpan%e3%83%a1%e3%83%a2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://francisca.cc/2008/09/02/cpan%e3%83%a1%e3%83%a2/" />
	</item>
		<item>
		<title>[ memo ][ JavaScript ] Fxでのフォーム配列のいじり方</title>
		<link>http://francisca.cc/2008/07/22/memo-javascript-fx%e3%81%a7%e3%81%ae%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e9%85%8d%e5%88%97%e3%81%ae%e3%81%84%e3%81%98%e3%82%8a%e6%96%b9/</link>
		<comments>http://francisca.cc/2008/07/22/memo-javascript-fx%e3%81%a7%e3%81%ae%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e9%85%8d%e5%88%97%e3%81%ae%e3%81%84%e3%81%98%e3%82%8a%e6%96%b9/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 05:27:35 +0000</pubDate>
		<dc:creator>ef(管理人)</dc:creator>
				<category><![CDATA[etc]]></category>
		<category><![CDATA[Program]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://francisca.cc/?p=790</guid>
		<description><![CDATA[メモメモ。 30分くらいハマった。 Firefoxは何かとワガママですな。 そんなFxでの配列フォームの触り方。 &#60;form name=&#8221;sampleForm&#8221;&#62; &#60;input  [...]]]></description>
			<content:encoded><![CDATA[				<p>メモメモ。 30分くらいハマった。<br />
				Firefoxは何かとワガママですな。<br />
				そんなFxでの配列フォームの触り方。</p>
				<blockquote><p>&lt;form name=&#8221;sampleForm&#8221;&gt;<br />
				    &lt;input type=&#8221;text&#8221; name=&#8221;input_value[]&#8221; /&gt;<br />
				    &lt;input type=&#8221;text&#8221; name=&#8221;input_value[]&#8221; /&gt;<br />
				    &lt;input type=&#8221;text&#8221; name=&#8221;input_value[]&#8221; /&gt;<br />
				&lt;/form&gt;</p></blockquote>
				<p>なんてフォームがあった場合。</p>
				<blockquote><p>document.sampleForm.elements["input_value[]&#8220;]</p></blockquote>
				<p>からいじれる。</p>
				<p>lengthは</p>
				<blockquote><p>document.sampleForm.elements["input_value[]&#8220;].length</p></blockquote>
				<p>パラメータ取得したいときは</p>
				<blockquote><p>document.sampleForm.elements["input_value[]&#8220;][0].value</p></blockquote>
				<p>でいいはず。<br />
				いい加減長いので処理の最初に<br />
				var inputs = document.sampleForm.elements["input_value[]&#8220;];<br />
				とかってしてもいいかもですね。</p>
]]></content:encoded>
			<wfw:commentRss>http://francisca.cc/2008/07/22/memo-javascript-fx%e3%81%a7%e3%81%ae%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e9%85%8d%e5%88%97%e3%81%ae%e3%81%84%e3%81%98%e3%82%8a%e6%96%b9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://francisca.cc/2008/07/22/memo-javascript-fx%e3%81%a7%e3%81%ae%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e9%85%8d%e5%88%97%e3%81%ae%e3%81%84%e3%81%98%e3%82%8a%e6%96%b9/" />
	</item>
		<item>
		<title>[ Program ] Visual Sudio 2005 SP1のMSDNライブラリのﾀﾞｳｿ場所</title>
		<link>http://francisca.cc/2008/01/29/program-visual-sudio-2005-sp1%e3%81%aemsdn%e3%83%a9%e3%82%a4%e3%83%96%e3%83%a9%e3%83%aa%e3%81%ae%ef%be%80%ef%be%9e%ef%bd%b3%ef%bd%bf%e5%a0%b4%e6%89%80/</link>
		<comments>http://francisca.cc/2008/01/29/program-visual-sudio-2005-sp1%e3%81%aemsdn%e3%83%a9%e3%82%a4%e3%83%96%e3%83%a9%e3%83%aa%e3%81%ae%ef%be%80%ef%be%9e%ef%bd%b3%ef%bd%bf%e5%a0%b4%e6%89%80/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 06:21:21 +0000</pubDate>
		<dc:creator>ef(管理人)</dc:creator>
				<category><![CDATA[etc]]></category>
		<category><![CDATA[Program]]></category>

		<guid isPermaLink="false">http://francisca.cc/?p=768</guid>
		<description><![CDATA[自分メモ。 サービスパックの付いていないVisual Studio 2005のMSDNは現在ダウンロード不可の模様。 現時点でダウンロード可能はMSDNライブラリはVisual Studio 2005 SP1向け(200 [...]]]></description>
			<content:encoded><![CDATA[				<p>自分メモ。</p>
				<p>サービスパックの付いていないVisual Studio 2005のMSDNは現在ダウンロード不可の模様。<br />
				現時点でダウンロード可能はMSDNライブラリはVisual Studio 2005 SP1向け(2007年6月版)のようだ。</p>
				<p><u><font color="#0000ff"><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b8704100-0127-4d88-9b5d-896b9b388313&#038;DisplayLang=ja" target="_blank">ダウンロードの詳細 : VS SP1 用 MSDN ライブラリ 2007 年 6 月版</a></font></u></p>
				<p>しかし、32bit Windowsで2GB overなファイルをIEでダウンロードすると進捗率が-5%なんてヘンテコになるのは困る。</p>
]]></content:encoded>
			<wfw:commentRss>http://francisca.cc/2008/01/29/program-visual-sudio-2005-sp1%e3%81%aemsdn%e3%83%a9%e3%82%a4%e3%83%96%e3%83%a9%e3%83%aa%e3%81%ae%ef%be%80%ef%be%9e%ef%bd%b3%ef%bd%bf%e5%a0%b4%e6%89%80/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://francisca.cc/2008/01/29/program-visual-sudio-2005-sp1%e3%81%aemsdn%e3%83%a9%e3%82%a4%e3%83%96%e3%83%a9%e3%83%aa%e3%81%ae%ef%be%80%ef%be%9e%ef%bd%b3%ef%bd%bf%e5%a0%b4%e6%89%80/" />
	</item>
	</channel>
</rss>

