<?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://labs.spookies.co.jp/2009/04/28/protocalendar-js-1-1-8-2-release/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.spookies.co.jp/2009/04/28/protocalendar-js-1-1-8-2-release/</link>
	<description>Ruby on Rails, JavaScript, iPhone Applications</description>
	<pubDate>Tue, 07 Sep 2010 21:17:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>yakibuta より</title>
		<link>http://labs.spookies.co.jp/2009/04/28/protocalendar-js-1-1-8-2-release/comment-page-1/#comment-774</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-774</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://labs.spookies.co.jp/2009/04/28/protocalendar-js-1-1-8-2-release/comment-page-1/#comment-559</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-559</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://labs.spookies.co.jp/2009/04/28/protocalendar-js-1-1-8-2-release/comment-page-1/#comment-543</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-543</guid>
		<description>大変活用させていただいてます。

ところで
IFRAME内などで使用すると、初回表示時表示できない箇所(スクロールして出てくる箇所)で使用しているとカレンダーが-表示されなかったのでスクロールを考慮するよう修正しました。

    setAlignment: function(alignTo, element, pos) {

        var offsets = Position.cumulativeOffset(alignTo);
        var realoffsets = Position.realOffset(alignTo);        
        element.setStyle({ left: offsets[0] + "px" });
        if (pos == 'Above') {
            var elementHeight = ProtoCalendar.callWithVisibility(element, function() { return element.offsetHeight; });
            element.setStyle({ top: (offsets[1] - elementHeight - realoffsets.top) + "px" });
        } else if (pos == 'Below') {
            element.setStyle({ top: (offsets[1] + alignTo.offsetHeight - realoffsets.top) + "px" });
        } 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] - elementHeight - realoffsets.top) + &#8220;px&#8221; });<br />
        } else if (pos == &#8216;Below&#8217;) {<br />
            element.setStyle({ top: (offsets[1] + alignTo.offsetHeight - realoffsets.top) + &#8220;px&#8221; });<br />
        } else {<br />
            //Unknown option<br />
    }</p>
<p>    },</p>
<p>次回アップデートで吸収？お願いします。</p>
]]></content:encoded>
	</item>
	<item>
		<title>ワテ より</title>
		<link>http://labs.spookies.co.jp/2009/04/28/protocalendar-js-1-1-8-2-release/comment-page-1/#comment-540</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-540</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://labs.spookies.co.jp/2009/04/28/protocalendar-js-1-1-8-2-release/comment-page-1/#comment-260</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-260</guid>
		<description>InputCalendar.createOnLoaded("day0",{format: "yyyy-mm-dd",lang: "ja"})

day0のように数字が入っていると、日本語表示が動作しないです。
ご確認していただけないでしょうか。
day0をdayにすると動作します。</description>
		<content:encoded><![CDATA[<p>InputCalendar.createOnLoaded(&#8221;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://labs.spookies.co.jp/2009/04/28/protocalendar-js-1-1-8-2-release/comment-page-1/#comment-234</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-234</guid>
		<description>デザインもシンプルでカッコいいですね。
カレンダー内の当日の日付の色付けは出来ませんか？</description>
		<content:encoded><![CDATA[<p>デザインもシンプルでカッコいいですね。<br />
カレンダー内の当日の日付の色付けは出来ませんか？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
