<?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 CampSoftware</title>
	<atom:link href="http://campsoftware.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://campsoftware.com</link>
	<description>Small Business Software by FileMaker Certified Developers</description>
	<lastBuildDate>Thu, 17 Nov 2011 18:13:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on FileMaker Web Publishing PHP Deprecated Messages by David Burton</title>
		<link>http://campsoftware.com/2011/11/filemaker-web-publishing-php-deprecated-messages/comment-page-1/#comment-585</link>
		<dc:creator>David Burton</dc:creator>
		<pubDate>Thu, 17 Nov 2011 18:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://campsoftware.com/?p=2247#comment-585</guid>
		<description>Andrew,

Great idea! This is actually the first time we&#039;ve encountered this issue but I&#039;m sure it&#039;s not the last so I&#039;m going to incorporate your snippet into our in-house framework!

Thanks Again,
David</description>
		<content:encoded><![CDATA[<p>Andrew,</p>
<p>Great idea! This is actually the first time we&#8217;ve encountered this issue but I&#8217;m sure it&#8217;s not the last so I&#8217;m going to incorporate your snippet into our in-house framework!</p>
<p>Thanks Again,<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FileMaker Web Publishing PHP Deprecated Messages by databuzz</title>
		<link>http://campsoftware.com/2011/11/filemaker-web-publishing-php-deprecated-messages/comment-page-1/#comment-582</link>
		<dc:creator>databuzz</dc:creator>
		<pubDate>Tue, 15 Nov 2011 22:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://campsoftware.com/?p=2247#comment-582</guid>
		<description>If you&#039;re not sure what version of PHP you will be using in development and production environments you can also check for the version of PHP and branch accordingly. I do something along these lines:

if (version_compare(PHP_VERSION, &#039;5.3.0&#039;) &gt;= 0) {
error_reporting(E_ALL &amp; ~E_NOTICE &amp; ~E_DEPRECATED);
} else {
error_reporting(E_ALL &amp; ~E_NOTICE);
}

That way I don&#039;t have to worry about whether they have PHP 5.3 or later.

Cheers,
Andrew</description>
		<content:encoded><![CDATA[<p>If you&#8217;re not sure what version of PHP you will be using in development and production environments you can also check for the version of PHP and branch accordingly. I do something along these lines:</p>
<p>if (version_compare(PHP_VERSION, &#8217;5.3.0&#8242;) &gt;= 0) {<br />
error_reporting(E_ALL &amp; ~E_NOTICE &amp; ~E_DEPRECATED);<br />
} else {<br />
error_reporting(E_ALL &amp; ~E_NOTICE);<br />
}</p>
<p>That way I don&#8217;t have to worry about whether they have PHP 5.3 or later.</p>
<p>Cheers,<br />
Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QC Signature Capture by Hal Gumbert</title>
		<link>http://campsoftware.com/products/qc-signature-capture/comment-page-1/#comment-571</link>
		<dc:creator>Hal Gumbert</dc:creator>
		<pubDate>Wed, 09 Nov 2011 21:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://campsoftware.com/?page_id=1226#comment-571</guid>
		<description>Not at this time. I tried several methods using the Google Frame. Problem is that FileMaker uses Internet Explorer for the Web Viewer on Windows and Safari on Mac. Since Internet Explorer doesn&#039;t follow web standards, it fails. I wish that either Internet Explorer would update itself to use the new standards that the Web Viewer could use or FileMaker would let you choose to use either IE or Safari on Windows...</description>
		<content:encoded><![CDATA[<p>Not at this time. I tried several methods using the Google Frame. Problem is that FileMaker uses Internet Explorer for the Web Viewer on Windows and Safari on Mac. Since Internet Explorer doesn&#8217;t follow web standards, it fails. I wish that either Internet Explorer would update itself to use the new standards that the Web Viewer could use or FileMaker would let you choose to use either IE or Safari on Windows&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QC Signature Capture by BusinessHelper</title>
		<link>http://campsoftware.com/products/qc-signature-capture/comment-page-1/#comment-555</link>
		<dc:creator>BusinessHelper</dc:creator>
		<pubDate>Tue, 25 Oct 2011 17:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://campsoftware.com/?page_id=1226#comment-555</guid>
		<description>Hi Hal,
Did you get this to work with Windows? If not, do you know what the issue is? I&#039;m working on a solution for electronically signing waivers for a Ski School. The check-in stations are PCs. I&#039;m also looking for signature pad recommendations.
Thanks,
Matt</description>
		<content:encoded><![CDATA[<p>Hi Hal,<br />
Did you get this to work with Windows? If not, do you know what the issue is? I&#8217;m working on a solution for electronically signing waivers for a Ski School. The check-in stations are PCs. I&#8217;m also looking for signature pad recommendations.<br />
Thanks,<br />
Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FMClips by Hal Gumbert</title>
		<link>http://campsoftware.com/products/fmclips/comment-page-1/#comment-548</link>
		<dc:creator>Hal Gumbert</dc:creator>
		<pubDate>Sun, 16 Oct 2011 14:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://campsoftware.com/?page_id=2184#comment-548</guid>
		<description>The line below can set one of your Evernote tags. So you can either change that tag or remove that line if you don&#039;t want to set a tag.

set tag1 to tag \&quot;SWLic\&quot; --a tag to assign to your new note--

I&#039;ll update the Clip to perform a Find / Replace in the next version.

Thanks, Hal</description>
		<content:encoded><![CDATA[<p>The line below can set one of your Evernote tags. So you can either change that tag or remove that line if you don&#8217;t want to set a tag.</p>
<p>set tag1 to tag \&#8221;SWLic\&#8221; &#8211;a tag to assign to your new note&#8211;</p>
<p>I&#8217;ll update the Clip to perform a Find / Replace in the next version.</p>
<p>Thanks, Hal</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FMClips by targetmark</title>
		<link>http://campsoftware.com/products/fmclips/comment-page-1/#comment-546</link>
		<dc:creator>targetmark</dc:creator>
		<pubDate>Fri, 14 Oct 2011 15:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://campsoftware.com/?page_id=2184#comment-546</guid>
		<description>The evernote one isn&#039;t working. I was really looking forward to that one because I use evernote a lot. I&#039;m getting this error: &quot;Evernot got an error: Can&#039;t get tag &quot;SWLic&quot;  Any ideas what I should look for?</description>
		<content:encoded><![CDATA[<p>The evernote one isn&#8217;t working. I was really looking forward to that one because I use evernote a lot. I&#8217;m getting this error: &#8220;Evernot got an error: Can&#8217;t get tag &#8220;SWLic&#8221;  Any ideas what I should look for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use iChat to Chat on Facebook by Brian Schick</title>
		<link>http://campsoftware.com/2011/09/use-ichat-to-chat-on-facebook/comment-page-1/#comment-539</link>
		<dc:creator>Brian Schick</dc:creator>
		<pubDate>Sun, 25 Sep 2011 18:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://campsoftware.com/?p=2168#comment-539</guid>
		<description>Great tip, Hal. Especially for those of us who live all day in iChat. Thanks!</description>
		<content:encoded><![CDATA[<p>Great tip, Hal. Especially for those of us who live all day in iChat. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FileMaker Runtime Packages and Installer for Mac by tablerock</title>
		<link>http://campsoftware.com/2010/11/filemaker-runtime-packages-and-installer/comment-page-1/#comment-538</link>
		<dc:creator>tablerock</dc:creator>
		<pubDate>Fri, 23 Sep 2011 04:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://campsoftware.com/?p=1204#comment-538</guid>
		<description>I am having your same problem. Got rid of the italicised quotations and that worked but Icannot figure out what you mean by the prefix symbol. I see no difference in the two you show and I cannot get anything to work. Please advise. Thanks!</description>
		<content:encoded><![CDATA[<p>I am having your same problem. Got rid of the italicised quotations and that worked but Icannot figure out what you mean by the prefix symbol. I see no difference in the two you show and I cannot get anything to work. Please advise. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Signature Capture FileMaker Implementation Details by andries</title>
		<link>http://campsoftware.com/2010/09/signature-capture-filemaker-implementation-details/comment-page-1/#comment-522</link>
		<dc:creator>andries</dc:creator>
		<pubDate>Wed, 10 Aug 2011 12:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://campsoftware.com/?p=1104#comment-522</guid>
		<description>I meant Open URL and not GoToURL...</description>
		<content:encoded><![CDATA[<p>I meant Open URL and not GoToURL&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Signature Capture FileMaker Implementation Details by andries</title>
		<link>http://campsoftware.com/2010/09/signature-capture-filemaker-implementation-details/comment-page-1/#comment-521</link>
		<dc:creator>andries</dc:creator>
		<pubDate>Wed, 10 Aug 2011 12:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://campsoftware.com/?p=1104#comment-521</guid>
		<description>hi Hal

concerning the QR barcode, just drop me an email... andries [AT] bh-a [DOT] com

Do you get the image in your container field?

I know we can work with an OnTimerScript, but this could work for a special feature, but not if you want to use webviewers all over the place. At that moment I should use this onTimer everywhere and it would consume too much battery...

Too bad FileMaker cannot get this to work. However using it in a GoToURL works... (but this doesn&#039;t make sense of course :-))</description>
		<content:encoded><![CDATA[<p>hi Hal</p>
<p>concerning the QR barcode, just drop me an email&#8230; andries [AT] bh-a [DOT] com</p>
<p>Do you get the image in your container field?</p>
<p>I know we can work with an OnTimerScript, but this could work for a special feature, but not if you want to use webviewers all over the place. At that moment I should use this onTimer everywhere and it would consume too much battery&#8230;</p>
<p>Too bad FileMaker cannot get this to work. However using it in a GoToURL works&#8230; (but this doesn&#8217;t make sense of course <img src='http://campsoftware.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
</channel>
</rss>

