Skip to content
Thoughtful, detailed coverage of everything Apple for 33 years
and the TidBITS Content Network for Apple professionals

Breakfast, Dinner, Launch: A New Design

Our launch today of the newly designed TidBITS Web site is the result of about 15 months of work in transitioning our old architecture for writing and editing articles, assembling and publishing issues, and feeding out articles and other bits online.

Adam wrote about our back-end transition for assembling issues that are sent out via email back on 11-Sep-06 in “Behind the TidBITS Curtain.” That overhaul also meant a new back-end for tidbits.com, the site that served as our article archive.

The move today had a few components to it. First, we revamped our Web site to be more modern without being unnecessarily so. There’s a little AJAX hidden here and there – the bits of JavaScript that can talk to a server after a page has loaded to update information or provide live interaction.

That was after a silent transition a few months ago when I rewrote the entire server system developed in mid-2006 from the PHP programming language to perl; you probably didn’t notice when we switched from one script to another as the results and appearance were virtually identical. While the two languages have a lot in common, I’ve learned quite a bit about object-oriented programming (OOP) in perl, and between mid- and late-2006 had used OOP perl to build a full-blown content-management system for TidBITS. (It’s called the TidBITS Publishing System or TPS; points for getting the reference before clicking here.)

That silent changeover also moved us to a modular template format that you can pull off in PHP, but isn’t how most PHP code is written. I used the HTML::Template module in perl to manage this. In this approach, everything that appears on a Web page is externalized in one or more template files, allowing a beautiful separation of programming code from appearance. This will also make it dramatically easier for us to localize TidBITS for other languages.

By splitting the HTML into a separate file, this made it easier for collaborator Jeff Carlson to work on the design without having to worry about code. He had to learn a bit about the template variables and commands, but not much. We could hand files back and forth to add new features and fix bugs.

Adam will write more about the new design and the process, but I’m incredibly tired and incredibly happy. TidBITS has been longing for years to move into the 21st century. We weren’t held back by a lack of ideas, but by needing the right platform, which turned out to be one we needed to build from scratch.

Subscribe today so you don’t miss any TidBITS articles!

Every week you’ll get tech tips, in-depth reviews, and insightful news analysis for discerning Apple users. For over 33 years, we’ve published professional, member-supported tech journalism that makes you smarter.

Registration confirmation will be emailed to you.

This site is protected by reCAPTCHA. The Google Privacy Policy and Terms of Service apply.