Load Rendered Content, Jquery Templates or Bigpipe? Building a complex website?

I thought I would come back and answer this question After coming across this blog: blog.josemanuelperez.es I came up with my own solution 1) I created a wireframe of the header, content and footer. The header and content areas were later given id's to load content into them 2) Using Jquery address I was able to then update the address bar when navigating the site without any page refreshes 3) On the backend, I then assemble json to feed back the content, which can be multiple divs and then the JS and CSS to load 4) I then created a script to load in the CSS and JS dynamically and to keep track of what was already loaded. CSS and JS can't be loaded in twice should a page be requested more than once Maybe later, I'll check out how to do things much better: URL1/2011/01/talk-facebook-frontend-javascript Now my site operates exactly like facebook/gmail.No page refreshes at all, well except for login and log out If anyone knows any github repos that deal with single page applications using jquery.

Let me know Thanks.

I thought I would come back and answer this question. After coming across this blog: blog.josemanuelperez.es/ I came up with my own solution. 1) I created a wireframe of the header, content and footer.

The header and content areas were later given id's to load content into them. 2) Using Jquery address I was able to then update the address bar when navigating the site without any page refreshes. 3) On the backend, I then assemble json to feed back the content, which can be multiple divs and then the JS and CSS to load.4) I then created a script to load in the CSS and JS dynamically and to keep track of what was already loaded.

CSS and JS can't be loaded in twice should a page be requested more than once. Maybe later, I'll check out how to do things much better: blog.josemanuelperez.es/2011/01/talk-facebook-frontend-javascript/ Now my site operates exactly like facebook/gmail. No page refreshes at all, well except for login and log out.

If anyone knows any github repos that deal with single page applications using jquery. Let me know.Thanks.

I really would like to hear what other people are doing for single webpage applications. Are there any complete solutions? Like an (django?) mvc/ (sinatra/backbone) jq solution that handles the issues with the hahsbang?

– PaulM Apr 27 at 0:29.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions