<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Tim Cole&apos;s InDesign BackChannel</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/indesignchannel/" />
    <link rel="self" type="application/atom+xml" href="http://blogs.adobe.com/indesignchannel/atom.xml" />
   <id>tag:blogs.adobe.com,2009:/indesignchannel//121</id>
    <link rel="service.post" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=121" title="Tim Cole's InDesign BackChannel" />
    <updated>2008-12-02T22:10:28Z</updated>
    <subtitle>Spruiking InDesign since 1999</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.38</generator>
 
<entry>
    <title>My Favorite New Photoshop Feature</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/indesignchannel/2008/12/my_favorite_new_photoshop_feat.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=121/entry_id=8284" title="My Favorite New Photoshop Feature" />
    <id>tag:blogs.adobe.com,2008:/indesignchannel//121.8284</id>
    
    <published>2008-12-02T21:49:30Z</published>
    <updated>2008-12-02T22:10:28Z</updated>
    
    <summary>I&apos;m finding that the new Photoshop CS4 feature that I&apos;m using the most is the shortcut for modifying brush size and brush hardness. I like it better than using other methods, because it&apos;s fast and gives you a nice visual...</summary>
    <author>
        <name></name>
        
    </author>
            <category term="General" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/indesignchannel/">
        <![CDATA[<p>I'm finding that the new Photoshop CS4 feature that I'm using the most is the shortcut for modifying brush size and brush hardness. I like it better than using other methods, because it's fast and gives you a nice visual indicator of both size and hardness.</p>]]>
        <![CDATA[<p><img height="150" style="margin: 5px; float: left" width="246" alt="" src="http://blogs.adobe.com/indesignchannel/brush.jpg" />If you've got a brush tool selected, hold down <strong>ctrl + option </strong>(Mac) / <strong>alt + right click</strong> (Win), and then drag your cursor to alter your brush size.To then alter the hardness, you need to first release your mouse button, and then add <strong>cmd</strong> (Mac) or <strong>shift</strong> (Win) to the combinations above. Dragging your cursor will then adjust the brush hardness.</p>]]>
    </content>
</entry>
<entry>
    <title>InDesign 2 Flash: Part III</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/indesignchannel/2008/12/indesign_2_flash_part_iii.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=121/entry_id=8286" title="InDesign 2 Flash: Part III" />
    <id>tag:blogs.adobe.com,2008:/indesignchannel//121.8286</id>
    
    <published>2008-12-02T20:15:33Z</published>
    <updated>2008-12-02T23:33:41Z</updated>
    
    <summary>Representing AIM in Flash When InDesign exports into SWF or XFL, it needs to describe objects using the Flash object model, rather than the Adobe Imaging Model (AIM). As a general rule, InDesign attempts to use matching native Flash constructs...</summary>
    <author>
        <name></name>
        
    </author>
            <category term="Interactive" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/indesignchannel/">
        <![CDATA[<p><strong>Representing AIM in Flash</strong></p>
<p>When InDesign exports into SWF or XFL, it needs to describe objects using the Flash object model, rather than the Adobe Imaging Model (AIM).</p>
<p>As a general rule, InDesign attempts to use matching native Flash constructs whenever possible, and when that is not possible, it uses whatever means available in Flash it can to maintain the visual appearance of the source objects in InDesign.</p>
]]>
        <![CDATA[<p><strong>Clipping Paths</strong></p>
<p>Suppose you have an image in a frame in InDesign. In InDesign you can modify the size of the frame that clips the image, and you can reposition that image within that frame.</p>
<p><img height="243" style="margin: 5px" width="400" alt="" src="http://blogs.adobe.com/indesignchannel/paths-ID.jpg" /></p>
<p><em>In this example, the image is clipped by a frame with a white stroke.</em></p>
<p>When that object is exported to XFL and then opened in Flash, you'll see that the image was cropped on export, and the white stroke is represented as a separate path object within Flash.</p>
<p><img height="243" style="margin: 5px" width="400" alt="" src="http://blogs.adobe.com/indesignchannel/paths-FL.jpg" /></p>
<p><em>I've moved the image in order to make the fact that there are two separate objects in Flash clear.</em></p>
<p><strong>Raster Images in XFL Export</strong></p>
<p>InDesign exports a raster image to XFL as a path with a BitmapFill applied. This enables InDesign to clip the image to the path boundaries. </p>
<p>This differs from what happens when a raster image is placed on the stage while authoring in Flash. Within Flash, you get a Bitmap object. It is necessary to select the placed image, context click on it, and choose “Break apart...” to convert a Bitmap object to a path with a BitmapFill.<br /><br />InDesign the BitmapFill instead of Bitmap objects in order to ensure clipping works in all cases of images transitioning from InDesign CS4 to XFL. <br /></p>
<p><strong>Image Format</strong></p>
<p>InDesign uses the following methodology when determining what format to use when encoding a raster image as part of exporting to XFL:</p>
<ul>
    <li>If the image in the InDesign document is a JPEG that does not require any modifications, such as color conversion or re-sampling, it is exported in XFL exactly as it came into InDesign, meaning it is not re-compressed. Note that this implies that the image has no alpha channel.</li>
    <li>For all other cases, including when the user has resized a placed JPEG or applied a transparency effect to it (such as a drop shadow), InDesign will export the image(s) as a PNG.</li>
    <li>Note that these methods are also used when exporting to SWF, with a handful of exceptions (see below).<br /></li>
</ul>
<p><strong>Raster Images in SWF Export</strong></p>
<p>The methods used when exporting to SWF are similar to that for XFL, except that InDesign must choose between full color lossless, indexed lossless and lossy (JPEG) encoding. <br /><br />When exporting to SWF, InDesign CS4 uses the following method to determine whether lossless or lossy encoding is used:</p>
<blockquote>
    <p>Lossless encoding is used if one or more of the following is true:</p>
    <ul>
        <li>The raster is a 1-bit bitmap</li>
        <li>The raster's width times its height is less than 4096 (this matches SWF publishing from Flash)</li>
        <li>The raster has a chroma key*</li>
        <li>The raster is not considered “smooth”</li>
    </ul>
    <p>A placed image in InDesign that uses an alpha channel does not automatically require lossless compression when exported to SWF as it does for XFL Export. Flash Player supports the notion of JPEG + alpha, in which the color pixels are JPEG compressed and the alpha channel is stored as a separate, Flate compressed block. If an image with alpha can be represented as JPEG, aside from its alpha channel, it will be stored in the SWF as JPEG + alpha.<br />If the raster uses 256 or fewer colors, it is converted to indexed color.<br />In all other cases, lossy compression is chosen.</p>

<p><em>*Chroma key is a way to selectively mask pixels based on a particular pixel value (compare to the transparent pixel in GIF). These are not expected in an InDesign CS4 workflow where we'll be rasterizing the placed vector content that would be the only way to get such content into ID.</em></p>
</blockquote>]]>
    </content>
</entry>
<entry>
    <title>InDesign 2 Flash: Part II</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/indesignchannel/2008/11/indesign_2_flash_part_ii.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=121/entry_id=8117" title="InDesign 2 Flash: Part II" />
    <id>tag:blogs.adobe.com,2008:/indesignchannel//121.8117</id>
    
    <published>2008-11-18T03:07:12Z</published>
    <updated>2008-11-18T14:22:19Z</updated>
    
    <summary>In this post I begin a more detailed discussion of the technical background of InDesign&apos;s SWF and XFL export processes. This series will be based largely on a white paper researched and written by Adobe&apos;s Matt Laun. Both of InDesign&apos;s...</summary>
    <author>
        <name></name>
        
    </author>
            <category term="Interactive" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/indesignchannel/">
        <![CDATA[<p><em>In this post I begin a more detailed discussion of the technical background of InDesign's SWF and XFL export processes. This series will be based largely on a white paper researched and written by Adobe's Matt Laun.</em></p>
<p>Both of InDesign's Flash export formats are designed to represent InDesign content as accurately as possible, with emphasis placed on preserving the visual appearance of the InDesign document.</p>]]>
        <![CDATA[<p>The imaging model in Flash is different than that of InDesign. InDesign uses the Adobe Imaging model (AIM) that's the foundation for both PostScript and PDF, while Flash does not. Because of this, there are challenges and choices to be made when converting a layout from one model (AIM) to another (Flash). Whenever choices need to be made, the InDesign to Flash process will typically choose the option that produces the best <em>visual</em> fidelity, even if it means that something is lost in the process. For example, text may in some cases (like ligatures) be converted to outlines or rasterized, and dashed lines--which have no native Flash representation--may be converted to compound paths that are then filled.</p>
<p>One important difference between the two exportable formats is that SWF is a final form for delivery (similar is some respects to PDF) that is not intended for further editing in a downstream tool. XFL is, on the other hand, is, due to the fact it's an XML format, designed to be editable format. This has two main consequences. First, it means that all interactivity for SWF must be added in InDesign, whereas with XFL it will likely be added within Flash. Second, it is much less important to attempt to preserve the original structure of the document for SWF. Because of this, InDesign treats the two types of exports differently.</p>
<p>Examples:  Unlike a SWF export, InDesign CS4 does not include interactive content (like buttons and hyperlinks) when exporting to XFL. The assumption behind this behavior is that users will most likely want to add interactivity like this in the Flash environment given both the vast range of powerful features available there.</p>
<p>Second, InDesign CS4 flattens all transparency when exporting to SWF. The assumption here is that the SWF content will not have later edits that would benefit from the preservation of live transparency. As with PDF 1.3, PostScript/print, and SVG exports, flattening only occurs on spreads that contain transparency, and makes use of the existing Flattener Presets to control the flattening options.</p>
<p><strong>Imaging Models: Flash vs. InDesign</strong></p>
<p><strong>Similarities: </strong> Flash's imaging model is superficially similar to the Adobe Imaging Model (AIM). </p>
<ul>
    <li>Both are vector-based and support the notion of paths that are filled/stroked with various kinds of painted pixels. </li>
    <li>Both support affine transformations (transformations which--like scaling, translation, and rotation--preserve the &quot;parallel-ness&quot; of an object's lines). Both support raster images, including alpha channelsl. </li>
    <li>Both support vector text. Both support simple opacity and the notion of blend modes that dictate how content is composited with any other the content it overlaps. </li>
</ul>
<p>The takeaway here is that most of the AIM representation of objects will largely transfer to Flash.</p>
<p><strong>Differences:</strong> The complete list of differences is too large to include here, but some of the more relevant differences for this discussion are: </p>
<ul>
    <li>Flash uses device RGB color only. No other color spaces are supported and all color is un calibrated.</li>
    <li>Flash uses quadratic curves, whereas AIM uses cubics. This requires that an authoring tool approximate its native cubic curves with quadratic curves.</li>
    <li>Flash paths implicitly use a non-zero winding rule. AIM paths may use either non-zero or even-odd winding. </li>
    <li>Flash supports a limited set of paint types: solid color, gradients, and raster paint are supported; more complex paints, such as general smooth shades, and patterns, are not. </li>
    <li>Flash gradients allow a smaller number of stops than their AIM equivalents.</li>
    <li>Flash supports limited clipping and masking. Flash allows objects in its display list to be clipped and/or masked by other objects in the display list, but this is a simple one-to-one relationship and limited compared to the graphic state based clipping and masking supported by AIM. </li>
    <li>Flash does not natively support dashed or dotted lines. These simulated in Flash by drawing each dash as an individual line segment. </li>
    <li>Flash supports a limited subset of the blending modes available in AIM.</li>
    <li>Flash does not support transparency groups.</li>
</ul>
<p></p>
<p><strong>Next time:</strong> how specific types of AIM objects are translated into Flash CS4.</p>
]]>
    </content>
</entry>
<entry>
    <title>InDesign 2 Flash: Part I</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/indesignchannel/2008/11/indesign_2_flash_part_i_1.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=121/entry_id=8087" title="InDesign 2 Flash: Part I" />
    <id>tag:blogs.adobe.com,2008:/indesignchannel//121.8087</id>
    
    <published>2008-11-17T02:50:36Z</published>
    <updated>2008-11-17T15:15:03Z</updated>
    
    <summary>InDesign CS4 delivers the ability to move your InDesign layouts to the web and beyond via SWF and XFL export features. The former creates a web-ready .swf file that&apos;s intended to be the final form for delivery, and not editable....</summary>
    <author>
        <name></name>
        
    </author>
            <category term="Interactive" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/indesignchannel/">
        <![CDATA[<p>InDesign CS4 delivers the ability to move your InDesign layouts to the web and beyond via SWF and XFL export features. The former creates a web-ready .swf file that's intended to be the final form for delivery, and not editable. XFL, on the other hand, is a new, XML Flash native file format. The purpose of this export path is to enable you to take your InDesign layouts and convert them into a native Flash CS4 documents that can then be opened and enhanced with all the powerful interactive capabilities of Flash CS4.</p>]]>
        <![CDATA[<p>This series of blog posts is aimed at giving you background on the technical issues and best practices relevant to exporting as SWF or XFL.</p>
<p>The focus of this first blog post will be positioning the two different export methods. What are they for? InDesign's SWF export is aimed at facilitating the creation of interactive presentations, client pitches, and personal portfolios. It's aimed at traditional print designers who wish to use InDesign as a bridge into the world of basic interactivity, whether it's being used for a customer facing presentation, an internal document review process where a single spread or an entire book could be viewed in a web browser, or as a way to help prototype a more sophisticated interactive experience that will ultimately be produced using Adobe Flash.</p>
<p><img height="236" border="" width="213" style="margin: 5px; float: left" class="" alt="InDesign Page Transitions Panel" src="http://blogs.adobe.com/indesignchannel/transitionspanel.gif" title="" /><img height="374" border="" width="226"  alt="InDesign Button Panel" src="http://blogs.adobe.com/indesignchannel/buttonspanel.gif" title="" /></p>

<p>InDesign CS4 has a remodeled Buttons panel new page transitions (including the definitive &quot;page curl&quot;), and hyperlinks. These interactive features can be built into an exported SWF file, and used to advantage in the use cases enumerated above. What Adobe is not trying to do with InDesign's SWF export, is try to make anyone believe that it's designed to compete with Adobe Flash. That would be rather silly. Instead, our first cut at a SWF export is designed to introduce traditional print designers to the world of interactivity in a pretty painless and accessible way. The SWF export dialog contains straightforward options for presenting the InDesign generated content and interactivity in a SWF file.</p>
<p><img height="440" border="" width="400" style="margin: 5px" class="" alt="InDesign SWF Export" src="http://blogs.adobe.com/indesignchannel/swfexport.gif" title="" /></p>
<p>InDesign's XFL export, on the other hand, is designed for professional workflows in which InDesign is used as the basic layout engine, and then Flash is used to add high-end interactive features. SWF is a black box that cannot be opened and edited. XFL, on the other hand, is a native Flash file format than enables a Flash designer/developer to leverage all the power of Flash with a design that comes from InDesign. InDesign has a rich set of tools for layout and publishing: styles, text wrap, drop caps, etc.--all things that layout designers want to leverage whether they're designing for print or for an interactive experience.</p>
<p>In the past InDesign users have had to export layouts as JPEG files to move them over to Flash, or also add copy and paste in and out of Illustrator as part of that workflow. The new XFL export feature eliminates those limiting and time-consuming steps, and instead offers a direct way to move designed from InDesign into the powerful interactive world of Flash. Most text can be converted directly to editable Flash native text, rather than ingested as uneditable and unsearchable &quot;piles of pixels&quot;, as InDesign Product Manager Michael Ninness puts it. The goal of XFL is deliver InDesign content as faithfully as possible, while preserving editability in Flash.</p>
<p><img height="331" style="margin: 5px" width="433" alt="InDesign XFL Export" src="http://blogs.adobe.com/indesignchannel/xflexport.gif" /></p>
<p>In the next installment of this series, we'll start to look into the technical details and background as a necessary foundation for establishing and understanding best practices for taking InDesign documents into SWF and XFL formats.</p>]]>
    </content>
</entry>
<entry>
    <title>Singapore</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/indesignchannel/2008/11/singapore.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=121/entry_id=8076" title="Singapore" />
    <id>tag:blogs.adobe.com,2008:/indesignchannel//121.8076</id>
    
    <published>2008-11-16T11:20:41Z</published>
    <updated>2008-11-16T12:19:59Z</updated>
    
    <summary>We finished our Asian CS4 launch tour in Singapore. Thanks to everyone who turned out. Paul, Karl and I had the privilege of showing much of what&apos;s new in the CS4 Design, Web, and Production suites....</summary>
    <author>
        <name></name>
        
    </author>
            <category term="B-Team Bulletin" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/indesignchannel/">
        <![CDATA[<p>We finished our Asian CS4 launch tour in Singapore. Thanks to everyone who turned out. Paul, Karl and I had the privilege of showing much of what's new in the CS4 Design, Web, and Production suites.</p>
]]>
        <![CDATA[<p><img height="300" style="margin: 5px" width="400" alt="Singapore" src="http://blogs.adobe.com/indesignchannel/fountain.jpg" /></p>
<p>We saw many old friends in Singapore and made some new ones. It was great to see the local Adobe User Group represented, as well as a lot of other people I met for the first time. </p>
<p>Special thanks to the event crew we had in Singapore and KL. You guys were great to work with, and everything went off without problems (either that or you hid them very well ;^). Your work was much appreciated.</p>
<p>The Singapore event was unique in that it was the only event that involved costume changes. In Paul's case it was onstage. Paul was given a special gift by event organizer Mongchee, and it added a touch of class and theatricality to Paul's web session.</p>
<p><img height="357" style="margin: 5px" width="400" alt="" src="http://blogs.adobe.com/indesignchannel/tutu.jpg" /></p>
<p>I expect that more photos of the event will emerge that will prove embarrassing to all of us.</p>
<p>In Singapore I was able to show something new (and hidden) that got the Tamil speakers in the audience a little excited. </p>
<p><img height="237" style="margin: 5px; float: left" width="200" alt="" src="http://blogs.adobe.com/indesignchannel/flowers.jpg" />Finally, I wanted to say a special &quot;thank you&quot; to the person who gave me a very thoughtful gift. At first I thought it was something arranged by the local Singapore team, but later I learned that this was not the case, and that it was from someone who attended the event. I tried to locate this person later in the day to express my appreciation, but it appeared that they had already left the building. So, if the person in question is reading this blog, please accept my apology for not thanking you adequately at the time, and don't hesitate to identify yourself so that I can make up for my mistake.</p>
<p></p>
<p>My final event for this trip to Asia will be a presentation at the Fuji/Xerox Platinum Partner event in Macao on the 24th. Meanwhile, Michael Stoddart and Company will be doing CS4 launch events in Beijing and Seoul.</p>
]]>
    </content>
</entry>
<entry>
    <title>Kuala Lumpur</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/indesignchannel/2008/11/kuala_lumpur.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=121/entry_id=8032" title="Kuala Lumpur" />
    <id>tag:blogs.adobe.com,2008:/indesignchannel//121.8032</id>
    
    <published>2008-11-11T22:43:08Z</published>
    <updated>2008-11-12T00:15:15Z</updated>
    
    <summary>We had a full house in KL, and a very responsive crowd. It&apos;s a pleasure to be able to present to groups like we had there....</summary>
    <author>
        <name></name>
        
    </author>
            <category term="B-Team Bulletin" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/indesignchannel/">
        <![CDATA[<p>We had a full house in KL, and a very responsive crowd. It's a pleasure to be able to present to groups like we had there.</p>
]]>
        <![CDATA[<p><img height="300" style="margin: 5px" width="400" alt="" src="http://blogs.adobe.com/indesignchannel/KL-crowd.jpg" /></p>
<p>The stage in KL was fun, because we were able to come and go through doors behind the presenter's table. This enabled Karl and I to assist Paul whenever we felt that interest in his demo was flagging. As everyone there in attendance will attest, Paul is rather shy and a bit of a wallflower. </p>
<p><img height="305" style="margin: 5px" width="400" alt="" src="http://blogs.adobe.com/indesignchannel/KL-paulpresenting.jpg" /></p>
<p>Several people in KL walked away with fabulous lucky draw prizes, including one very lucky individual who won a Master Collection.</p>
<p>Did I mention we had a great time with our friends in KL? We truly did, and we're very appreciative of the work that went into organizing the event. Best KL audience ever for me. I'm looking forward to the next time.</p>
<p>After the event we made our way over to Alor Street in KL for some fine dining at a local street eatery. </p>
<p><img height="300" style="margin: 5px" width="400" alt="" src="http://blogs.adobe.com/indesignchannel/KL-street.jpg" /></p>
<p></p>
]]>
    </content>
</entry>
<entry>
    <title>CS4 Launch Tour: Mumbai, Hong Kong, Taipei</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/indesignchannel/2008/11/cs4_launch_tour_mumbai_hong_ko.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=121/entry_id=7997" title="CS4 Launch Tour: Mumbai, Hong Kong, Taipei" />
    <id>tag:blogs.adobe.com,2008:/indesignchannel//121.7997</id>
    
    <published>2008-11-08T22:20:01Z</published>
    <updated>2008-11-09T00:40:18Z</updated>
    
    <summary>I (and my colleagues Paul Burnett and Karl Soule) would like to thank the Adobe teams in Mumbai, Hong Kong, and Taipei, as well as all of the great people that turned out for our CS4 launch events. The events...</summary>
    <author>
        <name></name>
        
    </author>
            <category term="B-Team Bulletin" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/indesignchannel/">
        <![CDATA[<p>I (and my colleagues Paul Burnett and Karl Soule) would like to thank the Adobe teams in Mumbai, Hong Kong, and Taipei, as well as all of the great people that turned out for our CS4 launch events. The events were a blast, and it was a pleasure seeing old friends and making new ones. A big, heartfelt &quot;thank you!&quot; to all of you who turned out to share the day with us in all three cities.</p>
]]>
        <![CDATA[<p><strong><span style="font-family:Arial">Mumbai</span></strong></p>
<p><img height="278" style="margin: 5px" width="400" alt="" src="http://blogs.adobe.com/indesignchannel/mumbai-02.jpg" /></p>
<p><em>We had an opening act in Mumbai. </em></p>
<p><img height="346" width="400" alt="The lamp is lit." src="http://blogs.adobe.com/indesignchannel/mumbai.jpg" title="The light of CS4" /></p>
<p><em>After lighting the lamp, the CS4 demos began.</em></p>
<p><img height="291" style="margin: 5px" width="400" alt="" src="http://blogs.adobe.com/indesignchannel/mumbai-03.jpg" /></p>
<p><em>Brave souls in the front row.</em></p>
<p>The Mumbai event was unique in that I was able to demo something special for them that I will write about in a later post. </p>
<p><strong><span style="font-family:Arial">Hong Kong</span></strong></p>
<p><img height="283" style="margin: 5px" width="400" alt="" src="http://blogs.adobe.com/indesignchannel/HK-01.jpg" /></p>
<p><em>We had a big hall in Hong Kong.  This is how it looked before we opened the doors.</em></p>
<p>In Hong Kong and Taipei, we had our first encounters with the <a href="http://www.cnskyway.com/main.php">pong bong stick</a> (aka, bang bang stick, people's tube of joyful acclamation, etc.), a curious, inflatable plastic tube used to express affirmation and enthusiasm. There was much bong bong as Paul, Karl, and I showed off the new CS4 products.</p>
<p><strong><span style="font-family:Arial">Taipei</span></strong></p>
<p>Taipei, you rock! We had to split the crowd into two room in order to accommodate everybody. More bong bong, and a lot of fun to get to present to our good friends in Taipei. (See Jimmy Hsia's <a href="http://blogs.adobe.com/jhsia/2008/11/cs4_1.html">blog post</a> for more [and better] photos.</p>
<p><img height="300" style="margin: 5px" width="400" alt="" src="http://blogs.adobe.com/indesignchannel/Taipei-02.jpg" /></p>
<p><em>Just part of the crowd in Taipei...the upstairs crowd.  There was another enormous collection of devoted Adobe users in the downstairs room.</em></p>
<p><img height="248" style="margin: 5px" width="400" alt="" src="http://blogs.adobe.com/indesignchannel/Taipei-01.jpg" /></p>
<p><em>Some of our front row friends in Taipei.</em></p>
<p>And, of course, when one is in Taipei, one must drop in to the Wind restaurant there, and order at least one bowl of fly heads. And, for the record, there are no actual fly heads in a bowl of fly heads...or, at least there shouldn't be.</p>
<p>For a little more information on fly heads--as well as an action photo of the dish--go to the <a href="http://www.foodite.com/foodite/eating_out/">Foodite</a> site and scroll down to the entry dated Wednesday, March 22nd, 2006. I should have taken my own photo, but in the heat of the moment I was far too consumed with actually eating my fly heads to think about posing them and recording the moment with my iPhone.</p>
<p>Next up for us, Kuala Lumpur and Singapore!</p>]]>
    </content>
</entry>
<entry>
    <title>Useful Flash Extension</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/indesignchannel/2008/10/useful_flash_extension.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=121/entry_id=7798" title="Useful Flash Extension" />
    <id>tag:blogs.adobe.com,2008:/indesignchannel//121.7798</id>
    
    <published>2008-10-23T20:51:10Z</published>
    <updated>2008-10-23T21:53:27Z</updated>
    
    <summary>Ajar Productions has produced a free extension for Flash that combines multiple selected text frames into one text frame for easier editing....</summary>
    <author>
        <name></name>
        
    </author>
            <category term="Interactive" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/indesignchannel/">
        <![CDATA[<p><a href="http://ajarproductions.com/blog/" target="_blank">Ajar Productions</a> has produced a free <a href="http://ajarproductions.com/blog/2008/10/12/flash-extension-combine-textfields/">extension</a> for Flash that combines multiple selected text frames into one text frame for easier editing. </p>]]>
        <![CDATA[
                            <p><img src="http://www.ajarproductions.com/flash_extensions/images/combineTF_screencap.jpg" width="500" height="300" /></p>
                             <p>This extension will definitely be of interest to InDesign CS4 users who plan to migrate layouts from InDesign into Flash via InDesign's XFL export feature. Text frames from InDesign will usually get converted to single line text frames in order preserve InDesign line breaks. This is great if you don't plan on doing significant revisions to the text content once it's been imported into Flash, but not great if do. This free extension--voted "<a href="http://www.flashcamp.org/2008/10/16/most-useful-combine-textfields/">most useful</a>" at the <a href="http://www.flashcamp.org/">Flash Camp</a> Hackathon--will be a God-send to those of you planning on using the InDesign to Flash workflow in CS4.<br/>
                             </p>
                             ]]>
    </content>
</entry>
<entry>
    <title>The Second Most Important New Feature</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/indesignchannel/2008/10/the_second_most_important_feat.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=121/entry_id=7783" title="The Second Most Important New Feature" />
    <id>tag:blogs.adobe.com,2008:/indesignchannel//121.7783</id>
    
    <published>2008-10-23T00:14:33Z</published>
    <updated>2008-10-23T00:19:52Z</updated>
    
    <summary>Also new in InDesign CS4 is a completely re-written and re-architected Links feature. Some of the changes are obvious when you see the new look Links panel the first time you open it in CS4....</summary>
    <author>
        <name></name>
        
    </author>
            <category term="General" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/indesignchannel/">
        <![CDATA[<p>Also new in InDesign CS4 is a completely re-written and re-architected Links feature. Some of the changes are obvious when you see the new look Links panel the first time you open it in CS4.</p>
                             ]]>
        <![CDATA[<p><img src="http://blogs.adobe.com/indesignchannel/LinksPanel.gif" width="372" height="446" /></p>
                             <p>There's some great new functionality in the Links panel in InDesign CS4, but that's not what this blog entry is going to be about (you can see the Links Panel in action in our Caffé Fibonacci program on Adobe TV).</p>
                             <p>In this post, I'm going to describe some powerful new capabilities that Adobe is providing under the hood for developers.</p>
                             <p>The Links re-architecture project delivered some great new hooks in the API's for developers to do a number of things relatively easily:</p>
                             <ul>
                               <li>link to database records or individual fields</li>
                               <li>create bi-directional links so that edits made to linked text from a database in InDesign can be saved back to the database</li>
                               <li>link to non-page items such as swatches, fonts, workspaces, etc. Links are no longer limited to files or other external assets masquerading as files.  A link can now be to any internal object or external data source.</li>
                               <li>create compound links and link queries via parent-child link relationships. A child link is a link that is a child of an import, export or bidirectional link. A child link always references an owner object through its parent link.
                               An example would be InDesign CS3's ability to create parent-child links when an InDesign file is imported into another InDesign file. The parent link is the placed InDesign document, and the child links are the linked files within that document, and they can be viewed in the Links panel.</li>
                               <li>make link queries (and link resource queries) that enable  quickly obtaining a set of links with certain attributes from the link manager.  For example, you can query for all import links that are out-of-date.  The link manager does not need to iterate over the links to obtain the set, since it has already cached meta data on the links that allow it to quickly get the list of links.  This is especially important for documents with several links, where iteration would be very time time consuming.</li>
                               <li>use asynchronous link state updating</li>
                               <li>link to files that do not yet exist, but are coming later in the production process.</li>
                               <li>link to data contained in something other than a discrete, static file. For example, a developer can create links streaming data when reading<br />
                                 or writing links.</li>
                               </ul>
                             <p>InDesign CS4's new Linking architecture makes it a lot easier to create solutions for various types of publishing workflows. If you're interested in learning more, download the InDesign CS4 SDK, and get plugged in to our developer program.</p>
                           ]]>
    </content>
</entry>
<entry>
    <title>Get the InDesign CS4 SDK</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/indesignchannel/2008/10/get_the_indesign_cs4_sdk.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=121/entry_id=7739" title="Get the InDesign CS4 SDK" />
    <id>tag:blogs.adobe.com,2008:/indesignchannel//121.7739</id>
    
    <published>2008-10-18T08:22:00Z</published>
    <updated>2008-10-18T13:32:37Z</updated>
    
    <summary>The new InDesign CS4 SDK is available here. If you click on the Documentation tab, you&apos;ll find the links to the IDML documentation at the bottom of the page....</summary>
    <author>
        <name></name>
        
    </author>
            <category term="IDML" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/indesignchannel/">
        <![CDATA[The new InDesign CS4 SDK is available <a href="http://www.adobe.com/devnet/indesign/" target="_blank">here</a>. If you click on the Documentation tab, you'll find the links to the IDML documentation at the bottom of the page.]]>
        
    </content>
</entry>
<entry>
    <title>The Most Important New Feature</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/indesignchannel/2008/10/the_most_important_new_feature.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=121/entry_id=7683" title="The Most Important New Feature" />
    <id>tag:blogs.adobe.com,2008:/indesignchannel//121.7683</id>
    
    <published>2008-10-14T21:38:58Z</published>
    <updated>2008-10-15T04:11:05Z</updated>
    
    <summary> XML is a beautiful thing...primarily for geeky people who are passionate about topics like workflow automation and industrial strength publishing solutions. Being able to describe document geometry and document content in a non-binary file format that can be edited...</summary>
    <author>
        <name></name>
        
    </author>
            <category term="IDML" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/indesignchannel/">
        <![CDATA[                           <p>XML is a beautiful thing...primarily for geeky people who are passionate about topics like workflow automation and industrial strength publishing solutions. Being able to describe document geometry and document content in a non-binary file format that can be edited and manipulated by databases, scripts, and other processes enables a vast universe of vertical market solutions that can save publishers a lot of time and money, as well as offer opportunities for new types of publishing products.</p>
                          ]]>
        <![CDATA[  <p>For the last few versions, InDesign has enabled you to export page objects or entire documents in an XML file format called .INX. It was designed primarily for backward compatibility, and it enables you to take documents from, for example, InDesign CS3 to InDesign CS2. What it was not designed to be was human readable...or easy to deconstruct, edit, and put back together again. Nevertheless, many third pary developers expended substantial effort to do just that simply because of the workflow opportunities afforded by a text only XML file format that would enable applications other than InDesign to create and/or edit document files.</p>
                             <p>What  third party solution providers wanted to be able to do with .INX are things like:</p>
                             <ul>
                               <li>Programmatically create .INX outside InDesign, i.e., create InDesign document files using a database or some other application</li>
                               <li>Edit or transform document</li>
                               <li>Programmatically replace old with new content</li>
                               <li>Extract and recombine document subcomponents</li>
                               <li>Include and preserve their own proprietary data in the .INX structure</li>
                               <li>Validate the .INX document structure</li>
                               <li>Pre-flight the .INX code</li>
                               <li>Execute processes on INX using industry standard tools like XSLT, XQuery, E4X, RelaxNG validators,&#160; and converters</li>
                               <li>Build rich internet applications that serve as front ends to a publishing system that uses InDesign Server as the layout engine.</li>
                             </ul>
                             <p>Because INX was not designed to be used in these ways, and because Adobe did  not officially support it, building workflows around .INX was challenging at best. Many dedicated developers, however, did just that, doing their best to work around the format's obstacles and limitations.</p>
                             <p><strong>IDML</strong></p>
                             <blockquote>
                               <p>With the release of InDesign CS4, Adobe has delivered a new document XML file format that is actually designed to be a developer tool. <font color="#993300"><strong><a href="http://www.adobe.com/products/indesign/scripting/" target="_blank">IDML</a></strong></font> is the best thing since sliced bread for third party solution developers who have been wrestling with the inadequacies of the INX for building web to print and other workflow automation solutions. It's designed to be everything that .INX was not when it comes to supporting third party development.</p>
                             </blockquote>
                             <p><strong>DESIGN GOALS</strong></p>
                             <blockquote>
                               <p>The primary design goals of IDML are:</p>
                               <ul>
                                 <li><strong>Completeness</strong>: Any object, attribute, or preference can be represented in <strong>IDML</strong>. Complete &quot;round trip&quot; compatibility is expected of IDML files. </li>
                                 <li><strong>Readability:</strong> The <strong>IDML</strong> format is human-readable, <strong>IDML</strong> is designed to be read and written by virtually any program or tool capable of reading and writing XML. </li>
                                 <li><strong>Robustness:</strong> Developers have more visibility to errors and increased flexibility in handling them as well.</li>
                                 <li><strong>Backward compatibility:</strong> A user will be able to take an <strong>IDML</strong> file generated for version X and open it in version X-1</li>
                                 <li><strong>Performance:</strong> <strong>IDML</strong> aims to maintain or exceed the performance of INX.</li>
                               </ul>
                               <p>                       We’ve designed <strong>IDML</strong> to make it a key part of automated workflows. Using <strong>IDML</strong>, you can:</p>
                               <ul>
                                 <li> Programmatically generate or modify <strong>IDML</strong> documents </li>
                                 <li> Re-use parts of <strong>IDML</strong> documents in other documents</li>
                                 <li> Break a document into components</li>
                                 <li> Transform document elements using XSLT</li>
                                 <li>Find data in InDesign documents using XPath.</li>
                               </ul>
                             </blockquote>
                             <p><strong>READABILITY</strong><br />
                           </p>
                             <blockquote>
                               <p>Here's a small sample of <strong>IDML </strong>code to illustrate the human readability, part of the description of a text frame:</p>
                               <blockquote>
                                 <p><font color="#990000">&lt;ItemGeometry NumPath=&quot;1&quot; GeometricBounds=&quot;31 31 571 751&quot; TransformationMatrix=&quot;1 0 0 1 5 -391&quot;&gt;<br />
&lt;GeometryPath NumPoint=&quot;4&quot; IsOpen=&quot;false&quot;&gt; <br />
&lt;PathPoint AnchorPoint=&quot;31 31&quot; LeftDirectionPoint=&quot;31 31&quot; RightDirectionPoint=&quot;31 31&quot;/&gt;<br />
&lt;PathPoint AnchorPoint=&quot;31 751&quot; LeftDirectionPoint=&quot;31 751&quot; RightDirectionPoint=&quot;31 751&quot;/&gt;<br />
&lt;PathPoint AnchorPoint=&quot;571 751&quot; LeftDirectionPoint=&quot;571 751&quot; RightDirectionPoint=&quot;571 751&quot;/&gt;<br />
&lt;PathPoint AnchorPoint=&quot;571 31&quot; LeftDirectionPoint=&quot;571 31&quot; RightDirectionPoint=&quot;571 31&quot;/&gt;<br />
&lt;/GeometryPath&gt;<br />
&lt;/ItemGeometry&gt; </font></p>
                               </blockquote>
                             </blockquote>
                             <p><strong>SUPPORT FOR THIRD PARTY DATA</strong></p>
                             <blockquote>
                               <p><strong>IDML </strong>supports the inclusion of new scripting objects and properties added by 3rd part InDesign plug-ins. This means that third parties can embed their own proprietary data, any features added by plug-ins that support InDesign scripting can be included in the IDML package.</p>
                             </blockquote>
                             <p><strong>IDML EXPORT PACKAGE</strong></p>
                             <blockquote>
                               <p>When you export a document as IDML, InDesign creates a Zip archive containing multiple XML files. <br />
                               </p>
                               <p>The InDesign document is split into separate files representing different aspects of an InDesign document so that you can more easily identify and perform operations on the objects and properties you need. Document resources, spreads (page geometries), and stories are stored in different XML files within the zipped package.</p>
                             </blockquote>
                             <p><strong>LEGACY FORMATS</strong></p>
                             <blockquote>
                               <p>So, what becomes of INX and all its variants in past InDesign and InCopy workflows? First, here's a list of XML formats supported by InDesign and InCopy CS4:</p>
                               <p><strong>Terminology</strong></p>
                               <ul>
                                 <li><strong>IDML</strong> – InDesign Markup Language </li>
                                 <li><strong>ICML</strong> – InCopy stories will be InCopy Markup Language</li>
                                 <li>INCD – old style InCopy story format used from InCopy 2.0 through CS2</li>
                                 <li>INCX – CS4 will have inport/export support for INCX</li>
                                 <li>INX traditional – the old style format that the INX clients have used from CS through CS3</li>
                               </ul>
                               <p>INX will continue to be used for backward compatibility for InDesign versions prior to InDesign CS4.</p>
                               <p><strong>IDML</strong> will be used for backward compatibility between InDesign CS4 and future versions.</p>
                               <p>Note: CS4 has no export support for INCD; however, we will continue to support INCD import.</p>
                             </blockquote>
                             <p>The advent of <strong>IDML </strong>as a developer technology is a major development in the history of InDesign. We expect <strong>IDML </strong>to be leveraged extensively by third parties to deliver innovative and powerful publishing solutions to the market.</p>
                             <p>If you're a developer interested in learning more about <strong>IDML</strong>, you can do that do that through our developer partner program. </p>
                             <blockquote>
                               <p><br/>
                               </p>
                           </blockquote>
                           ]]>
    </content>
</entry>
<entry>
    <title>InDesign CS4 Styling Priority</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/indesignchannel/2008/10/indesign_cs4_styling_priority.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=121/entry_id=7588" title="InDesign CS4 Styling Priority" />
    <id>tag:blogs.adobe.com,2008:/indesignchannel//121.7588</id>
    
    <published>2008-10-04T06:12:11Z</published>
    <updated>2008-10-07T18:48:35Z</updated>
    
    <summary> Adobe InDesign CS4 contains a couple of powerful enhancements to Paragraph Styles. In addition to Nested Styles, CS4 enables you to apply character level styling on a line-by-line basis within a paragraph, or using GREP to identify and style...</summary>
    <author>
        <name></name>
        
    </author>
            <category term="Typography" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/indesignchannel/">
        <![CDATA[                            <p>Adobe InDesign CS4 contains a couple of powerful enhancements to Paragraph Styles. In addition to Nested Styles, CS4 enables you to apply character level styling on a line-by-line basis within a paragraph, or using GREP to identify and style runs of text. For example, you can use a GREP Style to automatically italicize any URL that appears in your text.</p>
]]>
        <![CDATA[                            <p>Here is the UI for Line Styles and GREP Styles: </p>
                            <p><img src="http://blogs.adobe.com/indesignchannel/LineStyles_001.gif" width="441" height="302" /></p>
                            <p><img src="http://blogs.adobe.com/indesignchannel/GREP.gif" width="400" height="336" /></p>
                            <p>These features give rise to a practical question: if a nested style, line style, and/or GREP style overlap, which formatting gets priority?</p>
                            <p>According to the composition engineer:</p>
                            <blockquote>
                              <p> <font color="#000000">There can be ranges of text that have overlapping character styles<br />
  applied using GREP styles, line styles &amp; nested styles all interacting.<br />
  If the style definitions don&#8217;t clash, they will ALL apply. For example,<br />
                              if the first line is all-caps (line styles), and the first word is bold<br />
                              (nested styles), then the first word will be both all-caps &amp; bold.<br />
                              Pretty trivial example, but they can stack.&#160;In the case where there is<br />
                              a clash, the choice is pretty fixed:<br />
                              <br />
                              Line-styles are lowest priority <br />
                              <br />
                              Nested Styles are next<br />
                              <br />
                              GREP styles are  top priority <br />
                              <br />
                              If you have multiple GREP expressions that match the same text, then the<br />
                              styles will still stack, and the order of the expressions in the dialog<br />
                              controls this.</font></p>
                            </blockquote>
                            ]]>
    </content>
</entry>
<entry>
    <title>Making Type Work on Structures</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/indesignchannel/2008/08/making_type_work_on_structures.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=121/entry_id=6875" title="Making Type Work on Structures" />
    <id>tag:blogs.adobe.com,2008:/indesignchannel//121.6875</id>
    
    <published>2008-08-11T17:42:09Z</published>
    <updated>2008-08-11T17:42:38Z</updated>
    
    <summary> A colleague here at Adobe shared this link with me, and I thought it was cool enough to post here. This is a rather wild example of how to make useful signage on 3-D surfaces. Eureka Carpark Melbourne...</summary>
    <author>
        <name></name>
        
    </author>
            <category term="Typography" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/indesignchannel/">
        <![CDATA[
                           <p><img src="http://blogs.adobe.com/indesignchannel/et3_000.png" width="391" height="264" /></p>
                           <p>A colleague here at Adobe shared this link with me, and I thought it was cool enough to post here. This is a rather wild example of how to make useful signage on 3-D surfaces. </p>
                           <p><a href="http://de-war.de/eurekacarpark.html" target="_blank">Eureka Carpark Melbourne</a><br/>
                           </p>
                           ]]>
        
    </content>
</entry>
<entry>
    <title>Challenged By Folding?</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/indesignchannel/2008/07/challenged_by_folding.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=121/entry_id=6591" title="Challenged By Folding?" />
    <id>tag:blogs.adobe.com,2008:/indesignchannel//121.6591</id>
    
    <published>2008-07-14T01:02:55Z</published>
    <updated>2008-07-14T01:04:48Z</updated>
    
    <summary> Have you ever had to design a brochure or other marketing document, and then been tormented by the task of setting up your document correctly to account for the folding required to complete the piece? There&apos;s a new product...</summary>
    <author>
        <name></name>
        
    </author>
            <category term="Plug-ins" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/indesignchannel/">
        <![CDATA[                           <p>Have you ever had to design a  brochure or other marketing document, and then been tormented by the task of setting up your document correctly to account for the folding required to complete the piece?</p>
                             <p>There's a new product available now from <a href="http://www.foldfactory.com" target="_blank">FoldRite</a>  that's designed to take the worry and hassle out of setting up different types of folded documents in InDesign. I played with it a bit the other day, and I found it to be both a valuable and easy to use utility. If you create folded printed pieces, you'll definitely want to have a look at this one, because it just might eliminate a lot of headaches for you. </p>
]]>
        <![CDATA[                             <table width="400" border="0">
                               <tr valign="top">
                                 <td><img src="http://blogs.adobe.com/indesignchannel/dlog-01.gif" width="400" height="298" /></td>
                               </tr>
                               <tr valign="top">
                                 <td><font color="#CC3300">Both the web and plug-in versions of the FoldRite utility have essentially the same user interface. </font></td>
                               </tr>
                             </table>
                             <p>The product is available in two forms, a plug-in utility (<a href="http://www.foldfactory.com/shop.php" target="_blank">available</a> at a discounted price of $299 until July 31st), or as a <a href="http://www.foldfactory.com/how_it_works.php" target="_blank">hosted online service</a> where you can construct and download a template for $9.99.</p>
                             <p>You can find an animated online demo <a href="http://www.networkpdf.com/foldrite/" target="_blank">here</a> that shows you how the interface works.</p>
                             <p>You use the animated interface to select and (if necessary) modify the  settings to create the template you need. FoldRite creates new InDesign file that contains the rules and marks required to construct your job.</p>
                             <table width="400" border="0">
                               <tr valign="top">
                                 <td><img src="http://blogs.adobe.com/indesignchannel/template_000.gif" width="400" height="241" /></td>
                               </tr>
                               <tr valign="top">
                                 <td><font color="#CC3300">The finished product is an InDesign template that's ready-made with the required fold guides and markings necessary for printing and folding your document. </font></td>
                               </tr>
                             </table>
                             <p> One of the very cool features of the plug-in version is its ability to &quot;update&quot; (remodel, really) an existing document. Suppose you're half-way thru a project that you're not sure you've set up correctly. You can run the FoldRite plug-in on an already existing InDesign document to get the correct setup applied to your file. <br/>
                             </p>
                           ]]>
    </content>
</entry>
<entry>
    <title>10.5.4: So Far So Good. BUT...</title>
    <link rel="alternate" type="text/html" href="http://blogs.adobe.com/indesignchannel/2008/07/1054_so_far_so_good_but.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.adobe.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=121/entry_id=6511" title="10.5.4: So Far So Good. BUT..." />
    <id>tag:blogs.adobe.com,2008:/indesignchannel//121.6511</id>
    
    <published>2008-07-01T23:34:38Z</published>
    <updated>2008-07-02T00:01:51Z</updated>
    
    <summary> Based on what we&apos;re seeing in our incoming crash logs, it appears that 10.5.4 has solved the NavServices crash problems. We&amp;#8217;re also noticing, however, that some users are still hitting a problem that was introduced by a VersionCue 3.1...</summary>
    <author>
        <name></name>
        
    </author>
            <category term="Leopard" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.adobe.com/indesignchannel/">
        <![CDATA[                         <p>Based on what we're seeing in our incoming crash logs, it appears that 10.5.4 has  solved the NavServices crash problems.</p>
                           <p>We&#8217;re also noticing, however, that some users are still hitting a problem that was introduced by a VersionCue 3.1 update last year. For a subset of users, the update did not install the VersionCueUI framework. As a result, when invoking a NavServices dialog (i.e., place, relink, save as, etc.), they will crash--not because of a Leopard problem, but because their VersionCueUI framework was not updated.</p>]]>
        <![CDATA[ <p>This problem affects a relatively small percentage of users, but we've received crash logs from users on 10.5.4 that are experincing this crash.</p>
                           <p><strong><font color="#990000">If you've installed 10.5.4 and are still experiencing a crash when invoking the Place or other system navigation dialogs, then please review the information below. </font></strong></p>
                           <p>We&#8217;ve had a Knowledge Base article on this VersionCue updater issue late 2007. We have sent the email below to users that have sent us crash logs in the past couple months:<br />
                           </p>
                           <blockquote>
                             <p><em>You&#8217;ve recently submitted an InDesign crashlog for a crash you hit when attempting to open one of the system file dialogs (Open, Place, Save As, Export, or Relink). The cause of this crash is a failed installation of a VersionCue update. Here is a link to an Adobe support webpage that will give you some more detail and a solution:<br />
                               <u><a href="http://www.adobe.com/go/kb402521" target="_blank"><strong><font color="#0000CC">http://www.adobe.com/go/kb402521</font></strong></a><br />
                               </u><br />
                             If you area also running MacOS 10.5 (aka Leopard), I highly recommend that you get Apple&#8217;s latest update, 10.5.4, which was posted yesterday. To get this, choose &#8220;Software Update...&#8221; under your Apple menu. This latest update fixes another common case of InDesign unexpectedly quitting when attempting to access these dialogs in Leopard.<br />
                             <br />
                             Finally, earlier today, Adobe posted an update to InDesign CS3, version 5.0.3, which fixes several critical bugs in other areas of the product. To get this update, choose &#8220;Updates...&#8221; under the Help menu in InDesign CS3. Alternatively, you can download the 5.0.3 updater from: <u><a href="http://www.adobe.com/support/downloads/detail.jsp?ftpID=3961" target="_blank"><strong><font color="#000099">http://www.adobe.com/support/downloads/detail.jsp?ftpID=3961</font></strong></a><br />
                               </u><br />
                             Thank you for submitting crashlogs. Although we cannot respond to every submission, we review them regularly and work to address the most serious issues.</em><br />
                             </p>
                           </blockquote>
                           ]]>
    </content>
</entry>

</feed> 

