The project and contact overview pages are written in a modular fashion, breaking them up into a couple of includes which can be moved around and reused somewhere.
One of the drawbacks though is that to build up the page, all includes need to be loaded and only once all includes have been loaded will I be able to see the whole page.
My question now is, is it possible to load the the page with the top two includes open and showing while the rest of them are closed (think of .LRN portlets here. You can show and hide them).
What should ideally happen is that once the user moves with his mouse near the "open" button of a hidden include, the include should be loaded asynchronously so that when the user opens the include (shows / unhide) it will respond fast.
I would also settle for a switch like "load this include all the time, but do it in the background once the main page has been displayed" along with "load this include only if the user says "show"".
Any clue how this can be done? Are the Mashups Solutiongrove has been doing a good way (my main concern here being that I would have a portal page per project, if I understood the code correctly)?