using header and footer
Hi guys, Just some thoughts here. Been using SC v6 since it came out. How about not thinking of it as embedding the SC grid into another site, instead, take elemenst of the other site and tack them onto the grid app. Here is how it could play out:
Look at the code your site has for its header and footer. This could also include a main menu or whatever elements of your site that are there, even if you create a empty page of some kind. I am thinking here of the parts of the php code (templates,functions, etc) on a WordPress site. Anyway, create two global vars in your SC app, call one [newheader] and [newfooter]. Use those display the required code from your CMS site on your header and footer in SC Grid app.
I have done some of this, and it is amazing what you can get away with. You would then have a ‘page’ that would combine the look and feel of your CMS, but have the SC Grid. You could customize the CSS for the Grid to make it look just like the CMS. I have no doubt of that. Use firebug to CSS of the CMS and then add that CSS code as an echo in the initialization event of your grid app.
You would have to get your CMS to use that page, as part of its menu or however you navigate to the grid info. No extra iframes 
Anyway, hope that helps with the discussion. I will follow this thread, as it is of interest for me as well.
Jamie
PS - of course the DB for the two systems is probably remaining as 2 separate DBs. It would be possible to integrate them pretty easily, if they are both MYSQL for instance. You would have to play with the authentication a bit, which i would probably do some custom code when the app loads, testing the same way the overall CMS checks for authenticated user. If it is public you are golden as is.
[QUOTE=supermessiah;12710]There must be a way though of getting an individual grid (for example) onto a normal page though. I haven’t figured it out myself.
I looked on the PHPRunner site and it says there that ‘PHPRunner lets you seamlessly integrate the web applications you build into your existing website. You will be able to closely match the look and feel of all of your pages.’ So is this possible in ScriptCase?[/QUOTE]