<?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 The FileMaker Collective</title>
	<atom:link href="http://fmcollective.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://fmcollective.com</link>
	<description>Syndicating the best FileMaker blogs</description>
	<pubDate>Sat, 04 Jul 2009 10:53:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Conditional Formatting Tips by FM C. Ollective</title>
		<link>http://fmcollective.com/2007/08/17/conditional-formatting-tips/comment-page-1/#comment-2913</link>
		<dc:creator>FM C. Ollective</dc:creator>
		<pubDate>Sat, 29 Nov 2008 04:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://fmcollective.com/2007/08/17/conditional-formatting-tips/#comment-2913</guid>
		<description>Yes, absolutely, this will work on non-contiguous rows too.</description>
		<content:encoded><![CDATA[<p>Yes, absolutely, this will work on non-contiguous rows too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Conditional Formatting Tips by rlake</title>
		<link>http://fmcollective.com/2007/08/17/conditional-formatting-tips/comment-page-1/#comment-2912</link>
		<dc:creator>rlake</dc:creator>
		<pubDate>Sat, 29 Nov 2008 04:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://fmcollective.com/2007/08/17/conditional-formatting-tips/#comment-2912</guid>
		<description>Can this technique be applied to highlighting multiple non-contiguous "check box" rows?</description>
		<content:encoded><![CDATA[<p>Can this technique be applied to highlighting multiple non-contiguous &#8220;check box&#8221; rows?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Mapping in FileMaker by mike.lee</title>
		<link>http://fmcollective.com/2007/05/23/google-mapping-in-filemaker/comment-page-1/#comment-2909</link>
		<dc:creator>mike.lee</dc:creator>
		<pubDate>Wed, 26 Nov 2008 19:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://fmcollective.com/?p=43#comment-2909</guid>
		<description>Hello everyone. I’m moving this over to the main Proof Group blog to continue this topic and discussion. I’ve made a lot of progress on the issues and look forward to sharing.

http://www.proofgroup.com/blog/2008/nov/google_mapping_redux</description>
		<content:encoded><![CDATA[<p>Hello everyone. I’m moving this over to the main Proof Group blog to continue this topic and discussion. I’ve made a lot of progress on the issues and look forward to sharing.</p>
<p><a href="http://www.proofgroup.com/blog/2008/nov/google_mapping_redux" rel="nofollow">http://www.proofgroup.com/blog/2008/nov/google_mapping_redux</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Mapping Part Deux (Multiple Addresses) by mike.lee</title>
		<link>http://fmcollective.com/2007/09/05/google-mapping-part-deux-multiple-addresses/comment-page-1/#comment-2908</link>
		<dc:creator>mike.lee</dc:creator>
		<pubDate>Wed, 26 Nov 2008 19:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://fmcollective.com/2007/09/05/google-mapping-part-deux-multiple-addresses/#comment-2908</guid>
		<description>Hello everyone.  I'm moving this over to the main Proof Group blog to continue this topic and discussion.  I've made a lot of progress on the issues and look forward to sharing.

http://www.proofgroup.com/blog/2008/nov/google_mapping_redux</description>
		<content:encoded><![CDATA[<p>Hello everyone.  I&#8217;m moving this over to the main Proof Group blog to continue this topic and discussion.  I&#8217;ve made a lot of progress on the issues and look forward to sharing.</p>
<p><a href="http://www.proofgroup.com/blog/2008/nov/google_mapping_redux" rel="nofollow">http://www.proofgroup.com/blog/2008/nov/google_mapping_redux</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Mapping Part Deux (Multiple Addresses) by mike.lee</title>
		<link>http://fmcollective.com/2007/09/05/google-mapping-part-deux-multiple-addresses/comment-page-1/#comment-2907</link>
		<dc:creator>mike.lee</dc:creator>
		<pubDate>Mon, 24 Nov 2008 17:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://fmcollective.com/2007/09/05/google-mapping-part-deux-multiple-addresses/#comment-2907</guid>
		<description>tinynumbers,

POST is the answer, but unfortunately FileMaker doesn't give us POST natively in the Web Viewer.  Your solution, to use the plugin, is innovative, but you actually ran into problems with the FileMaker implementation of the "data URI scheme".  I had seen this, too.  The Google API key is based on the 'Host'.  For a hosted file, this is the server address.  For a local file, this is usually blank (and Google allows any API to be used with a blank host).  However, in this case, FileMaker is *not* giving us a blank Host.  It is returning a Host which looks like this: '2071A046-D389-4811-A9DC-E3F1D27E3DC9'.

Loading some simple JavaScript via 'data:text/html' will show you this first-hand:


HOST:document.write(location.host)


There's nothing that can be done with that.  Even saving the file locally and opening it via a file reference (e.g. "file://HD/Users/username/Desktop/map.html") won't do it for the same reason.

The solution I found, which is well too complicated to go into here fully, was to basically do the following:

1) Create a form with all my parameters
2) Save it to the local disk
3) Open the file in a Web Viewer

Step 4 would be either: (a) push the submit button or (b) use JavaScript to auto-submit the form.

If I can find some time, I'll put something more detailed up.

--Mike</description>
		<content:encoded><![CDATA[<p>tinynumbers,</p>
<p>POST is the answer, but unfortunately FileMaker doesn&#8217;t give us POST natively in the Web Viewer.  Your solution, to use the plugin, is innovative, but you actually ran into problems with the FileMaker implementation of the &#8220;data URI scheme&#8221;.  I had seen this, too.  The Google API key is based on the &#8216;Host&#8217;.  For a hosted file, this is the server address.  For a local file, this is usually blank (and Google allows any API to be used with a blank host).  However, in this case, FileMaker is *not* giving us a blank Host.  It is returning a Host which looks like this: &#8216;2071A046-D389-4811-A9DC-E3F1D27E3DC9&#8242;.</p>
<p>Loading some simple JavaScript via &#8216;data:text/html&#8217; will show you this first-hand:</p>
<p>HOST:document.write(location.host)</p>
<p>There&#8217;s nothing that can be done with that.  Even saving the file locally and opening it via a file reference (e.g. &#8220;file://HD/Users/username/Desktop/map.html&#8221;) won&#8217;t do it for the same reason.</p>
<p>The solution I found, which is well too complicated to go into here fully, was to basically do the following:</p>
<p>1) Create a form with all my parameters<br />
2) Save it to the local disk<br />
3) Open the file in a Web Viewer</p>
<p>Step 4 would be either: (a) push the submit button or (b) use JavaScript to auto-submit the form.</p>
<p>If I can find some time, I&#8217;ll put something more detailed up.</p>
<p>&#8211;Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Mapping Part Deux (Multiple Addresses) by tinynumbers</title>
		<link>http://fmcollective.com/2007/09/05/google-mapping-part-deux-multiple-addresses/comment-page-1/#comment-2906</link>
		<dc:creator>tinynumbers</dc:creator>
		<pubDate>Fri, 21 Nov 2008 19:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://fmcollective.com/2007/09/05/google-mapping-part-deux-multiple-addresses/#comment-2906</guid>
		<description>You wrote: "The solution, of course, is to use POST, but I’ll leave that as an exercise for the reader. Hint: you may have to do things completely differently and FM9 helps."...

Any clues on how to go about this exercise?  I've tried using the Troi URL plugin to do the POST, getting the result page source (HTML) into a field, and displaying the HTML in a web viewer using the "data URI scheme" - http://en.wikipedia.org/wiki/Data_URI_scheme - but that doesn't work.  The problem is that my Google Maps API key can't be verified (for reasons that I can't understand) when the page is viewed like this (though the same page works fine in a web browser).

I'm assuming that there's a more straightforward method, based on your teaser, which wouldn't use a plugin, but I have no idea what that method would be....?</description>
		<content:encoded><![CDATA[<p>You wrote: &#8220;The solution, of course, is to use POST, but I’ll leave that as an exercise for the reader. Hint: you may have to do things completely differently and FM9 helps.&#8221;&#8230;</p>
<p>Any clues on how to go about this exercise?  I&#8217;ve tried using the Troi URL plugin to do the POST, getting the result page source (HTML) into a field, and displaying the HTML in a web viewer using the &#8220;data URI scheme&#8221; - <a href="http://en.wikipedia.org/wiki/Data_URI_scheme" rel="nofollow">http://en.wikipedia.org/wiki/Data_URI_scheme</a> - but that doesn&#8217;t work.  The problem is that my Google Maps API key can&#8217;t be verified (for reasons that I can&#8217;t understand) when the page is viewed like this (though the same page works fine in a web browser).</p>
<p>I&#8217;m assuming that there&#8217;s a more straightforward method, based on your teaser, which wouldn&#8217;t use a plugin, but I have no idea what that method would be&#8230;.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Mapping in FileMaker by dennisburnham</title>
		<link>http://fmcollective.com/2007/05/23/google-mapping-in-filemaker/comment-page-1/#comment-2887</link>
		<dc:creator>dennisburnham</dc:creator>
		<pubDate>Tue, 11 Nov 2008 09:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://fmcollective.com/?p=43#comment-2887</guid>
		<description>Mike,

I am confused by this because I don't know enough about PHPor Java.  I am trying to use the Google API to create a web viewer object that will give me point-to-point directions using addresses that are in my database.  I can forego the map, if necessary, because of space limitations on my layout.  But I need to learn how to formulate the calculation that calls the directions from Google Maps.

Any clues?</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>I am confused by this because I don&#8217;t know enough about PHPor Java.  I am trying to use the Google API to create a web viewer object that will give me point-to-point directions using addresses that are in my database.  I can forego the map, if necessary, because of space limitations on my layout.  But I need to learn how to formulate the calculation that calls the directions from Google Maps.</p>
<p>Any clues?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Mapping Part Deux (Multiple Addresses) by Scott050203</title>
		<link>http://fmcollective.com/2007/09/05/google-mapping-part-deux-multiple-addresses/comment-page-1/#comment-2878</link>
		<dc:creator>Scott050203</dc:creator>
		<pubDate>Fri, 31 Oct 2008 19:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://fmcollective.com/2007/09/05/google-mapping-part-deux-multiple-addresses/#comment-2878</guid>
		<description>I love this solution ... it works great ... the only thing that would make it go from good to GREAT would be the ability to add custom text to the pop-up box.
I know this can be done and I have tried to accomplish it myself ... unsucessfully ... if anyone can provide me with the solution for this you would be my hero!</description>
		<content:encoded><![CDATA[<p>I love this solution &#8230; it works great &#8230; the only thing that would make it go from good to GREAT would be the ability to add custom text to the pop-up box.<br />
I know this can be done and I have tried to accomplish it myself &#8230; unsucessfully &#8230; if anyone can provide me with the solution for this you would be my hero!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Conditional Formatting Tips by FM C. Ollective</title>
		<link>http://fmcollective.com/2007/08/17/conditional-formatting-tips/comment-page-1/#comment-2877</link>
		<dc:creator>FM C. Ollective</dc:creator>
		<pubDate>Thu, 30 Oct 2008 02:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://fmcollective.com/2007/08/17/conditional-formatting-tips/#comment-2877</guid>
		<description>Yes, but you have to do a little bit of work. The general idea is that you need to store the row id in a global variable or a global field for each row you want selected. Then, use conditional formatting to test to see if each record's id is matches one stored in your global list. Tip: use patterncount( )</description>
		<content:encoded><![CDATA[<p>Yes, but you have to do a little bit of work. The general idea is that you need to store the row id in a global variable or a global field for each row you want selected. Then, use conditional formatting to test to see if each record&#8217;s id is matches one stored in your global list. Tip: use patterncount( )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Conditional Formatting Tips by kkangas</title>
		<link>http://fmcollective.com/2007/08/17/conditional-formatting-tips/comment-page-1/#comment-2876</link>
		<dc:creator>kkangas</dc:creator>
		<pubDate>Tue, 28 Oct 2008 23:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://fmcollective.com/2007/08/17/conditional-formatting-tips/#comment-2876</guid>
		<description>I am relatively new to Filemaker, so please excuse me if I don't make much sense! 

I have a question for you all, rather than a comment. 

Is there a way to allow people to select multiple portal rows using the "Portal Row Highlighting" method shown above? I would want people to be able to select apples, oranges and bananas, making all three of those rows blue. Is that possible?

Thanks!</description>
		<content:encoded><![CDATA[<p>I am relatively new to Filemaker, so please excuse me if I don&#8217;t make much sense! </p>
<p>I have a question for you all, rather than a comment. </p>
<p>Is there a way to allow people to select multiple portal rows using the &#8220;Portal Row Highlighting&#8221; method shown above? I would want people to be able to select apples, oranges and bananas, making all three of those rows blue. Is that possible?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
