19 Oct 2003 sisob   » (Master)

Photo Managment

Forgot to mention this from Just Raphael's diary:

<img alt="album_dialog.png" src="http://sisob.tuxfamily.org/archives/album_dialog-thumb.png" width="447" height="195" border="0" />

It's his response to mine and Seth's discussion about Photo Managment. I think it is a very good way of getting info to use from the user - but at the end of the day, for this and some other storage related stuff, I think that the user will have to learn that for certain things like the content of photos the system can only use the info given to it when querying.

I'm uncertain if we need to make this really obvious - maybe a tooltip for the description entry that tells the user that this info will later be used when searching for photos. I wonder how obvious it would be to a total newbie that a computer can't tell if a photo is a family photo ...


Photo Gallery

I've gotten further with the photo gallery. I've added some photos, integrated it with the rest of the site - and started on making it support using a file for the date instead of using the galleries modification time. (I've also done some general tidy ups - usability stuff)

My only problem is that it is still using the folders modified time to order the folders. I need to come up with a way of ordering the array(of gallerys and their respective months) by month.

Colin: The small thumbnail bar is fairly cool, but not absolutely necessary and I'm trying to cut down on visual clutter. If I can find a way to integrate it will I'll re-enable it.

Update: I got it working! And I had to write my own code to do it. I'm so proud - I usually just copy and past code. Anyway, now the months are in order. There will be more issues to iron out when I add more photos, but for the moment it looks good.


Notes on sftp

To make sftp work if you installed it manually you might have to:
cp /usr/etc/gnome-vfs-2.0/modules/* /etc/gnome-vfs-2.0/modules/

Also, IIRC if you are connecting to a host for the first time you must do it from the command line so that you can accept the key.

Lastly, read the comments on the last post - some people posted very useful info.


Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!