In this case I could have gone either way but since there weren't too many
layouts and php allows me the freedom to develop the interface any way I
want, I decided to go that route. Usually, the deciding factor for me is
what the user is going to be entering, how many screens there will be and
now, whether or not I will be developing for an iPhone interface.
If they are entering alot of text (like in grades and comments) I would
probably use php because of the disconnect time in IWP. I have gotten
burnt by that before by doing an online hiring database where the
interviewers enter their comments. If they started typing, walked away
then came back, if the system disconnected them (filemaker not the
internet) they would lose all their comments. I don't like to tell my
users that there is a chance they are going to lose their data and they
need to type things into word first then cut & paste.
If it is a system that requires small bits of input and there are going to
be alot of screens required and I am not developing for an iPhone, I would
use IWP. For example, I am going to be using IWP to develop a placement
database for students for their next year courses. There is not alot of
typing involved but I have to present the teachers with alot of
information so they can do their analysis. In that case, I don't want to
waste alot of time developing the php to display the data although I may
eventually go that route.
If it is going to be used on an iPhone I would use .php. I think the
interface comes out much nicer. At some point FM Touch may be good enough
to use but then you require syncing and that is just a mess.
Just my thoughts...
Take care.
Tessy
irdevco...@googlegroups.com writes:
>So, when you were weighing IWP against php, what were the pluses and
>minuses of each?
>
>
>Just wondering,
>
>
>Steven
>
>
>-----
>Steven Jay Cohen | Web Developer
>inRESONANCE ... Solutions that resonate
>
>
>[ mailto:steven.j...@inresonance.com
>]steven.j...@inresonance.com | 413.587.0236 x22 | [
>http://www.inresonance.com/ ]www.inresonance.com
>[ mailto:steven.j...@inresonance.com
>]steven.j...@inresonance.com | 413.587.0236 x22 | [
>http://www.inresonance.com/ ]www.inresonance.com
>
>On Oct 21, 2009, at 12:09 AM, zie wrote:
>
>
>
>
>Nice...
>""" If they started typing, walked away
>then came back, if the system disconnected them (filemaker not the
>internet) they would lose all their comments."""
>set that php web-user(whatever you called it) privilege option to not
>"Disconnect from FileMaker Server when idle".
>that should do it. An alternative is to set the idle time really high
>on the server-side of things.
>
>Question, How are others making commits to those projects?
>
>-
>[ mailto:zloua...@gmail.com ]zloua...@gmail.com
>
>
When on the LAN, aren't changes saved instantaneously? On IWP,
however, I have experienced work loss.
All the best,
Christian Caritan
Yes. You are right about that.
Tessy