I am starting to develop a website that will have many features and things to click, etc. This whole website is not really speci? Ed in terms of layout, so I design it when I go. Here is a sample design that will give you an idea:
http://farm6.static.flickr.com/5176/5510107585_a9a15d680a.jpg
I am currently using jQuery tabs for tab1, tab2, etc. However, a lot of content is populated for each of these tabs. For example, google map in one, jQuery FullCalendar in another, jqPlot in another, etc.
At first glance, mostly with empty content, all this seems to load quickly, but there may be some performance issues as more things are implemented. The javascript files that I am already creating are already being created.
With all of this in mind, I wonder if this design will be better served by multiple pages instead of multiple jQuery tabs, both in terms of user experience and programming.
source
share