Alex Filatov
My online private property
My online private property
This user hasn't shared any biographical information
Homepage: http://www.alexfilatov.com
July 26, 2010 - 3:05 pm
Tags: android, HTC desire, Wordpress
Posted in General | View Comments
This is supposed to be test post, with some bold text, italic text… Seems like formatting works fine. Apart from this I’m trying to add some media, seems like piece of cake
July 25, 2010 - 6:02 am
Tags: ext4, lucid lynx, ubuntu, x64
Posted in ubuntu | View Comments
I’ve faced an issue whive making an SQL import on my Ubuntu Lucid Lynx on my macbook pro 6,2. To make it working fast you need to disable writing barrier for the ext4 fs : $ sudo vi /etc/fstab you’ll see there something like: /dev/sda3 / ext4 errors=remount-ro 0 1 [...]
July 22, 2010 - 6:39 am
Tags: ajax, functional tests, lime, tdd
Posted in Symfony | View Comments
Hello Symfonians! While doing functional tests for my current Symfony application I needed to make AJAX call to one of my project endpoint. I have found that not Lime or sfBrowser have this ability out of the box. So if you need to make AJAX request from your Lime functional test you need do the [...]