-rw-r--r-- 430B Nov 26, 2012 · EE42BB8 · ~1 min

FCKEditor and the new Firefox

fckeditor шпаргалки

FCKEditor broke in the new Firefox when embedded on the PHP side. The problem turned out to be in the browser version check.

// FCKeditor\fckeditor_php5.php line around 57-60
else if ( strpos($sAgent, 'Gecko/') !== false )
    {
        $iVersion = (int)substr($sAgent, strpos($sAgent, 'Gecko/') + 6, 8) ;
        /* return ($iVersion >= 20030210) ; */ // should be replaced with:
        return ($iVersion >= 10) ;
    }
[↵] open page fckeditor-i-novyj-firefox.md
-rw-r--r-- 378B Oct 10, 2012 · B5D3154 · ~1 min

Salmin

salmin видео

Over the weekend I dug up some footage from a year ago. I was filming Sasha Salmin while we were on the road to Moscow. He runs a project called [uho], and I tried to make something in a similar vein — wanted something a bit unusual, as the saying goes. He’s also the host of Record Dubstep on Radio Record. Edited it into a little art-house piece.

[↵] open page salmin.md
-rw-r--r-- 305B Oct 8, 2012 · AD3F6E4 · ~1 min

Delfin at Cosmonaut, October 6, 2012, video

дельфин видео

This Saturday Delfin played at Cosmonaut. They let me shoot whatever I wanted, wherever I wanted. It’s great when all the photographers get kicked out after the third song and you don’t. They played some rare songs — Door, Hope and Toys. I finally heard Toys live. Twice, even, including soundcheck.

[↵] open page del-fin-v-kosmonavte-6-oktyabrya-2012-video.md
makoni@arm1:~/blog$ cd ../page-25/ // ← previous cd ./page-27/ // more posts →