Feel free to email me to provide some feedback on the project, give suggestions, or to just say hello!
Yay! =) [Read more]
Finally, I made it! Started the project in July, worked on it for several days, then suspended it, returned several days ago, gave it new name, spent several evenings and now – it’s production-ready. About a half of year ago I started to lo... [Read more]
21 Feb 2014 on atlassian confluence tools wysiwyg hell
Atlassian manager who decided to remove markup mode from Confluence editor and leave only WYSIWYG mode hates programmers. That’s for sure! [Read more]
1 Feb 2014 on php general thoughts python programming languages
There are lots of programming languages - some of them more popular, some less. But as I can see it - all languages were initially created to solve one problem (or set of problems) that existing languages solve it the wrong/complicated/any-other-word w... [Read more]
Accidental rm -rf on wrong directory turns common evening into interesting one, shi… PS: everything could be much worse =) [Read more]
Now I do have favorite poem and it is in German. I’m learning German for about half of the year - very interesting language. And tonight I discovered Goethe poetry and a poem that I like very much. It is Erlkönig by Johann Wolfgang von Goethe: We... [Read more]
It was not surprise for me that latest stable, 11 for now, MS Internet Explorer does not support date input type. But I was shocked by the fact that the latest stable FireFox version, 25 for now, does not support it too! Actually, the only browser that... [Read more]
In PHP DateTime::createFromFormat() method has one non-obvious behavior that I recendtly discovered. The best way to show is give quick and simple example. $dateStr = '2013-11-07T16:48:98+0400'; $dt = DateTime::createFromFormat(DateTime::ISO8601, $date... [Read more]
HTTP queries in application/x-www-form-urlencoded encoding type is simple key/value list and in the most cases this is enough. But sometimes it’s required to send more complex data types. Lists are supported in Django HttpRequest out of the box, ... [Read more]
24 Oct 2013 on php array OOP ArrayObject
Array is one of the most powerful and most used type in PHP. Actually this type combines functinality that other programming languages includes in different types. These types are linear array - list type in terms of Python or List interface in terms o... [Read more]
built on top of rKlotz by Vladimir Garvardt