Categories
Art

Generative and interactive sound installation

AMBIENT² interprets the sound landscape of Harakka island in Helsinki into music into another language through a computer-abled generative process. We are born into a sound landscape to which we get used to through our lives and we take it as the familiar foundation, compared to which everything is strange and peculiar. It is about interpretation. When the same sound landscape is repeated as music something weird and unexpected is revealed. Video of the interactive sound installation.

Ambient^2 Generatiivinen ääni-installaatioMusic created by the AMBIENT² does not strive to fit its tones into any existing note system. It re-creates the frequencies of the source material by synthetic instruments as a spectral musical application. The final result is a musical work which never quite exactly repeats itself. The composer is the observed space which creates its own tonal system. The music thus created is not aleatory but determined by its own rules.

The basic form of the music is defined by ambient aesthetics, and in this case ambient sound creates the ambient music and the borders of music and the world are seamlessly intertwined.

The work was part of the La-Bas -biennale 2012 and it was presented at the sound art gallery Akusmata.

Categories
Web

Visually rich Flash quiz application about players of an ice hockey team

The game was realized for media company Länsi-Suomi and especially for their online publication Raumalainen.fi. The game is about the players of local ice hockey team called Rauman Lukko. The players filled a questionnaire about their daily activities on the way to the evening’s match, and the answers were turned into a quiz application. The game opens a personal view to the life of an ice hockey player and makes the players and audience closer to each other.

The game was realized as a Flash movie/Actionscript hybrid (Compared to a pure Actionscript class) with heavy lean towards code and modularity.

Categories
Web

Adding images to the WordPress tag cloud and styling it with jQuery

This simple jQuery script will enable you to add images for the individual tags of the WordPress tag cloud (wp_tag_cloud). With the script you can style the tag cloud too without touching the core (or WordPress) functions. The image sizes correspond to the font sizes given by the tag cloud function of WordPress.

Categories
Web

Script to create a custom random gallery in WordPress and using jQuery for layout design

You might except a grander programme from that title, but this is actually a quite simple and straigthforward project. I needed to have a neat visual effect for a WordPress based website I was renovating and at first used the default options to make a gallery. I had five images in the gallery for testing. Because all of the images didn’t happen fit to the same row three were in the upper row and two in the lower. By accident the images made an inverted staircase pattern of two rows. From that I got and idea of creating a complete staircase of three rows by adding one extra row with one image. The images would be picked randomly from a larger gallery.

Categories
Web

An example of creating a MySql database with PHP and downloading it as CSV

Download the example package: php_mysql_csv_example.zip

I needed to create a simple and easy to modify intranet database for certain project, and I now offer the setup as a complete working example. PHP and MySql are probably the most commonly used tools to organize information on the internet. The files have been derived from a couple of tutorials about creating a MySql database with PHP and .csv export, and I have compiled and commented the package from the ready job to an easily digestable form. The package is needlessly modular but I hope it provides building blocks for something of your own.