<?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>Comments on: MooTools Events Calendar &#8211; Web Embeddable Javascript Calendar</title>
	<atom:link href="http://dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/feed/" rel="self" type="application/rss+xml" />
	<link>http://dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/</link>
	<description>Web Design, Javascript, CSS, and More...</description>
	<lastBuildDate>Tue, 22 Jun 2010 01:05:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Christoph Aust</title>
		<link>http://dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/comment-page-1/#comment-28405</link>
		<dc:creator>Christoph Aust</dc:creator>
		<pubDate>Sat, 06 Mar 2010 12:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/#comment-28405</guid>
		<description>I cannot find a way to format the date and the time into german formats.
Anyone got a hint for me?
Thank you in advance!</description>
		<content:encoded><![CDATA[<p>I cannot find a way to format the date and the time into german formats.<br />
Anyone got a hint for me?<br />
Thank you in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/comment-page-1/#comment-25629</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 14 Jan 2010 02:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/#comment-25629</guid>
		<description>Thanks, this is fantastic. FWIW, I&#039;d like to put in a vote for somehow showing the location of events in week and day views-- maybe a new Tips like on the month view.</description>
		<content:encoded><![CDATA[<p>Thanks, this is fantastic. FWIW, I&#8217;d like to put in a vote for somehow showing the location of events in week and day views&#8211; maybe a new Tips like on the month view.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor Orr</title>
		<link>http://dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/comment-page-1/#comment-23141</link>
		<dc:creator>Trevor Orr</dc:creator>
		<pubDate>Fri, 06 Nov 2009 17:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/#comment-23141</guid>
		<description>I added an option for the events for make it a yearly event.
Just add yearly: true to the event.
Here is the code added to the loadCalEvents function:
eYearly = this.options.cEvents[i].yearly;
if (eYearly) {
	eStart.setFullYear(this.viewStartDate.getFullYear());
	eEnd.setFullYear(this.viewStartDate.getFullYear());
}
This goes right before the following line.
if((eStart &gt;= this.viewStartDate &amp;&amp; eStart = this.viewStartDate &amp;&amp; eEnd &lt;= this.viewEndDate)){</description>
		<content:encoded><![CDATA[<p>I added an option for the events for make it a yearly event.</p>
<p>Just add yearly: true to the event.</p>
<p>Here is the code added to the loadCalEvents function:</p>
<p>eYearly = this.options.cEvents[i].yearly;<br />
if (eYearly) {<br />
	eStart.setFullYear(this.viewStartDate.getFullYear());<br />
	eEnd.setFullYear(this.viewStartDate.getFullYear());<br />
}</p>
<p>This goes right before the following line.</p>
<p>if((eStart &gt;= this.viewStartDate &amp;&amp; eStart = this.viewStartDate &amp;&amp; eEnd &lt;= this.viewEndDate)){</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan M.</title>
		<link>http://dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/comment-page-1/#comment-21799</link>
		<dc:creator>Jonathan M.</dc:creator>
		<pubDate>Sat, 03 Oct 2009 00:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/#comment-21799</guid>
		<description>I&#039;m curious, is there a way to house the JSON dataset inline with the HTML page, rather than as a separate .js file?
In SIMILE Exhibit, which is surprisingly similar, there is an inline method to pipe the data to the displayObject from within the same HTML page.  That way the known JSON data could be embedded right in the page, perhaps in a variable.  I tried to rework things in this way, but I seem to have missed it and my JS skill it pretty low.
Any ideas?
Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m curious, is there a way to house the JSON dataset inline with the HTML page, rather than as a separate .js file?  </p>
<p>In SIMILE Exhibit, which is surprisingly similar, there is an inline method to pipe the data to the displayObject from within the same HTML page.  That way the known JSON data could be embedded right in the page, perhaps in a variable.  I tried to rework things in this way, but I seem to have missed it and my JS skill it pretty low.</p>
<p>Any ideas?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: engin</title>
		<link>http://dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/comment-page-1/#comment-21795</link>
		<dc:creator>engin</dc:creator>
		<pubDate>Fri, 02 Oct 2009 21:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/#comment-21795</guid>
		<description>thanks for sharing</description>
		<content:encoded><![CDATA[<p>thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tasveer Singh</title>
		<link>http://dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/comment-page-1/#comment-21651</link>
		<dc:creator>Tasveer Singh</dc:creator>
		<pubDate>Tue, 29 Sep 2009 22:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/#comment-21651</guid>
		<description>New code for URL linking for Day/Week view... fixed the bug in the last submission.
This is to pass a &#039;url&#039; key and value in your cEvents and you can click on it in Day/Week view to bring you to that page. Useful for bringing you to the central page for that Event.
Don&#039;t forget to include a &quot;cursor:pointer;&quot; in your CSS file under &quot;.mooECal td div.fullEvent&quot;!
And add this to the MooECal Javascript file at line 450, replacing what&#039;s there:
var eventDiv = new Element(&#039;div&#039;, {
    &#039;html&#039;: time + &#039; &#039; + this.options.cEvents[i].title
}).store(&#039;date&#039;, eStart.getDate()).store(&#039;url&#039;, this.options.cEvents[i].url).inject($(&#039;day&#039; + eStart.getDate()).getChildren(&#039;div&#039;)[0]);
if (this.options.view != &#039;month&#039;) { // the month view only shows a portion of the event description
    eventDiv.addClass(&#039;fullEvent&#039;);
    eventDiv.addEvent(&#039;click&#039;, function() {
        new URI(this.retrieve(&#039;url&#039;)).go();
    });
}</description>
		<content:encoded><![CDATA[<p>New code for URL linking for Day/Week view&#8230; fixed the bug in the last submission.</p>
<p>This is to pass a &#8216;url&#8217; key and value in your cEvents and you can click on it in Day/Week view to bring you to that page. Useful for bringing you to the central page for that Event.</p>
<p>Don&#8217;t forget to include a &#8220;cursor:pointer;&#8221; in your CSS file under &#8220;.mooECal td div.fullEvent&#8221;!</p>
<p>And add this to the MooECal Javascript file at line 450, replacing what&#8217;s there:</p>
<p>var eventDiv = new Element(&#8216;div&#8217;, {<br />
    &#8216;html&#8217;: time + &#8216; &#8216; + this.options.cEvents[i].title<br />
}).store(&#8216;date&#8217;, eStart.getDate()).store(&#8216;url&#8217;, this.options.cEvents[i].url).inject($(&#8216;day&#8217; + eStart.getDate()).getChildren(&#8216;div&#8217;)[0]);<br />
if (this.options.view != &#8216;month&#8217;) { // the month view only shows a portion of the event description<br />
    eventDiv.addClass(&#8216;fullEvent&#8217;);<br />
    eventDiv.addEvent(&#8216;click&#8217;, function() {<br />
        new URI(this.retrieve(&#8216;url&#8217;)).go();<br />
    });<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tasveer Singh</title>
		<link>http://dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/comment-page-1/#comment-21643</link>
		<dc:creator>Tasveer Singh</dc:creator>
		<pubDate>Tue, 29 Sep 2009 18:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/#comment-21643</guid>
		<description>Awesome Calendar! I&#039;m really loving it :)
I&#039;ve made a small change which may be useful to others... Basically I enabled a URL link for Events in the Day or Week view. The only changes are that you pass a &quot;url&quot; key for each cEvent, and change the CSS for &quot;.mooECal td div.fullEvent&quot; to include &quot;cursor: pointer&quot;.
And add this to the MooECal Javascript file at line 453, replacing the existing If:
if (this.options.view != &#039;month&#039;) { // the month view only shows a portion of the event description
    eventDiv.addClass(&#039;fullEvent&#039;);
    var link_url = this.options.cEvents[i].url;
    if(link_url) {
        eventDiv.addEvent(&#039;click&#039;, function() {
            new URI(link_url).go();
        });
    }
}</description>
		<content:encoded><![CDATA[<p>Awesome Calendar! I&#8217;m really loving it <img src='http://dansnetwork.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ve made a small change which may be useful to others&#8230; Basically I enabled a URL link for Events in the Day or Week view. The only changes are that you pass a &#8220;url&#8221; key for each cEvent, and change the CSS for &#8220;.mooECal td div.fullEvent&#8221; to include &#8220;cursor: pointer&#8221;.</p>
<p>And add this to the MooECal Javascript file at line 453, replacing the existing If:<br />
if (this.options.view != &#8216;month&#8217;) { // the month view only shows a portion of the event description<br />
    eventDiv.addClass(&#8216;fullEvent&#8217;);<br />
    var link_url = this.options.cEvents[i].url;<br />
    if(link_url) {<br />
        eventDiv.addEvent(&#8216;click&#8217;, function() {<br />
            new URI(link_url).go();<br />
        });<br />
    }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo</title>
		<link>http://dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/comment-page-1/#comment-21595</link>
		<dc:creator>Matteo</dc:creator>
		<pubDate>Mon, 28 Sep 2009 16:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/#comment-21595</guid>
		<description>Great works !!</description>
		<content:encoded><![CDATA[<p>Great works !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Makoto</title>
		<link>http://dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/comment-page-1/#comment-21545</link>
		<dc:creator>Makoto</dc:creator>
		<pubDate>Sun, 27 Sep 2009 03:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/#comment-21545</guid>
		<description>Awesome!  Thank you.
I am relatively new to mootools but I was able to follow your work and I got the calendar to do weekly reoccurring events as well as weekly multiple day reoccurring events.  I also managed to create a mini calendar that shows highlighted days if any events are present.  One thing I was after and couldn&#039;t manage on my own was to have two or more instances of the calendar operating independently of each other, hope that feature is in the mix!
Aloha and thanks again!</description>
		<content:encoded><![CDATA[<p>Awesome!  Thank you.<br />
I am relatively new to mootools but I was able to follow your work and I got the calendar to do weekly reoccurring events as well as weekly multiple day reoccurring events.  I also managed to create a mini calendar that shows highlighted days if any events are present.  One thing I was after and couldn&#8217;t manage on my own was to have two or more instances of the calendar operating independently of each other, hope that feature is in the mix!<br />
Aloha and thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/comment-page-1/#comment-20045</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 26 Aug 2009 12:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/#comment-20045</guid>
		<description>Awesome Calendar! In combination with an Ical Parser it&#039;s perfect! great work!</description>
		<content:encoded><![CDATA[<p>Awesome Calendar! In combination with an Ical Parser it&#8217;s perfect! great work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
