Skip to main content

TidBITS Signs with Tizra

We honestly didn't intend for this blog to degenerate into a rah-rah series of signing announcements, but gosh, there's been an awful lot of that lately! The latest is TidBITS, a truly pioneering publisher of books for Mac users (and, yes, we described them that way before they became a customer).

Even if you're not a Mac user, you have to appreciate a company that's been publishing online continuously since 1990. For TidBITS, online distribution is the core of their business, not some new add-on. The Take Control ebooks, which they'll be publishing via Agile PDF, were written, edited and designed from the outset as digital products. They're a great example of information packaged and priced based purely on what readers want and will buy, regardless of traditional print constraints like what size clump of physical pages it's economical to manufacture and distribute.

We think this approach makes TidBITS a great partner for us…they're already thinking along just the lines that Agile PDF was designed to support! It's also interesting that they've chosen to distribute their ebooks in PDF—the first format we decided on as well. Unlike many publishers, their reasoning has nothing to do with the fact PDF is an easy byproduct of print production. They like PDF on its own merits—it gives them design control that lets them optimize pages for on-screen reading, yet supports features like linking and searching. We're really excited about what will happen when these features are combined with the those added by Agile PDF.

Comments

Popular posts from this blog

Technical Podcasts

If there is something the web as surely changed, it was the way that software engineers need to work. It is now a crucial aspect of our work to be able draw from the huge internet knowledge base out there in an efficient way to get to the right answers. Part of that information extraction is related to the keeping-up-to-date effort that every developer is required to accomplish to continue to be productive. While previous a software engineer could rely mostly on print material, nowadays we need to rely as well on content available on the net. Podcasts are such a source that can bring an amazing amount of information to the mix of knowledge one needs these days. If you are a software engineer and have not jumped into the podcast wagon yet, I suggest you do so. Here is a list some technical podcasts that we hear at Tizra: The Java Posse : a fantastic podcast on Java development. Containing news info update, analysis of tools, overall software development discussions. Software as She Dev...

The importance of continuous integration

Leading a team of developers in the effort of building a robust, quality software product should involve the establishment of some process and tools to assist the team effort and serve as a safety net for the errors of getting people to work together. Continuous integration is, I believe, a crucial element of that process. Introduced by Martin Fowler and Matt Foemmel (see article Continuous Integration ), continuous integration establishes the practice of frequent integration of work developed by the several team members verified by automated build and testing of integrated code within a clean sandbox. This practice is valuable for several reasons: It promotes the development of a clear process of building/deployment independent of any specificity of developer's platforms. Code that exists on a single platform only is bound to become dependent on specific aspects of that platform without anyone really noticing the dependencies until trying to port to other platforms. The existence ...

Pure Coolness

I have seen far from all the talks here, but from what I've seen and the buzz that I've heard the winner of the "coolest presentation award" was Manolis Kelaidis. He showed a paper e-book device that he's been prototyping. By means of conductive ink traces, a person touching a button on the page can trigger an action by an embedded processor.  He had a book where pads on the page triggered actions on his laptop: going to web pages, playing songs on iTunes, and so forth.  It  was a hand-bound Bluetooth book! There's clearly a huge expense still involved in platform building and so on, but everything he did is compatible with contemporary printing technology, using inks that are commercially available (not experimental). Other developments in printable circuitry play into this as well: printable batteries, printable electronic components,  printable speakers. Of course this is a technology, not a solution, and there's a huge chain of associated requirements ...