Posts tagged “framework”

BrowserPlus to become Open Source

The new BrowserPlus framework – a way of extending your browser capabilities – will become open source next year, which seems a sensible way to increase its adoption: The big idea here is that we’ll have the whole platform open sourced by mid-next year, and as soon as possible we’ll have many of the services [...]

Closing PHP tag considered harmful

A good tip from Zend, who recommend omitting the closing PHP tag (?>) when your files contain pure PHP code. This can prevent additional whitespace being inserted into the script output. Extra whitespace can cause problems, for example, if you are trying to set your own custom HTTP headers: nothing should be output before the [...]