<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adobe Blogs</title>
	<atom:link href="http://blogs.adobe.com/?feed=globalrss" rel="self" type="application/rss+xml" />
	<link>http://blogs.adobe.com</link>
	<description>Welcome to Adobe.com Blogs</description>
	<lastBuildDate>Fri, 23 Mar 2012 14:20:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>



	
	<item>
		<title>Common Design Patterns in JavaScript</title>
		<link>http://blogs.adobe.com/adc/2012/05/common-design-patterns-in-javascript.html</link>
		<comments>http://blogs.adobe.com/adc/2012/05/common-design-patterns-in-javascript.html#comments</comments>
		<pubDate>Wed, 16 May 2012 18:19:12 +0000</pubDate>
		<dc:creator>brinaldi</dc:creator>
		<guid isPermaLink="false">32404</guid>
		<description><![CDATA[<p>Anyone who has been programming for some time has come to realize the value of understanding design patterns, regardless of whether or not your background includes a CS degree. In my experience though, I have found that deciphering the definition of a particular design pattern or understanding its use cases can be more difficult than actually coding it. Still, when it gets to implementing the pattern, sometimes translating a pattern from the textbook definition (oftentimes in Java) to whatever language you are working in can be difficult as well.</p>
<p>This is why I am excited about the series of articles Joe Zimmerman is doing for the ADC on implementing common design patterns in JavaScript. Not only does he manage to explain each pattern in easy to understand terms and describes common use cases, but he shows simple examples of how you would implement this pattern using JavaScript. In his most recent article, he covers the <a href="http://www.adobe.com/devnet/html5/articles/javascript-design-patterns-pt2-adapter-decorator-factory.html">adapter, decorator and factory patterns</a>, while his first article covered the <a href="http://www.adobe.com/devnet/html5/articles/javascript-design-patterns-pt1-singleton-composite-facade.html">singleton, composite and facade patterns</a>. He also has many of these and more posted to <a href="http://www.joezimjs.com/tag/design-patterns/">his blog</a>.</p>
<p>While you may not require each particular pattern immediately, they are always useful tools to have in your toolbox to use as needed. You also may rely on a framework which uses some of these patterns and understanding the underlying principles can be helpful in your proper use of the framework. Either way, I believe this <a href="http://www.adobe.com/devnet/author_bios/joseph-zimmerman.html">series of articles</a> (part 3 is coming soon) is well <a href="http://www.adobe.com/devnet/html5/articles/javascript-design-patterns-pt2-adapter-decorator-factory.html">worth reading</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p>Anyone who has been programming for some time has come to realize the value of understanding design patterns, regardless of whether or not your background includes a CS degree. In my experience though, I have found that deciphering the definition of a particular design pattern or understanding its use cases can be more difficult than actually coding it. Still, when it gets to implementing the pattern, sometimes translating a pattern from the textbook definition (oftentimes in Java) to whatever language you are working in can be difficult as well.</p>
<p>This is why I am excited about the series of articles Joe Zimmerman is doing for the ADC on implementing common design patterns in JavaScript. Not only does he manage to explain each pattern in easy to understand terms and describes common use cases, but he shows simple examples of how you would implement this pattern using JavaScript. In his most recent article, he covers the <a href="http://www.adobe.com/devnet/html5/articles/javascript-design-patterns-pt2-adapter-decorator-factory.html">adapter, decorator and factory patterns</a>, while his first article covered the <a href="http://www.adobe.com/devnet/html5/articles/javascript-design-patterns-pt1-singleton-composite-facade.html">singleton, composite and facade patterns</a>. He also has many of these and more posted to <a href="http://www.joezimjs.com/tag/design-patterns/">his blog</a>.</p>
<p>While you may not require each particular pattern immediately, they are always useful tools to have in your toolbox to use as needed. You also may rely on a framework which uses some of these patterns and understanding the underlying principles can be helpful in your proper use of the framework. Either way, I believe this <a href="http://www.adobe.com/devnet/author_bios/joseph-zimmerman.html">series of articles</a> (part 3 is coming soon) is well <a href="http://www.adobe.com/devnet/html5/articles/javascript-design-patterns-pt2-adapter-decorator-factory.html">worth reading</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/adc//comments/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
	<item>
		<title>To moderate or not. That is the question pod.</title>
		<link>http://blogs.adobe.com/adobeconnect/2012/05/to-moderate-or-not-that-is-the-question-pod.html</link>
		<comments>http://blogs.adobe.com/adobeconnect/2012/05/to-moderate-or-not-that-is-the-question-pod.html#comments</comments>
		<pubDate>Wed, 16 May 2012 17:24:44 +0000</pubDate>
		<dc:creator>alistairlee</dc:creator>
		<guid isPermaLink="false">32403</guid>
		<description><![CDATA[<p>There are two two separate pods in Adobe Connect that enable participants to ask questions during a meeting, virtual classroom or webinar.</p>
<p>The Chat pod allows for completely open discussion among all participants and private discussion between two participants or a participant and a group (like the presenters). The Chat pod is unmoderated, which means anyone can post a question or comment and it will be seen immediately by everyone. Private chat appears in a separate tab in the chat pod.</p>
<p>The Q&amp;A pod is similar in that anyone can post a question or comment to the pod, but unlike the chat pod, those posts are only seen by the presenters and hosts in a meeting. A presenter or host can choose to answer a question in the Q&amp;A pod either publicly (in which case everyone will see the question and the answer) or privately (in which case only the questioner will see the question and answer). Questions from the Q&amp;A pod can be assigned to a specific presenter.</p>
<p>So which pod should you use? Should you moderate your discussion or not? The answer of course depends on your <a href="http://www.adobe.com/products/adobeconnect.html">web conference</a>. As the host of a meeting, I usually ask myself a few questions when making this decision.</p>
<ul>
<li> Is the goal to enable participants to ask me questions &#8211; or am I looking to facilitate a conversation between participants?</li>
<li>How do I feel about participants chatting privately? Will this be a distraction to the meeting or will it increase engagement?</li>
<li>Are there questions I might not be comfortable answering in public?</li>
<li>How many participants are attending? What kind of meeting is it?</li>
</ul>
<p>In general, I prefer to use an open, un-moderated chat pod. I find it can increase interaction among all participants. The un-moderated chat pod is ideal for collaborative meetings and often works well for virtual classrooms.</p>
<p>I believe it&#8217;s important not only use meeting size as the only factor &#8211; but as a meeting grows, it makes sense to swap out the un-moderated chat pod for a moderated Q&amp;A pod. At this point, it also helps to have someone else in the meeting helping to moderate the Q&amp;A pod while you speak. The Q&amp;A pod is ideal for webinars.</p>
<p>Of course, you can have the best of both worlds. I&#8217;ll often use an open chat pod in my webinar lobby that participants can use while they&#8217;re waiting for a webinar to begin, then switch to a moderated Q&amp;A pod during the webinar itself.</p>
<p><strong>Tips &amp; Tricks</strong></p>
<ul>
<li>Encourage users to change the color of their text when using the chat pod. It helps to differentiate the questions and makes everything more readable.</li>
<li>The presenter view of the Q&amp;A pod can be sent to the Presenter Only Area (POA). This enables the presenters to work with a much larger pod while they are facilitating the questions.</li>
<li>You can add multiple chat pods to a single layout. This is helpful when you want to solicit feedback across a number of different topics. Simply double-click the title of a chat pod to rename it.</li>
<li>You can export a Q&amp;A log of all of the questions that were asked as a rich text file. You can also email the content of any Q&amp;A or chat pod. Click the pod options menu to access these options.</li>
<li>You can use an un-moderated chat pod and still disable private chat. This can be quickly disabled in the Preferences dialog.</li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p>There are two two separate pods in Adobe Connect that enable participants to ask questions during a meeting, virtual classroom or webinar.</p>
<p>The Chat pod allows for completely open discussion among all participants and private discussion between two participants or a participant and a group (like the presenters). The Chat pod is unmoderated, which means anyone can post a question or comment and it will be seen immediately by everyone. Private chat appears in a separate tab in the chat pod.</p>
<p>The Q&amp;A pod is similar in that anyone can post a question or comment to the pod, but unlike the chat pod, those posts are only seen by the presenters and hosts in a meeting. A presenter or host can choose to answer a question in the Q&amp;A pod either publicly (in which case everyone will see the question and the answer) or privately (in which case only the questioner will see the question and answer). Questions from the Q&amp;A pod can be assigned to a specific presenter.</p>
<p>So which pod should you use? Should you moderate your discussion or not? The answer of course depends on your <a href="http://www.adobe.com/products/adobeconnect.html">web conference</a>. As the host of a meeting, I usually ask myself a few questions when making this decision.</p>
<ul>
<li> Is the goal to enable participants to ask me questions &#8211; or am I looking to facilitate a conversation between participants?</li>
<li>How do I feel about participants chatting privately? Will this be a distraction to the meeting or will it increase engagement?</li>
<li>Are there questions I might not be comfortable answering in public?</li>
<li>How many participants are attending? What kind of meeting is it?</li>
</ul>
<p>In general, I prefer to use an open, un-moderated chat pod. I find it can increase interaction among all participants. The un-moderated chat pod is ideal for collaborative meetings and often works well for virtual classrooms.</p>
<p>I believe it&#8217;s important not only use meeting size as the only factor &#8211; but as a meeting grows, it makes sense to swap out the un-moderated chat pod for a moderated Q&amp;A pod. At this point, it also helps to have someone else in the meeting helping to moderate the Q&amp;A pod while you speak. The Q&amp;A pod is ideal for webinars.</p>
<p>Of course, you can have the best of both worlds. I&#8217;ll often use an open chat pod in my webinar lobby that participants can use while they&#8217;re waiting for a webinar to begin, then switch to a moderated Q&amp;A pod during the webinar itself.</p>
<p><strong>Tips &amp; Tricks</strong></p>
<ul>
<li>Encourage users to change the color of their text when using the chat pod. It helps to differentiate the questions and makes everything more readable.</li>
<li>The presenter view of the Q&amp;A pod can be sent to the Presenter Only Area (POA). This enables the presenters to work with a much larger pod while they are facilitating the questions.</li>
<li>You can add multiple chat pods to a single layout. This is helpful when you want to solicit feedback across a number of different topics. Simply double-click the title of a chat pod to rename it.</li>
<li>You can export a Q&amp;A log of all of the questions that were asked as a rich text file. You can also email the content of any Q&amp;A or chat pod. Click the pod options menu to access these options.</li>
<li>You can use an un-moderated chat pod and still disable private chat. This can be quickly disabled in the Preferences dialog.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/adobeconnect//comments/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
	<item>
		<title>Day 1 @AdobeSummit</title>
		<link>http://blogs.adobe.com/uk/2012/05/16/day-1-adobesummit</link>
		<comments>http://blogs.adobe.com/uk/2012/05/16/day-1-adobesummit#comments</comments>
		<pubDate>Wed, 16 May 2012 16:08:50 +0000</pubDate>
		<dc:creator>The @AdobeUK Team</dc:creator>
		<guid isPermaLink="false">32402</guid>
		<description><![CDATA[<p><a class="lightbox" title="Day 1 at Adobe Summit" href="http://blogs.adobe.com/uk/files/2012/05/photo.png"><img class="size-full wp-image-226 aligncenter" title="Day 1 at Adobe Summit" src="http://blogs.adobe.com/uk/files/2012/05/photo.png" alt="" width="580" height="334" /></a></p>
<p>With over 1,700 attendees packing out the halls and pavilions in Battersea Park, seminars and workshops at every turn and an amazing line up of inspiring keynotes, the first day of Adobe’s <a href="http://blogs.adobe.com/adobesummit/category/emea/">Digital Marketing Summit 2012</a> was pretty hard to sum up – but we’ve given it a go&#8230;</p>
<p><strong>A picture of the future of Digital Marketing</strong></p>
<p>Kicking off the day, Adobe’s SVP <a href="http://www.adobe.com/aboutadobe/pressroom/executivebios/bradrencher.html">Brad Rencher</a> presented Adobe’s vision of the “Digital Self” – he examined the way that our digital signals, created by hundred of social actions, check ins, live streams and status updates, are creating a wealth of data that marketers can use to bring a deeply personal experience to customers.</p>
<p><em>“It’s not just about rows in spreadsheets but about real people who have real needs” – Brad Rencher, Adobe SVP Digital Marketing</em></p>
<p>Brad also spoke about the need for marketers to become more savvy when it comes to understanding this data. He emphasised that consumers are starting to wake up to personalisation and what it means for them, and in the future they will demand it. The message for marketers is clear: be prepared.</p>
<p><strong>Privacy vs. personalisation</strong></p>
<p>Among the many session streams on offer throughout the day, many were drawn to the fascinating discussion in the London 2012 room, chaired by the UK’s Digital Champion, Martha Lane Fox. Martha led a panel discussion, looking at the balancing act that consumers, regulators and marketers are all concerned about at the moment – that of personalisation and privacy.</p>
<p>Dave Evans from the Information Commissioners Office (ICO), who has been dealing with the recent EU ePrivacy Directive which will affect all websites using cookies from the end of May 2012. One hot topic of conversation was around how marketers will be affected by the changes, in particular how to know where the boundaries are between using customer data to help personalise experiences, without intruding into personal privacy, commenting on the issue Evans said,  “We need companies to test the limits of personalisation and privacy in order to move forward”.</p>
<p><strong>Getting in a Huff about sleep and connectivity</strong></p>
<p>The highlight of the day was a fascinating closing keynote from founder of the Huffington Post – <a href="http://www.twitter.com/ariannahuff">Arriana Huffington</a>. Since launching the “HuffPo” seven years ago, Arianna and her team have seen massive changes in the worlds of online journalism, blogging and user generated content – changes that they have been a major catalyst of, primarily through their open approach to allowing reader interaction and input across the site.</p>
<p>She spoke about the Huffington Post’s “nap” rooms &#8211; rooms on site at the website’s offices where employees can recharge. She herself is a big advocate for getting enough sleep and taking “digital retreats” where no technology is allowed – something which for many in the room was a challenging concept, we’re sure!</p>
<p><strong>Keep track of all the #AdobeSummit news</strong></p>
<p>The Summit has continued today and we will give you a full wrap up in tomorrow’s blog – for now, keep track of all the news, announcements, gossip and much more by following <a href="http://www.twitter.com/AdobeSummit">@AdobeSummit</a>  and <a href="http://twitter.com/adobeuk">@AdobeUK</a> on Twitter or track the #AdobeSummit tag for updates from attendees.</p>
]]></description>
			<content:encoded><![CDATA[<p><a class="lightbox" title="Day 1 at Adobe Summit" href="http://blogs.adobe.com/uk/files/2012/05/photo.png"><img class="size-full wp-image-226 aligncenter" title="Day 1 at Adobe Summit" src="http://blogs.adobe.com/uk/files/2012/05/photo.png" alt="" width="580" height="334" /></a></p>
<p>With over 1,700 attendees packing out the halls and pavilions in Battersea Park, seminars and workshops at every turn and an amazing line up of inspiring keynotes, the first day of Adobe’s <a href="http://blogs.adobe.com/adobesummit/category/emea/">Digital Marketing Summit 2012</a> was pretty hard to sum up – but we’ve given it a go&#8230;</p>
<p><strong>A picture of the future of Digital Marketing</strong></p>
<p>Kicking off the day, Adobe’s SVP <a href="http://www.adobe.com/aboutadobe/pressroom/executivebios/bradrencher.html">Brad Rencher</a> presented Adobe’s vision of the “Digital Self” – he examined the way that our digital signals, created by hundred of social actions, check ins, live streams and status updates, are creating a wealth of data that marketers can use to bring a deeply personal experience to customers.</p>
<p><em>“It’s not just about rows in spreadsheets but about real people who have real needs” – Brad Rencher, Adobe SVP Digital Marketing</em></p>
<p>Brad also spoke about the need for marketers to become more savvy when it comes to understanding this data. He emphasised that consumers are starting to wake up to personalisation and what it means for them, and in the future they will demand it. The message for marketers is clear: be prepared.</p>
<p><strong>Privacy vs. personalisation</strong></p>
<p>Among the many session streams on offer throughout the day, many were drawn to the fascinating discussion in the London 2012 room, chaired by the UK’s Digital Champion, Martha Lane Fox. Martha led a panel discussion, looking at the balancing act that consumers, regulators and marketers are all concerned about at the moment – that of personalisation and privacy.</p>
<p>Dave Evans from the Information Commissioners Office (ICO), who has been dealing with the recent EU ePrivacy Directive which will affect all websites using cookies from the end of May 2012. One hot topic of conversation was around how marketers will be affected by the changes, in particular how to know where the boundaries are between using customer data to help personalise experiences, without intruding into personal privacy, commenting on the issue Evans said,  “We need companies to test the limits of personalisation and privacy in order to move forward”.</p>
<p><strong>Getting in a Huff about sleep and connectivity</strong></p>
<p>The highlight of the day was a fascinating closing keynote from founder of the Huffington Post – <a href="http://www.twitter.com/ariannahuff">Arriana Huffington</a>. Since launching the “HuffPo” seven years ago, Arianna and her team have seen massive changes in the worlds of online journalism, blogging and user generated content – changes that they have been a major catalyst of, primarily through their open approach to allowing reader interaction and input across the site.</p>
<p>She spoke about the Huffington Post’s “nap” rooms &#8211; rooms on site at the website’s offices where employees can recharge. She herself is a big advocate for getting enough sleep and taking “digital retreats” where no technology is allowed – something which for many in the room was a challenging concept, we’re sure!</p>
<p><strong>Keep track of all the #AdobeSummit news</strong></p>
<p>The Summit has continued today and we will give you a full wrap up in tomorrow’s blog – for now, keep track of all the news, announcements, gossip and much more by following <a href="http://www.twitter.com/AdobeSummit">@AdobeSummit</a>  and <a href="http://twitter.com/adobeuk">@AdobeUK</a> on Twitter or track the #AdobeSummit tag for updates from attendees.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/uk//comments/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
	<item>
		<title>Correspondence Management: Move active assets betwixt systems</title>
		<link>http://blogs.adobe.com/samartha/2012/05/correspondence-management-move-active-assets-betwixt-systems.html</link>
		<comments>http://blogs.adobe.com/samartha/2012/05/correspondence-management-move-active-assets-betwixt-systems.html#comments</comments>
		<pubDate>Wed, 16 May 2012 09:18:52 +0000</pubDate>
		<dc:creator>Samartha Vashishtha</dc:creator>
		<guid isPermaLink="false">32397</guid>
		<description><![CDATA[<p>Correspondence Management 9.5 now lets you conveniently move active assets from one system to another. You can export the selected assets from the source system as a ZIP package and import the ZIP package into the target system.</p>
<p>This functionality is useful in several scenarios; for example, when you’re moving assets from a development environment to a production environment.</p>
<p>Some important considerations to keep in mind:</p>
<ul>
<li>Only active assets can be exported. Further, all the assets to be exported must be on the same Correspondence Management system.</li>
<li>For optimal performance, select a maximum of 100 letters for export and ensure that the exported ZIP package size does not exceed 50 MB.</li>
<li>The export operation fails if one or more dependent assets for a selected asset are in the archived state. To resolve this issue, refer to the log and modify the selected asset such that it is dependent on the active version of the offending asset instead of the archived version.</li>
</ul>
<p>You can access the documentation for this new feature <strong><a href="http://help.adobe.com/en_US/LiveCycle/9.5/CorrespondenceManagementSolution/WSe887ca7d317bc0ec5709e2061372b923f71-8000.html" target="_blank">here.</a></strong></p>
]]></description>
			<content:encoded><![CDATA[<p>Correspondence Management 9.5 now lets you conveniently move active assets from one system to another. You can export the selected assets from the source system as a ZIP package and import the ZIP package into the target system.</p>
<p>This functionality is useful in several scenarios; for example, when you’re moving assets from a development environment to a production environment.</p>
<p>Some important considerations to keep in mind:</p>
<ul>
<li>Only active assets can be exported. Further, all the assets to be exported must be on the same Correspondence Management system.</li>
<li>For optimal performance, select a maximum of 100 letters for export and ensure that the exported ZIP package size does not exceed 50 MB.</li>
<li>The export operation fails if one or more dependent assets for a selected asset are in the archived state. To resolve this issue, refer to the log and modify the selected asset such that it is dependent on the active version of the offending asset instead of the archived version.</li>
</ul>
<p>You can access the documentation for this new feature <strong><a href="http://help.adobe.com/en_US/LiveCycle/9.5/CorrespondenceManagementSolution/WSe887ca7d317bc0ec5709e2061372b923f71-8000.html" target="_blank">here.</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/samartha//comments/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
	<item>
		<title>Info about Creative Cloud subscriptions for groups</title>
		<link>http://blogs.adobe.com/jnack/2012/05/info-about-creative-cloud-subscriptions-for-groups.html</link>
		<comments>http://blogs.adobe.com/jnack/2012/05/info-about-creative-cloud-subscriptions-for-groups.html#comments</comments>
		<pubDate>Wed, 16 May 2012 15:12:43 +0000</pubDate>
		<dc:creator>John Nack</dc:creator>
		<guid isPermaLink="false">32401</guid>
		<description><![CDATA[<p>I&#8217;ve gotten a bunch of questions about how customers can buy Creative Cloud memberships in bulk.  I could send you to a <a href="http://www.adobe.com/products/creativesuite/companies.html">Web page</a> and a <a href="http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/products/creativesuite/companies/pdfs/CCTR-offer-overview.pdf">PDF</a>—but frankly I didn&#8217;t want to read through those any more than you probably do, so I asked around &amp; distilled the highlights:</p>
<ul>
<li>Right now Creative Cloud membership (let&#8217;s call it &#8220;CCM&#8221;) is sold on an individual basis directly from Adobe &amp; a couple of partners like Amazon &amp; Staples. It&#8217;s not sold through volume licensing or reseller channel partners (e.g. B&amp;H).</li>
<li>There <em>will</em> be a way to buy CCM for groups of people, but it won&#8217;t be available until later this year.</li>
<li>Once it&#8217;s available, I expect it to include everything that&#8217;s currently in CCM, plus added features for managing users, storage, &amp; more.</li>
<li>In the meantime, teams can buy what&#8217;s called &#8220;Creative Cloud Team Ready.&#8221; Team Ready includes the desktop apps that are part of CCM, as well as Adobe Expert Support, but it doesn&#8217;t include cloud features (such as Typekit access). It&#8217;s a term-license subscription, meaning that it ends at some point (by which time the CCM Team offering should be available).</li>
</ul>
<p> &nbsp; </p>
<p>Does that make sense? Please let us know you still have questions.</p>
<p> &nbsp; </p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve gotten a bunch of questions about how customers can buy Creative Cloud memberships in bulk.  I could send you to a <a href="http://www.adobe.com/products/creativesuite/companies.html">Web page</a> and a <a href="http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/products/creativesuite/companies/pdfs/CCTR-offer-overview.pdf">PDF</a>—but frankly I didn&#8217;t want to read through those any more than you probably do, so I asked around &amp; distilled the highlights:</p>
<ul>
<li>Right now Creative Cloud membership (let&#8217;s call it &#8220;CCM&#8221;) is sold on an individual basis directly from Adobe &amp; a couple of partners like Amazon &amp; Staples. It&#8217;s not sold through volume licensing or reseller channel partners (e.g. B&amp;H).</li>
<li>There <em>will</em> be a way to buy CCM for groups of people, but it won&#8217;t be available until later this year.</li>
<li>Once it&#8217;s available, I expect it to include everything that&#8217;s currently in CCM, plus added features for managing users, storage, &amp; more.</li>
<li>In the meantime, teams can buy what&#8217;s called &#8220;Creative Cloud Team Ready.&#8221; Team Ready includes the desktop apps that are part of CCM, as well as Adobe Expert Support, but it doesn&#8217;t include cloud features (such as Typekit access). It&#8217;s a term-license subscription, meaning that it ends at some point (by which time the CCM Team offering should be available).</li>
</ul>
<p> &nbsp; </p>
<p>Does that make sense? Please let us know you still have questions.</p>
<p> &nbsp; </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/jnack//comments/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	
	<item>
		<title>Syncing Proto Files and New Functionality Coming Soon</title>
		<link>http://blogs.adobe.com/adobeproto/2012/05/16/syncing-proto-files-and-new-functionality-coming-soon</link>
		<comments>http://blogs.adobe.com/adobeproto/2012/05/16/syncing-proto-files-and-new-functionality-coming-soon#comments</comments>
		<pubDate>Wed, 16 May 2012 14:47:36 +0000</pubDate>
		<dc:creator>Christine Jennings</dc:creator>
		<guid isPermaLink="false">32400</guid>
		<description><![CDATA[<p>We would like to update everyone that we are working on getting an extension launched very soon so that you are able to sync, change and share your Proto files with others whether you are a member of the Creative Cloud  and or using Dreamweaver or any other HTML editor.  Look for all updates here or in the user forums for Proto.</p>
]]></description>
			<content:encoded><![CDATA[<p>We would like to update everyone that we are working on getting an extension launched very soon so that you are able to sync, change and share your Proto files with others whether you are a member of the Creative Cloud  and or using Dreamweaver or any other HTML editor.  Look for all updates here or in the user forums for Proto.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/adobeproto//comments/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
	<item>
		<title>Layer Panel Enhancements for Shape Layers in Photoshop CS6</title>
		<link>http://blogs.adobe.com/jkost/2012/05/layer-panel-enhancements-for-shape-layers-in-photoshop-cs6.html</link>
		<comments>http://blogs.adobe.com/jkost/2012/05/layer-panel-enhancements-for-shape-layers-in-photoshop-cs6.html#comments</comments>
		<pubDate>Wed, 16 May 2012 12:02:28 +0000</pubDate>
		<dc:creator>Julieanne Kost</dc:creator>
		<guid isPermaLink="false">32399</guid>
		<description><![CDATA[<p>• There is a new badge for shape layers in the Layers panel (Shape layers are no longer represented by a Fill layer with a vector mask).</p>
<p>• Although the Shape Layer icon (badge) has changed, you can still double-click the shape layer icon to change the color of the shape’s fill.</p>
<p>• Because shapes are often very small in relation to the entire image, the Layers panel displays the contents of shape layers as large as possible in the Layer thumbnail &#8211; ignoring the relationship of the shape to the entire document (as other layers appear by default).</p>
<p>• Selecting a Shape layer in the Layers panel automatically displays the path in the image area (making it easier to quickly edit the shape).</p>
<p>• Command + H (Mac) | Control + H (Win) hides the path.</p>
<p>• Clicking on a shape in the image area with the Path Selection tool will automatically select that layer in the Layers panel.</p>
<p>• If you delete all of the paths on a shape layer, the layer will automaticallly be deleted.</p>
<div></div>
]]></description>
			<content:encoded><![CDATA[<p>• There is a new badge for shape layers in the Layers panel (Shape layers are no longer represented by a Fill layer with a vector mask).</p>
<p>• Although the Shape Layer icon (badge) has changed, you can still double-click the shape layer icon to change the color of the shape’s fill.</p>
<p>• Because shapes are often very small in relation to the entire image, the Layers panel displays the contents of shape layers as large as possible in the Layer thumbnail &#8211; ignoring the relationship of the shape to the entire document (as other layers appear by default).</p>
<p>• Selecting a Shape layer in the Layers panel automatically displays the path in the image area (making it easier to quickly edit the shape).</p>
<p>• Command + H (Mac) | Control + H (Win) hides the path.</p>
<p>• Clicking on a shape in the image area with the Path Selection tool will automatically select that layer in the Layers panel.</p>
<p>• If you delete all of the paths on a shape layer, the layer will automaticallly be deleted.</p>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/jkost//comments/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
	<item>
		<title>Meredith Corporation Chooses Adobe Digital Publishing Suite as its Tablet Publishing Solution</title>
		<link>http://blogs.adobe.com/digitalpublishing/2012/05/meredith-corporation-chooses-adobe-digital-publishing-suite-as-its-tablet-publishing-solution.html</link>
		<comments>http://blogs.adobe.com/digitalpublishing/2012/05/meredith-corporation-chooses-adobe-digital-publishing-suite-as-its-tablet-publishing-solution.html#comments</comments>
		<pubDate>Tue, 15 May 2012 21:52:18 +0000</pubDate>
		<dc:creator>Adobe Digital Publishing Suite Team</dc:creator>
		<guid isPermaLink="false">32393</guid>
		<description><![CDATA[<p>Today is an exciting day for Digital Publishing Suite and Meredith Corporation. At the Adobe Digital Publishing event earlier today in New York City, Jim Guerard, Vice President and General Manager of Media Solutions at Adobe, announced that Meredith Corporation, a leading media and marketing company serving American women, has selected Digital Publishing Suite as its tablet publishing solution. You’ll soon see the iconic content from <em>Better Homes and Gardens</em>, <em>Parents</em>, and <em>Fitness</em> on tablet devices and featured in our <a href="http://blogs.adobe.com/digitalpublishinggallery/">Digital Publishing gallery</a>.</p>
<p>“We’re excited to publish our leading brands to multiple channels using Digital Publishing Suite,” said Liz Schimel, Executive Vice President, Chief Digital Officer, at Meredith Corporation. “With our tablet editions, we’re looking forward to delivering content that entertains and delights our readers on these new devices – and that also drives additional revenue and subscriptions.”</p>
<p>Here at Adobe, we’re thrilled to work with such a strong and established leader in the media industry. Meredith Corporation produces iconic titles that provide compelling content to its customer base. Meredith features multiple well-known national brands in consumer interest areas such as home, family, health and wellness and self-development. These brands include <em>Better Homes and Gardens, Parents, Allrecipes.com, Family Circle, Ladies&#8217; Home Journal, Fitness, More, American Baby, FamilyFun </em>and <em>EveryDay with Rachael Ray</em>.</p>
<p>The brands that will be produced for tablets include <em>Better Homes and Gardens, Parents and Fitness.  Better Homes and Gardens</em> first published in 1922, is the fourth best-selling publication in the United States with a print circulation of 7.6 million. <em>Parents</em> was first published in 1926 and has a print circulation of over 2 million. Collaborating with leaders in the media industry fuels innovative ideas in Digital Publishing Suite, and we look forward to a great partnership.</p>
<p style="text-align: center;">
]]></description>
			<content:encoded><![CDATA[<p>Today is an exciting day for Digital Publishing Suite and Meredith Corporation. At the Adobe Digital Publishing event earlier today in New York City, Jim Guerard, Vice President and General Manager of Media Solutions at Adobe, announced that Meredith Corporation, a leading media and marketing company serving American women, has selected Digital Publishing Suite as its tablet publishing solution. You’ll soon see the iconic content from <em>Better Homes and Gardens</em>, <em>Parents</em>, and <em>Fitness</em> on tablet devices and featured in our <a href="http://blogs.adobe.com/digitalpublishinggallery/">Digital Publishing gallery</a>.</p>
<p>“We’re excited to publish our leading brands to multiple channels using Digital Publishing Suite,” said Liz Schimel, Executive Vice President, Chief Digital Officer, at Meredith Corporation. “With our tablet editions, we’re looking forward to delivering content that entertains and delights our readers on these new devices – and that also drives additional revenue and subscriptions.”</p>
<p>Here at Adobe, we’re thrilled to work with such a strong and established leader in the media industry. Meredith Corporation produces iconic titles that provide compelling content to its customer base. Meredith features multiple well-known national brands in consumer interest areas such as home, family, health and wellness and self-development. These brands include <em>Better Homes and Gardens, Parents, Allrecipes.com, Family Circle, Ladies&#8217; Home Journal, Fitness, More, American Baby, FamilyFun </em>and <em>EveryDay with Rachael Ray</em>.</p>
<p>The brands that will be produced for tablets include <em>Better Homes and Gardens, Parents and Fitness.  Better Homes and Gardens</em> first published in 1922, is the fourth best-selling publication in the United States with a print circulation of 7.6 million. <em>Parents</em> was first published in 1926 and has a print circulation of over 2 million. Collaborating with leaders in the media industry fuels innovative ideas in Digital Publishing Suite, and we look forward to a great partnership.</p>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/digitalpublishing//comments/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
	<item>
		<title>XDP Stitiching using DDX</title>
		<link>http://blogs.adobe.com/livecyclepost/2012/05/xdp-stitiching-using-ddx</link>
		<comments>http://blogs.adobe.com/livecyclepost/2012/05/xdp-stitiching-using-ddx#comments</comments>
		<pubDate>Tue, 15 May 2012 21:42:33 +0000</pubDate>
		<dc:creator>Girish Bedekar</dc:creator>
		<guid isPermaLink="false">32398</guid>
		<description><![CDATA[<p><em>- <strong>Girish Bedekar</strong>, LiveCycle Solutions Evangelist @ Adobe</em></p>
<p>A common use case is to let the end user select various fragments to insert in the final PDF. The screen shot below would better explain what I mean by this. AS you can see this screen captures some user information, and allows the user to select fragments that need to be inserted in the final pdf. When the user hits the submit button it will call a LC process which will parse the parameters and build the DDX needed for XDP Stitching. The Process makes use of a custom component called xmlUtilities which allows you to insert elements in an xml document. The input parameters to the process are the name,city,address,state,zip and fragments. The fragments variable will hold a comma separated list of selected fragments.</p>
<p>&#8212;</p>
<p><em>Read the complete post at <a href="blogs.adobe.com/livecycle/2012/05/xdp-stitiching-using-ddx.html">Adobe LiveCycle Blogs</a>.</em></p>
]]></description>
			<content:encoded><![CDATA[<p><em>- <strong>Girish Bedekar</strong>, LiveCycle Solutions Evangelist @ Adobe</em></p>
<p>A common use case is to let the end user select various fragments to insert in the final PDF. The screen shot below would better explain what I mean by this. AS you can see this screen captures some user information, and allows the user to select fragments that need to be inserted in the final pdf. When the user hits the submit button it will call a LC process which will parse the parameters and build the DDX needed for XDP Stitching. The Process makes use of a custom component called xmlUtilities which allows you to insert elements in an xml document. The input parameters to the process are the name,city,address,state,zip and fragments. The fragments variable will hold a comma separated list of selected fragments.</p>
<p>&#8212;</p>
<p><em>Read the complete post at <a href="blogs.adobe.com/livecycle/2012/05/xdp-stitiching-using-ddx.html">Adobe LiveCycle Blogs</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/livecyclepost//comments/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
	<item>
		<title>JAAS authentication and OSGi</title>
		<link>http://blogs.adobe.com/jzitting/jaas-authentication-and-osgi</link>
		<comments>http://blogs.adobe.com/jzitting/jaas-authentication-and-osgi#comments</comments>
		<pubDate>Tue, 15 May 2012 19:11:06 +0000</pubDate>
		<dc:creator>Jukka Zitting</dc:creator>
		<guid isPermaLink="false">32388</guid>
		<description><![CDATA[<p>I was looking at how to best do JAAS-based authentication in an OSGi environment, but didn&#8217;t really find much useful material, so I&#8217;m sharing my findings here in the hope that others will jump in and add anything I may have missed.</p>
<p>Basically what I want to achieve is being able to run the following code unmodified in an OSGi bundle, and have the <code>login()</code> call access the set of JAAS authentication services that are currently available in the OSGi environment. I should be able to deploy and undeploy such authentication services without any changes to this code or the configuration of the containing bundle.</p>
<p>[sourcecode language="java"]<br />
LoginContext context = new LoginContext(&#8230;);<br />
context.login();<br />
try {<br />
    &#8230;; // do something<br />
} finally {<br />
    context.logout();<br />
}<br />
[/sourcecode]</p>
<p>So far the best thing I&#8217;ve found is the JAAS support that <a href="http://gnodet.blogspot.com/2008/05/jaas-in-osgi.html" title="JAAS in OSGi">Guillaume Nodet described</a> a few years ago. If I understand correctly, the relevant code <a href="http://karaf.apache.org/manual/latest-2.2.x/developers-guide/security-framework.html" title="Karaf security framework">lives in Apache Karaf</a> nowadays, even though also Apache Felix <a href="http://felix.apache.org/site/45-security-framework.html">mentions it</a> and Guillaume&#8217;s original post refers to <a href="http://servicemix.apache.org/" title="Apache ServiceMix">Apache ServiceMix</a>. I&#8217;ve given up hope trying to identify which Maven dependency I should use to get this code.</p>
<p>However, the trouble I see with the <a href="http://svn.apache.org/repos/asf/karaf/tags/karaf-2.0.0/jaas/boot/src/main/java/org/apache/karaf/jaas/boot/ProxyLoginModule.java">ProxyLoginModule</a> class, that seems like the core piece of glue in the Karaf JAAS support, is that it requires the login() call in the client code to explicitly pass the name of the bundle and the contained LoginModule class that are to be used for authentication. That breaks my expectation of zero code or configuration changes in the client bundle for adding or removing new authentication services. Also, it looks like only a single authentication service can be used at a time.</p>
<p>A more promising solution is described in a <a href="http://www.slideshare.net/mfrancis/common-security-services-consolidation-patterns-for-legacy-components-stefan-vladov">presentation</a> that was apparently given by Stefan Vladov in the <a href="http://www.osgi.org/CommunityEvent2011/HomePage">OSGi Community Event 2011</a>. However, I couldn&#8217;t find any references to actual running code that implements that solution.</p>
<p>Please share any relevant pointers or other information in the comments below!</p>
]]></description>
			<content:encoded><![CDATA[<p>I was looking at how to best do JAAS-based authentication in an OSGi environment, but didn&#8217;t really find much useful material, so I&#8217;m sharing my findings here in the hope that others will jump in and add anything I may have missed.</p>
<p>Basically what I want to achieve is being able to run the following code unmodified in an OSGi bundle, and have the <code>login()</code> call access the set of JAAS authentication services that are currently available in the OSGi environment. I should be able to deploy and undeploy such authentication services without any changes to this code or the configuration of the containing bundle.</p>
<p>[sourcecode language="java"]<br />
LoginContext context = new LoginContext(&#8230;);<br />
context.login();<br />
try {<br />
    &#8230;; // do something<br />
} finally {<br />
    context.logout();<br />
}<br />
[/sourcecode]</p>
<p>So far the best thing I&#8217;ve found is the JAAS support that <a href="http://gnodet.blogspot.com/2008/05/jaas-in-osgi.html" title="JAAS in OSGi">Guillaume Nodet described</a> a few years ago. If I understand correctly, the relevant code <a href="http://karaf.apache.org/manual/latest-2.2.x/developers-guide/security-framework.html" title="Karaf security framework">lives in Apache Karaf</a> nowadays, even though also Apache Felix <a href="http://felix.apache.org/site/45-security-framework.html">mentions it</a> and Guillaume&#8217;s original post refers to <a href="http://servicemix.apache.org/" title="Apache ServiceMix">Apache ServiceMix</a>. I&#8217;ve given up hope trying to identify which Maven dependency I should use to get this code.</p>
<p>However, the trouble I see with the <a href="http://svn.apache.org/repos/asf/karaf/tags/karaf-2.0.0/jaas/boot/src/main/java/org/apache/karaf/jaas/boot/ProxyLoginModule.java">ProxyLoginModule</a> class, that seems like the core piece of glue in the Karaf JAAS support, is that it requires the login() call in the client code to explicitly pass the name of the bundle and the contained LoginModule class that are to be used for authentication. That breaks my expectation of zero code or configuration changes in the client bundle for adding or removing new authentication services. Also, it looks like only a single authentication service can be used at a time.</p>
<p>A more promising solution is described in a <a href="http://www.slideshare.net/mfrancis/common-security-services-consolidation-patterns-for-legacy-components-stefan-vladov">presentation</a> that was apparently given by Stefan Vladov in the <a href="http://www.osgi.org/CommunityEvent2011/HomePage">OSGi Community Event 2011</a>. However, I couldn&#8217;t find any references to actual running code that implements that solution.</p>
<p>Please share any relevant pointers or other information in the comments below!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/jzitting//comments/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
</channel>
</rss>

