In the jungle of frameworks out there, I've come to the conclusion that I cannot simply determine a framework beforehand without considering the type of application/site I want to create. So I think I need a rittre herp with determining this one.
This site is a heavy graphics site, where basically all of the content is presented in a small square (div) in the centre of the page. And with graphics all around basically. And the graphics around it needs to be loaded only once preferrably.
What it basically is, well. It's a site where you log on with your user account and choose from a number of premade receipes for foods, or create your own. Then, you can hit a 'generate'-button to have the site generate a week or two of dishes for you. Other than that? The users need their own control panel where they can customize stuff as wallpaper, dishes, labels etc. As well as browsing receipes, adding ingredients and looking up which dishes they can create with the ingredients. Pretty basic stuff really.
And mind you, all of this data is supposed to be presented inside a square in the centre. So we need a system of jQuery panels as well. I was actually thinking and hoping of dynamicall adding content to this square as needed. Emptying the content and adding new content to it when clicking links etc.
Other than that, we don't need any community percé, perhaps the possibility to discuss stuff, but that can be in a separate external site or something.
It should also be mentioned that I myself are a graphics designer more than a programmer. I do get stuff pretty easily but I fear I don't have the capacity to create a framework like this from the ground up.. Although I do know a bit of Visual Basic, but not so good with C# (more the syntax really). I've never even touched PHP, but my partner has. He's also a bit familiar with Java as well. So, we basically need a framework that's easy to understand and get up and running.