Monday, April 14, 2008

An update

Sorry for the downtime recently. This is supposed to be a project that is in "maintenance mode", because I don't have much time to work on it and I've been traveling during all my free time. This has run into two problems:

1) My old hosting company Dreamhost kicked me off because I was using too much resources for my cheap plan, and they wanted me to switch to one that was very pricey ($100 / month). So I had to scramble to deal with moving the whole thing somewhere else.

2) So, I found a new host, Hytek Hosting. They are great. But now the application just dies occasionally. I don't know why. I don't see any errors in the log or anything. You just get empty pages when this happens. When I notice, I restart it manually, but this is obviously awful, and I don't have a great solution.

So, I don't know what to do about #2. But that's where we are.

Good things:

1) I think I fixed all the major outstanding bugs like the 2008 thing.

2) I tweaked some performance stuff, and moved the database server, and it seems to be working much, much faster now. Maybe this will resolve the availability issues? I can dream.

Sunday, March 11, 2007

2007 Update

Another few months have passed without many changes. I fixed a couple of bugs today: 1) placenames with apostrophes broke the maps, and 2) deleting trips and places wasn't working.

At the moment I'm a bit waylaid due to a broken arm. This also means I haven't been traveling, which is when I use the site myself and find things to fix. Look for new features in May or June.

Sunday, October 08, 2006

Performance and Rails 1.1

I upgraded to Rails 1.1 today, just so I could deeper eager loading. What that means is that if I have a visit to a place, a place, and a country, I can get all that info in one database call. In Rails 1.0, you could only get the visit plus the place, then you had to look up the country again, for each place.

The upshot is that the site is much faster. There might be some bugs left around though, since I changed quite a lot.

Friday, September 29, 2006

September Update

I wanted to keep track of all the national parks I had visited, so I added tagging to places. For instance, my national park tag. Now it's officially a Web 2.0 app. Unless there's some other buzzword I'm missing. I have tags, RSS feeds, Ajax, Javascript, CSS. I think that just about covers it.

Also a bunch of minor changes, as always.

Tuesday, August 01, 2006

July update

I changed the background to be a darker grey, and it has an abstract image on it.  It's supposed to represent travel routes or something.  You can barely see it though, so whatever.

Also, all the maps are now on v2 of the Google Maps API.  That gives better resolution, sometimes, and street maps in some random countries that aren't the US.  While I was at it,I changed the icons that are used to mark places.  They are a bit more plain but I think it's an improvement.  I think the route line may be a little light now.

What's next?  Not sure.  I have a lot of minor bugs in my list.  One thing I want to fix is the way that trips and dates work.  I want to remove the trip start date, and just use the date of the first stop for that, but that's kind of messy behind the scenes. 

Saturday, July 08, 2006

Some updates

I actually made some changes today:
I think that's it for now.

Thursday, July 06, 2006

Obviously I haven't done much on the site lately. It just got to the point where it was actually more useful to me as an app than as something to develop on. So I just use it as a user. There are still a few rough edges I want to clean up, but I don't know if I'm adding anything else major.

Saturday, April 08, 2006

Note types

Update to my last post. This is 75% done. Now you can set the type of a note, where the types are food, hotel, flights, or plain. Then they are labeled as that type wherever they are shown.

With the framework in place, I can work on the details.

Tuesday, April 04, 2006

More ideas

Some more ideas for features. Coming up with ideas is a lot easier than actually implementing them.

Friday, March 31, 2006

Back from vacation

I'm back from vacation and don't know what to do next. I've made a few superficial changes but I haven't been up for anything major yet.

Some ideas from my list:
Edit: OK, I actually implemented the YouTube thing. You can see an embedded movie here. I still haven't resolved the interface stuff, so there is no interface. You have to add a photo and then change the URL to say "movie" instead. Work in progress.

This page is powered by Blogger. Isn't yours?