<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CampSoftware</title>
	<atom:link href="http://campsoftware.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://campsoftware.com</link>
	<description>Small Business Software by FileMaker Certified Developers</description>
	<lastBuildDate>Tue, 08 May 2012 19:52:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>FMWeb HTMLEditor</title>
		<link>http://campsoftware.com/2012/05/fmweb-htmleditor-slidesho/</link>
		<comments>http://campsoftware.com/2012/05/fmweb-htmleditor-slidesho/#comments</comments>
		<pubDate>Tue, 08 May 2012 19:28:49 +0000</pubDate>
		<dc:creator>Hal Gumbert</dc:creator>
				<category><![CDATA[Slideshow]]></category>

		<guid isPermaLink="false">http://campsoftware.com/?p=2361</guid>
		<description><![CDATA[The FMWeb HTMLEditor is a easy to integrate HTML Editor for FileMaker 12. If you are hand editing html in FileMaker you can use the FMWeb HTMLEditor to use graphical...]]></description>
			<content:encoded><![CDATA[<p>The FMWeb HTMLEditor is a easy to integrate HTML Editor for FileMaker 12. If you are hand editing html in FileMaker you can use the FMWeb HTMLEditor to use graphical TinyMCE editor instead!</p>
]]></content:encoded>
			<wfw:commentRss>http://campsoftware.com/2012/05/fmweb-htmleditor-slidesho/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FMSBFoundation Overview &#8211; FileMaker Template</title>
		<link>http://campsoftware.com/2012/01/fmsbfoundation-overview-filemaker-template/</link>
		<comments>http://campsoftware.com/2012/01/fmsbfoundation-overview-filemaker-template/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 20:36:20 +0000</pubDate>
		<dc:creator>Hal Gumbert</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Go]]></category>
		<category><![CDATA[FileMaker Server]]></category>
		<category><![CDATA[FMSBFoundation]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[IWP]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[Solution]]></category>
		<category><![CDATA[Web Publishing]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://campsoftware.com/?p=2270</guid>
		<description><![CDATA[CampSoftware&#8217;s FMSBFoundation is perfect to start a new project or breathe new life into an existing database. Foundation has a Dashboard, Contacts, Projects, Calendar, and Documents modules and a full...]]></description>
			<content:encoded><![CDATA[<p>CampSoftware&#8217;s FMSBFoundation is perfect to start a new project or breathe new life into an existing database. Foundation has a Dashboard, Contacts, Projects, Calendar, and Documents modules and a full featured settings area.</p>
<p><span style="text-align:center; display: block;"><a href="http://campsoftware.com/2012/01/fmsbfoundation-overview-filemaker-template/"><img src="http://img.youtube.com/vi/tGmudvqZb48/2.jpg" alt="" /></a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://campsoftware.com/2012/01/fmsbfoundation-overview-filemaker-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FileMaker Web Publishing PHP Deprecated Messages</title>
		<link>http://campsoftware.com/2011/11/filemaker-web-publishing-php-deprecated-messages/</link>
		<comments>http://campsoftware.com/2011/11/filemaker-web-publishing-php-deprecated-messages/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 16:12:28 +0000</pubDate>
		<dc:creator>David Burton</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Server]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Publishing]]></category>
		<category><![CDATA[FileMaker PHP]]></category>

		<guid isPermaLink="false">http://campsoftware.com/?p=2247</guid>
		<description><![CDATA[While working on a FileMaker/php project recently we came across an interesting situation. Though our solution was connecting to our database properly and displaying the data we requested we were...]]></description>
			<content:encoded><![CDATA[<p>While working on a FileMaker/php project recently we came across an interesting situation. Though our solution was connecting to our database properly and displaying the data we requested we were seeing a lot of Deprecated Messages being returned by the FileMaker API.</p>
<p><a href="http://campsoftware.com/wp-content/uploads/2011/11/http___localhost_phptest_.jpg"><img class="aligncenter size-medium wp-image-2248" src="http://campsoftware.com/wp-content/uploads/2011/11/http___localhost_phptest_-300x123.jpg" alt="" width="300" height="123" /></a></p>
<p>If you’re running PHP 5.3 or greater there are several methods in the FileMaker API that are deprecated, that is, they won’t be supported in future versions of PHP. While it’s good to know that your solution may have some trouble down the road right now it’s a bit of an annoyance to see all of the deprecated warnings. It also makes debugging a touch difficult.</p>
<p>The good news is you can turn all of the deprecated messages and still be able to see the rest of the errors that you will need for debugging. In the head of your document (or in a file that’s included in every script) add these lines of code:</p>
<p>This little snippet should hide the deprecated messages and still give you the notices and errors that you need to build and debug your site.</p>
<blockquote><p>&lt;?php error_reporting(E_ALL &amp; ~E_NOTICE &amp; ~E_DEPRECATED) ?&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://campsoftware.com/2011/11/filemaker-web-publishing-php-deprecated-messages/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FMClips</title>
		<link>http://campsoftware.com/2011/10/fmclips-slideshow/</link>
		<comments>http://campsoftware.com/2011/10/fmclips-slideshow/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 17:41:19 +0000</pubDate>
		<dc:creator>Hal Gumbert</dc:creator>
				<category><![CDATA[Slideshow]]></category>

		<guid isPermaLink="false">http://campsoftware.com/?p=2199</guid>
		<description><![CDATA[FMClips lets you rapidly copy and paste reusable script steps, layout objects, fields, and more into your FileMaker database.]]></description>
			<content:encoded><![CDATA[<p>FMClips lets you rapidly copy and paste reusable script steps, layout objects, fields, and more into your FileMaker database.</p>
]]></content:encoded>
			<wfw:commentRss>http://campsoftware.com/2011/10/fmclips-slideshow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use iChat to Chat on Facebook</title>
		<link>http://campsoftware.com/2011/09/use-ichat-to-chat-on-facebook/</link>
		<comments>http://campsoftware.com/2011/09/use-ichat-to-chat-on-facebook/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 14:53:53 +0000</pubDate>
		<dc:creator>Hal Gumbert</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://campsoftware.com/?p=2168</guid>
		<description><![CDATA[If you use iChat to communicate with others you can use it to talk to friends on Facebook too! Reposted from Mac OS X  Hints: Find your Facebook username by...]]></description>
			<content:encoded><![CDATA[<p>If you use iChat to communicate with others you can use it to talk to friends on Facebook too!</p>
<p><a href="http://hints.macworld.com/article.php?story=20100211130853507" target="_blank">Reposted from Mac OS X  Hints</a>:</p>
<ul>
<li>Find your Facebook username by going to http://www.facebook.com/your_user/.</li>
<li>Next, Open iChat, then select iChat » Preferences and click on the Accounts tab.</li>
<li>Click on the + (plus) sign to add a new account, with these settings:</li>
<li>Account Type is Jabber Account</li>
<li>Account name is your_user@chat.facebook.com, and enter your password</li>
<li>Click the drop-down arrow to reveal Server options. Enter chat.facebook.com as the server name.</li>
<li>Enter 5222 as the port and click Done.</li>
<li>Click Done again, and you are good to go.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://campsoftware.com/2011/09/use-ichat-to-chat-on-facebook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Art Licensing Manager Overview Video</title>
		<link>http://campsoftware.com/2011/09/art-licensing-manager-overview-video/</link>
		<comments>http://campsoftware.com/2011/09/art-licensing-manager-overview-video/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 16:34:37 +0000</pubDate>
		<dc:creator>Hal Gumbert</dc:creator>
				<category><![CDATA[Art Licensing Manager]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Go]]></category>
		<category><![CDATA[FileMaker Server]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[Runtime]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://campsoftware.com/?p=2153</guid>
		<description><![CDATA[View a higher quality version overview video on YouTube. &#160;]]></description>
			<content:encoded><![CDATA[<div><span style="text-align:center; display: block;"><a href="http://campsoftware.com/2011/09/art-licensing-manager-overview-video/"><img src="http://img.youtube.com/vi/lPJ-7MccISU/2.jpg" alt="" /></a></span></div>
<div><a title="Art Licensing Manager Overview Video" href="http://www.youtube.com/watch?v=lPJ-7MccISU&amp;hd=1" target="_blank">View a higher quality version overview video on YouTube</a>.</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://campsoftware.com/2011/09/art-licensing-manager-overview-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Art Licensing Manager</title>
		<link>http://campsoftware.com/2011/09/art-licensing-manager-slideshow/</link>
		<comments>http://campsoftware.com/2011/09/art-licensing-manager-slideshow/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 21:01:43 +0000</pubDate>
		<dc:creator>Hal Gumbert</dc:creator>
				<category><![CDATA[Slideshow]]></category>

		<guid isPermaLink="false">http://campsoftware.com/?p=2118</guid>
		<description><![CDATA[The Art Licensing Manager is a complete solution for tracking your Art, Licenses, Contracts and more.]]></description>
			<content:encoded><![CDATA[<p>The Art Licensing Manager is a complete solution for tracking your Art, Licenses, Contracts and more.</p>
]]></content:encoded>
			<wfw:commentRss>http://campsoftware.com/2011/09/art-licensing-manager-slideshow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoLaunch Mentioned in TechNet eNewsletter!</title>
		<link>http://campsoftware.com/2011/05/golaunch-mentioned-in-technet-enewsletter/</link>
		<comments>http://campsoftware.com/2011/05/golaunch-mentioned-in-technet-enewsletter/#comments</comments>
		<pubDate>Tue, 24 May 2011 14:49:24 +0000</pubDate>
		<dc:creator>Hal Gumbert</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[FileMaker Go]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[home screen]]></category>

		<guid isPermaLink="false">http://campsoftware.com/?p=1497</guid>
		<description><![CDATA[Thanks FileMaker! Our GoLaunch solution was mentioned in the May FileMaker eNewsletter! GoLaunch makes it easy to to create iOS device home screen buttons that let you launch your FileMaker Go...]]></description>
			<content:encoded><![CDATA[<p>Thanks FileMaker! Our <strong><a href="http://campsoftware.com/products/golaunch/">GoLaunch solution</a></strong> was mentioned in the <strong><a href="http://bit.ly/TechNet2011-05" target="_blank">May FileMaker eNewsletter</a></strong>!</p>
<p><strong><a href="http://campsoftware.com/products/golaunch/">GoLaunch</a></strong> makes it easy to to create iOS device home screen buttons that let you launch your FileMaker Go databases with a single tap!</p>
<p><a href="http://bit.ly/TechNet2011-05" target="_blank"><img class="alignnone size-full wp-image-1500" title="FileMaker-eNewsletter201105Header" src="http://campsoftware.com/wp-content/uploads/2011/05/FileMaker-eNewsletter201105Header.png" alt="" width="641" height="191" /></a></p>
<p><a href="http://campsoftware.com/products/golaunch/"><img class="alignnone size-full wp-image-1499" title="FileMaker-eNewsletter201105GoLaunch" src="http://campsoftware.com/wp-content/uploads/2011/05/FileMaker-eNewsletter201105GoLaunch.png" alt="" width="620" height="139" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://campsoftware.com/2011/05/golaunch-mentioned-in-technet-enewsletter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup your Hosted FileMaker Database Backups via FTP with Transmit</title>
		<link>http://campsoftware.com/2011/05/backup-your-hosted-filemaker-database-backups-via-ftp-with-transmit/</link>
		<comments>http://campsoftware.com/2011/05/backup-your-hosted-filemaker-database-backups-via-ftp-with-transmit/#comments</comments>
		<pubDate>Wed, 11 May 2011 13:13:04 +0000</pubDate>
		<dc:creator>Hal Gumbert</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Server]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[FTP]]></category>

		<guid isPermaLink="false">http://campsoftware.com/?p=1464</guid>
		<description><![CDATA[While we backup the FileMaker databases on our server every hour of the day, we&#8217;ve been bad about backing up our FileMaker databases from our hosting provider, Foxtail Technology. Don&#8217;t...]]></description>
			<content:encoded><![CDATA[<p>While we backup the FileMaker databases on our server every hour of the day, we&#8217;ve been bad about backing up our FileMaker databases from our hosting provider, <a href="https://www.foxtailtech.com" target="_blank">Foxtail Technology</a>. Don&#8217;t get me wrong! Foxtail creates backups for us automatically, but when it comes to backups, I want and need a copy of the backups at my disposal. Most hosting providers will let you download your backup files via FTP, so this solution addresses that need.</p>
<p>First, get <a href="http://bit.ly/TransmitApp" target="_blank">Transmit from Panic</a>. I think it&#8217;s the BEST available FTP app as it&#8217;s interface rocks, it&#8217;s simple to use, and offers the features I need. I love how it can sync folder navigation between my local folders and the server folders. I also love being able to right click one or many files to get a list of URLs to those files. There are many more features too. You can find Transmit on the <a href="http://bit.ly/TransmitApp" target="_blank">Mac App Store</a>.</p>
<p>Once you install Transmit, it will automatically add a few Automator Actions. The one we want to use is the Synchronize. To set it up, open Automator which will be in your Applications folder. When it opens, choose to create a new Workflow. Then use the Actions filter to find Synchronize and drag to the steps on the right. Then find the Quit Application and drag it over under the Synchronize step.</p>
<p>Finally, enter the:</p>
<ul>
<li>FTP address for your server.</li>
<li>Your username.</li>
<li>Your password.</li>
<li>Change the Sync Direction to Download!</li>
<li>If you tick Delete Orphaned Destination Items, it will remove all files not on the server. We leave this unchecked because <a href="https://www.foxtailtech.com" target="_blank">Foxtail Technology</a> stores the backups in folders with the timestamp in the folder name. Since each backed up file&#8217;s folder name is unique, we can store daily backups of our databases!</li>
</ul>
<p><a href="http://campsoftware.com/wp-content/uploads/2011/05/TransmitAutomator.png"><img class="alignnone size-full wp-image-1465" title="TransmitAutomator" src="http://campsoftware.com/wp-content/uploads/2011/05/TransmitAutomator.png" alt="" width="498" height="563" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://campsoftware.com/2011/05/backup-your-hosted-filemaker-database-backups-via-ftp-with-transmit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoLaunch</title>
		<link>http://campsoftware.com/2011/04/golaunch-2/</link>
		<comments>http://campsoftware.com/2011/04/golaunch-2/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 17:11:07 +0000</pubDate>
		<dc:creator>Hal Gumbert</dc:creator>
				<category><![CDATA[Slideshow]]></category>

		<guid isPermaLink="false">http://campsoftware.com/?p=1427</guid>
		<description><![CDATA[GoLaunch creates iPhone and iPad Home Screen buttons to easily access your FileMaker Go databases.]]></description>
			<content:encoded><![CDATA[<p>GoLaunch creates iPhone and iPad Home Screen buttons to easily access your FileMaker Go databases.</p>
]]></content:encoded>
			<wfw:commentRss>http://campsoftware.com/2011/04/golaunch-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

