JohnandSwifty
Technical User
Hi
I have a few ajax apps that are modular (so 5 tabs at top for dif areas of the app). On the last project the client requested that each module remembered where it was when you navigated away and then beack to it. Because it was all ajax i used extensive JS vars to remeber all sorts from page numbers to sort numbers. I wondered, how much of a load on the users PC (or anything else for that matter) would it be if i simlply loaded the whole app (obviously long start time) and then just hid (css) the modules that werent in use?
Thanks
I have a few ajax apps that are modular (so 5 tabs at top for dif areas of the app). On the last project the client requested that each module remembered where it was when you navigated away and then beack to it. Because it was all ajax i used extensive JS vars to remeber all sorts from page numbers to sort numbers. I wondered, how much of a load on the users PC (or anything else for that matter) would it be if i simlply loaded the whole app (obviously long start time) and then just hid (css) the modules that werent in use?
Thanks