<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: FileMaker 9 Tip#9: Web Viewers without the Web</title>
	<link>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/</link>
	<description>smart business solutions</description>
	<pubDate>Thu, 28 Aug 2008 17:49:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Per</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-983</link>
		<dc:creator>Per</dc:creator>
		<pubDate>Mon, 10 Mar 2008 10:36:49 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-983</guid>
		<description>Thanks, The Live HTML Previews is just what I was looking for!</description>
		<content:encoded><![CDATA[<p>Thanks, The Live HTML Previews is just what I was looking for!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gido</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-963</link>
		<dc:creator>Gido</dc:creator>
		<pubDate>Sat, 16 Feb 2008 10:56:56 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-963</guid>
		<description>I'm on XP SP2 with IE6, yes

For my own purposes, I've now changed my divs to go from left to right, to which at least the width range *is* fully controlable. However, the height still remains about 7mm and can not be set lower, whatever I try (even 0px or 0%) [I can of course still scale the WebViewer to a lower height]

I do some webdev too, and you would suspect that a div would act the same there and always show this "minimum height bug" during webdev, but that isn't the case AFAIK, so I wonder if it's a WebViewer problem.</description>
		<content:encoded><![CDATA[<p>I&#8217;m on XP SP2 with IE6, yes</p>
<p>For my own purposes, I&#8217;ve now changed my divs to go from left to right, to which at least the width range *is* fully controlable. However, the height still remains about 7mm and can not be set lower, whatever I try (even 0px or 0%) [I can of course still scale the WebViewer to a lower height]</p>
<p>I do some webdev too, and you would suspect that a div would act the same there and always show this &#8220;minimum height bug&#8221; during webdev, but that isn&#8217;t the case AFAIK, so I wonder if it&#8217;s a WebViewer problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-961</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Thu, 14 Feb 2008 17:03:09 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-961</guid>
		<description>@gido:

First, thanks for the correction on the missing &lt;code&gt;head&lt;/code&gt; tag. Fixed :)

I don't have a windows machine with me right now to test on, unfortunately. It would surprise me if an absolutely positioned div with a 0% height were so tall though. Do you have IE6 or 7 installed? To be certain, I never stop being amazed at what IE6 will decide to do.

I'll try to find some time to test on a Windows/IE6 machine and see what happens.

Geoff</description>
		<content:encoded><![CDATA[<p>@gido:</p>
<p>First, thanks for the correction on the missing <code>head</code> tag. Fixed <img src='http://sixfriedrice.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I don&#8217;t have a windows machine with me right now to test on, unfortunately. It would surprise me if an absolutely positioned div with a 0% height were so tall though. Do you have IE6 or 7 installed? To be certain, I never stop being amazed at what IE6 will decide to do.</p>
<p>I&#8217;ll try to find some time to test on a Windows/IE6 machine and see what happens.</p>
<p>Geoff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gido</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-960</link>
		<dc:creator>Gido</dc:creator>
		<pubDate>Thu, 14 Feb 2008 14:15:06 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-960</guid>
		<description>Wow, thanks a bunch, "but..."

...in the Dynamic Layout Displays example on PC, you will always see a pretty big default div height, even if you give it 0%, which makes it impossible to use in small WebViewers, e.g. in a WebViewer of 1 inch high, 5% will show more like 40%.

I wouldn't mind converting a % range to pixels, but sadly low pixel heights convert to that same default height.

Anyone know a solution?  Is that also happening on Mac?

I've already added padding: 0; to the body, but to no avail. Still hoping there could be a CSS solution. Not displaying the div at all can of course be calculated, but it's the small percentages that are the problem.

And officially, you forgot a closing head tag here and there ;-)</description>
		<content:encoded><![CDATA[<p>Wow, thanks a bunch, &#8220;but&#8230;&#8221;</p>
<p>&#8230;in the Dynamic Layout Displays example on PC, you will always see a pretty big default div height, even if you give it 0%, which makes it impossible to use in small WebViewers, e.g. in a WebViewer of 1 inch high, 5% will show more like 40%.</p>
<p>I wouldn&#8217;t mind converting a % range to pixels, but sadly low pixel heights convert to that same default height.</p>
<p>Anyone know a solution?  Is that also happening on Mac?</p>
<p>I&#8217;ve already added padding: 0; to the body, but to no avail. Still hoping there could be a CSS solution. Not displaying the div at all can of course be calculated, but it&#8217;s the small percentages that are the problem.</p>
<p>And officially, you forgot a closing head tag here and there <img src='http://sixfriedrice.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aleksandar</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-925</link>
		<dc:creator>aleksandar</dc:creator>
		<pubDate>Sat, 29 Dec 2007 12:13:47 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-925</guid>
		<description>He Geoff,

Thanks for Your great work. Have a question?

is it the way to grab (get) result of data URLs in Web Viewer ?

Like example I like to now today date in Hebrew date or other non gregorian date and I get it in preview tab (December 29, 2007 Saturday 20 Tevet 5768), but when I choose 
GetLayoutObjectAttribute ( "ww_preview 2" ; "content" ) in another field result is nothing - space?

Happy holidays
Alksandar



+â€œâ€œâ€œ</description>
		<content:encoded><![CDATA[<p>He Geoff,</p>
<p>Thanks for Your great work. Have a question?</p>
<p>is it the way to grab (get) result of data URLs in Web Viewer ?</p>
<p>Like example I like to now today date in Hebrew date or other non gregorian date and I get it in preview tab (December 29, 2007 Saturday 20 Tevet 5768), but when I choose<br />
GetLayoutObjectAttribute ( &#8220;ww_preview 2&#8243; ; &#8220;content&#8221; ) in another field result is nothing - space?</p>
<p>Happy holidays<br />
Alksandar</p>
<p>+â€œâ€œâ€œ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff B</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-830</link>
		<dc:creator>Jeff B</dc:creator>
		<pubDate>Thu, 15 Nov 2007 19:52:30 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-830</guid>
		<description>Guys, thanks for very useful information.  The support team at Filemaker didn't know how to view the contents of a field as html so they referred me to your site.  Maybe you should add "&#38; What Even Filemaker Doesn't Know" to your book title.

Also, displaying the field contents is very useful for people managing an ecommerce site, to see what data will look like before uploading.</description>
		<content:encoded><![CDATA[<p>Guys, thanks for very useful information.  The support team at Filemaker didn&#8217;t know how to view the contents of a field as html so they referred me to your site.  Maybe you should add &#8220;&amp; What Even Filemaker Doesn&#8217;t Know&#8221; to your book title.</p>
<p>Also, displaying the field contents is very useful for people managing an ecommerce site, to see what data will look like before uploading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gessie</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-811</link>
		<dc:creator>gessie</dc:creator>
		<pubDate>Fri, 02 Nov 2007 04:00:17 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-811</guid>
		<description>Geoff
You're a champ - you answered all my questions exactly and then some! I'm currently in the field in Bhutan (research) so your videos take "a while" to load here (imagine me waiting with baited breath whilst the thing gradually appears!) It was as I was sitting there killing time - that I wondered "why am I doing this?" - and the answer came that they really are worth waiting for - they're a perfect didactic device - better still of course over a normal connection line. Hence my question. My next question will be on FMP scripts or something - promise!
Big thanx
gessie</description>
		<content:encoded><![CDATA[<p>Geoff<br />
You&#8217;re a champ - you answered all my questions exactly and then some! I&#8217;m currently in the field in Bhutan (research) so your videos take &#8220;a while&#8221; to load here (imagine me waiting with baited breath whilst the thing gradually appears!) It was as I was sitting there killing time - that I wondered &#8220;why am I doing this?&#8221; - and the answer came that they really are worth waiting for - they&#8217;re a perfect didactic device - better still of course over a normal connection line. Hence my question. My next question will be on FMP scripts or something - promise!<br />
Big thanx<br />
gessie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-810</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Thu, 01 Nov 2007 20:26:16 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-810</guid>
		<description>@gessie: I'm glad you like the video :) I do this on a mac, although I'm sure there are equivalents for windows. Here's the basic info:

&lt;ol&gt;
&lt;li&gt;To record the actual video I use a program called &lt;a href="http://www.shinywhitebox.com/home/home.html" rel="nofollow"&gt;iShowU&lt;/a&gt;. It lets me mark off a region of the screen and record it. I generally record at a high quality (Apple Intermediate Codec, 30 frames per second) just to be sure I get a good initial recording.&lt;/li&gt;
&lt;li&gt;I use a program called &lt;a href="http://www.manytricks.com/desktopcurtain/" rel="nofollow"&gt;Desktop Curtain&lt;/a&gt; to get a nice clean white background behind things without fuss. It just fills the background with a color of your choice, then you can put whatever window you want in front. This way I never have to shuffle windows around to get rid of clutter.&lt;/li&gt;
&lt;li&gt;Believe it or not, when I want to do a video of Microsoft Windows, I still record on the mac. I just run Windows inside &lt;a href="http://www.vmware.com/products/fusion/" rel="nofollow"&gt;VMWare Fusion&lt;/a&gt; inside a window, and it records perfectly.&lt;/li&gt;
&lt;li&gt;Finally, when I'm all done recording, I use &lt;a href="http://www.apple.com/quicktime/" rel="nofollow"&gt;QuickTime Pro&lt;/a&gt; to compress the video. I use H.264, medium-low quality, 8 frames per second, automatic keyframes, and millions of colors, and Fast Start - Compressed Header. I generally don't have audio in these clips so I turn it off. I don't have much guidance there.&lt;/li&gt;
&lt;/ol&gt;

When I'm all done, I have a very tiny, nice quality video that I just drop on the web page. Feel free to use the Contact Us form if you have more specific questions.</description>
		<content:encoded><![CDATA[<p>@gessie: I&#8217;m glad you like the video <img src='http://sixfriedrice.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> I do this on a mac, although I&#8217;m sure there are equivalents for windows. Here&#8217;s the basic info:</p>
<ol>
<li>To record the actual video I use a program called <a href="http://www.shinywhitebox.com/home/home.html" rel="nofollow">iShowU</a>. It lets me mark off a region of the screen and record it. I generally record at a high quality (Apple Intermediate Codec, 30 frames per second) just to be sure I get a good initial recording.</li>
<li>I use a program called <a href="http://www.manytricks.com/desktopcurtain/" rel="nofollow">Desktop Curtain</a> to get a nice clean white background behind things without fuss. It just fills the background with a color of your choice, then you can put whatever window you want in front. This way I never have to shuffle windows around to get rid of clutter.</li>
<li>Believe it or not, when I want to do a video of Microsoft Windows, I still record on the mac. I just run Windows inside <a href="http://www.vmware.com/products/fusion/" rel="nofollow">VMWare Fusion</a> inside a window, and it records perfectly.</li>
<li>Finally, when I&#8217;m all done recording, I use <a href="http://www.apple.com/quicktime/" rel="nofollow">QuickTime Pro</a> to compress the video. I use H.264, medium-low quality, 8 frames per second, automatic keyframes, and millions of colors, and Fast Start - Compressed Header. I generally don&#8217;t have audio in these clips so I turn it off. I don&#8217;t have much guidance there.</li>
</ol>
<p>When I&#8217;m all done, I have a very tiny, nice quality video that I just drop on the web page. Feel free to use the Contact Us form if you have more specific questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gessie</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-808</link>
		<dc:creator>gessie</dc:creator>
		<pubDate>Thu, 01 Nov 2007 18:31:09 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-808</guid>
		<description>Hi Geoff
I come back often to browse over things again and again. I forgot to ask about something that I almost never realised was so well done - because it's just there - but how are you creating these little video files? - like the customers notes in this entry. I have to create an FMP file that goes on show at a Museum's education department - and I need some simple didactic device to show people easy things like how to make a search request etc. Your examples made me imagine using something similar - I've just not had to do it before.
Bit off topic - 'mafraid - but thanks for any pointers!
gessie</description>
		<content:encoded><![CDATA[<p>Hi Geoff<br />
I come back often to browse over things again and again. I forgot to ask about something that I almost never realised was so well done - because it&#8217;s just there - but how are you creating these little video files? - like the customers notes in this entry. I have to create an FMP file that goes on show at a Museum&#8217;s education department - and I need some simple didactic device to show people easy things like how to make a search request etc. Your examples made me imagine using something similar - I&#8217;ve just not had to do it before.<br />
Bit off topic - &#8216;mafraid - but thanks for any pointers!<br />
gessie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaostika</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-532</link>
		<dc:creator>Kaostika</dc:creator>
		<pubDate>Fri, 14 Sep 2007 02:45:54 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-9-tip9-web-viewers-without-the-web/#comment-532</guid>
		<description>Hi,  I got you notes example.  The webviewer won't render in over IWP, so I changed the JAvascript to single quotes '   and it works great.  So with you example you can set it up over IWP now.</description>
		<content:encoded><![CDATA[<p>Hi,  I got you notes example.  The webviewer won&#8217;t render in over IWP, so I changed the JAvascript to single quotes &#8216;   and it works great.  So with you example you can set it up over IWP now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
