<?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: Create a simple website with the Google Docs CMS</title>
	<atom:link href="http://www.joshcanhelp.com/web-site/1207/create-a-simple-website-with-the-google-docs-cms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshcanhelp.com/web-site/1207/create-a-simple-website-with-the-google-docs-cms/</link>
	<description>Building, marketing, and succeeding as an Online Strategist</description>
	<lastBuildDate>Fri, 19 Feb 2010 01:14:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rob</title>
		<link>http://www.joshcanhelp.com/web-site/1207/create-a-simple-website-with-the-google-docs-cms/comment-page-1/#comment-648</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 29 Jan 2010 15:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshcanhelp.com/?p=1207#comment-648</guid>
		<description>Really cool. Really simple.</description>
		<content:encoded><![CDATA[<p>Really cool. Really simple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://www.joshcanhelp.com/web-site/1207/create-a-simple-website-with-the-google-docs-cms/comment-page-1/#comment-273</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Thu, 03 Dec 2009 21:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshcanhelp.com/?p=1207#comment-273</guid>
		<description>thanks for your help, Josh! U really can help :)!
i will write a comment after some tests) 

Good luck 2 u, Josh! Keep up good php work :)</description>
		<content:encoded><![CDATA[<p>thanks for your help, Josh! U really can help :)!<br />
i will write a comment after some tests) </p>
<p>Good luck 2 u, Josh! Keep up good php work :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.joshcanhelp.com/web-site/1207/create-a-simple-website-with-the-google-docs-cms/comment-page-1/#comment-272</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Thu, 03 Dec 2009 16:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshcanhelp.com/?p=1207#comment-272</guid>
		<description>Happy to help... I just re-added comments on here and I&#039;m psyched to see some interaction on here. 

OK, I figured out the problem. When you input Russian (or any other character) into a URL string, it encodes it in a particular way. My script was comparing the unconverted information from the Google Doc to the encoded info from the URL so it never found a match in your page list. All I had to do was decode the URL and it works just fine!

I need to make a new download package and upload it to the server. I&#039;ll do that later on today and you&#039;ll see an updated version at the green link above (there will be some indication it&#039;s updated). 

Thanks for helping me find a fairly critical issue!</description>
		<content:encoded><![CDATA[<p>Happy to help&#8230; I just re-added comments on here and I&#8217;m psyched to see some interaction on here. </p>
<p>OK, I figured out the problem. When you input Russian (or any other character) into a URL string, it encodes it in a particular way. My script was comparing the unconverted information from the Google Doc to the encoded info from the URL so it never found a match in your page list. All I had to do was decode the URL and it works just fine!</p>
<p>I need to make a new download package and upload it to the server. I&#8217;ll do that later on today and you&#8217;ll see an updated version at the green link above (there will be some indication it&#8217;s updated). </p>
<p>Thanks for helping me find a fairly critical issue!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://www.joshcanhelp.com/web-site/1207/create-a-simple-website-with-the-google-docs-cms/comment-page-1/#comment-270</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Thu, 03 Dec 2009 15:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshcanhelp.com/?p=1207#comment-270</guid>
		<description>Josh, 

Thanks for a quick reply! 

I gave the wrong link )) http://spreadsheets.google.com/feeds/cells/tmL0MooJayZKUBtHrNYTd3w/od6/public/basic?alt=rss - here is RSS. In the index.php file everything is correct.

Russian characters render correctly in RSS and in the URL, but the script does not understand it.

