SCSubscribe

Design

SCSubscribe.Design History

Hide minor edits - Show changes to output

July 29, 2013, at 01:51 PM by 50.132.84.245 -
Changed line 1 from:
SeedCode Subscribe_Creator uses Todd Geist's [[http://www.modularfilemaker.org/2013/03/hyperlist/ | Hyperlist]] and [[http://www.modularfilemaker.org/2013/03/master-detail/ | Master-Detail]] techniques to navigate among the records in the found set.
to:
SeedCode_Subscribe.fmp12 uses Todd Geist's [[http://www.modularfilemaker.org/2013/03/hyperlist/ | Hyperlist]] and [[http://www.modularfilemaker.org/2013/03/master-detail/ | Master-Detail]] techniques for the portal of calendars along the left side of the screen. (A very cool technique if you haven't checked it out yet.)
June 27, 2013, at 12:10 AM by 67.190.87.90 -
Changed lines 1-5 from:
SeedCode Subscribe_Creator uses Todd Geist's Hyperlist and Master-Detail techniques to navigate among the records in the found set.

Learn more about [[http://www.modularfilemaker.org/2013/03/master-detail/ | Master-Detail]].

Learn more about [[http://www.modularfilemaker.org/2013/03/hyperlist/ | Hyperlist]]
.
to:
SeedCode Subscribe_Creator uses Todd Geist's [[http://www.modularfilemaker.org/2013/03/hyperlist/ | Hyperlist]] and [[http://www.modularfilemaker.org/2013/03/master-detail/ | Master-Detail]] techniques to navigate among the records in the found set.
June 27, 2013, at 12:09 AM by 67.190.87.90 -
Changed lines 3-5 from:
Learn more about Master-Detail [[http://www.modularfilemaker.org/2013/03/master-detail/ | here]].

Learn more about Hyperlist [[http://www.modularfilemaker.org/2013/03/hyperlist/ | here]].
to:
Learn more about [[http://www.modularfilemaker.org/2013/03/master-detail/ | Master-Detail]].

Learn more about [[http://www.modularfilemaker.org/2013/03/hyperlist/ | Hyperlist]].
June 26, 2013, at 10:51 PM by 67.190.87.90 -
Changed lines 3-5 from:
Learn more about Master-Detail [[http://www.modularfilemaker.org/2013/03/master-detail/ | here]].
to:
Learn more about Master-Detail [[http://www.modularfilemaker.org/2013/03/master-detail/ | here]].

Learn more about Hyperlist [[http://www.modularfilemaker.org/2013/03/hyperlist
/ | here]].
June 26, 2013, at 10:51 PM by 67.190.87.90 -
Changed line 3 from:
 > > Links.
to:
Learn more about Master-Detail [[http://www.modularfilemaker.org/2013/03/master-detail/ | here]].
June 22, 2013, at 04:44 PM by 198.134.91.204 -
Changed lines 1-3 from:
SeedCode Subscribe_Creator uses Todd Geist's Hyperlist and Master-Detail techniques to navigate among the records in the found set.
to:
SeedCode Subscribe_Creator uses Todd Geist's Hyperlist and Master-Detail techniques to navigate among the records in the found set.

 > > Links
.
June 13, 2013, at 03:24 AM by 67.190.87.90 -
Changed lines 1-9 from:
SeedCode Subscribe_Creator uses Todd Geist's Hyperlist and Master-Detail techniques to navigate among the records in the found set.

To enter a new calendar, click the "New Calendar" button and give the calendar a name, then complete the forms on each of the numbered tabs:


* 1. Server settings
* 2. Map the fields
* 3. Enter filter criteria
* 4. Results (for testing and sharing of your calendar)
to:
SeedCode Subscribe_Creator uses Todd Geist's Hyperlist and Master-Detail techniques to navigate among the records in the found set.
June 06, 2013, at 04:40 AM by 67.190.87.90 -
Changed lines 1-12 from:
The first design decision was to use Todd Geist's Hyperlist and Master-Detail techniques to navigate among the records in the found set. For the visual elements, I borrowed liberally from Jason Young's SQL Explorer.

I actually had to make some modifications to these modules so
the portal displaying the found set would behave as expected when creating, duplicating and deleting records.

The latest build uses a numbered "wizard"-style interface, since the setup process is so linear. When entering a new
calendar, users are prompted to give the calendar a name, and are then guided through the following steps:


* 1. Setting up the data source and testing the connection
* 2. Selecting the layout that the web-publishing engine will use
* 3. Mapping required fields
* 4. Mapping optional fields
* 5. Entering filter criteria
to:
SeedCode Subscribe_Creator uses Todd Geist's Hyperlist and Master-Detail techniques to navigate among the records in the found set.

To enter a new calendar
, click the "New Calendar" button and give the calendar a name, then complete the forms on each of the numbered tabs:


* 1. Server settings
* 2. Map the fields
* 3. Enter filter criteria
* 4
. Results (for testing and sharing of your calendar)
June 03, 2013, at 01:43 PM by 67.190.87.90 -
Changed lines 9-12 from:
2. Selecting the layout that the web-publishing engine will use
3. Mapping required fields
4. Mapping optional fields
5. Entering filter criteria
to:
* 2. Selecting the layout that the web-publishing engine will use
* 3. Mapping required fields
* 4. Mapping optional fields
* 5. Entering filter criteria
June 03, 2013, at 01:43 PM by 67.190.87.90 -
Changed lines 7-8 from:
1. Setting up the data source and testing the connection
to:

*
1. Setting up the data source and testing the connection
Changed line 12 from:
5. Entering filter criteria
to:
5. Entering filter criteria
June 03, 2013, at 01:43 PM by 67.190.87.90 -
Changed lines 3-11 from:
I actually had to make some modifications to these modules so the portal displaying the found set would behave as expected when creating, duplicating and deleting records.
to:
I actually had to make some modifications to these modules so the portal displaying the found set would behave as expected when creating, duplicating and deleting records.

The latest build uses a numbered "wizard"-style interface, since the setup process is so linear. When entering a new calendar, users are prompted to give the calendar a name, and are then guided through the following steps:

1. Setting up the data source and testing the connection
2. Selecting the layout that the web-publishing engine will use
3. Mapping required fields
4. Mapping optional fields
5. Entering filter criteria
May 31, 2013, at 05:49 AM by 67.190.87.90 -
Changed lines 3-5 from:
I actually had to make some modifications to these modules so the portal displaying the found set would behave as expected when creating, duplicating and deleting records.

I'm using Show Custom Dialog in several places, including editing the calendar name when creating a new calendar or duplicating a calendar. I'm also using Show Custom Dialog in the scripts that test and show the server response for the iCal and FM Server URLs. I did this when I realized the server response is ephemeral, so having it remain visible in a field on the main screen seemed wrong. A "Copy" button on the message dialog puts the text on the user's clipboard for pasting
.
to:
I actually had to make some modifications to these modules so the portal displaying the found set would behave as expected when creating, duplicating and deleting records.
May 31, 2013, at 05:47 AM by 67.190.87.90 -
Added lines 3-4:
I actually had to make some modifications to these modules so the portal displaying the found set would behave as expected when creating, duplicating and deleting records.
May 31, 2013, at 05:46 AM by 67.190.87.90 -
Changed lines 1-3 from:
The first design decision was to use Todd Geist's Hyperlist and Master-Detail techniques to navigate among the records in the found set. For the visual elements, I borrowed liberally from Jason Young's SQL Explorer.
to:
The first design decision was to use Todd Geist's Hyperlist and Master-Detail techniques to navigate among the records in the found set. For the visual elements, I borrowed liberally from Jason Young's SQL Explorer.

I'm using Show Custom Dialog in several places, including editing the calendar name when creating a new calendar or duplicating a calendar. I'm also using Show Custom Dialog in the scripts that test and show the server response for the iCal and FM Server URLs. I did this when I realized the server response is ephemeral, so having it remain visible in a field on the main screen seemed wrong. A "Copy" button on the message dialog puts the text on the user's clipboard for pasting
.
May 30, 2013, at 12:21 PM by 67.190.87.90 -
Added line 1:
The first design decision was to use Todd Geist's Hyperlist and Master-Detail techniques to navigate among the records in the found set. For the visual elements, I borrowed liberally from Jason Young's SQL Explorer.
(855) SEEDCODE
[email protected]
Follow us: