<?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>Better Than Yesterday</title>
	<atom:link href="http://blog.agilezen.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.agilezen.com</link>
	<description>Meditations on Zen and our love for everything Lean</description>
	<lastBuildDate>Mon, 01 Feb 2010 15:39:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Task Lists</title>
		<link>http://blog.agilezen.com/2010/02/01/task-lists/</link>
		<comments>http://blog.agilezen.com/2010/02/01/task-lists/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 15:33:56 +0000</pubDate>
		<dc:creator>Nate</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Site Updates]]></category>

		<guid isPermaLink="false">http://blog.agilezen.com/?p=55</guid>
		<description><![CDATA[As some of you have already noticed, we released a new version of Zen last night! This version has quite a few changes, but the most significant is the addition of task lists inside of stories. Here’s a quick tour to give you an idea of how to use the feature.
You can add tasks to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>As some of you have already noticed, we released a new version of Zen last night! This version has quite a few changes, but the most significant is the addition of task lists inside of stories. Here’s a quick tour to give you an idea of how to use the feature.</p>
<p>You can add tasks to a story when you create it by clicking the <em>Edit Tasks</em> button on the <em>Add Stories</em> panel. From the board, you can add add tasks to an existing story by clicking the new tasks button on the story toolbar:</p>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="tasks-toolbar" src="http://blog.agilezen.com/wp-content/uploads/2010/02/taskstoolbar.png" border="0" alt="tasks-toolbar" width="393" height="101" /></p>
<p>You can add tasks to a story from the story screen as well. Once a story has tasks, you will see an additional section on the story card, similar to the one shown for file attachments. This summary indicates both the total number of tasks and the number that have been completed, along with a rough completion percentage:</p>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="tasks-collapsed" src="http://blog.agilezen.com/wp-content/uploads/2010/02/taskscollapsed.png" border="0" alt="tasks-collapsed" width="393" height="109" /></p>
<p>Bear in mind that if all of the tasks are not equal in size, this completion percentage isn’t a perfect indicator of how much of the story is complete. Still, it can be helpful to check the completion status of a story at a quick glance. To view the specific tasks, click the summary, and the card will fold out:</p>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="tasks-expanded" src="http://blog.agilezen.com/wp-content/uploads/2010/02/tasksexpanded.png" border="0" alt="tasks-expanded" width="394" height="183" /></p>
<p>As you can see, this story describes the development of a simple e-commerce payment page. You can re-order tasks by grabbing a task’s drag handle (on the left) and moving it into the position you want. If you decide you don’t want a task anymore, the button at the right will delete it from the story. Unlike stories, there is no process for tasks to travel through – they’re either finished or not. To mark a task as finished, click its checkbox. From then on, when the story’s task list is expanded, Zen will show a description of who finished the task and when:</p>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="tasks-checked" src="http://blog.agilezen.com/wp-content/uploads/2010/02/taskschecked.png" border="0" alt="tasks-checked" width="391" height="188" /></p>
<p>To collapse the task list again, click Hide. In this case, since we checked off a task, the story’s task summary will be updated to reflect the new status:</p>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="tasks-collapsed-2" src="http://blog.agilezen.com/wp-content/uploads/2010/02/taskscollapsed2.png" border="0" alt="tasks-collapsed-2" width="393" height="105" /></p>
<p>So, that’s a quick tour of tasks. While you should obviously feel free to use the feature however works best for you, remember that tasks typically should not line up with the columns on your board. For example, if you have a phase on your board called <em>Test</em>, you probably shouldn’t add a task called “test this story.” However, you might want to add multiple tasks related to testing, like “regression testing” and “cross-browser UI testing”, both of which are expected to be finished within the <em>Test</em> phase.</p>
<p>The easiest way to think about it is that your story is a <em>goal</em> that you want to achieve, the tasks are <em>steps toward</em> that specific goal, and your phases are the <em>milestones</em> that all stories must move through in order to reach completion.</p>
<p>Like I said, tasks are the biggest addition, but certainly not the only one. We’ve made quite a few bug fixes and usability tweaks:</p>
<ol>
<li>You can now set priority, deadline, and owner when creating a story, instead of having to go to the story screen to set them.</li>
<li>Switched to <a href="http://code.google.com/p/markdownsharp/" target="_blank">MarkdownSharp</a> for Markdown rendering, which means we’re now running on the same flavor of Markdown as used by <a href="http://github.com/" target="_blank">Github</a> and <a href="http://stackoverflow.com/" target="_blank">Stack Overflow</a>.</li>
<li>URLs within Markdown-enabled fields are now automatically turned into hyperlinks.</li>
<li>Added the ability to link to stories by entering the story number in any Markdown-enabled field; for example: entering #123 will create a link to story 123.</li>
<li>Removed the hotkeys for expanding the backlog and archive which were interfering with some users’ keyboard-fu. (We have plans to add a lot more keyboard shortcuts to the app, so they’ll be back eventually.)</li>
<li>The magnifying glass on stories is a normal link again, instead of being controlled by JavaScript. This means you can right-click and copy the URL for a story, or middle-click to open it in a new tab.</li>
<li>The problem where some projects’ cycle time charts were out of chronological order has been fixed.</li>
<li>The problem where some projects’ efficiency ratings were above 100% has been fixed. (Don’t worry, you’re still awesome, just not 5000% awesome! :)</li>
<li>Performance charts now respect individual users’ date format selection.</li>
<li>We’re no longer relying on HTTP verbs other than GET/POST, which should solve problems with overly-aggressive corporate firewalls.</li>
<li>Several other minor visual tweaks.</li>
</ol>
<p>As always, if you have any questions or feedback, we’re all ears!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.agilezen.com/2010/02/01/task-lists/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Now accepting purchase orders!</title>
		<link>http://blog.agilezen.com/2010/01/05/now-accepting-purchase-orders/</link>
		<comments>http://blog.agilezen.com/2010/01/05/now-accepting-purchase-orders/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 19:44:05 +0000</pubDate>
		<dc:creator>Nate</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.agilezen.com/2010/01/05/now-accepting-purchase-orders/</guid>
		<description><![CDATA[When we launched Zen last year, we decided not to accept payment via purchase order. This was mainly due to the effort required to process them – credit card transactions are very easy to automate, which allows us offer Zen at a much lower cost to our customers.
Since then, we’ve had several people ask us [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>When we launched Zen last year, we decided not to accept payment via purchase order. This was mainly due to the effort required to process them – credit card transactions are very easy to automate, which allows us offer Zen at a much lower cost to our customers.</p>
<p>Since then, we’ve had several people ask us to allow them to pay via purchase order. We hate turning customers away, so we’ve changed our policy and are now accepting purchase orders for customers interested in the Unlimited, Plus, or Pro plans, who are willing to be billed annually instead of monthly.</p>
<p>For more information, check out our <a href="http://agilezen.com/pricing" target="_blank">updated pricing page</a>, and if you have any questions, feel free to <a href="mailto:sales@agilezen.com" target="_blank">send us an email</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.agilezen.com/2010/01/05/now-accepting-purchase-orders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Priorities, deadlines, and a few squashed bugs</title>
		<link>http://blog.agilezen.com/2009/11/23/priorities-deadlines-and-a-few-squashed-bugs/</link>
		<comments>http://blog.agilezen.com/2009/11/23/priorities-deadlines-and-a-few-squashed-bugs/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 03:28:01 +0000</pubDate>
		<dc:creator>Nate</dc:creator>
				<category><![CDATA[Site Updates]]></category>

		<guid isPermaLink="false">http://blog.agilezen.com/2009/11/23/priorities-deadlines-and-a-few-squashed-bugs/</guid>
		<description><![CDATA[We followed up our big release last Thursday with a (thankfully!) much smaller one. We’ve fixed a few stray bugs that snuck into the release, and introduced a couple of features that were “low-hanging fruit”:

Priorities
Story cards now have a formal priority field, which can be set from the story screen. We’ve typically used the position [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>We followed up our big release last Thursday with a (thankfully!) much smaller one. We’ve fixed a few stray bugs that snuck into the release, and introduced a couple of features that were “low-hanging fruit”:</p>
<h3></h3>
<h3>Priorities</h3>
<p>Story cards now have a formal <em>priority</em> field, which can be set from the story screen. We’ve typically used the position of the story on the board to indicate relative priority, and tags to collect stories into priority groups, but after several users asked us for a formal place to put priorities, we decided that it would make a nice addition to the product.</p>
<p>Priority works just like the <em>size</em> field, in that it’s just free-form text. We plan to use the MOSCOW system to assign values (must, should, could, would), replacing our tags of the same names, but if you’d like to use numeric values or your own rating system instead, go for it. When you give a story a priority, it appears on the story card’s header next to the story size, as well as being displayed on the sidebar of the story screen.</p>
<h3>Deadlines</h3>
<p>Story cards now also have a <em>deadline</em> field, which is also edited on the story screen. This provides a nice way to mark tasks that have a hard delivery date. When you give a story a deadline, it appears on the card header, like size and priority:</p>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="deadlines-1" border="0" alt="deadlines-1" src="http://blog.agilezen.com/wp-content/uploads/2009/11/deadlines1.png" width="386" height="60" /></p>
<p>When the deadline is today, or has already passed, the date will turn red to indicate that the story may be overdue:</p>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="deadlines-2" border="0" alt="deadlines-2" src="http://blog.agilezen.com/wp-content/uploads/2009/11/deadlines2.png" width="386" height="60" /></p>
<p>Task lists within stories are on the way next. Keep the feedback coming!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.agilezen.com/2009/11/23/priorities-deadlines-and-a-few-squashed-bugs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Next Step</title>
		<link>http://blog.agilezen.com/2009/11/19/the-next-step/</link>
		<comments>http://blog.agilezen.com/2009/11/19/the-next-step/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 04:19:20 +0000</pubDate>
		<dc:creator>Nate</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Site Updates]]></category>

		<guid isPermaLink="false">http://blog.agilezen.com/2009/11/19/the-next-step/</guid>
		<description><![CDATA[Zen went live in July and the past four months have been a blur. Over the last few weeks we’ve been relatively quiet, as we took a step back and focused on improving our infrastructure, code quality, user experience, and performance, and snuck a few features in while we were at it.
So, without further ado, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Zen went live in July and the past four months have been a blur. Over the last few weeks we’ve been relatively quiet, as we took a step back and focused on improving our infrastructure, code quality, user experience, and performance, and snuck a few features in while we were at it.</p>
<p>So, without further ado, here’s a quick tour around what we’ve been up to:</p>
<h3>New Public-Facing Website</h3>
<p>First, by now you’ve probably noticed that our blog has a new theme. This is to match our completely-redesigned <a href="http://agilezen.com/" target="_blank">public-facing website</a>! When we launched the original site back in May, Zen was still under heavy development, and parts of the application were pretty ugly to look at. That’s why our old public-facing site didn’t feature much in the way of screenshots. Now that Zen has stabilized and we’ve been able to put a coat of polish on it, we’ve created a brand-new <a href="http://agilezen.com/tour" target="_blank">video tour</a> to demonstrate the product.</p>
<h3>File Attachments</h3>
<p>We’ve mentioned it was in the works already, but we’re happy to announce that paid plans now support file attachments! File storage is determined by your plan size: the Personal plan comes with 3GB of storage, the Pro plan has 10GB, Plus has 20GB, and Unlimited has as much as you’d like. You can upload multiple files at once (think Gmail), and once attached, files are available with a quick click directly from the board. Attachments can be up to 50MB in size, which we think should be enough for any uses – if you need more, let us know, and we can tweak the maximum.</p>
<h3>Archived Projects</h3>
<p>The new version also introduces the ability to archive projects. When you archive a project, it’s taken offline, but all of your data is retained, so you can access it again if you ever need it. Only paid plans support archived projects, and the project limit for each plan now represents the number of <em>active projects</em> you can have at once – there’s no limit on the number of archived projects.</p>
<h3>New Story Screen</h3>
<p>One of our favorite new features in the new version is a much-improved story screen. Originally, the story screen was mostly a read-only area, where you could view performance metrics and the history for a given story. In the new version, anything you can do to a story from the board, you can also do from the story screen – including editing tags, colors, moving the story between phases, attaching files, etc. Certain things can only be done from the story screen, like renaming and deleting attachments, and deleting the story itself. We’re trying hard to avoid the temptation to cram a lot of functionality onto the limited real estate of the board.</p>
<h3>Soft WIP Limits</h3>
<p><em>(Edit: Forgot to mention this one originally!)</em> If you’re using work-in-progress (WIP) limits, you’ll notice that you can now override them as necessary. Your process, and by extension Zen, should never get in the way of your work. Now, if a phase has the exact number of stories to match its WIP limit, its header will turn red, and if you over-fill it, the entire column will turn red to indicate that the WIP limit has been violated. To see the new WIP limits in action, check out the video <a href="http://agilezen.com/tour/improve" target="_blank">here</a>, under <em>Focus at the job on hand.</em></p>
<h3>User Experience Improvements</h3>
<p>We’ve also made significant improvements to the user experience, and we’re pretty confident we’ve squashed pretty much every bug that you’ve pointed out. Naturally, if you find any issues (new or still-lingering), let us know… we need you to keep us honest. :)</p>
<p>We’ve also made some dramatic improvements to our infrastructure, and while you won’t appreciate them as much as us, we’re confident that it will allow us to speed our release cadence dramatically going forward. This means more features and faster bug fixes, which is something that our users will appreciate more than cleaner code. :)</p>
<h3>Performance Improvements</h3>
<p>We’ve introduced bundling for our CSS and JavaScript files. This means that all of our different scripts are combined into a single file, which is then optimized, and delivered to you in compressed form. Zen’s CSS stylesheet is now only 14KB, all of the JavaScript for the entire application is only 125KB, and you only need to download it once! Long story short, this should dramatically improve Zen’s performance; particularly the speed at which individual pages load.</p>
<h3>30-Day Money-Back Guarantee</h3>
<p>Last but certainly not least, because we’re sure you’ll love Zen if you try it out, we’re now offering <em>30-day money-back guarantees</em> on all paid plans. If you cancel your account or downgrade to the free plan within 30 days of purchasing, any charges that were applied to your account automatically refunded. We’ve updated our terms of service and billing policy to represent this change, so please give them another once-over to see the changes. (Only the sections involving refunds have been altered, the rest is exactly the same.)</p>
<h3>The Road Ahead</h3>
<p>So, what’s next? Well, on this release we deviated pretty dramatically from our usual way of doing business. Since several of the updates were interrelated (particularly with the new public-facing website), we were forced to move away from our typical cadence of releasing new features constantly. Believe me when I say we’re excited to get back to doing rapid-fire releases over the next few weeks!</p>
<p>The next two features that we’re planning to roll out will be the ability to create task lists within each story, and the introduction of a powerful new search engine. We will be returning to release-per-feature, with a goal of a new release every week.</p>
<p>Thanks again very much to everyone who’s sent in feedback, and please keep it coming, along with any questions you might have. It’s fantastic to see so many people as excited as we are about Zen, and we love hearing from each and every one of you!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.agilezen.com/2009/11/19/the-next-step/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Share your story</title>
		<link>http://blog.agilezen.com/2009/11/04/share-your-story/</link>
		<comments>http://blog.agilezen.com/2009/11/04/share-your-story/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 14:13:01 +0000</pubDate>
		<dc:creator>Nicole</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Site Updates]]></category>

		<guid isPermaLink="false">http://blog.agilezen.com/2009/11/04/share-your-story/</guid>
		<description><![CDATA[We’ve been working hard to make improvements to Zen, and we are very close to launching a website redesign as well as some significant (and most requested) additions to the application.
We’re looking for short testimonials for the new version of our website! If Zen has helped you or your company improve, please let us know [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>We’ve been working hard to make improvements to Zen, and we are very close to launching a website redesign as well as some significant (and most requested) additions to the application.</p>
<p>We’re looking for short testimonials for the new version of our website! If Zen has helped you or your company improve, please let us know by sending your quote to <a href="mailto:niki@enkari.com">niki@enkari.com</a>.</p>
<p>Please include your name, your company (if applicable), and a link to your company’s website if you would like it included with your quote or testimonial.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.agilezen.com/2009/11/04/share-your-story/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrades are Coming!</title>
		<link>http://blog.agilezen.com/2009/10/16/upgrades-are-coming/</link>
		<comments>http://blog.agilezen.com/2009/10/16/upgrades-are-coming/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 19:16:45 +0000</pubDate>
		<dc:creator>Nate</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.agilezen.com/2009/10/16/upgrades-are-coming/</guid>
		<description><![CDATA[This Sunday, we’ll be moving Zen to a new, faster server. The system will be offline for no more than one hour as we perform this migration.
Maintenance Window:      Sunday, October 18th, 10pm &#8211; 11pm Eastern (2am &#8211; 3am UTC)
We apologize for the inconvenience, but these upgrades will improve the overall [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This Sunday, we’ll be moving Zen to a new, faster server. The system will be offline for no more than one hour as we perform this migration.</p>
<p><strong>Maintenance Window:      <br />Sunday, October 18th, 10pm &#8211; 11pm Eastern (2am &#8211; 3am UTC)</strong></p>
<p>We apologize for the inconvenience, but these upgrades will improve the overall experience of the product. To stay up-to-date on the migration process, be sure to <a href="http://twitter.com/agilezen" target="_blank">follow us on Twitter</a>.</p>
<p>This is just the first step in a series of upgrades we’re making to Zen to improve performance and usability, as well as adding some much-requested features. Shortly after Zen is up and running in its new home, we’ll be rolling out some significant updates to the software.</p>
<p>We won’t keep you in suspense for too long, but watch our blog and Twitter for more information!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.agilezen.com/2009/10/16/upgrades-are-coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We&#8217;ve been funded!</title>
		<link>http://blog.agilezen.com/2009/09/16/weve-been-funded/</link>
		<comments>http://blog.agilezen.com/2009/09/16/weve-been-funded/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 16:31:24 +0000</pubDate>
		<dc:creator>Nicole</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.agilezen.com/2009/09/16/weve-been-funded/</guid>
		<description><![CDATA[We are excited to announce that we’ve accepted the first outside funding for Zen. Enkari, Ltd. was awarded the Innovation Fund Stage A grant in the amount of $25,000! 
The Innovation Fund was established in 2007 and supports technology-based entrepreneurial endeavors in Northeast Ohio. It is a joint endeavor between several local institutions including our [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>We are excited to announce that we’ve accepted the first outside funding for Zen. Enkari, Ltd. was awarded the <a href="http://www.lorainccc.edu/About+Us/LCCC+Foundation/Innovation+Fund/">Innovation Fund</a> Stage A grant in the amount of $25,000! </p>
<p>The Innovation Fund was established in 2007 and supports technology-based entrepreneurial endeavors in Northeast Ohio. It is a joint endeavor between several local institutions including our alma mater, <a href="http://www.uakron.edu/">The University of Akron</a>. We’d like to thank the selection committee for this amazing honor.</p>
<p>The funding will be used to take Zen to the next level and continue improving and evolving the service for our customers. More information on what we have in mind will be coming in the next few weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.agilezen.com/2009/09/16/weve-been-funded/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>UI Tweaks, and What&#8217;s Coming</title>
		<link>http://blog.agilezen.com/2009/09/07/ui-tweaks-and-whats-coming/</link>
		<comments>http://blog.agilezen.com/2009/09/07/ui-tweaks-and-whats-coming/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 21:31:55 +0000</pubDate>
		<dc:creator>Nate</dc:creator>
				<category><![CDATA[Site Updates]]></category>

		<guid isPermaLink="false">http://blog.agilezen.com/2009/09/07/ui-tweaks-and-whats-coming/</guid>
		<description><![CDATA[Happy Labor Day to our United States users! We’ve been hard at work, and we just pushed an update to the site that improves a few things.
Changes to Editing
We made a few changes to editable fields throughout the application:

All fields are now editable by a double-click instead of a single click. This means that text [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Happy Labor Day to our United States users! We’ve been hard at work, and we just pushed an update to the site that improves a few things.</p>
<h3>Changes to Editing</h3>
<p>We made a few changes to editable fields throughout the application:</p>
<ol>
<li><strong>All fields are now editable by a <em>double-click</em> instead of a single click.</strong> This means that text is more easily selectable, and links within editable fields are clickable. </li>
<li><strong>Story cards now support Markdown</strong>, meaning you can add rich formatting to cards’ display on your board, not just to the details field. Project descriptions now support Markdown as well. </li>
<li><strong>You can now edit cards from your board</strong> by double-clicking the text! To expand the card (displaying the toolbar), just click the header of the card. </li>
</ol>
<p>Here’s an example of the Markdown support on story cards:</p>
<p><a href="http://blog.agilezen.com/wp-content/uploads/2009/09/markdowncards.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="markdown-cards" border="0" alt="markdown-cards" src="http://blog.agilezen.com/wp-content/uploads/2009/09/markdowncards_thumb.png" width="399" height="247" /></a> </p>
<h3>New Support Portal</h3>
<p>We’ve gotten some very positive feedback about our customer support, but email has gotten a little difficult to handle. To improve even more, we’ve launched a new <a href="http://support.agilezen.com/" target="_blank">customer support portal</a>. When you click the <em>feedback</em> link inside Zen and send us a message, you’re now creating a new ticket inside our support system. This will help us ensure that every user gets a prompt response to every question or issue.</p>
<p>The support portal is powered by <a href="http://zendesk.com/" target="_blank">ZenDesk</a>, a great support service. Despite the name similarities, there’s no affiliation between our products except in spirit. :)</p>
<h3>Bug Fixes</h3>
<p>We’ve also corrected some minor nagging UI issues that users have found.</p>
<h3>Work in Progress</h3>
<p>We’re working on a few things that we hope to get pushed out this week:</p>
<ol>
<li>The ability to attach files to stories, which is the most-requested feature at the moment! </li>
<li>Support for task lists inside of stories. </li>
<li>Moving the add stories shade to be horizontal, so you can keep your backlog panel open as you add stories. This will also pave the way for some upgrades to the work screen that we have up our sleeve. :) </li>
</ol>
<p>Thanks again for your feedback, and please keep it coming!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.agilezen.com/2009/09/07/ui-tweaks-and-whats-coming/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Charting Upgrades</title>
		<link>http://blog.agilezen.com/2009/08/17/charting-upgrades/</link>
		<comments>http://blog.agilezen.com/2009/08/17/charting-upgrades/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 01:48:36 +0000</pubDate>
		<dc:creator>Nate</dc:creator>
				<category><![CDATA[Site Updates]]></category>

		<guid isPermaLink="false">http://blog.agilezen.com/2009/08/17/charting-upgrades/</guid>
		<description><![CDATA[Last night, we pushed a new version of the site with some updates to our charting system. Originally, snapshots of your projects’ key performance indicators (KPIs) were taken each night, but we found this method of capturing metrics limiting. Instead, the charts are now based on the current data from your projects, collected live when [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Last night, we pushed a new version of the site with some updates to our charting system. Originally, snapshots of your projects’ key performance indicators (KPIs) were taken each night, but we found this method of capturing metrics limiting. Instead, the charts are now based on the current data from your projects, collected live when you display the charts.</p>
<p>In addition to the obvious advantage of having your data always be current, the new way of tracking your performance data will allow us to provide drill-down support in the future. For example, you will be able to view historic KPI values for all stories with a given size, color, etc. We’re not ready to roll this out just yet, but it’s on our roadmap, and yesterday’s upgrades will allow it to happen.</p>
<p>We’re working hard to continue to evolve the product to match your feedback, so please keep it coming!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.agilezen.com/2009/08/17/charting-upgrades/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Discount Extended!</title>
		<link>http://blog.agilezen.com/2009/08/04/discount-extended/</link>
		<comments>http://blog.agilezen.com/2009/08/04/discount-extended/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 18:48:45 +0000</pubDate>
		<dc:creator>Nate</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.agilezen.com/2009/08/04/discount-extended/</guid>
		<description><![CDATA[A few people have contacted us to say that they just missed the ability to use the coupon code that we announced on the mailing list and Twitter before launching. Since we’ve had such a great response from Zen during our first month, we’ve decided to extend the coupon offer through August 15th!
If you sign [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A few people have contacted us to say that they just missed the ability to use the coupon code that we announced on the mailing list and <a href="http://twitter.com/agilezen" target="_blank">Twitter</a> before launching. Since we’ve had such a great response from Zen during our first month, we’ve decided to extend the coupon offer through August 15th!</p>
<p>If you <a href="http://agilezen.com/pricing" target="_blank">sign up</a> for, or upgrade to, a paid plan before <strong>midnight on August 15th</strong>, you can use the coupon code <strong>KAIZEN</strong> and save 50% off your first month.</p>
<p>Thanks again for your support and feedback. We’re very excited about the positive response to Zen, and we’re working hard to improve the tool every day.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.agilezen.com/2009/08/04/discount-extended/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