Maybe it is possible to make two variables: first - will be the ID (name) in the URL (here I may write &#039;about&#039;), second - will be part of navigation list (and here I may output Russian version of &#039;about&#039;). I think that it might work for all languages (if it is possible of course).</description>
		<content:encoded><![CDATA[<p>Josh, </p>
<p>Thanks for a quick reply! </p>
<p>I gave the wrong link )) <a href="http://spreadsheets.google.com/feeds/cells/tmL0MooJayZKUBtHrNYTd3w/od6/public/basic?alt=rss" rel="nofollow">http://spreadsheets.google.com/feeds/cells/tmL0MooJayZKUBtHrNYTd3w/od6/public/basic?alt=rss</a> &#8211; here is RSS. In the index.php file everything is correct.</p>
<p>Russian characters render correctly in RSS and in the URL, but the script does not understand it.</p>
<p>Maybe it is possible to make two variables: first &#8211; will be the ID (name) in the URL (here I may write &#8216;about&#8217;), second &#8211; will be part of navigation list (and here I may output Russian version of &#8216;about&#8217;). I think that it might work for all languages (if it is possible of course).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.joshcanhelp.com/web-site/1207/create-a-simple-website-with-the-google-docs-cms/comment-page-1/#comment-269</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Thu, 03 Dec 2009 15:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshcanhelp.com/?p=1207#comment-269</guid>
		<description>Hey Max, thanks for the comment... sorry for the confusion with the approval thing!

It looks like you&#039;re outputting as HTML rather than RSS so that might be a problem (your output should be RSS and look like this: http://spreadsheets.google.com/feeds/cells/tDnaIRLX1kMMO02Fcgb7vkg/od6/public/basic?alt=rss). But when I go to your site, it seems like everything is going OK except for the 404 page. I think that there is a problem with PHP reading the Russian character(s). You get a 404 when the script doesn&#039;t find a match between what is in the query string (page=?-???) and what is in the Google Doc. 

Try outputting the spreadsheet as RSS and post that link and we&#039;ll see if we can find the problem. I might be able to change something small to have ti work with these characters (and maybe others like Japanese or Arabic). 

Thanks Max!</description>
		<content:encoded><![CDATA[<p>Hey Max, thanks for the comment&#8230; sorry for the confusion with the approval thing!</p>
<p>It looks like you&#8217;re outputting as HTML rather than RSS so that might be a problem (your output should be RSS and look like this: <a href="http://spreadsheets.google.com/feeds/cells/tDnaIRLX1kMMO02Fcgb7vkg/od6/public/basic?alt=rss)" rel="nofollow">http://spreadsheets.google.com/feeds/cells/tDnaIRLX1kMMO02Fcgb7vkg/od6/public/basic?alt=rss)</a>. But when I go to your site, it seems like everything is going OK except for the 404 page. I think that there is a problem with PHP reading the Russian character(s). You get a 404 when the script doesn&#8217;t find a match between what is in the query string (page=?-???) and what is in the Google Doc. </p>
<p>Try outputting the spreadsheet as RSS and post that link and we&#8217;ll see if we can find the problem. I might be able to change something small to have ti work with these characters (and maybe others like Japanese or Arabic). </p>
<p>Thanks Max!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://www.joshcanhelp.com/web-site/1207/create-a-simple-website-with-the-google-docs-cms/comment-page-1/#comment-266</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Thu, 03 Dec 2009 11:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshcanhelp.com/?p=1207#comment-266</guid>
		<description>Hi, Josh!

I tried to use Your great CMS with russian letters. And the script is not possible to find the needed page. http://spreadsheets.google.com/pub?key=tA7qtUybWQF21KoXbUrI3Pg&amp;single=true&amp;gid=0&amp;output=html - here is the excel file. and here is the result  - http://go2cyprus.ru/. Everything works except the page with russian name.

Is it possible to fix this? Or is it possible to have different words for page URL and link in the navigation menu?

Waiting for Your reply. Thanks in advance!

Max</description>
		<content:encoded><![CDATA[<p>Hi, Josh!</p>
<p>I tried to use Your great CMS with russian letters. And the script is not possible to find the needed page. <a href="http://spreadsheets.google.com/pub?key=tA7qtUybWQF21KoXbUrI3Pg&amp;single=true&amp;gid=0&amp;output=html" rel="nofollow">http://spreadsheets.google.com/pub?key=tA7qtUybWQF21KoXbUrI3Pg&amp;single=true&amp;gid=0&amp;output=html</a> &#8211; here is the excel file. and here is the result  &#8211; <a href="http://go2cyprus.ru/" rel="nofollow">http://go2cyprus.ru/</a>. Everything works except the page with russian name.</p>
<p>Is it possible to fix this? Or is it possible to have different words for page URL and link in the navigation menu?</p>
<p>Waiting for Your reply. Thanks in advance!</p>
<p>Max</p>
]]></content:encoded>
	</item>
</channel>
</rss>
