Mind the gap

Проблема с SONY DVP-NS32: черно-белая картинка

Как я уже писал вчера, меня достало, что все больше и больше DVD показываются на нашем SONY DVP-NS32 черно-белыми. Положение усугублялось еще и тем, что в поставке отсутствовала инструкция на русском или английском языке. Потратив вчера часа два я все же сумел отыскать соневский сайт с документацией, где благополучно нашел и скачал русскую доку к плейеру (ура!). Скажу сразу, что в знании видео техники и […]

Read Me Leave comment

Firefox 1.5 Is Out!

Firefox 1.5 was released. Fixed some bugs and added new features such improved cache, automatic finding and installing updates etc. For more details refer to What’s new in Firefox 1.5 and Firefox 1.5 for Developers.

Read Me Leave comment

Howto Find Manuals For SONY Stuff

Recently we’ve bought DVD player SONY-NS32. Unfortunatelly, the shop didn’t give us English of Russian manual. It’s not a big problem till you have some truble with device. The player started play some DVDs with black and white picture. So, I decided to get the manual from Internet. The best point to start is site of SONY. I spent about hour and didn’t find any […]

Read Me 1 Comment

ZendStudio Plugin For Firefox

As PHP programmers know it’s very easy to profile and debug PHP applications using Zend Studio. When I saw it first time I decided to buy it if I’ll develop on PHP seriously. Recently I’ve found an extension for Firefox to communicate with Zend Studio from the browser. It’s useful when it’s needed to debug site with an authentication of users . You can easily […]

Read Me Leave comment

Tags Come!

As practice shows the best approach to describe something is tagging i.e. describing some objects by tags. One of the best excamples can be del.icio.us which describes user’s bookmarks using tags or flickr where tags used to describe pictures. Some time ago livejournal started to use tags. I’ve described all my posts. But one thing was left by developers. They didn’t allow to display tag […]

Read Me Leave comment

Opera 9.0 Preview 1 Is Available

Good news. Opera has released preview of version 9.0. I’ve already downloaded and installed it on my work computer. The first impression: new Opera is much faster! It took about 2 minutes to load Opera 8.5 with 10 – 12 open tabs. Opera 9.0 loads during 5 seconds. Some of the new features include: – support for XSLT, Canvas 2D, and Web Forms 2.0 – […]

Read Me Leave comment

Update Date.pm in RT2

During implementing an integration between RT2 and SugarCRM I improved date module – RT::Date. I’ve added possibility to display dates according to predefined format. Currently there is a method AsString() which simple returns scalar from localtime(): scalar(localtime()); #Thu Nov 24 10:13:54 2005 for now, for example I’ve added a new method – AsFormattedString() which get the format as parameter and returns a date according format […]

Read Me Leave comment

Problem With trigger_error() In PHP4

As SugarCRM developer I have to use PHP although I don’t like it. Today I decided to add a custome error handler to hide actual errors from users. I found a good explanation how to do it but I faced with following problem. To catch critical errors I replaced die() by trigger_error() and specify error_type as E_USER_ERROR (I didn’t find Perl analog eval). It works […]

Read Me 4 Comments