iangeorge.net
iangeorge.net :: Latest pastebin entries
http://www.iangeorge.net/pastebin
The paste bin is an easy place to to share bits of code. Once you've added it a formatted, highlighted version of the code you pasted will be available at the URL listed below the content to send to your friends, colleagues, local papers. There are no Pastebin entries at the moment, check back soon or add your own. Pastebin entries only stay on the site for 10 days after the last time they were viewed. Check if your password is easy to guess. Paste bits of code for other people to look at. Awesome.
iangeorge.net
iangeorge.net :: Mail on ubuntu server 9.10
http://www.iangeorge.net/articles/2010/feb/1/mail-ubuntu-server
1st Feb, 2010. Mail on ubuntu server 9.10. I’ve recently moved some services to the wonderful Linode. And decided that it was time to retire my crusty old office email setup which consisted of postfix, courier, procmail, spamassassin, and fetchmail grabbing my email via POP3. From a ‘proper’ internet server. As you would expect it was slow and a bit complicated but it did work and spam was very low. That comes with newer releases of ubuntu server. Sudo apt-get install dovecot-postfix. Django: From reques...
iangeorge.net
iangeorge.net :: Resources
http://www.iangeorge.net/resources
The various technologies that power this site and a lot of my freelance work. If anyone spots anything I've used but not mentioned, please let me know. Check if your password is easy to guess. Paste bits of code for other people to look at. Awesome. A 3d Tag Cloud in Javascript. Django: From request to response. Getting live data with mysqldump and fabric. Satchmo in a virtualenv. Mail on ubuntu server 9.10. Technologies and resources used. All site content Ian George 2010.
iangeorge.net
iangeorge.net :: Post archive
http://www.iangeorge.net/articles
Django: From request to response. A brief overview of how django processes requests. Worked out from a quick code reading. Getting live data with mysqldump and fabric. Satchmo in a virtualenv. How to get Satchmo up and running in virtualenv. Mail on ubuntu server 9.10. Simple mail server set up on Ubuntu 9.10 (karmic koala). Ill update this article as I add more features or discover problems. Check if your password is easy to guess. Paste bits of code for other people to look at. Awesome.
iangeorge.net
iangeorge.net :: Satchmo in a virtualenv
http://www.iangeorge.net/articles/2010/may/10/satchmo-virtualenv
10th May, 2010. Satchmo in a virtualenv. Satchmo is a django-based web shop. That I was investigating recently. There is a pretty healthy list of requirements and I didn’t fancy installing dependencies all over my system just for a discovery excercise. After a fruitless couple of hours trying to get a buildout going I realised that wasn’t going to happen so I tried a different route. Apt requirements for pip to build reportlab etc. sudo apt-get install build-essential python-dev python-imaging #insta...
iangeorge.net
iangeorge.net :: Getting live data with mysqldump and fabric
http://www.iangeorge.net/articles/2010/jul/22/getting-live-data-mysqldump-and-fabric
22nd Jul, 2010. Getting live data with mysqldump and fabric. I love automating things. I have a computing philosophy that pretty much forces me to automate anything I’ve done more than a couple of times. So I thought it’d be fun document my latest attempt at automation while I’m doing it. Here goes:. First off, I thought I’d use some tools that I’m pretty familiar with: Fabric. And mysqldump. The basic idea is to write something that’ll achieve the following:. Dump the database on the source machine.
iangeorge.net
iangeorge.net :: Generate filler copy
http://www.iangeorge.net/filler
Check if your password is easy to guess. Paste bits of code for other people to look at. Awesome. A 3d Tag Cloud in Javascript. Django: From request to response. Getting live data with mysqldump and fabric. Satchmo in a virtualenv. Mail on ubuntu server 9.10. Technologies and resources used. All site content Ian George 2010.
iangeorge.net
iangeorge.net :: Django: From request to response
http://www.iangeorge.net/articles/2010/aug/4/django-request-response
4th Aug, 2010. Django: From request to response. In an ongoing effort to learn a bit more about Django I thought I’d show how a request / response is structured*. This is taken from the point of view of a WSGI. Request, mod python and runserver are slightly different but only until request class is set. I’ve left out any mention of models and the ORM. And the actual parsing of templates as it’s a bit out of scope for this post. Handlers live in core/handlers. Gets URLs and parses to find view function [1].
iangeorge.net
iangeorge.net :: 3d javascript thing
http://www.iangeorge.net/snippets/tags
Moving on from the basic 3d stuff. Here's a tag cloud! Now available as a jquery plugin. Available on my bitbucket account. Tags are sized according to weight. Touch / drag within the black box to rotate the tags. Mouse wheel zooms. I'm a freelance python, django, jquery developer. Please get in touch with me via the home page if you would like to commission me for a project. Check if your password is easy to guess. Paste bits of code for other people to look at. Awesome. A 3d Tag Cloud in Javascript.