<?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"
	>
<channel>
	<title>Comments on: Navigation Calendar</title>
	<atom:link href="http://www.lab4games.net/zz85/blog/2005/05/09/navigation-calendar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lab4games.net/zz85/blog/2005/05/09/navigation-calendar/</link>
	<description>Dumping Ground for Diverse Dictus Thoughts of Me</description>
	<pubDate>Tue, 06 Jan 2009 06:41:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: kepo-ing Zz85  &#187; Blog Archive   &#187; Easy workaround/fix for an AJAX problem</title>
		<link>http://www.lab4games.net/zz85/blog/2005/05/09/navigation-calendar/#comment-40</link>
		<dc:creator>kepo-ing Zz85  &#187; Blog Archive   &#187; Easy workaround/fix for an AJAX problem</dc:creator>
		<pubDate>Wed, 18 May 2005 20:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab4games.net/zz85/blog/?p=9#comment-40</guid>
		<description>[...] uo; Thursday Status 			 		 	 		 			Easy workaround/fix for an AJAX problem 	 			 					In a comment to my previous post&#160;   Navigation Calen [...]</description>
		<content:encoded><![CDATA[<p>[...] uo; Thursday Status 			 		 	 		 			Easy workaround/fix for an AJAX problem 	 			 					In a comment to my previous post&nbsp;   Navigation Calen [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kae</title>
		<link>http://www.lab4games.net/zz85/blog/2005/05/09/navigation-calendar/#comment-32</link>
		<dc:creator>Kae</dc:creator>
		<pubDate>Mon, 16 May 2005 10:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab4games.net/zz85/blog/?p=9#comment-32</guid>
		<description>You're right that it's a security issue. Browsers rightly refuse to allow XMLHTTPRequest calls to domains other than the one the script was loaded from. If not, then you could have ad servers tracking every key press you make (etc).

The mechanism which notifies an author that you have linked to their article is called Trackback. It's pretty useful.

Jon has done a great job making my code usable by the public. I generally write a piece of code, then lose interest and go onto the next challenge.</description>
		<content:encoded><![CDATA[<p>You&#8217;re right that it&#8217;s a security issue. Browsers rightly refuse to allow XMLHTTPRequest calls to domains other than the one the script was loaded from. If not, then you could have ad servers tracking every key press you make (etc).</p>
<p>The mechanism which notifies an author that you have linked to their article is called Trackback. It&#8217;s pretty useful.</p>
<p>Jon has done a great job making my code usable by the public. I generally write a piece of code, then lose interest and go onto the next challenge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://www.lab4games.net/zz85/blog/2005/05/09/navigation-calendar/#comment-23</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Wed, 11 May 2005 20:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab4games.net/zz85/blog/?p=9#comment-23</guid>
		<description>I do think this is a security issue rather than a technical issue. IMHO, Browsers would not allow the script to request offsite to prevent malious use.

Try,
http://google.com/webhp?complete=1&#38;hl=en and it will redirect you to 
http://www.google.com/webhp?complete=1&#38;hl=en.

Try,
www.maps.google.com and it will redirect you to maps.google.com

Try differents domains to login to gmail and you still end up in http://gmail.google.com/

This means, they are only limiting their scripts to point to a particular domain.

2 suggestions I have. 

1) If domain is not correct, (maybe javascript can detect), redirect to main page.

2) Instead of linking the js file to the url defined in the settings, link it reletively, as in src="../wp-content/..." something like that. That however would cause issues with paralinking, which in turn could perhaps have a workaround in the .htaccess file or the php files.

I would think method 1 is easier to be done. Method 2 if done would show solutions to other problems like linking uploaded files. Maybe you could find help in Wordpress Support Forums. :)</description>
		<content:encoded><![CDATA[<p>I do think this is a security issue rather than a technical issue. IMHO, Browsers would not allow the script to request offsite to prevent malious use.</p>
<p>Try,<br />
<a href="http://google.com/webhp?complete=1&amp;hl=en" rel="nofollow">http://google.com/webhp?complete=1&amp;hl=en</a> and it will redirect you to<br />
<a href="http://www.google.com/webhp?complete=1&amp;hl=en" rel="nofollow">http://www.google.com/webhp?complete=1&amp;hl=en</a>.</p>
<p>Try,<br />
<a href="http://www.maps.google.com" rel="nofollow">http://www.maps.google.com</a> and it will redirect you to maps.google.com</p>
<p>Try differents domains to login to gmail and you still end up in <a href="http://gmail.google.com/" rel="nofollow">http://gmail.google.com/</a></p>
<p>This means, they are only limiting their scripts to point to a particular domain.</p>
<p>2 suggestions I have. </p>
<p>1) If domain is not correct, (maybe javascript can detect), redirect to main page.</p>
<p>2) Instead of linking the js file to the url defined in the settings, link it reletively, as in src=&#8221;../wp-content/&#8230;&#8221; something like that. That however would cause issues with paralinking, which in turn could perhaps have a workaround in the .htaccess file or the php files.</p>
<p>I would think method 1 is easier to be done. Method 2 if done would show solutions to other problems like linking uploaded files. Maybe you could find help in Wordpress Support Forums. <img src='http://www.lab4games.net/zz85/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Abad</title>
		<link>http://www.lab4games.net/zz85/blog/2005/05/09/navigation-calendar/#comment-18</link>
		<dc:creator>Jon Abad</dc:creator>
		<pubDate>Wed, 11 May 2005 04:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab4games.net/zz85/blog/?p=9#comment-18</guid>
		<description>Yea, funny how the interweb works these days huh!

The error comes because the plugin asks WordPress what the address of the blog is in order to set the address to call the rest of the supporting javascript. As a testament to my lack of coding prowless and knowhow to reroute javascript/cross-site errors, the code I wrote is not all that robust and so if you have "www" in your siteurl but then access the site without using it, the plugin breaks.

Its a known issue though.</description>
		<content:encoded><![CDATA[<p>Yea, funny how the interweb works these days huh!</p>
<p>The error comes because the plugin asks WordPress what the address of the blog is in order to set the address to call the rest of the supporting javascript. As a testament to my lack of coding prowless and knowhow to reroute javascript/cross-site errors, the code I wrote is not all that robust and so if you have &#8220;www&#8221; in your siteurl but then access the site without using it, the plugin breaks.</p>
<p>Its a known issue though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://www.lab4games.net/zz85/blog/2005/05/09/navigation-calendar/#comment-16</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Tue, 10 May 2005 17:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab4games.net/zz85/blog/?p=9#comment-16</guid>
		<description>Dear Jon, we have a problem. Live calendar doesnt work if I try to access it using another domain. Eg.

http://www.lab4games.net/zz85/blog/ works but http://lab4games.net/zz85/blog/ doesnt. 

http://ganunu.info/blog/ works but
http://www.ganunu.info/blog/ doesnt.

The javascript error?

Error: [Exception... "'Permission denied to call method XMLHttpRequest.open' when calling method: [nsIDOMEventListener::handleEvent]"  nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)"  location: ""  data: no]</description>
		<content:encoded><![CDATA[<p>Dear Jon, we have a problem. Live calendar doesnt work if I try to access it using another domain. Eg.</p>
<p><a href="http://www.lab4games.net/zz85/blog/" rel="nofollow">http://www.lab4games.net/zz85/blog/</a> works but <a href="http://lab4games.net/zz85/blog/" rel="nofollow">http://lab4games.net/zz85/blog/</a> doesnt. </p>
<p><a href="http://ganunu.info/blog/" rel="nofollow">http://ganunu.info/blog/</a> works but<br />
<a href="http://www.ganunu.info/blog/" rel="nofollow">http://www.ganunu.info/blog/</a> doesnt.</p>
<p>The javascript error?</p>
<p>Error: [Exception... "'Permission denied to call method XMLHttpRequest.open' when calling method: [nsIDOMEventListener::handleEvent]&#8221;  nsresult: &#8220;0&#215;8057001e (NS_ERROR_XPC_JS_THREW_STRING)&#8221;  location: &#8220;&#8221;  data: no]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://www.lab4games.net/zz85/blog/2005/05/09/navigation-calendar/#comment-8</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Mon, 09 May 2005 15:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab4games.net/zz85/blog/?p=9#comment-8</guid>
		<description>Thanks for the clarification ;) Wow, I didnt know my post in WP would notify you automatically (trace/postback?)

I figured I would need to use CSS to highlight's Today date, and I couldnt think of what to use, so I used a white background first. And like you say, more customisation like greying out future dates, or colouring could get help from Eventcalendar2 or a little change in php codes.

Thanks for your LiveCalendar! :)</description>
		<content:encoded><![CDATA[<p>Thanks for the clarification <img src='http://www.lab4games.net/zz85/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> Wow, I didnt know my post in WP would notify you automatically (trace/postback?)</p>
<p>I figured I would need to use CSS to highlight&#8217;s Today date, and I couldnt think of what to use, so I used a white background first. And like you say, more customisation like greying out future dates, or colouring could get help from Eventcalendar2 or a little change in php codes.</p>
<p>Thanks for your LiveCalendar! <img src='http://www.lab4games.net/zz85/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Abad</title>
		<link>http://www.lab4games.net/zz85/blog/2005/05/09/navigation-calendar/#comment-3</link>
		<dc:creator>Jon Abad</dc:creator>
		<pubDate>Mon, 09 May 2005 05:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab4games.net/zz85/blog/?p=9#comment-3</guid>
		<description>Glad that you like LiveCalendar!

If you want to go forward in time, you can edit the mechanism that generates the link. It'll generate the calendar in the future just fine but there won't be any posts made available. 

Other calendar plugins such as EventCalendar2 might help you out if that's a crucial feature for you though.

And the current date is marked with a class called "Today" but in your css that means that it gets a white background, maybe changing that would help you out.</description>
		<content:encoded><![CDATA[<p>Glad that you like LiveCalendar!</p>
<p>If you want to go forward in time, you can edit the mechanism that generates the link. It&#8217;ll generate the calendar in the future just fine but there won&#8217;t be any posts made available. </p>
<p>Other calendar plugins such as EventCalendar2 might help you out if that&#8217;s a crucial feature for you though.</p>
<p>And the current date is marked with a class called &#8220;Today&#8221; but in your css that means that it gets a white background, maybe changing that would help you out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
