Mini Searches with Answers
These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.
How to get your raw CSRF token in Django, e.g., when you’re creating a form outside of a template.
How to make information available to every template.
Be sure to put in the default template processors first or you’ll overwrite them and exclude them e.g., for Django 1.3:
TEMPLATE_CONTEXT_PROCESSORS = (
“django.contrib.auth.context_processors.auth”,
“django.core.context_processors.debug”,
“django.core.context_processors.i18n”,
“django.core.context_processors.media”,
“django.core.context_processors.static”,
“django.contrib.messages.context_processors.messages”,
“MyApp.views.my_context_proc_func”,
)
A free book reviewing open source design
Tips for writing HTML for emails so that they render correctly across clients.
Good advice on fixing missing *.h issues when installing:
Missing headers are almost always a sign for missing -dev packages (sometimes also named -devel). Just do apt-cache search sasl | grep dev and you’ll probably find the right package
My virtualbox keeps moving between workspaces. It’s really annoying. I guess no one has an answer but this forum thread recognizes and complains about the problem at least.
Seems like a really good bookmarklet to load jquery onto a page
Some tips for speeding up ODBC access in FileMaker
Tags: Apt-Get, Bash, Bookmarklet, Books, Browser, Commandline, Csrf, Django, Email, Filemaker, For_Kindle, Html, Javascript, Jdbc, Jquery, Ldap, Linux, Odbc, Opensource, Programming, Python, Select, Software, Template, Toread, Ubuntu, Virtualbox, Webdesign, Work, Workspace