Despite of that I have earlier said that my specification writing fails, I have developed a more or less consistent specification which I am going to implement. I am...
Sandboxing means running a program in a closed environment (such as no permission to open new files, no or restricted network access, etc.) in order to protect from malicious...
I wrote earlier that my XML standard writing (about automatic transformation between XML namespaces) failed. I have later resolved that problem, see standard draft (in Word 97 format), but...
I’ve created a simple extension for Yii framework. My extension allows to combine several models (instances of CModel class) into one model. The current release is alpha quality. But...
In PHP there is function array_combine(). This function may not work as expected in the case if a key is met more than once. For this reason, I created...