What’s wrong with FileMaker feature requests.

I think this quote finally gets at what bugs me about so many FileMaker feature requests, those long lists of things that would somehow make one’s life as a developer easier:

Programmers are obsessed with ease rather than simplicity (thank you Rich Hickey for making this point); or, what the experience of programming is instead of what the resulting program is like. This leads to useless conversations about semicolons and whether we need a preprocessor that eliminates curly braces. We still talk about programming as if typing in the code was the hard part. It’s not – the hard part is maintaining the code.

From here; emphasis mine.

“Modular” Sync and the Urgency of Mobile Work

Some common themes are emerging from a number of GoZync deployments we’ve completed recently, and one of them is that folks need their sync to be modular. Even in one-task applications there isn’t just one kind of record being synced, or one sync environment. Here is what we’re seeing recently…

• Not all data has the same timeliness. In our construction inspection app inspectors need to get the textual data from the inspection back to the office immediately (so builders’ checks can be cut) but the photos of the inspected property aren’t as urgent. We scripted the sync to they can send just the text info, the text and the photos, or just the photos for one inspection or for all inspections at once. This is just a matter of changing the commands passed into GoZync.

Continue reading

Storage Problem?

Like a crazy hoarder I mistake the root cause of my growing mountain of incomplete work. The hoarder thinks he has a storage problem when he really has a ‘throwing things away problem’. I say I am ‘time poor’ as if the problem is that poor me is given only 24 hours in a day. It’s more accurate to say… what exactly?

…from here.

Decisions

Reminded today that deciding to do one thing is deciding not to do something else–that the root of the word “decide” is similar to that for suicide.

As a small business, the opportunity costs for even your best decisions are huge: the best gig you’ve got is another customer you didn’t meet.

Proud of our latest decisions, and hope I’m up to owning the consequences.

Making portals look more native in FMGo

Portals have come a long way in Filemaker Go. With just a bit of thought though, we can make them even better.

You may have noticed that if you try and scroll beyond the content in iOS that you reveal a cross hatch pattern that appears to be in the background.

Website scrolling in iOS

Continue reading

Calendar Mods

Just got this great screen shot from Shawn Mayers who has integrated our calendar into his solution.

Nice work! Here is what Shawn had to say about it:

I am working on a solution for a doctors office and one of the features is to have an electronic appointment book. I chose your solution, SeedCode Calendar, to made this request. I was excited about how smoothly the integration worked; so I am sending this email. I have attached a screen shot of what I am working on.

Thank you for developing an awesome product.

Thanks for the screen shot and the kind words, Shawn!

Workflow in FM Chat: notifications for FileMaker Server

The ostensible purpose of FM Chat is “chat” –letting your FileMaker users chat and collaborate in a searchable environment that respects FileMaker’s access privileges.

But we think the killer feature of FM Chat is “workflow” –alerting your users of events, and presenting them opportunities to take action.

We’ve recorded a short movie of a simple example: using FM Chat to send invitations to an event, and record who’s accepted:

Going Further. While we created the chat by hand in this example, FM Chat can accept chat instructions from script triggers or your own scripts. You can even use FM Chat to log what’s happening to a record for later review.

We think of it as a messaging and notifications engine for FileMaker. What will you do with it?