Today I found very useful tool for PHP – dBug. I think every PHP-programmer uses var_dump or print_r functions for debugging purpose very often. dBug displays structured information about your variables like these functions but in more suitable way (in colored tabular format).
Full features list with the examples of work can be found on original site.

Today I’ve found very nice theme for Zend Studio in the Parabox Blog. Here are some screeshots:

Other screenshots and this theme file you can find here.
Today I found very disagreeable problem with Internet Explorer. I’ve generated GIF-image with PHP GD2 and sent results for client browser. In IE I’ve tried to store picture in my local file system but only option is to save the picture as a .BMP file instead of as a native .gif file! The same problem is described in Microsoft Knowledge Base, but it does not help me.
Read the rest of entry »