<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>シンプルな日時選択ライブラリ protocalendar.js v1.1.8.2 を公開しました へのコメント</title>
	<atom:link href="http://www.spookies.co.jp/laboblog/javascript/protocalendar-js-1-1-8-2-release/feed" rel="self" type="application/rss+xml" />
	<link>http://www.spookies.co.jp/laboblog/javascript/protocalendar-js-1-1-8-2-release</link>
	<description>ソーシャルサービスプロバイダー</description>
	<lastBuildDate>Wed, 01 Jun 2011 10:33:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>yakibuta より</title>
		<link>http://www.spookies.co.jp/laboblog/javascript/protocalendar-js-1-1-8-2-release/comment-page-1#comment-314</link>
		<dc:creator>yakibuta</dc:creator>
		<pubDate>Thu, 15 Jul 2010 23:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://labs.spookies.co.jp/?p=69#comment-314</guid>
		<description>デフォルトでカレンダーの選択日を指定する、:default_date というのが1.1.0にはあったのですが、1.1.8.2ではどのように指定すればよいのでしょうか？</description>
		<content:encoded><![CDATA[<p>デフォルトでカレンダーの選択日を指定する、:default_date というのが1.1.0にはあったのですが、1.1.8.2ではどのように指定すればよいのでしょうか？</p>
]]></content:encoded>
	</item>
	<item>
		<title>＃ より</title>
		<link>http://www.spookies.co.jp/laboblog/javascript/protocalendar-js-1-1-8-2-release/comment-page-1#comment-313</link>
		<dc:creator>＃</dc:creator>
		<pubDate>Wed, 03 Feb 2010 01:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://labs.spookies.co.jp/?p=69#comment-313</guid>
		<description>http://labs.spookies.jp/product/protocalendar

Service Temporarily Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

---
Um....</description>
		<content:encoded><![CDATA[<p><a href="http://labs.spookies.jp/product/protocalendar" rel="nofollow">http://labs.spookies.jp/product/protocalendar</a></p>
<p>Service Temporarily Unavailable</p>
<p>The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.</p>
<p>&#8212;<br />
Um&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kiyota より</title>
		<link>http://www.spookies.co.jp/laboblog/javascript/protocalendar-js-1-1-8-2-release/comment-page-1#comment-311</link>
		<dc:creator>Kiyota</dc:creator>
		<pubDate>Fri, 22 Jan 2010 07:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://labs.spookies.co.jp/?p=69#comment-311</guid>
		<description>大変活用させていただいてます。

ところで
IFRAME内などで使用すると、初回表示時表示できない箇所(スクロールして出てくる箇所)で使用しているとカレンダーが-表示されなかったのでスクロールを考慮するよう修正しました。

    setAlignment: function(alignTo, element, pos) {

        var offsets = Position.cumulativeOffset(alignTo);
        var realoffsets = Position.realOffset(alignTo);
        element.setStyle({ left: offsets[0] + &quot;px&quot; });
        if (pos == &#039;Above&#039;) {
            var elementHeight = ProtoCalendar.callWithVisibility(element, function() { return element.offsetHeight; });
            element.setStyle({ top: (offsets[1] - elementHeight - realoffsets.top) + &quot;px&quot; });
        } else if (pos == &#039;Below&#039;) {
            element.setStyle({ top: (offsets[1] + alignTo.offsetHeight - realoffsets.top) + &quot;px&quot; });
        } else {
            //Unknown option
    }

    },

次回アップデートで吸収？お願いします。</description>
		<content:encoded><![CDATA[<p>大変活用させていただいてます。</p>
<p>ところで<br />
IFRAME内などで使用すると、初回表示時表示できない箇所(スクロールして出てくる箇所)で使用しているとカレンダーが-表示されなかったのでスクロールを考慮するよう修正しました。</p>
<p>    setAlignment: function(alignTo, element, pos) {</p>
<p>        var offsets = Position.cumulativeOffset(alignTo);<br />
        var realoffsets = Position.realOffset(alignTo);<br />
        element.setStyle({ left: offsets[0] + &#8220;px&#8221; });<br />
        if (pos == &#8216;Above&#8217;) {<br />
            var elementHeight = ProtoCalendar.callWithVisibility(element, function() { return element.offsetHeight; });<br />
            element.setStyle({ top: (offsets[1] &#8211; elementHeight &#8211; realoffsets.top) + &#8220;px&#8221; });<br />
        } else if (pos == &#8216;Below&#8217;) {<br />
            element.setStyle({ top: (offsets[1] + alignTo.offsetHeight &#8211; realoffsets.top) + &#8220;px&#8221; });<br />
        } else {<br />
            //Unknown option<br />
    }</p>
<p>    },</p>
<p>次回アップデートで吸収？お願いします。</p>
]]></content:encoded>
	</item>
	<item>
		<title>ワテ より</title>
		<link>http://www.spookies.co.jp/laboblog/javascript/protocalendar-js-1-1-8-2-release/comment-page-1#comment-310</link>
		<dc:creator>ワテ</dc:creator>
		<pubDate>Sun, 17 Jan 2010 06:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://labs.spookies.co.jp/?p=69#comment-310</guid>
		<description>ダウンロード先サーバーがトラぶってるようです。
http://labs.spookies.jp/
にアクセスすると、503エラーが表示され
-------------------------------
Service Temporarily Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
-------------------------------
って表示されちゃいます。</description>
		<content:encoded><![CDATA[<p>ダウンロード先サーバーがトラぶってるようです。<br />
<a href="http://labs.spookies.jp/" rel="nofollow">http://labs.spookies.jp/</a><br />
にアクセスすると、503エラーが表示され<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Service Temporarily Unavailable</p>
<p>The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
って表示されちゃいます。</p>
]]></content:encoded>
	</item>
	<item>
		<title>SO より</title>
		<link>http://www.spookies.co.jp/laboblog/javascript/protocalendar-js-1-1-8-2-release/comment-page-1#comment-309</link>
		<dc:creator>SO</dc:creator>
		<pubDate>Wed, 22 Jul 2009 10:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://labs.spookies.co.jp/?p=69#comment-309</guid>
		<description>InputCalendar.createOnLoaded(&quot;day0&quot;,{format: &quot;yyyy-mm-dd&quot;,lang: &quot;ja&quot;})

day0のように数字が入っていると、日本語表示が動作しないです。
ご確認していただけないでしょうか。
day0をdayにすると動作します。</description>
		<content:encoded><![CDATA[<p>InputCalendar.createOnLoaded(&#8220;day0&#8243;,{format: &#8220;yyyy-mm-dd&#8221;,lang: &#8220;ja&#8221;})</p>
<p>day0のように数字が入っていると、日本語表示が動作しないです。<br />
ご確認していただけないでしょうか。<br />
day0をdayにすると動作します。</p>
]]></content:encoded>
	</item>
	<item>
		<title>GIN より</title>
		<link>http://www.spookies.co.jp/laboblog/javascript/protocalendar-js-1-1-8-2-release/comment-page-1#comment-308</link>
		<dc:creator>GIN</dc:creator>
		<pubDate>Sun, 21 Jun 2009 02:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://labs.spookies.co.jp/?p=69#comment-308</guid>
		<description>デザインもシンプルでカッコいいですね。
カレンダー内の当日の日付の色付けは出来ませんか？</description>
		<content:encoded><![CDATA[<p>デザインもシンプルでカッコいいですね。<br />
カレンダー内の当日の日付の色付けは出来ませんか？</p>
]]></content:encoded>
	</item>
</channel>
</rss>

