They’ve finally done it!

I’ve always said that no user interface could possibly be worse than that of Lotus Notes. Well, our company recently announced that you could access your Notes through a web interface on the intranet. Hooray, I thought, I could get rid of Cross Over Office and the bletchery of running a Windows emulator on my Linux computer.

Then I tried it.

First problem – every 5 or 10 minutes, it pops up a window to tell me that my session has expired, which requires me to click on it, then enter the first character of my user id in the pop-up authentication window, then tab to accept the Firefox fill-in of the user id and password, and click again on the login button. Then retry whatever I was doing. Ugh.

Second problem – every time I accept a meeting invitation, it disappears into the ether, and I get some warning about it being outside my available time. So I looked, and evidently I’m only available from 10pm to 3:30am. I tried to change that to something more sane, and my meetings didn’t come back. I guess they’re gone for good.

Third problem – after leaving the application running for three straight days, I start getting a Firefox popup saying that the script is unresponsive and do I want to end it. If I say “Continue” the operation I’m doing will complete, but I’ll get the same popup a few minutes later. If I say “End script”, the operation I’m doing won’t complete, and I’ll get the same damn popup when I *do* want to do the operation. Shift-reload won’t fix the problem. Even closing the tab the Notes client is running on and re-opening it won’t fix the problem. I suspect I’m going to have to exit Firefox, and that’s just ridiculous.

So I’m back to running Notes under CrossOver Office. Sigh.

The more I use Windows, the more I like Mac OS X

Last night I got home at 9:30, and decided to blow off steam by playing a bit of the MMORPG that must not be named.

While I was playing, the graphic screen went away and was replaced by the Windows desktop with a popup on it saying that updates have been installed and I need to reboot. I clicked the “reboot later” button and went back to the game. I figured that would be the end of it, but about 4 more times in the course of playing the game, it did the same damn thing. This would be an annoyance in a single player game, but when you’re playing with other people it’s infuriating to you and everybody else around you.

Why isn’t there a “REBOOT LATER, I REALLY MEAN IT AND STOP ASKING ME FOR FUCKS SAKE!” button?

Meanwhile my Powerbook was sitting there, needing to reboot after installing the new version of iTunes and Quicktime, and all it was doing to annoy me was the Software Update program icon was hopping up and down in the dock. I’ve never seen it change the video mode or do anything more obtrusive than that, even when I was playing DVDs.

PTW Fly-In

I went to the fly-in breakfast at PTW, Pottstown Limerick Airport Pottstown, Pennsylvania. It was surprisingly well attended – I thought it would be just a little sleepy airport and a few people and planes, but it was wall to wall. Evidently this is their 52nd annual fly-in breakfast!

I went down there because a bunch of people I know from a mailing list have been gathering at this gathering for a number of years. (Pictures from 2003 and 2004 and 2005.) This was my first time going. One of the list members I’ve actually met before, Randy, is based at PTW so his hangar is sort of the center of festivities.
Continue reading “PTW Fly-In”

The more I use Linux, the more I like Mac OS X

I’ve been using Linux since 1992 or so. I don’t remember the date, but the distro was SLS 1.03 and the kernel was 0.99.14. Linux has grown by leaps and bounds in terms of usability since then, but it still has a LONG way to go. Mac OS X has gone from 0 to way, way better than Linux in the course of 3 or 4 years. It’s amazing.

Error dialogSome Linux developer considered this a decent error dialog. Can I get a “Sheesh” from the crowd?

Nothing is ever easy in the CMS/blogging world.

I spent this weekend in a welter of frustration, all caused by blog add-ons and content management systems.

First thing, I saw that Jen had installed a plugin to enable her WordPress blog to embed Gallery images both in the content and on the sidebar. I used to have a “WPGallery” plugin, but it didn’t really work well when I switched to Gallery 2, so I haven’t used it in a while. This one promised to work on my current versions of WordPress and Gallery.

Except it didn’t. The blog entry editor allowed me to pick a picture to embed in my entry, but when it appeared on the blog it just said “** NOT FOUND **” where the picture was supposed to be. And when I attempted to do the sidebar thing, I just got an “Error 1”. Plus it was screwing up the comment system – if you attempted to comment on a blog post, you saw what looked like a Gallery themed message that said “database error”.

Ok, fine, time to get rid of that. Next on the list was to try to get a different content management system (CMS) working for my Browncroft Neighborhood Association test site.

I’d decided that the CMS I’d picked, MODX, wasn’t going to let me do all the stuff I wanted, or at least not easily. Unfortunately, the “test site” is appearing high on Google ranks and people are using it for real, so I couldn’t just blow it away and leave it blank while I’m fooling around with another CMS. So first I tried installing the new CMS, Xoops, on my personal web space somewhere. But Xoops is a bare-bones CMS with a huge library of plugins to install, and I couldn’t seem to get any of the plugins working. So I thought that maybe they didn’t like not being on the docroot, so I made a fake domain on my local DNS and installed it on the docroot. I tried about 6 different plugins, but none of them worked. Some of them threw errors that indicated they were trying dangerous programming practices that my version of php explicitly warns you not to enable in the php.ini file. Others just would show an empty screen or a menu that didn’t actually do anything in the module configuration page.

That’s when I decided that I’d follow the recommendations of a few people the last time I’d asked about CMSes, and install typo3. The problem with typo3 is that the documentation is abysmal, and it basically sneers at you for needing it in the first place. It also tells you it’s going to take weeks to get your web site set up, and maybe you should consider hiring one of the many typo3 consultants instead.

I’m still struggling to get my first page up on typo3. I put in some content, and then it complained I didn’t have a template. So I chose one of the templates, and the content showed up, but there is no menu or anything else that I’d expect on a CMS page. Since the template choice page didn’t give you any indication which templates did what, I want to switch to a different one and it won’t let me. Every time I go back to the template page, it shows me stuff about the existing one, and I can’t for the life of me figure out how to go back to the choice page.

All I want is a simple CMS that works the way it’s supposed to work and which is easier to set up than hand-coding an entire site. Is that so hard?