<?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 for DansNetwork.com</title>
	<atom:link href="http://dansnetwork.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dansnetwork.com</link>
	<description>Web Design, Javascript, CSS, and More...</description>
	<lastBuildDate>Sat, 06 Mar 2010 12:45:08 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on MooTools Events Calendar &#8211; Web Embeddable Javascript Calendar 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>Comment on SmartLinc &#8211; Unable to Retrieve Device State by Audacious Software: Weblog &#187; Blog Archive &#187; Shion SmartLinc 2412N Support</title>
		<link>http://dansnetwork.com/2008/09/10/smartlinc-unable-to-retrieve-device-state/comment-page-1/#comment-26633</link>
		<dc:creator>Audacious Software: Weblog &#187; Blog Archive &#187; Shion SmartLinc 2412N Support</dc:creator>
		<pubDate>Thu, 04 Feb 2010 21:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/09/10/smartlinc-unable-to-retrieve-device-state/#comment-26633</guid>
		<description>[...] are built around an atrocious AJAX interface, leading to the bewildering outcome that the device is effectively one-way only, defeating the major reasons for using the INSTEON [...]</description>
		<content:encoded><![CDATA[<p>[...] are built around an atrocious AJAX interface, leading to the bewildering outcome that the device is effectively one-way only, defeating the major reasons for using the INSTEON [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MooTools Events Calendar &#8211; Web Embeddable Javascript Calendar 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>Comment on Add Live Chat (GTalk/Jabber) To Your Site by bunny</title>
		<link>http://dansnetwork.com/2008/07/10/add-live-chat-gtalkjabber-to-your-site/comment-page-1/#comment-25595</link>
		<dc:creator>bunny</dc:creator>
		<pubDate>Wed, 13 Jan 2010 16:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/07/10/add-live-chat-gtalkjabber-to-your-site/#comment-25595</guid>
		<description>you can use also http://www.plupper.com ... it works with GTalk or any of XMPP/Jabber messenger</description>
		<content:encoded><![CDATA[<p>you can use also <a href="http://www.plupper.com" rel="nofollow">http://www.plupper.com</a> &#8230; it works with GTalk or any of XMPP/Jabber messenger</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MooTools Events Calendar &#8211; Web Embeddable Javascript Calendar 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>Comment on Web Based Insteon Controller &#8211; SmartLinc/NetLinc by Insteon</title>
		<link>http://dansnetwork.com/2008/07/27/web-based-insteon-controller-netlinc/comment-page-1/#comment-21989</link>
		<dc:creator>Insteon</dc:creator>
		<pubDate>Fri, 09 Oct 2009 05:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/07/27/web-based-insteon-controller-netlinc/#comment-21989</guid>
		<description>I agree with JC, the SmartLinc has it&#039;s place but it&#039;s mostly for a simple interface via your iPhone or other handheld device.  If you&#039;re trying to use it as your central controller you&#039;ll be disappointed with it&#039;s lack of features (like sunrise/sunset schedules).</description>
		<content:encoded><![CDATA[<p>I agree with JC, the SmartLinc has it&#8217;s place but it&#8217;s mostly for a simple interface via your iPhone or other handheld device.  If you&#8217;re trying to use it as your central controller you&#8217;ll be disappointed with it&#8217;s lack of features (like sunrise/sunset schedules).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MooTools Events Calendar &#8211; Web Embeddable Javascript Calendar 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>Comment on MooTools Events Calendar &#8211; Web Embeddable Javascript Calendar 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>Comment on MooTools Events Calendar &#8211; Web Embeddable Javascript Calendar 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(&#8217;div&#8217;, {<br />
    &#8216;html&#8217;: time + &#8216; &#8216; + this.options.cEvents[i].title<br />
}).store(&#8217;date&#8217;, eStart.getDate()).store(&#8217;url&#8217;, this.options.cEvents[i].url).inject($(&#8217;day&#8217; + eStart.getDate()).getChildren(&#8217;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(&#8217;fullEvent&#8217;);<br />
    eventDiv.addEvent(&#8217;click&#8217;, function() {<br />
        new URI(this.retrieve(&#8217;url&#8217;)).go();<br />
    });<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MooTools Events Calendar &#8211; Web Embeddable Javascript Calendar 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(&#8217;fullEvent&#8217;);<br />
    var link_url = this.options.cEvents[i].url;<br />
    if(link_url) {<br />
        eventDiv.addEvent(&#8217;click&#8217;, function() {<br />
            new URI(link_url).go();<br />
        });<br />
    }<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
