This is the page 12 of 113 of the blog archive. On this page you have articles from 06 Dec 2011 to 13 Oct 2011.

What is the appeal of server-side JavaScript?

Node.js showed up at the right time. PHP, currently the most popular server-side language, has been mired in community squabbling amidst a large effort to refactor its character encoding support, while also losing developer mindshare to the many excellent Ruby web frameworks that have appeared in the last few years. But Ruby web frameworks, and the language itself, have become...

Elegance matters

CoffeeScript is to producing JavaScript what Markdown is for producing HTML. Elegance matters.

JavaScript in Qt5

Qt 5 is bringing JS at the same level of support as C++—Quim Gil, Nokia

Create.js

Create is a JavaScript library that can make any website editable through simple RDFa annotations and Backbone.js. MIT licensed, in GitHub.

Composer solves the PHP code-sharing problem

In PHP we’ve had a lousy culture of code-sharing. Because depending on code from others as been tricky, every major PHP application or framework has practically had to reimplement the whole world. Only some tools, like PHPUnit, have managed to break over this barrier and become de-facto standards across project boundaries. But for the rest: just write it yourself.
cover image for DNode: Make PHP and Node.js talk to each other

DNode: Make PHP and Node.js talk to each other

If you’ve been following my blog, you might have noticed that lately I’ve started doing quite a lot of Node.js development alongside PHP. Based on conversations I’ve had in various conferences, I’m by far not alone in this situation - using Node.js for real-time functionality, and PHP (or Django, or Rails) for the more traditional CRUD stuff.