WordPress.com Gets a New Face and Joins the JavaScript Age

WordPress has unveiled a new, totally rewritten admin interface today. And below the surface, you'll see something remarkable: JavaScript instead of PHP.
Image may contain Electronics Computer Lcd Screen Screen Monitor and Display
WordPress

The popular blogging site WordPress.com unveiled a new admin interface today for managing blogs, posting content, and reading other people's sites. If you're a regular user, you'll notice a new look and feel. If you're a code geek, you'll notice something more remarkable below the surface: JavaScript instead of PHP.

If you run the open source version of WordPress on your own server, you can activate the new interface on your own site through the plugin Jetpack. Automattic, the company behind WordPress.com—the commercial version of WordPress—also released a WordPress application for Macintosh OS X. And it made available the code that powers the new interface as open source software for everyone.

WordPress has come a long way since Matt Mullenweg co-founded the project in 2003 as an open source project to continue develping the defunct blogging software b2/cafelog. The software now powers about 25 percent of all websites, according to technology survey outfit W3Techs. Automattic, the company Mullenweg founded to commercialize WordPress, turned 10 years old this year and now employs more than 400 people. But the software under the hood at WordPress was starting to show its age. "We realized that the tech wasn't going to take us to the next decade," he says.

The Automattic team started a complete overhaul of the WordPress admin interface about a year-and-a-half ago, endeavoring to make it faster and more responsive. Over that time, the company has quietly rolled out some of the new interface features to select users, but today marks the first time it's been available to everyone.

Asked whether the new interface, dubbed Calypso, would become part of the main open source WordPress project, Mullenweg says he hopes so, but that will depend on what the community wants. There could be some technical challenges involved in integrating the new interface because Calypso isn't just a visual redesign but a complete technical overhaul.

WordPress
Getting with the Program

WordPress was was written in a programming language called PHP, which has long been popular with web developers for making it fast and easy to write new programs. Much of WordPress remains written in PHP, but most of the new interface has been re-written in JavaScript.

JavaScript, originally created to run software only in web browsers, has radically changed the way developers build software, thanks to several new technologies that make it possible to build far more complex applications using the language. Developers can now use JavaScript for both the client-side part of their applications as well as the server side, which makes it much faster and easier to create web applications, like Google Docs or Gmail, that feel more like desktop apps. For the user-facing, or "front end" components of the new interface, the Automattic team used React, a JavaScript framework developed by Facebook to create cross-platform user interfaces.

For the backend code, the team used the popular server-side JavaScript platform Node.js. For users who host their own version of WordPress, Automattic will host the Node.js portion of the code on their own server, with which the Jetpack plugin will communicate, freeing up web hosts from having to support Node.js.

Mullenweg says Automattic is using the same set of technologies to build the Mac desktop app, as well as its mobile apps, which will reduce the amount of work developers have to do in order to bring new features to new platforms. It's Wordpress, the next iteration.