devxlogo

Have You Xiine It?

Have You Xiine It?

his is an exciting time for CoDe Magazine and EPS Software Corp.! For the last year or so, we have been building a brand new, .NET 3.0-based digital publishing platform called “Xiine”. I am happy to announce that we’ve now shipped Xiine!What Exactly Is Xiine?The Xiine platform allows publishers (not just CoDe Magazine) as well as the community to publish content digitally. From a reader’s point of view, Xiine allows readers to read digital content in a much better format thanks to the magic of WPF! Xiine also provides the ability to manage your entire digital library, so, for example, you can use Xiine to organize your issues of CoDe Magazine and CoDe Focus, as well as books and other content. Using Xiine and your issue of CoDe Magazine you can read the issue on your office computer, annotate it, discuss it with the community, and then go home and open your Xiine library (see Figure 1) on your home computer, and your issue of the magazine, with all your annotations, will be right there! Better yet, we’ve made Xiine an open platform, and we will invite other publishers as well as the .NET development community to partake in Xiine. We hope you can read your favorite books and other magazines on Xiine soon!

 

Where Do I Get Xiine?
You can download the free Xiine client from CoDe Magazine‘s site, or from www.xiine.com. The client is small (less than one megabyte in size), so it downloads quickly. ClickOnce makes the installation completely painless. If you have a CoDe Magazine subscription (or ever had one in the past), just sign into Xiine with your standard CoDe account and you’ll be able to read the issues you’ve subscribed to. Xiine.com also has links to additional free content (including CoDe Focus magazines).

A Better Reading Experience
Xiine has a ton of cool features, but the most important one is readability. Digital layout lags far behind print layout. Compare the layout of this printed article (see Figure 2) and its HTML counterpart (see Figure 3):There are obvious layout differences between the two documents; HTML simply does not provide good layout options, nor does it provide high quality text rendering. It also doesn’t take advantage of digital opportunities such as the ability to change the font size and still achieve a professional layout. While a PDF provides the ability to mimic the print version, the standard PDF reader fails to customize (much) to the reader’s preference. Plus, the scrolling problems contribute to an awful reading experience in the PDF reader, especially with multi-column layouts.

Xiine does many things differently. Figure 4 shows same article in Xiine.Note that Xiine significantly improves the layout compared to HTML. For example, Xiine features multi-column layout?and does so without the need for a scroll bar. (Xiine supports scrolling optionally, but most people opt for a page-by-page view with single-key page flipping). Xiine also supports customization. For example, to read in a slightly larger font, after making the adjustment (which Xiine remembers for future reference), you still see a robust layout (see Figure 5).

Editor’s Note: This article was first published in the July/August 2007 issue of CoDe Magazine, and is reprinted here by permission.

But Wait, There’s More!
Xiine can manage an entire library of content, integrate with community discussions, and publish your own content. One cool feature that will interest CoDe Magazine readers more than readers of non-technical publications is Xiine’s ability to create content with advanced media elements such as videos, podcasts, and 3D. The CoDe Magazine content in Xiine for instance, uses an interactive 3D image zoom feature. Click on any image in an article to zoom the image into a 3D view that floats above the article (see Figure 6).But as you can see in Figure 7, Xiine can use the power of WPF to interact with the image with the mouse, to do things such as zoom and rotation.

Another interesting feature is the concept of “Smart Text”. Xiine does not just use default WPF features to display text, but adds a significant amount of added functionality. Consider the code snippet in Figure 8.

This snippet appears in a nicely syntax colored format. But it doesn’t start out that way. It is simply a black and white paragraph of text, but Xiine will recognize it as source code (C# in this case) and apply appropriate syntax coloring and formatting. Xiine can apply coloring and formatting even for code snippets that are not complete and thus not necessarily valid code. The example in Figure 8, for instance, is missing an open curly-bracket, which is invalid C#, although it serves the purpose of communicating an idea to the reader just fine.

The Technical Aspects
Since CoDe Magazine readers are generally .NET developers, you are probably interested in the technology behind Xiine. EPS based Xiine entirely on .NET 3.0 and wrote it in C#. In Particular, Xiine uses WPF and WCF extensively, and ClickOnce (and the ClickOnce API) for deployment. In a future release we’ll add Silverlight-based components to complement the current technology.

The server component also runs .NET 3.0. Xiine communicates with it using WCF?mostly over the TCP channel. The Xiine servers are a rather large-scale effort. They’re currently based on Windows Server 2003, but EPS plans to move them to Windows Vista Server as soon as it ships, to take advantage of Vista Server’s WCF-friendly architecture. The Xiine servers host the entire Xiine content library as well as user’s libraries and annotations. Plus, there are the community components, of course.

In general, other publishers (and communities) will simply use the Xiine infrastructure, but we’ll provide custom arrangements where we license Xiine technology and deploy it in other configurations.

We’ll make more information about Xiine (technical and otherwise) available within Xiine itself as well as on blogs such as mine).

Will CoDe Magazine Go Digital Only?
Lest some readers fear that we’re planning to stop publishing the print version of the magazine, I’ll debunk that rumor now. Absolutely not! We’ll continue to print CoDe Magazine. In fact, we will push the print aspect a lot more in the future. You may have noticed that we’ve produced more CoDe Focus issues, for instance. We plan to continue that effort. Print is an important medium for us as publishers, but we also want to have the most compelling digital experience to complement print?and that’s exactly what we are doing with Xiine!

devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist