<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Scodigo blogs</title>
  <link rel="alternate" type="text/html" href="http://www.scodigo.com/blogs"/>
  <link rel="self" type="application/atom+xml" href="http://www.scodigo.com/blog/atom/feed"/>
  <id>http://www.scodigo.com/blog/atom/feed</id>
  <updated>2007-02-14T02:17:18-05:00</updated>
  <entry>
    <title>Southwest Michigan FileMaker Users Group - Feb 08</title>
    <link rel="alternate" type="text/html" href="http://www.scodigo.com/blog/2008/02/southwest-michigan-filemaker-users-group-feb-08" />
    <id>http://www.scodigo.com/blog/2008/02/southwest-michigan-filemaker-users-group-feb-08</id>
    <published>2008-02-22T15:04:57-05:00</published>
    <updated>2008-02-22T15:06:11-05:00</updated>
    <author>
      <name>Micah Woods</name>
    </author>
    <summary type="html"><![CDATA[</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>A big thanks to Trevor Gildersleeve for his presentation on using script parameters and results. His team has taken full advantage of this feature and it was interesting to see their approach. Trevor started with the basics and moved right along to more complex examples where numerous parameters are being passed and returned. He also mentioned the advantages for larger projects and team development that are gained by having "self-contained" scripts that can be developed independently (although this is less of an issue with FileMaker 9 since multiple developers can be scripting at the same time).</p>
<p>We had a good turn-out of 9 people from as far away as Detroit, Grand Rapids and Fremont. It's really great to see people making that kind of effort to join us.</p>
<p>We plan to have another meeting in May and invitations will be sent out closer to the date.</p>
<p>Please see attached for a copy of Trevor's slide show.</p>
    ]]></content>
  </entry>
  <entry>
    <title>CAFDA Dec 07 Exploring Real-World ESS Examples</title>
    <link rel="alternate" type="text/html" href="http://www.scodigo.com/blog/2007/12/cafda-ess-presentation" />
    <id>http://www.scodigo.com/blog/2007/12/cafda-ess-presentation</id>
    <published>2008-02-04T06:30:52-05:00</published>
    <updated>2008-02-04T06:38:26-05:00</updated>
    <author>
      <name>Micah Woods</name>
    </author>
    <summary type="html"><![CDATA[</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Thanks to CAFDA for having me back to talk about our experience with ESS.</p>
<p>Here’s the description for my presentation and I've also attached the slides below.</p>
<p>&ldquo;This presentation will explore two real-world examples that use the new ESS capabilities available in FileMaker 9. For those less familiar with ESS, we’ll start with a brief intro covering how to get started, some best practice suggestions and a list of useful resources.</p>
<p>The first example we’ll explore involves syncing and transferring data with a set of SQL tables. In this example, ESS interaction is carefully controlled and users do not work directly with the SQL tables. Instead, data is synced into and transferred from internal FileMaker tables. The ESS capabilities have allowed us to greatly simplify the development effort required to support these processes as well as improving reliability and performance.</p>
<p>The second example will explore a simple “front-end” application used to manage a small set of SQL tables. We’ll talk about when it’s appropriate to build this type of tool and cover some of the dos and don’ts that effect viability and performance.</p>
<p>As we work through these examples, we’ll take a look at how to run a server trace so that we can see the SQL that FileMaker is executing. This can provide helpful insight into how your development approach will affect server load and the performance of your application.</p>
<p>Time permitting; we’ll take a look at how our SmartPill PHP plug-in can be used to compliment ESS by providing direct query access to your SQL database.&rdquo;</p>
    ]]></content>
  </entry>
  <entry>
    <title>Southwest Michigan FileMaker Users Group - Nov 07</title>
    <link rel="alternate" type="text/html" href="http://www.scodigo.com/swmfmpug-nov-07" />
    <id>http://www.scodigo.com/swmfmpug-nov-07</id>
    <published>2007-11-19T00:00:00-05:00</published>
    <updated>2008-02-04T05:43:07-05:00</updated>
    <author>
      <name>Micah Woods</name>
    </author>
    <summary type="html"><![CDATA[</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Thanks to everyone that joined us and special thanks to Bill Kaiser and Bill Heizer from FileMaker for attending and also for donating a copy of FileMaker Pro Advanced for our raffle. Congratulations go to the lucky winner, Tullio Proni.</p>
<p>I had the chance to present on the new ESS capabilities in FileMaker 9 and Bill Heizer took us for an interesting ride under the hood with SQL Server Profiler to watch the SQL that FileMaker generates.</p>
<p>ESS seems to be off to a very good start and I expect it will become more mainstream as people gain experience and as more success stories are told. We've fully embraced ESS on a large project and it's been very successful.</p>
<p>I've posted my presentation files here.</p>
    ]]></content>
  </entry>
  <entry>
    <title>SmartPill PHP Edition™ 1.0 Released!</title>
    <link rel="alternate" type="text/html" href="http://www.scodigo.com/blog/2007/01/smartpill-php-edition-released" />
    <id>http://www.scodigo.com/blog/2007/01/smartpill-php-edition-released</id>
    <published>2007-01-31T17:18:40-05:00</published>
    <updated>2007-02-14T02:17:18-05:00</updated>
    <author>
      <name>Micah Woods</name>
    </author>
    <summary type="html"><![CDATA[<p>Wow, what a lot of work it takes to get a commercial product to market. From the initial concept and early development to the beta release...</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Wow, what a lot of work it takes to get a commercial product to market. From the initial concept and early development to the beta release, attorneys, testing, beta support, additional features, more testing, writing the manual, developing the example files, developing the website, late-night PayPal debugging, press releases, marketing and the list goes on...</p>
<p>It's been a lot of work but I've enjoyed it and learned a lot along the way. I'm excited have this new tool in my toolbox and I'm really looking forward to seeing how it gets used.</p>
<p>For a long time, I thought about different plug-ins that I'd like to create and finally one day I realized that I could have them all if I just had PHP. I now get my email, file, url, encryption, shell, zip, image, xml, ftp and script trigger plug-ins all in one.</p>
<p>When I started learning PHP about 7 years ago, it opened a whole new world to me. Previously, I'd been a FileMaker developer with a bit of Lasso experience. PHP introduced me to writing my own functions and I finally grasped what an object is. As I say, it was a great experience and it helped me to become a much better programmer. I realize that many of you may not be familiar with PHP but I highly encourage you to give it a try. It's relatively easy to get started and I think you'll be amazed at what you can do.</p>
<p>I hope you enjoy using SmartPill as much as I do!</p>
<p>Regards,</p>
<p>Micah Woods</p>
    ]]></content>
  </entry>
</feed>
