Hello fellow djangoers. I've been doing a gallery site that is too image
heavy for it's own good ( yes, I'm subcontracted by a graphic designer
... ), and am trying to find good ways to control image loading so that
the user will wait and then see all the numerous and large images at the
same time instead of seeing them pop up one at a time. I managed to get
this to work ok on the first page using a javascript loaded in the head
that preloads hard full paths to the images and delays the rest of the
page load until images will be done. However, I can't get the same
things to work properly in the rest of the site when I use dhango
templates to preload. Is there perhaps some weirdness about combing
django templates with javascript preloads that I don't know about? Any
tips on how I should go about this?

The old home page is at:
http://bmg.webfactional.com
The load controlled version that is working is at:
http://bmg.webfactional.com/test
The page that doesn't work the way I want is if you go from the above to
the artists section.

If any one has tips for this javascript newby, many thanks!
Iain

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to