Category: Advanced FileMaker Development

  • Connecting FileMaker to PayPal with PHP – Overview

    Connecting FileMaker to PayPal with PHP – Overview

    [st_row id_wrapper=”elm_5faddb2a6fb79″ ][st_column span=”span12″ id_wrapper=”elm_5faddb2a6fb2f” ][st_video video_source_link_youtube=”https://youtu.be/3qhAorNkpCM” wrapper_padding_top=”0″ wrapper_padding_left=”0″ wrapper_padding_bottom=”0″ wrapper_padding_right=”0″ wrapper_bg_opacity_slider=”” video_sources=”youtube” id_wrapper=”elm_5faddb2a6f2b1″ ][/st_video][st_text]Get an overview of using PHP pages to connect PayPal to FileMaker… to allow for easy management and sales of products and services.  This requires the use of FileMaker Server, and is a bit advanced, but the upside is a major labor saving in not double entering order data into your database.[/st_text][/st_column][/st_row]

  • Making a Scalable Database in FileMaker: Part 1

    Making a Scalable Database in FileMaker: Part 1

    [st_row id_wrapper=”elm_5faddb2f35452″ ][st_column span=”span12″ id_wrapper=”elm_5faddb2f35406″ ][st_video video_source_link_youtube=”https://youtu.be/53IbDszSulU” wrapper_padding_top=”0″ wrapper_padding_left=”0″ wrapper_padding_bottom=”0″ wrapper_padding_right=”0″ wrapper_bg_opacity_slider=”” video_sources=”youtube” id_wrapper=”elm_5faddb2f34b7d” ][/st_video][st_text]Part 1 – Making a database that can work with 100 simultaneous users is not something that is easily done for a novice developer. We have given you a good start in the right direction with FM Starting Point 4. This video provides a bit more direction on the topic.

    Richard Carlton Consulting, Inc. provides customized database development services for business, government, and non-profit organizations. Our core competency is FileMaker Pro, where we hold FileMaker’s highest certifications. With a team of 27 staff, we are capable of deploying both small and large solutions for a wide variety of customers. We service all modern versions of FileMaker Pro, FileMaker Server, and FileMaker Go (for the iPad and iPhone). We also deploy FileMaker databases to the web, and offer PHP/Web Development, iOS Programming, FileMaker Server Support, and Hosting Services.

    http://www.rcconsulting.com/

    Please feel free to contact us at support@rcconsulting.com[/st_text][/st_column][/st_row]

  • Simple FileMaker Transactions Video

    Simple FileMaker Transactions Video

    [st_row id_wrapper=”elm_5faddb40d7644″ ][st_column span=”span12″ id_wrapper=”elm_5faddb40d75f7″ ][st_video video_source_link_vimeo=”https://vimeo.com/88808708″ wrapper_padding_top=”0″ wrapper_padding_left=”0″ wrapper_padding_bottom=”0″ wrapper_padding_right=”0″ wrapper_bg_opacity_slider=”” video_sources=”vimeo” id_wrapper=”elm_5faddb40d6d5d” ][/st_video][st_text]This video is part 2 of a series on FileMaker Transactions. Part 1, titled “Fixing Slow FileMaker Reports” demonstrated one of the many reasons why transactions are an important part of building multi-user FileMaker apps.  In this video, we break down the simple FileMaker Transaction that we briefly see in part 1.  The video continues with a brief introduction to the low level FileMaker features that are used to build transactions safe scripts.

    https://www.geistinteractive.com/2014/03/11/simple-filemaker-transactions-video/[/st_text][/st_column][/st_row]

  • Fixing Slow FileMaker Reports

    Fixing Slow FileMaker Reports

    [st_row id_wrapper=”elm_5faddb44070d7″ ][st_column span=”span12″ id_wrapper=”elm_5faddb440708a” ][st_video video_source_link_vimeo=”https://vimeo.com/88708993″ wrapper_padding_top=”0″ wrapper_padding_left=”0″ wrapper_padding_bottom=”0″ wrapper_padding_right=”0″ wrapper_bg_opacity_slider=”” video_sources=”vimeo” id_wrapper=”elm_5faddb44067e7″ ][/st_video][st_text]This video is part 1 in a series on FileMaker Transactions and why you should use them. In this video, we look at a slow FileMaker Report. The report is slow because it is based on unstored calculations. We look at a way to speed up the report, by storing data closer to where the calculation needs to occur.  This lets us create our report using less unstored calculations. The result is a report that is much faster.

    However, this opens our solution up to database integrity problems because no we have the same data stored in many places. In theory this is a bad practice. But in the real world of multi-user FileMaker applications running over the internet, it turns out to be something you will need to do.

    We solve this problem by employing FileMaker Transactions to make sure that we can reliably keep the de-normalized data in sync.

    https://www.geistinteractive.com/2014/03/10/fixing-slow-filemaker-reports/[/st_text][/st_column][/st_row]

  • Modular FileMaker Application Development

    Modular FileMaker Application Development

    [st_row id_wrapper=”elm_5faddb528f241″ ][st_column span=”span12″ id_wrapper=”elm_5faddb528f1f5″ ][st_video video_source_link_youtube=”https://www.youtube.com/watch?v=7pMjBEYnKcU” wrapper_padding_top=”0″ wrapper_padding_left=”0″ wrapper_padding_bottom=”0″ wrapper_padding_right=”0″ wrapper_bg_opacity_slider=”” video_sources=”youtube” id_wrapper=”elm_5faddb528e851″ ][/st_video][st_text]ModularFileMaker.org has done really well in 2013.  There are lots of modules available now, and the list keeps growing. One question that we are trying to answer is how do we organize our “Modules” into an “Application?  This is a topic that will likely remain beyond the scope of the Modular FileMaker spec, as it is almost antithetical to the whole approach.  Modular FileMaker specifically stays out of the Application Framework conversation. But in my own projects an organizational pattern is starting to emerge. I thought I would share it.

     

    Start With the End in Mind

    What I was looking for was a way to work… http://www.geistinteractive.com/2013/12/26/modular-filemaker-app-development/

     [/st_text][/st_column][/st_row]