still here...

This post was written 6 years ago.
Thu, 29 Sep 2005
there and back again lane

hmm.. nearly a month since i've updated!

as you can guess this means I have been concentrating on other things!

notably:-

- a bit of progress on the personal projects mentioned in previous posts
- getting involved with the plone4artists project (work and play - hurrah!)
- lots of work

along the way i've hit the plone wall a several times, despairing at my lack of understanding of some of the more involved aspects, and getting frustrated with trying to understand how to debug things (and then getting even more frustrated when I can't even work out how to get the suggested debugging tools working). And then just when i'm thinking of jacking it all in and taking a plumbing/accounting course, it suddenly all falls together and me and Plone are buddies again :-) And Plone 2.1 really does rock.

in other news:-

- doing a bit more skateboarding, when time allows
- i'm experimenting with selling my soul again with ads scheme for a certain well known search engine - currently my soul is worth $0.12
- been experimenting with flickr
- got my new phone not crashing and now working with iSync/addressbook/GPRS internet (after a tiger upgrade)
- is that it? sure there must be more...
This post was written 6 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

php not working after tiger upgrade

This post was written 6 years ago.
Wed, 21 Sep 2005
this is beacuse the ugrade replaces your apache configuration file. If you haven't got a backup of that, here is an article with the steps needed to reconfigure:-

http://www.phpmac.com/articles.php?view=225
This post was written 6 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

hide contents tab plone

This post was written 6 years ago.
Fri, 16 Sep 2005
found this method for hiding contents tab on an AT type:-
http://sourceforge.net/mailarchive/message.php?msg_id=11625295

we tried it and it got confused with the security stuff, so tried it without:-

def displayContentsTab(self):
return False
This post was written 6 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

chown and tar

This post was written 6 years ago.
Wed, 14 Sep 2005
chown -R (username) (dirname)

e.g. chown -R zope Products

tar -cvvzf (desiredtarball file name.tgz) (dir or file name)

e.g. tar -cvvzf myarchive.tgz Products
This post was written 6 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments