<?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/"
	>

<channel>
	<title>FileMaker Plugin Development</title>
	<atom:link href="http://filemakerplugindev.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://filemakerplugindev.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Thu, 30 Oct 2008 10:58:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Find ( const Text &#038;other, ulong position )</title>
		<link>http://filemakerplugindev.com/function-reference/fmxtext/find-const-text-other-ulong-position/</link>
		<comments>http://filemakerplugindev.com/function-reference/fmxtext/find-const-text-other-ulong-position/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 10:58:07 +0000</pubDate>
		<dc:creator>Dempsey</dc:creator>
		
		<category><![CDATA[FMXText.h]]></category>

		<guid isPermaLink="false">http://filemakerplugindev.com/?p=24</guid>
		<description><![CDATA[

Header:  FMXText.h
Function:  Find
Parameters:   const Text &#38;other
ulong position
Return Value:
Example Usage:
]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Header:  FMXText.h</p>
<p>Function:  Find</p>
<p>Parameters:   const Text &amp;other</p>
<p>ulong position</p>
<p>Return Value:</p>
<p>Example Usage:</p>
]]></content:encoded>
			<wfw:commentRss>http://filemakerplugindev.com/function-reference/fmxtext/find-const-text-other-ulong-position/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Are There Any Open Source Plugins?</title>
		<link>http://filemakerplugindev.com/plugin-development/are-there-any-open-source-plugins/</link>
		<comments>http://filemakerplugindev.com/plugin-development/are-there-any-open-source-plugins/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 10:41:22 +0000</pubDate>
		<dc:creator>Dempsey</dc:creator>
		
		<category><![CDATA[Plugin Development]]></category>

		<guid isPermaLink="false">http://filemakerplugindev.com/?p=17</guid>
		<description><![CDATA[

There used to be some open source plugins for FileMaker 5/6, but I have yet to come across any that are written using the FIleMaker 7+ Plugin APIs.
Our plans are to create some simple open source plugins in the future for reference for people to create their own plugins from.
]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>There used to be some open source plugins for FileMaker 5/6, but I have yet to come across any that are written using the FIleMaker 7+ Plugin APIs.</p>
<p>Our plans are to create some simple open source plugins in the future for reference for people to create their own plugins from.</p>
]]></content:encoded>
			<wfw:commentRss>http://filemakerplugindev.com/plugin-development/are-there-any-open-source-plugins/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Where Can I Promote My Plugin?</title>
		<link>http://filemakerplugindev.com/plugin-development/where-can-i-promote-my-plugin/</link>
		<comments>http://filemakerplugindev.com/plugin-development/where-can-i-promote-my-plugin/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 11:17:48 +0000</pubDate>
		<dc:creator>Dempsey</dc:creator>
		
		<category><![CDATA[Plugin Development]]></category>

		<guid isPermaLink="false">http://filemakerplugindev.com/?p=15</guid>
		<description><![CDATA[

So once you&#8217;ve made a FileMaker Plugin, where can you tell the world about it?
There are a few places you can submit it and also after a while of being out, some filemaker websites may pick up the news and may post about your plugin if they think their readers would be interested!
FileMaker Plugins Directory [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>So once you&#8217;ve made a FileMaker Plugin, where can you tell the world about it?</p>
<p>There are a few places you can submit it and also after a while of being out, some filemaker websites may pick up the news and may post about your plugin if they think their readers would be interested!</p>
<p><a title="FileMaker Plugins Directory" href="http://filemaker-plugins.net">FileMaker Plugins Directory</a> -  Part of the <a title="FileMaker Stuff" href="http://filemakerstuff.com">FileMaker Stuff</a> network, aiming to list every filemaker plugin in existance.</p>
<p><a title="FileMaker Plugins Forum" href="http://fmforums.com/forum/showforum.php?fid/69/">Plugins @ FM Forums</a> -  The plugins section at the FMForums.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://filemakerplugindev.com/plugin-development/where-can-i-promote-my-plugin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What IDEs can I use?</title>
		<link>http://filemakerplugindev.com/plugin-development/what-ides-can-i-use/</link>
		<comments>http://filemakerplugindev.com/plugin-development/what-ides-can-i-use/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 11:02:15 +0000</pubDate>
		<dc:creator>Dempsey</dc:creator>
		
		<category><![CDATA[Plugin Development]]></category>

		<guid isPermaLink="false">http://filemakerplugindev.com/?p=13</guid>
		<description><![CDATA[

The only official IDE&#8217;s officially supported to create FileMaker Plugins, are Visual Studio for Windows Plugins and Xcode for OS X.
In the past Codewarrior was the IDE used on the Mac platform, but support for that has since been dropped.
As Xcode internally uses the GCC compiler, you may be able to create a Plugin for [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>The only official IDE&#8217;s officially supported to create FileMaker Plugins, are Visual Studio for Windows Plugins and Xcode for OS X.</p>
<p>In the past Codewarrior was the IDE used on the Mac platform, but support for that has since been dropped.</p>
<p>As Xcode internally uses the GCC compiler, you may be able to create a Plugin for windows using GCC and Cygwin.</p>
]]></content:encoded>
			<wfw:commentRss>http://filemakerplugindev.com/plugin-development/what-ides-can-i-use/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How Do I Make A FileMaker Plugin?</title>
		<link>http://filemakerplugindev.com/plugin-development/how-do-i-make-a-filemaker-plugin/</link>
		<comments>http://filemakerplugindev.com/plugin-development/how-do-i-make-a-filemaker-plugin/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 19:21:12 +0000</pubDate>
		<dc:creator>Dempsey</dc:creator>
		
		<category><![CDATA[Plugin Development]]></category>

		<guid isPermaLink="false">http://filemakerplugindev.com/?p=4</guid>
		<description><![CDATA[

To make a FileMaker plugin, you need the Plugin SDK from the FileMaker Advanced CD.
]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>To make a FileMaker plugin, you need the Plugin SDK from the FileMaker Advanced CD.</p>
]]></content:encoded>
			<wfw:commentRss>http://filemakerplugindev.com/plugin-development/how-do-i-make-a-filemaker-plugin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What Programming Languages Can I Use?</title>
		<link>http://filemakerplugindev.com/plugin-development/what-languages-can-i-use/</link>
		<comments>http://filemakerplugindev.com/plugin-development/what-languages-can-i-use/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 16:31:43 +0000</pubDate>
		<dc:creator>Dempsey</dc:creator>
		
		<category><![CDATA[Plugin Development]]></category>

		<guid isPermaLink="false">http://filemakerplugindev.com/?p=3</guid>
		<description><![CDATA[

Officially you can only use C++ to create FileMaker plugins, but using some third party code and tools, you can also create your own FileMaker Plugin in the following languages:

LISP  -  http://www.weitz.de/fm-plugin-tools


Java  -  http://www.fmstack.com


Any .NET Language  -  http://www.dotnet2fm.com

]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Officially you can only use C++ to create FileMaker plugins, but using some third party code and tools, you can also create your own FileMaker Plugin in the following languages:</p>
<ul>
<li>LISP  -  <a href="http://www.weitz.de/fm-plugin-tools">http://www.weitz.de/fm-plugin-tools</a></li>
</ul>
<ul>
<li>Java  -  <a title="JAFA - FileMaker Plugins in JAVA" href="http://www.fmstack.com/index.php?p=1_8">http://www.fmstack.com</a></li>
</ul>
<ul>
<li>Any .NET Language  -  <a href="http://www.dotnet2fm.com">http://www.dotnet2fm.com</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://filemakerplugindev.com/plugin-development/what-languages-can-i-use/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
