Category Archives: Developing

EllisLab: Copyright not by work but per File

In their run for re-licensing the CodeIgniter codebase under OSL (which in itself looks violating the shared authorship copyright as a whole as it has not yet been clarified with all authors and copyright holders in concrete), in a blog … Continue reading

Posted in Licensing, Linked, Pressed | Tagged , , , , , , , | Leave a comment

Introducing: PasswordLib

Ircmaxell is Introducing PasswordLib, a PHP library for password hashing. It’s a spin-off from CryptLib which didn’t finish so far. Github; Packagist. MIT License.

Posted in Developing, Linked, PHP Library, Pressed | Tagged , , , , | Leave a comment

Iterating over Multiple Iterators at Once

PHP’s SPL has two build-in Iterators that deal with multiple iterators at once: AppendIterator and MultipleIterator. In this posting I’ll cover both a bit: AppendIterator will put one iterator after the other so it get’s like a long queue or … Continue reading

Posted in Developing, Hakre's Tips, PHP Development, Pressed | Tagged , , , , , , , | 1 Comment

CSS Selector to XPath conversion

While playing with a parser experiment that fully supports the CSS selectors syntax and the discovery of the Selectors API I started to think about the transformation from CSS selectors to XPath. Sure I’m not the only one, so I … Continue reading

Posted in Developing, PHP Development, Pressed | Tagged , , , , , , | Leave a comment

Some PHP Iterator Fun

I must have had too much free time. Over at Stackoverflow some kind of PHP question pops up from time to time about how to distribute a sequence of data in form of a table or in columns. You already … Continue reading

Posted in Developing, Hakre's Tips, PHP Development, Pressed | Tagged , , , , , , , | 1 Comment

SPDX 1.0 is Now Available!

The SPDX standard helps facilitate compliance with free and open source software licenses by standardizing the way license information is shared. SPDX reduces redundant work by providing a common format for companies and communities to share important data about software … Continue reading

Posted in Developing, Hakre's Tips, Licensing, Linked, Pressed | Tagged , , | Leave a comment