Article Tags

Click or tap one of the article tags to filter down to a smaller selection.

Our Library of Videos

839 videos found.
Brainstorming Your Databases - Part 2 12/14/2006 - 6:00pm

Taking the time to outline your database architecture is a valuable step in the process of developing a database. It's like a business plan to a new company. The business may not go as planned and you may not follow the plan to the letter, but the plan does provide the groundwork for a focused direction. Withouth the plan, randomness and lack of focus is more likely to creep in.

In this video, I walk through the use of Excel as an outlining tool for creating a new FileMaker database. I move through the steps of taking the brainstorming within Excel into FileMaker and show you how easy it is to use Excel for this purpose.

If saving time with the pre-development stage is an area you've wanted to improve, then this video may have the information you need.

Looking for the first video? Find it here!

Using Global Graphic Variables 12/06/2006 - 6:00pm

Sometimes, we all get stuck in the routine of doing things a certain way. New methods may appear as time passes by and unless we take the time to evaluate our own methods, we miss out on the power and elegance of these new ideas!

I've been using FileMaker 8's variables since they were introduced. However, I never thought to use them for graphics. While storing a lot of LARGE graphics within memory is not advisable, there's nothing that says you can store smaller interface graphics into the client memory space. In fact, this makes your interface more snappy when it comes to performance. You're not taxing the server for a transfer of an image each time it's shown.

Of course, FileMaker may have it's own internal caching of graphics, when it comes to displaying layouts, but why not take advantage of any system that helps manage or make things more dynamic? This video presents a great solution to providing a flexible system of displaying icons and graphics. Special thanks to Stephen Dolenski of FMForums.com for sending this in. This tip earned a whole year's subscription! - (so be sure to send in your own cool FileMaker techniques)

Review of FMStudio from FMWebSchool.com 11/28/2006 - 6:00pm

In this video I talk with Stephen Knight of FMWebSchool.com. Stephen takes me on a walk through of their new product named FMStudio.

FMStudio is a dedicated Dreamweaver extension which connects the work you do in Dreamweaver to any FileMaker database you choose. This makes it very quick and easy to design your own custom look around the data stored in your database.

If you're someone who uses Dreamweaver or you've always wanted an easy way to create web pages which display FileMaker data then this product may be perfect for you.

Brainstorming Your Databases 11/20/2006 - 6:00pm

Whether you've just started working with FileMaker, or you've been a developer for a long time, the following suggestion is always a great way to approach the design process - simply ask questions!

Most every solution to your development process can be answered, yes answered, by asking a question. If you think you don't know what you're doing, you can always ask "Do I need to seek more knowledge?". If you think you already know it all, you can ask "Does my brain have enough space for this ego?" - or some similar such question.

At every critical point in the process, it may be as easy as asking yourself "Will users really search for data based on a zip code field? Do I need all those fields or will one Address field for the whole address work just fine?".

In this video, I start the process of breaking down the development of a new FileMaker database system. I decided to document this process and the tools I use to do this. Surprisingly, (or not so much) I end up using Excel to outline the structure of this new database. Spend a few minutes watching this video and see if you pick up a few tips about making the brainstorming process a bit easier!

Using PHP for Power - Sending Email from FileMaker 11/10/2006 - 6:00pm

PHP is one of the most prevalent technologies on the web today. In fact, FileMaker Inc. made the move to integrate PHP as one of the supported technologies for accessing FileMaker data over the web. This video, however, is about using PHP right from within FileMaker. It has nothing to do with the web and everything about how you can extend what FileMaker can do.

In the video, I cover the pervasive desire of being able to email straight from within a FileMaker database. By using the SmartPill PHP plug-in, you can access a variety of class libraries which allow you to do all kinds of things within FileMaker. If you're not afraid of scary looking code, and you're itching to increase the power of what your database can do, then watch this video today!

More Creative Tab Panel Tricks 11/02/2006 - 6:00pm
No preview video available.

There are all kinds of things you can do to dress up your layouts. When it comes to FileMaker native tab panels, it may just be a matter of what you do with the tab panels themselves that makes the difference.

In this video I walk through a number of the tricks you can use to make tab panels a bit more versatile. One in particular, will help you create a navigation area similar to those found in Microsoft Windows products. Watch this video to learn a few more things about what you can do with native tab panels.

Function Scripting - A powerful scripting technique 10/20/2006 - 7:00pm

FileMaker is an easy environment to work in. It's mostly point and click for a lot of things. It allows you to start simply then grow more complex as you learn while you develop. The work you do, however, can either become very complex or stay simple - from the start. There's always a balance to be attained when trying to build a complex solution.

Code readability is the topic I'm talking about. The goal is powerful, and often necessary, complexity, yet a level of obvious simplicity - for the sake of future understanding and possible collaboration.

In this video, I present a new method for naming your scripts and defining script variables. It's a very elegant combination of three custom functions from two VERY smart developers. I'm pleased to provide this powerful scripting technique. I've personally never seen anything like it and I love it!

Working with Time Values - A Time Logging Database 10/13/2006 - 7:00pm

Using one relationship, as a utility relationship, for the purpose of creating another valid data relationship isn't something that's always an obvious solution. In this video, I walk through the process of using a utility relationship for the purpose of a facilitating a lookup - which is used to reference data in a previous record. In this solution we're using time values in order to calculate an elapsed time.

Ok, so it sounds a little confusing without the background of the problem we're trying to solve. Fortunately, you can watch the video and work with the file provided. It's a Time Logging database which helps you track how you've spent your time.

Regardless of whether your database works with time values or not, there's always a lesson to be learned in solving a FileMaker problem!

Making a cool navigation menu 10/03/2006 - 7:00pm
No preview video available.

It's always fun to see what can be accomplished in FileMaker Pro. I remember my first few years of learning how to develop and being completely mystified about how some developers accomplished things I never knew could be done.

As one viewer recently wrote, "Do you have any videos about the things the FileMaker manuals don't teach you? You know, the hidden type of stuff that the manual doesn't cover." Well, I don't have one comprehensive video about all of it, but, I do have a number of videos. This video should be included in that list. It provides a number of techniques which will help you create some great looking navigation menus. Watch this video as I walk you through the process of creating a great looking menu system!

User Friendly Searching 09/26/2006 - 7:00pm

Not everyone who opens a copy of FileMaker is going to know how to search for the records they're seeking. FileMaker's Query by Form method of searching leaves a few users hunting around for clues as to how they might perform their slightly-beyond-basic search request.

Fortunately, we can automate the process of more complex searches. This can be accomplished by scripting the search process. Another side of the search coin is the whole web search engine thing. One field and a ton of results. Didn't get what you want? Search again and change what you asked for - or how you asked for it.

In this video I present a highly powerful technique for making it a bit easier to search for data. The powerful part is the ability to simply copy and paste some global search fields, sprinkle in some layout object naming and you've got a dynamic searching tool which can be used on any layout! Very cool indeed!

Pages