|
Posted by Andy Dingley on 01/15/07 15:49
CRON wrote:
> Anyone know a way to save on loading times by only loading part of the
> page after a link is clicked?
New page or navigation between related pages ?
If it's a whole new page, then try to re-design for a smaller, simpler
page. With today's coding practices and bandwidth, it's unusual to
require a page to be slow to load. If it's small enough to be
comprehensible in one chunk, then that's also technically light enough
to arrive speedily.
If it's navigation between related pages, or anything that suggests
itself as an iframe, then look into AJAX. Beware though that for simple
situations, the <iframe> solution is often simpler, better and doesn't
have problesm that a simple AJAX solution won't itself suffer from
(bookmarking in particular).
Navigation:
[Reply to this message]
|