home

Archive for July, 2006

Google Maps

Saturday, July 29th, 2006

I have been diving into the Google Maps API for the last couple of days. After finding the nice Google map module for WordPress I started looking for a way of geocoding the photos that I took while travelling around the world on a bicycle.

One solution is to find the geocode for a photo by manually positioning it on a map, this would be very time consuming and tedious. The other solution is to use the time-stamp of the photograph (almost all digital camera write this into the EXIF data) and a track-log( which is a log kept by a GPS unit about where it was at what time) to calculate where the photo was take.

The good news is that most of my photos are timestamped, the bad news is that I didn’t have a GPS so I don’t have a track-log of where I went. But I did always draw on a map the route that I was taking and I kept a daily journal of the places I visited. So I did a search of the web for a program which would allow me to draw a track-log by hand then I could feed my photos and this track-log into some freely available photo-llinking program which would time-stamp the photos with the geocode.

I was amazed at the amount GPS stuff that is going on, there seems to be a revolution going on in that field, nevertheless I couldn’t find exactly what I was looking for so I decided to write my own Google Map application. It has been a steep learning curve but I am slowly getting there, here is a preliminary work-in-progress application as I start to build it up.

Photo Map

Monday, July 24th, 2006

I have been wanting to do a photo travelogue web page of the cycling tours that I have gone on for the past 5 years for a long while now. It has been on the back of my mind, bubbling away and yesterday I ran into a Gallery2 Module which makes what I wanted to do so much easier. It is based around the Google Map API and lets you enter longitude and latitude coordinates for each photo, the photo is then marked on a Google Map and clicking on it brings up a thumbnail of the image.

There is also a way of creating routes on the map, which I find very interesting I want to take all the entries from my travel diary and build up the routes that I cycled around the world. Right now I have only a couple of photos on the map and no routes but I am searching for a quick way of finding the coordinates of a town or a village for easy addition. Also it would be nice to have notes giving the date, kilometers travelled that day and the average speed.

I have added a tab called “Cycle Tours” in the header of the site or you can go to the Photo Map section from this link.

Navigation Bar

Friday, July 21st, 2006

I didn’t think putting a Navigation Bar would be so hard. I have spent the better part of the last day and a half wrestling with WordPress and Gallery2 embedded to put in a tabbed navigation bar so I have a link to my Gallery. Most of the problems arise from the fact that the Gallery2 is embedded into the WordPress but WordPress doesn’t see it like that and makes the highlight on the gallery tab disappear when browsing albums.

I got very frustrated with trying to get wordpress to do the right thing for me so in the end I decided to hack it and do the highlighting myself. This method would probably not be suitable for a lot of people but it got me going, I am checking whether the URI is has “/v/” which is how URL rewrites work in Gallery2, before deciding that we are actually in the gallery embedded pages, this is very site specific so be aware.

I put the following code into my header.php and wpg2header.php

I added the following to my style.css and wpg2.css


Also thanks to Pud for helping me.

Flash Development

Wednesday, July 19th, 2006

I have been pretty busy the last week or so working on a couple of flash projects. The first one was a Sky Diving game for promoting “The Fray’s” new album, “How to save a life”. Studio Emotion contacted me to do some coding, debugging and testing on the game before the release, it was a good experience and I enjoyed working on the game even though the time available was very short. I will put a link here when the game gets released, the album is due 22nd of July.

The second project was a very small one regarding passing Query Strings into Flash. It is very easy, the tricky part is to make sure you add the following java code to the html so that the query string is read from the url and passed on to the flash object.

Once that is done you just change the query string name in the above code and also the swf file name and then you have access to the value of the query string with the following flash code:


.....= _level0.yourQueryString;

The other project that I am working on is a little slideshow swf which reads an array of text and some images and then animates the text while revealing the images. The idea was to just have a little script which you could plug any text or image into. The following is a work in progress with only 2 images for testing. The idea was to have a wave come in and bring the text in and then reveal the image as it went out again. I need to do more work on the wave, right now it looks more like a curtain than a wave and also I want to make the text rotate a bit as it is pushed by the wave.

Life Drawings

Friday, July 14th, 2006

Here are some life drawings I did in the last 2 weeks.

_DSC6590.jpg
_DSC6589.jpg
_DSC6588.jpg
_DSC6587.jpg

The Makeover

Monday, July 10th, 2006

I have decided to make a short flash animation from the storyboard that I did for the RMIT Preselection Test. Here is the storyboard:

Extreme Video Plugin modified

Friday, July 7th, 2006

I have been looking around for a good way of inserting video files into my WordPress Blog and I ran into Extreme Video Plugin which is a very nice plugin and does exactly what I was looking for. As a way of saving bandwidth this plugin will show a proxy image of the QuickTime logo and ask the user to click before the video starts loading. That's a nice feature but I really would like to see an image of the animation instead of the QuickTime logo so I had a look at the code for the plugin and found that most of the functionality for adding a user-defined image was there, all I had to do was change the code a little.

Here is the the modified version of the Extreme Video Plugin for WordPress, right click and ’save link as’:
wp-ExtremeVideo.php.zip

The installation is the same as the original plugin.

To use it add the option qt_proxy_image="path_to_your_thumbnail" to your standard Extreme Video tag (look here for examples).

I haven't played around with the Style for this plugin that much, I just disabled the borders and paddings because my site has a white background and that made it look neater, you might have to play around to make it look right for your site.

Here is an example of a QuickTime video inserted into a WordPress blog:

[gv data="http://rumi.studio2pi.com.au/gallery2/d/2286-1/ball.mov" qt_proxy_image="anims/thumbnails/ball_proxy.jpg"][/gv]

Accepted to RMIT!

Thursday, July 6th, 2006

David and Kate from AIM contacted me to let me know that I have been accepted to RMIT’s Animation and Interactive Media Graduate Diploma course for 2007! I am so happy about that and looking forward to next year!

I was looking around for different animation packages and found Moho which is a very nice 2D animation program at a reasonable price. It is a vector based program designed for key-framing, it is not so good for animating frame by frame. As far as I know it is the only 2D Animation program which has bones, which is a way of inserting a skeleton into the drawing of a figure for example and then manipulating the skeleton to make the figure move. It is very much like a 3D animation program (you can even do some 3D camera moves and particle systems) but all done with 2D Vector shapes. I did the following animation as a test to see how things worked in Moho.

[gv data="gallery2/d/2279-1/cartoon_body2.mov" qt_proxy_image="anims/thumbnails/busstop_proxy.jpg"][/gv]

I found animating with Moho straight forward and the fast interface response makes it enjoyable to use and the feature for changing line-widths for the outlines is great. Only problem I had with it was that when I went to export to SWF it had this long black rectangle in the middle of the screen so I ended having to export as Quicktime instead.

The $100,000 Animation Drawing Course - Lesson 2 Rumi

Saturday, July 1st, 2006

Here are my drawings for Lesson 2.

01.jpg
02.jpg

ASIFA-Hollywood Animation Archive Project Blog: Meta: The $100,000 Animation Drawing Course- Lesson 1