Better Fonts in Safari for Windows
Posted by Richard Cooper | Filed under Browsers, General
I have been experimenting with the fonts available from typekit for web design, and was really disapointed with their rendering on Windows.
Tags: Browsers, Random, safari, Software., typekit
Webfaction Memory Usage Script.
Posted by Richard Cooper | Filed under Random
This is a nice little script that I found on the Webfaction forums. It will let you know how much memory you are using so that you can avoid going over your limit. The advantage of this script is that it will discount the per-user Apache threads from the main Webfaction Apache instance, which are not counted towards your memory usage.
Read the rest of this entry…
Nginx & Django on Webfaction (Part 1b) – Configuring
Posted by Richard Cooper | Filed under Coding, Random, Setup, webfaction
In Part 1a of this series we compiled Nginx and Installed Django in this next part we are going to configure nginx and Django and get our welcome page displaying.
First lets configure nginx, the default conf file looks like this:
Tags: django, installation, nginx, webfaction