HipHop for PHP Source Code Available Again

Posted by SibProgrammer on February 23, 2010|Comments|Read full article

As a watcher of hiphop-php project on github I saw that source codes were published again two days ago.

DokuXP Skin on GitHub

Posted by SibProgrammer on February 21, 2010|Comments|Read full article

Recently I was notified that DokuXP (which was made by me long time ago) for DokuWiki doesn’t work with latest version. Then I got an idea to play with GitHub and put the skin there…

Arch Linux and Rails

Posted by SibProgrammer on February 15, 2010|Comments|Read full article

I got a bugreport that my Rails app doesn’t work properly on Arch Linux I hadn’t any experience with Arch Linux, but thanks to OpenVZ got it installed in a two minutes and start…

Cross-browser Outer HTML for Element

Posted by SibProgrammer on February 14, 2010|Comments|Read full article

Remembered old trick on how to get outer HTML for DOM Element (created by Prototype) in cross-browser compatible way.

Prototype clonePosition Bug Workaround

Posted by SibProgrammer on February 14, 2010|Comments|Read full article

In some cases Prototype’s clonePosition method of element doesn’t work correctly in IE7. I use the latest version of Prototype framework 1.6.1 and…