Showing 1 - 2 of 2 items. (Page 1 of 1)
Writing Efficient CSS
Some guidelines to writing CSS that the browser can parse and match quickly. I had some bad assumptions about many of these, mostly due to the fact that I thought selectors matched left to right, when, in fact, the match from right to left.
Recursion in Django templates | the blog
I've been writing hierarchical navigation menus and such in Python because I didn't think this was possible. Nice to know that if you want recursion, this is an option.