Archives week 18 of 2004
May 3, 2004 - May 9, 2004
Hmm, Zope XML export is broken! (For this site, anyway)
Written by
on
in
Vindaloo.
Yes, backups are important Victoria, so like a good little Mikey I tried to back up this blog in XML format, only to find out that somehow lists don't have .extend methods in the version of Python we're running the Zope site on? Weird. I thought we were on 2.3.3.
PostgreSQL hangs are a PITA to debug (Wowsa that's a geeky thing to type...)
Written by
on
in
Snaking.
Completely new bug just popped up where the database hangs trying to do a simple SELECT * FROM log_modem_track; Blah. It's stopping me from actually debugging the missing group statistics (not to mention frustrating me).
Working tonight (Slept yesterday...)
Written by
on
in
Snaking.
Yesterday I didn't so much as code a single line. Got up, watched cartoons, went back to bed, got up, watched a Tivo'd movie, went back to bed, got up, read email, and went back to bed. Still wound up a little tired, but at least the bags under my eyes are mostly gone. Hands ...
So often education is all that's missing (Pool with the kids, snooker with grams)
Written by
on
in
Vindaloo.
Took grams to Mother's day brunch this afternoon, then dropped in for a game of snooker to find the kids there. For months now they've been going down and playing on the table unsupervised (and messing things up rather horribly). I spent a half hour or so giving them some basic ground rules (don't hit ...
Need to stop thinking about Lisa's thesis (I'm obviously a sucker for a beautiful woman...)
Written by
on
in
Vindaloo.
Have been thinking quite a bit about Lisa's thesis over the last couple of days. No particular reason to do so, after all, she didn't ask me to. The problem is that some part of me looks at the part doing the thinking and says "you are obviously just infatuated with the woman and trying ...
Simplifying and reducing complexity (Rendering objects into tasks...)
Written by
on
in
Snaking.
The "webui" system from Cinemon makes it really easy to model a system of objects rapidly, automatically generating a functional interface for manipulating those objects. However, unless you are intimately familiar with the model, it's rather difficult to work with the resulting system. Most of the redesign (beyond simply making the project look better) is ...
There's no point in Thai food if you're not going to share (3 plates of veggie Pad-Thai is just silly)
Written by
on
in
Vindaloo.
Had a pleasant dinner conversation with Dan, XXX and two more of XXX's friends. Went to the Friendly Thai on Eglinton, which is a very nice little place to get good Thai food. However, through some weird vibe @ the start of the meal we wound up not ordering a group meal (which is the ...
Finally got the columns working (Far too long on this...)
Written by
on
in
Snaking.
For the record, I wound up having to use a mechanism that works like so:
.leftcolumn {
width: 200px;
max-width: 200px;
overflow: hidden;
position: absolute;
left: 0px;
margin-left: 0;
margin-right: 20;
}
.rightcolumn {
background-color: #ffffff;
display: block;
margin-left: 199px;
}
Which eliminates the rather annoying overflow in the left margin (visually it goes "under" ...!-->!-->
Hey vex.net users, you can create a blog with 4 or 5 clicks of a mouse (Just in case any of you read this one some day...)
Written by
on
in
Snaking.
Vex.net provides Zope accounts on request to any of our users, so you can readily create a Zope-based blog like this one with just a few clicks of a mouse. The object to select from the Zope management interface is "CoreBlog". After adding one to your Zope folder, you're off to the races. You can ...
The glories of web-development (Did two whole days just disappear down this silly thing's gullet?)
Written by
on
in
Snaking.
So, I'm almost there with the main-page UI rework. Unfortunately, IE is back to dropping the whole of the main view down below the left-side "info boxes", so totally destroys the effect. At the moment I'm using the original "tabular view" layout for the tree, with just the addition of some custom code to render ...