Usability

Table Of Contents: Django Template Filter 0

Published November 4, 2007 Filed unter:

I always loved being able to link back a certain chapter of a webpage. Sometimes it is great to just link to the source code of a weblog entry or any other part of it. To enable the visitors of my weblog to do that I wanted to set up ...

Adding Archives Information Via Django Templatetag 2

Published October 28, 2007 Filed unter:

It is quite typical for Wordpress-blogs to have all archives in the sidebar. For example "August 2005, September 2005", all linked back to the archives pages. Django, sadly, doesn't have something by default to generate these archive links dynamically.

There is another reason, why people, should want this ...

Breadcrumbs In Django With Templates 4

Published October 25, 2007 Filed unter:

One great feature of a well-structured website is the navigation bar or location bar, better known as breadcrumbs. It always tells the user, where exactly s/he is currently on the website. (On the website you are currently browsing it is located above the footer, called "Your way".)

As a ...

Your Way: Home » Thoughts » Categories » Usability