I am developing a database in FMP 12 because the content is rather dynamic and I plan to use many desktop capabilities of FMP. However, the whole idea is to publish it on the web.
This question is about whether my strategy - as described below - is wise.
I plan to master FMP to a degree and build a layout (using Classic theme) that emulates the final web page design as much as possible.
I plan also to build a web page in a Mac program called Freeway, something I know how to do. If this were a PHP/mySQL project, I would need someone to do some heavyweight coding to build elements.
My supposition is that I can find a FM hosting company (probably ODITech.com) and put the FM database up there. A very short term testing period would use IWP. Once I know all is working, I’d ‘connect’ my web template with the database by simple PHP.
This assumes that it is wise to do as much as possible in FMP scripts and calculations rather than in PHP assembly.
For instance, instead of the IWP layout presenting raw fields to be assembled by PHP, I would assemble much larger synthesized blocks. An example: I have film comments that have many components (film title, year, possible foreign title, comment title, comment date, comment text...)
The block of the combined comment presentation with styles would be assembled in the layout, rather than by the PHP server. I hope this is clear.
Is it a wise strategy?