Posts

by admin last modified Jan 03, 2009 12:47 PM

Site News

Add Eject Button To Boxee

last modified by admin — Feb 15, 2010 02:27 PM

Boxee is great, but how could they have forgotten the eject button?

Read More…

Buildout to compile and install Apache, MySQL and PHP

last modified by Nathan Van Gheem — Feb 16, 2010 02:25 PM

I created a buildout that will compile and install Apache2, MySQL5 and PHP5 together.

Read More…

Installing PIL on Mac OS X Leopard virtualenv with easy_install

last modified by Nathan Van Gheem — Feb 11, 2010 07:30 AM

What do you do when you need to install PIL in a virtualenv on Mac OS X and it won't build for you? I'll walk through getting it to work.

Read More…

Moving to Picasa Update

last modified by Nathan Van Gheem — Feb 15, 2010 08:22 AM

Everything didn't go as well as I hoped, but I fixed all the problems I was coming across...

Read More…

Moving from Flickr to Picasa Web Albums

last modified by Nathan Van Gheem — Jan 05, 2010 12:33 AM

The Picasa Desktop Client has made me decide to move back to using Picasa Web Albums. It is superior to Flickr in many ways. Here is my experience in switching...

Read More…

Site Update

last modified by Nathan Van Gheem — Dec 10, 2009 06:12 AM

I just updated my server with a new and improved buildout. I am now using repoze.zope2, Deliverance and Zine in the setup to make it wsgi'd. In this post I provide an overview of the setup.

Read More…

Upgrades to collective.plonetruegallery

last modified by Nathan Van Gheem — Dec 10, 2009 04:34 AM

With the advent of the collective.plonetruegallery 0.8 series, a lot of improvements have been introduced.

Read More…

Creating and subscribing to events in Zope

last modified by Nathan Van Gheem — Jan 31, 2009 08:34 PM

This will show you how to create events and subscribe to them using Zope 3 approaches. These methods will also work in Plone.

Read More…

Using a BrowserView as a traversable adapter utility in Plone

last modified by Nathan Van Gheem — Jan 31, 2009 08:19 PM

This will show you how to make a traversable multi-adapter on the context and request object that can be called within tal expressions and used as utilities elsewhere. It is done the exact same way as the plone_tools, plone_context_state, plone_portal_state BrowserViews you see used often throughout Plone viewlets and tal expressions.

Read More…

Using the zope debug console

last modified by Nathan Van Gheem — Jan 31, 2009 08:01 PM

A short howto on using the zope debug console.

Read More…

Automatically Pack The ZODB

last modified by Nathan Van Gheem — Jan 03, 2009 01:22 PM

This just goes over how you can automatically have the ZODB packed once a day. Does not use a cron job either.

Read More…

ssh tricks

last modified by Nathan Van Gheem — Dec 04, 2009 03:58 PM

 

Read More…

Deploying Egg

last modified by Nathan Van Gheem — Jan 03, 2009 12:47 PM

Just a quick ref....

Read More…

Backing Up Plone

last modified by Nathan Van Gheem — Jan 03, 2009 12:47 PM

Simple reference for backing up plone...

Read More…

Give Each Plone Site A Data.fs

last modified by Nathan Van Gheem — Jan 03, 2009 12:52 PM

Separate each Plone instance into having its own Data.fs to make backups easier.

Read More…

Using A Proxy In Mac OS X With SSH

last modified by Nathan Van Gheem — Jan 03, 2009 12:51 PM

This little tutorial will show you how to use a proxy server on Mac OS X with only SSH installed on your proxy server. This involves getting Firefox to use the SOCKS server and Cocoa applications.

Read More…

Find process in terminal on linux

last modified by Nathan Van Gheem — Jan 03, 2009 12:52 PM

This simple commands helps in finding certain processes to kill in linux....

Read More…

Run Process In Background command

last modified by Nathan Van Gheem — Jan 05, 2009 11:22 AM

How to run process in the background while sending the output to a log file. I use this command to start cherrypy.

Read More…

Plone Localization

last modified by Nathan Van Gheem — Jan 03, 2009 12:47 PM

Documenting my experience on adding French Language support to collective.plonetruegallery. Good reference for how to do localization support in Plone products.

Read More…

Plone boot and shutdown startup script

last modified by Nathan Van Gheem — Jan 03, 2009 12:47 PM

example script of what is placed in your /etc/init.d directory. Credits go to T. Kim Nguyen on this.

Read More…

Document Actions