South.Africa.Roadtrip.2007-08_353Minatogawa
Jinja,
Kobe
2011-06-20Kobujutsu
Stadion
2011-12-17
2Slovenija
2010-11
015italia2005-05_131Hannan-ja-Esan-haat.20100821.180134.503Helsinki2005-10-15_16_042Kuortti.2010-06-26Jodo-Milano.2008-09_035Pakkas03Pitkanen_076Need for
umbrella
in Kobe
2011-06-10Saaristoleiri-Uto-2008_177Jikishinkageryu
Naginatajutsu
in Hyogo
Kenritsu
Budokan,
Himeji
2011-05-29Nanbudo_WCh2006_076Shiga,
Japan
2010-04-18Nanbudo_Norge2007-12_211Osaka,
Japan
2010-04-29Slovenia2009-04_658Saaristoleiri
2009-08
34italia2005-04_219Kuortti.2010-06-26Jodo-Pori.2010-07-17
A bolt on a road

Someone has lost his/hers bolt from the bottom of the engine which prevents the oil coming out.

Keeping sessions alive with Ajax

One often needed functionality of a web portal is to check whether a specific user is online. This can be achieved by keeping the session alive via Ajax call. At the site you are currently on (paazio.nanbudo.fi), it is done in the following way:

var interval = 1000 * 60 * 2; // 2 minutes
$(document).ready(function() {
    setInterval(function() {
        $.post('/ajax.php', {keepalive: "hoplaa"}, function(data) {});
    }, interval);
});

Note that in order this example script to work, you should include jQuery Javascript library to your page.

The bolt in the photo at the left was on a road in Turku, from someones engine, where it used to serve at the bottom of the oil container. More photos from Turku are available at Flickr.

Time: 05/10/2008 18:32

QR code for paazio.nanbudo.fi