Archive for the ‘General’ Category
Long time, no post….
Posted by Richard Cooper | Filed under General
Hmmm, been missing a while from this blog… will start to post again soon as I have some interesting updates to share with you. :)
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 Easy-Install useage.
Posted by Richard Cooper | Filed under Coding, General, memory
I’m posting this here so that I can remember it :) If you need a Python library to be available to *all* of your Python apps, then install it in the $HOME/lib/python2.5 directory. A shorter version of the command is: Code: 1 easy_install-2.5 -s $HOME/bin -d $HOME/lib/python2.5 the_module_name If you need a Python library to [...]
Tags: easy_install, python, webfaction