Mind the gap

Playing With NuSOAP

I spent two working days to find a reason why my PHP SOAP client doesn’t connect to the Perl SOAP server. As PHP SOAP implementation I use NuSOAP. I chose it because the SOAP client is needed for SugarCRM and NuSOAP is already included there. I created client like that: require_once(‘include/nusoap/nusoap.php’); $client = new soapclient(‘http://my.proxy.host:8086’); and then I called a simple method: $result = $client->call(‘ping’, […]

Read Me 2 Comments

Congratulations

I and Maria congratulate Alex and Katerina for the arrival on Monday, 7 November, of their first child – son. Congratulations!!!

Read Me Leave comment

Passed HTML 4 Brainbench Test

Today I passed another Brainbench test – HTML 4: Score: 3.29 Weights: 100% HTML 4.0 Elapsed time: 25 min 38 sec Strong Areas: Forms, Style Sheets, Structure Weak Areas: Links It isn’t perfect but probably I was not self-disciplined 😉

Read Me 3 Comments

RPM Guide Is Free Now

Red Hat published book ‘RPM Guide’ under Open Publication License. Now it’s available in HTML format here.

Read Me Leave comment

Hot-Plugging USB on Linux

Hot-Plugging USB on Linux is nice article about configure USB devices on Lunix. I didn’t use it but I have to find time and make Hot-Plugging configuration on my home PC.

Read Me Leave comment

Drag Racing Chassis Tuning

I like fast cars, I don’t rush :). Maybe because I don’t have sport car or I’m not racer by nature. Anyway I like watch compietitions of sport cars like wrc or drag racing. It’s really cool. Once I found an article about preparing of car for drag racing – Drag Racing Chassis Tuning. There are many suggestions and mathematical calculations. So, professionals may find […]

Read Me Leave comment

Passed PHP4 Brainbench Test

I some of you know Brainbench offers two weeks free access to all tests!!! It’s amazing! I’ve already passed many tests (you can see my public transcript here). One of theme was PHP4. But this certification expired last year. So, I’ve decided to pass PHP4 test again. I did it: Score: 3.93 Elapsed time: 36 min 27 sec Strong Areas: * Essentials * Functions * […]

Read Me Leave comment

Расписание кинотеатров Лимассола

Простите за задержку с обновлением расписания лимассольских кинотеатров (если его хоть кто-нибудь смотрит). Было очень много работы. Сегодня стартовал показ двух новых фильмов: супер боевика/ужасника Doom по мотивам одноименной компьбтерной стрелялки и очередная экраницация (посмотрите на IMDB cами, сколько их было) романа Чарльза Дикенса Oliver Twist, поставленная Романом Полански (роман Дикенса и Роман Полански – прикольный каламбурчик получился :)). Лично я не являюсь поклонником творчества […]

Read Me Leave comment