-
Pil On Macbook Pro + 10.6 Snow Leopard + Libjpeg Finally!
June 30, 2011 at 11:49 a.m.
I’ve tried tons of different install scenarios from all around the internet and was finally able to get PIL installed and working correctly on my new Macbook Pro
-
Using Postgresql On Macosx Snow Leopard 64-Bit Machines
May 13, 2011 at 11:52 a.m.
After upgrading recently to a new Macbook Pro I could not seem to get psycopg2 to not fail miserably. Here is the solution that worked for me.
-
Django + Postgres + Virtualenv + Macosx - Perfect Local Development Environment
March 29, 2011 at 8:28 a.m.
How to quickly set up Django, Postgres, Virtualenv on a new (10.6) MacOSX computer.
-
Mac + Virtualenv + _Imaging C Module Not Installed Error
February 25, 2011 at 10:43 a.m.
I’m switched to only using virtual environments in my local web development on my Mac. While mostly its been smooth sailing one error that keeps coming up is testing functionality that involves PIL. Here is the normal solution to fix the error.
-
Seo By Commission. Don't Do It!
January 27, 2011 at 3:25 p.m.
When I first switched to running Pageworthy full time over 3 years ago I thought that I could really do something different in the SEO world by working by commission, which no one seemed to be doing. Now I know why. It doesn’t work!
-
Speed Up Mac Web Development With Iterm
October 29, 2010 at 9:38 p.m.
Terminal is great, but using iTerm can speed up your development process if you find yourself constantly connecting to an SSH session to update the server.
-
Coda Doesn't Recognize Svn Folder
October 20, 2010 at 1:28 p.m.
When adding a site to Coda it doesn’t recognize that your local directory is a SVN repository.
-
Revert To A Previous Revision In Subversion
October 8, 2010 at 11:55 a.m.
Ever been working on a code base and after a bunch of commits you realize that you actually want to start over at an earlier revision 10 commits back? Well, this is how you do just that.
-
Easily Add Directory Path For Django Apps
October 7, 2010 at 11:28 a.m.
Sometimes you just need to add a path so Python can find your Django apps that you are including in your project. For instance, we commonly place a folder inside a Django project that is named “apps”. We would place project specific apps in that folder so we can keep them loosely coupled without having to put them directly on our python path. But python needs to find them somehow…
-
Photologue Causes Internalerror: Current Transaction Is Aborted, Commands Ignored Until End Of Transaction Block Error
July 23, 2010 at 4:33 p.m.
What to do when Photologue causes the following error: InternalError: current transaction is aborted, commands ignored until end of transaction block

