Archive for October, 2005

TravelBlog - my never ending project

October 5, 2005 - 6:56 pm No Comments

So I’ve had this great idea of making a travel blog with an interactive map on it for some time now… But I can’t seem to get around to actually doing much work on it. So I’m going to write a list of all the things I still need to do to get it up and going and maybe that will motivate me to do something about it. Maybe.

Here it goes…

  1. Create a users table in the db.
  2. Write a proper login page with some validation.
  3. Write a blog content management area where users can write an article, edit an existing article or delete an article. This could be expanded endlessly really… Don’t really know where to draw the line. Will have to think about this one. Need to decide on a look and feel for this area.
  4. Fix up the calendar.
  5. Add the ability to see move to previous months (and then move back to current, obviously) on the calendar.
  6. Write code so that map is always centered on the last entry’s location, unless they have chosen to read a particular article in which case it should center on that article’s location if there was a location associated with it.
  7. Write code on the google map icons so that when you click on it it shows something more useful than what it currently does. Maybe displays the title and date of the blog entry at that spot? Maybe shows that entry on the page somewhere? Dunno.
  8. Create some form of photo table in the db.
  9. Add a photo upload mechanism to the blog content management area.
  10. Allow users to associate photos to a blog entry or create galleries?
  11. Figure out where on the page the photos will be displayed and how users can view them…
  1. Create a route on the map (a polyline) of all the places that the entries relate to, in order of date, of course.

    Eeek, this list is getting far too long for my liking. I can see why I keep procrastinating… But all of this has to be done before I go to South America on the 23rd of December coz I want to use it!

Flash Mapping

October 4, 2005 - 7:16 pm No Comments

A while ago I decided I would create some kind of a travel blog using Flash. Seeing as I don’t know Flash or Actionscript very well, this is as far as I got before I decided that using Google Maps and their extensive API would be a lot easier.


The mapping data I used in this app is a free set of basic world data converted into an svg using some free script I found online (can’t remember where or what it was called now, doh). The points are being read out of a MySQL database which is also being used for the “real” travel blog that I am working on. So this map should actually reflect the “real” travel blog when I finally finish it and it maybe even gets used.

Maybe I’ll continue to work on this one day when I don’t have a million other things I want to be doing. :)

More About Me

October 4, 2005 - 6:34 pm No Comments

I figured this was as good a place as any to post some more stuff about myself. I hope to upload some of my reports from university as I think they might come in handy for both myself and others doing similar courses.

So here it goes…

Miscellaneous:

  • Annie Luxton – CV November 2007
  • Paper presented and published in HCC Conference, Auckland, NZ (2003)
  • BSc Hons – Computer Science Honours Report (2003)

    Victoria University COMP473 – Formal Aspects of Concurrent Systems:

  • Assignment #1
  • Assignment #2
  • Assignment #3
  • Assignment #4
  • Assignment #5
  • Assignment #6
  • Assignment #7