Hello,
I am looking to build a website that allows the user to fully customise the content that they see. I will be building this using CodeIgniter or Zend Framework and also jQuery. What I need to know and gain some advice on is how is the best way to create the content on the fly,
When a user selects that they would like the blog section to be on their website, I need to gather the blog information on the fly and print out the appropriate div on screen.
What would be the best way to do this? Would I be best creating the Div in the DOM or just calling a view onto the page?