Hi, I just finished a image bundle implementation for django, its a technique used in GWT1.4[ http://code.google.com/p/google-web-toolkit/wiki/ImageBundleDesign] to combine all images in a page into one, and using CSS sprites to background position, such that visually they look the same, but the number of http requests can be reduced a lot. Check out the demo: http://amitu.com/projects/django-image-bundle/demo/. It was generated with the following template: http://www.djangosnippets.org/snippets/278/. The template tag itself can be found here: http://www.djangosnippets.org/snippets/279/.
Check this for a little more details: http://amitu.com/blog/2007/june/django-image-bundle -- Amit Upadhyay Vakow! www.vakow.com +91-9820-295-512 --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---