On 8/15/06, Russell Hay <[EMAIL PROTECTED]> wrote: > I have something similiar on a website I'm developing where there is a > navigation tree that is built from a database. The way I do it is I created > a view that builds the tree and then I just use an "ajax" function to load > that into a div on the site at page load.
Respectfully, that's not a very good way to do it if: 1) you want search engines to find the rest of your site 2) any of your users might need accessibility aids 3) any of your users might have JS turned off 4) any of your users might be mobile or otherwise not-a-desktop 5) you want fast page load completion (since you'll have to make a 2nd round trip) Template tags are not that hard to do. :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---