Archive for October, 2006

Web mashups – LIFFe

Monday, October 30th, 2006

A few days ago the local film festival LIFFe launched its programme. Again it was not an exceptional work of IA or UX. You can access the whole list of movies that leads to individual movie pages that contain details and the showing times. You can also check the schedule by individual date that unfortunately contains almost no details about the movie – just the title. Sections of the festival do not have a page where you can see all the movies that compete in that section.

So I decided to create a quick mashup of all scripts that have been lying around my disk for some time now. This proved to be a quite difficult task because of a lot of reasons. The first one was that the code behind the page is incredibly ugly – table layouts in table layouts without ids, classes or almost anything you can use to find your way around it. The next problem was the encoding and my use of php that is not too friendly to windows-1250 encoding used on the source page. Eventually I did it in a bit less than a day – it’s not perfect, but I think it shows that it can be done better and it does not take more time.

I have some stuff to add but since the festival is getting closer and closer I present Program 17. LIFFe festivala.

The page uses some AJAX (XHR to be exact), DOM parsing of the source data and SortedTable to present the data.

Gorenje on Gizmodo

Saturday, October 28th, 2006

I stopped reading Gizmodo but fortunately others haven’t. A Slovenian company Gorenje that we did a few projects for appeared there. Yey!

Triptracker

Saturday, October 28th, 2006

Spletne urice served its visitors a great talk from one of the founders of a Slovenian company called Klika. It’s primarily a software company that specializes in tracking software with GPS and then mapping the data to support sporting and other events (like the Ljubljana marathon that’s on tomorrow).

But the talk wasn’t about their programming but rather about the first global Slovenian Web2.0 website/service – the TripTracker. In short it’s a website that allows you to upload positional data along with pictures, matches them all up by time, draws a map and more or less creates the whole trip into a nice little presentation that you can use to show at meets or just send to your friends. It’s also a good resource for travelers that want to travel to places they know almost nothing about – you can check other people’s trips and see where they went and what they saw and see any comments they might have made.

The most fascinating thing about all this is that they created all their mapping data themselves – all the JavaScript and html for the mapping was written for this site exclusively and all the images converted from NASA sources (I hear Google has exclusive rights on HQ satellite photos so no other mapping service can use them). As the talk progressed questions were popping to my mind but were soon answered – the API is in progress, the service can use Flickr as the image resource and they might even switch their own mapping tool with Google Maps. One thing that came as a surprise is that they’re not using Microformats even though it clearly supports stuff they present on their site. They do allow export to KML though. As all true Web2.0 sites TripTracker also has a developer blog so check it out to see when they release the API to the public.

The slides will probably online soon.

Web 2.0 Thinking Game

Thursday, October 19th, 2006

Didn’t really think I’d link it at first since I saw it on too many blogs already but this is hillarious.

Web 1.0: Ultraedit
Web 2.0: WordPress

More..

Text is not only for content

Thursday, October 19th, 2006

Yep. Be creative.

IE7 final but still “broken”

Thursday, October 19th, 2006

I was always a bit sceptic about Microsoft’s products on the day of release (do you remember the media center presentation?). Well since I work in a web agency and Microsoft is scaring us about releasing IE7 to the wild on November 1st I had to install it to see if everything works (no I didn’t install any Betas since I hate Betas and I don’t have another legal version of WinXP to put into a VM).

The install went smoothly, I forgot to turn off my Spybot but I knew I have to allow all the changes to the registry. When I opened the new Explorer I saw something I actually expected – it told me that some of the installed extensions were out of date, that it disabled them and they need to be reinstalled for use. I was redirected to the IEDevToolbar page but unfortunately the download page was down.

The infobar did not go away, so after some time I figured I need to restart Explorer. After starting Explorer in normal mode (I realized later that the first start was obviously “Safe mode” or as Microsoft calls it “(No Add-ons)”) the thing broke imediately. Restarts and restarts and the chrome was disappearing faster and faster.

Fortunately I’m an ‘advanced’ user and ran the IE in safe mode again and disabled all the add-ons that reside in the chrome (toolbars and stuff) and now it seems to work normaly. Pretty annoying though – I have to reinstall them all by hand since I have no idea if it has an auto update feature.

So Microsoft – please change this behaviour or I’ll be getting loads of phonecalls from my relatives after they get IE7 installed and it doesn’t work since they have Yahoo/Google toolbars installed. If I do I’ll be telling them to switch to Firefox. I hear the next version will be out by then.