<?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>Writing Use Cases &#187; admin</title>
	<atom:link href="http://www.writingusecases.com/wordpress/index.php/archive/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.writingusecases.com/wordpress</link>
	<description>Tips for the Business System Analyst</description>
	<lastBuildDate>Sat, 19 Nov 2011 18:13:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Why I&#8217;m not Upgrading to Winzip 16</title>
		<link>http://www.writingusecases.com/wordpress/index.php/archive/why-im-not-upgrading-to-winzip-16/</link>
		<comments>http://www.writingusecases.com/wordpress/index.php/archive/why-im-not-upgrading-to-winzip-16/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 15:30:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.writingusecases.com/wordpress/?p=964</guid>
		<description><![CDATA[I just got a copy of Winzip 16 and got a nasty surprise when I started to install it. I actually read the new End User License Agreement (EULA) and discovered a few things that really bother me. 1. There &#8230; <a href="http://www.writingusecases.com/wordpress/index.php/archive/why-im-not-upgrading-to-winzip-16/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just got a copy of Winzip 16 and got a nasty surprise when I started to install it.</p>
<p>I actually read the new End User License Agreement (EULA) and discovered a few things that really bother me.</p>
<p>1. There is a bunch of new software added to Winzip that has nothing to do with file compression. It does computer scans for this that and something else. It is software I do not want, but I do not see any choice about whether or not to install it.</p>
<p>2. This software I do not want is under a subscription license. I have to agree to keep a credit card on file and be automatically charged a yearly subscription fee.</p>
<p>3. The amount of this yearly subscription fee is not stated anywhere that I could find.</p>
<p>4. This information does not appear anywhere that I could find on the Winzip website. Current US Federal Law REQUIRES a company to clearly disclose subscription agreements at the point of purchase.</p>
<p>I have used Winzip for a very long time and have always been happy with the product.  I thought the company was honest with their customers.</p>
<p>I note that Winzip is now owned by Corel. </p>
<p>Today I am quite UNHAPPY with Winzip 16 requiring me to install software I do not want and to pay a required yearly subscription fee of some unknown amount for this software I do not want.</p>
<p>Give me back my old Winzip!!</p>
<p>(I know this is not BA stuff, but this kind of underhanded behavior really bothers me. We have to let each other know about this kind of thing.)</p>
<p>Geri</p>
]]></content:encoded>
			<wfw:commentRss>http://www.writingusecases.com/wordpress/index.php/archive/why-im-not-upgrading-to-winzip-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips for BA&#8217;s: The Importance of Examples</title>
		<link>http://www.writingusecases.com/wordpress/index.php/archive/tips-for-bas-the-importance-of-examples/</link>
		<comments>http://www.writingusecases.com/wordpress/index.php/archive/tips-for-bas-the-importance-of-examples/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 15:27:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.writingusecases.com/wordpress/?p=959</guid>
		<description><![CDATA[One of the differences between beginners and experts is that experts keep bits and samples of their work to use in new projects. A programmer keeps bits of code that do interesting things he may want to do again. A &#8230; <a href="http://www.writingusecases.com/wordpress/index.php/archive/tips-for-bas-the-importance-of-examples/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the differences between beginners and experts is that  experts keep bits and samples of their work to use in new projects.</p>
<p>A programmer keeps bits of code that do interesting things he may  want to do again. A carpenter has patterns and jigs to make the job go  faster. A writer has stock phrases, openings and closings that can be  used as is, or edited to fit the current project.</p>
<p>Experienced Business Analysts do the same thing.</p>
<p>I cannot always keep samples of my work, because the companies I  work for will often require me to destroy all copies I may have when my contract comes to an end. But when I can, I do keep old use cases, parts  of use cases, and requirements documents that I refer to for  inspiration. Some of them I can use mostly the way they are, with just a  bit of rewriting. Others may not be useful in the current project, but I  refer to them to remind me of things I should consider in the new  project.</p>
<p>When possible, I collect examples from other people as well.  Someone else will have thought of something that did not occur to me, or  will have an interesting new way of doing things. Typically I only have  descriptions of what was done because the documents are proprietary and  so the other person cannot share the documents with me. But even  descriptions of what the person did are useful when I go to new  projects.</p>
<p>This is something you should be doing for yourself. You should  collect examples of well written requirements documents &#8211; such as use  cases, supplementary requirements, report specifications &#8211; and keep good  examples of your own work in an easy-to-find place so you can refer to  them later. As long as you continue working for the same company, this  should be easy to do.</p>
<p>These examples will help you to work faster and with better  quaility, because instead of creating everything new, you are starting  with something that is already good.</p>
<p>When a programmer starts out, there are books that have sample bits  of code that do interesting things. There are books for writers and  carpenters as well.  But where can a Business Analyst get examples?</p>
<p>In September 2010, I took a set of old use cases and other  requirements and completely rewrote them. I extended the example, and  made it as complete as I could without being on a &#8220;real&#8221; project.  I  added explanations of what I did and why I did it, and put all this into  a PDF book.</p>
<p>You can get a copy of this book for yourself. You can use it for  examples and inspiration on your own projects. Even if the domain is not  the one you work in, you will find many examples of  how to do things  that will apply to the work you are doing.  Since this is an electronic  book, you can even copy and paste examples into your own documents and  edit them to suit your needs.</p>
<p>From now until the end of July 2011, I am including  an extra bonus  with this book. This is a set of 4 use cases and a report mockup that  provide the basics of application security &#8211; login, managing use  accounts and role tables, and reviewing logs of login attempts.</p>
<p>In addition, you will get a copy of my 2 page job aid that you can  print double sided and use for reference. The first side of the job aid  is a table of the FURPS+ requirements. I use this to remind myself of  the different kinds of supplementary requirements I should consider in  my project. The second side is a decision tree to help you determine if  you need use cases, screen mockups, report specifications, and other  kinds of requirements for your project.</p>
<p>These bonuses are not advertised on the sales page. It&#8217;s a secret thing I&#8217;m offering to people I know from my email lists and forums. When  you purchase the book, you will be given instructions on where to get  the bonuses.</p>
<p>Get your copy of the book, and the bonuses, here: <a href="http://www.wyyzzk.com/usecaserequirementsmodel.html">http://www.wyyzzk.com/usecaserequirementsmodel.html </a></p>
<p>The bonuses are only available until the end of July, so get your copy of the book now.</p>
<p>Best -</p>
<p>Geri</p>
<p>PS &#8211; For all of you who have purchased my Business Analyst  Fundamentals class (instructor led or self guided) &#8211; you already have a  copy of this book in your class member area. You also have the bonuses I  have listed here. So don&#8217;t buy this book for yourself! If you feel like  purchasing a copy for someone else, I won&#8217;t stop you. <img src='http://www.writingusecases.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.writingusecases.com/wordpress/index.php/archive/tips-for-bas-the-importance-of-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Have You Done it Yet?</title>
		<link>http://www.writingusecases.com/wordpress/index.php/archive/have-you-done-it-yet/</link>
		<comments>http://www.writingusecases.com/wordpress/index.php/archive/have-you-done-it-yet/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 13:54:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips for Business Analysts]]></category>
		<category><![CDATA[BAcareer]]></category>
		<category><![CDATA[BAskills]]></category>
		<category><![CDATA[job]]></category>

		<guid isPermaLink="false">http://www.writingusecases.com/wordpress/?p=943</guid>
		<description><![CDATA[http://www.writingusecases.com is where BA&#8217;s have been going to find out what type of BA they are, and the best way for them to approach the BA job. Over 200 people have taken the ReStart Profiler Quiz so far, and the &#8230; <a href="http://www.writingusecases.com/wordpress/index.php/archive/have-you-done-it-yet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.writingusecases.com">http://www.writingusecases.com</a> is where BA&#8217;s have been going to find out what type of BA they are, and the best way for them to approach the BA job.</p>
<p>Over 200 people have taken the ReStart Profiler Quiz so far, and the results are interesting:</p>
<p>73 Observers<br />
49 Evaluators<br />
50 Predictors<br />
22 Dreamers<br />
13 Performers</p>
<p>I also saw that 30 people from the same company took the profile quiz!  Their results were similar to the larger set:</p>
<p>7 Observers<br />
9 Evaluators<br />
10 Predictors<br />
3 Dreamers<br />
1 Performer</p>
<p>Imagine if you had this information about your co-workers. Wouldn&#8217;t you be able to understand each other better and therefore work together better? If I were going to that company to teach a class or mentor that team, this information would really help me to help them do a better job.</p>
<p>Find out your Restart Profile type by going to <a href="http://www.writingusecases.com">http://www.writingusecases.com</a> and clicking the green Restart button in the box on the left of the page. (In the rows of buttons, it is the one on the end of the 3rd row.)</p>
<p>Then send your co-workers over to take it and see what they come out to be!</p>
<p>Have fun with it -</p>
<p>Geri</p>
<p>PS &#8211; The ReStart Profiling System was developed by Jonathan Chase for Restart Academy. I am one of the founders of Restart Academy. I use the system myself,  recommend it to others, coach people in its use, and share in the  profits of Restart Academy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.writingusecases.com/wordpress/index.php/archive/have-you-done-it-yet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do you know your BA type?</title>
		<link>http://www.writingusecases.com/wordpress/index.php/archive/do-you-know-your-ba-type/</link>
		<comments>http://www.writingusecases.com/wordpress/index.php/archive/do-you-know-your-ba-type/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 16:42:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips for Business Analysts]]></category>
		<category><![CDATA[BAcareer]]></category>
		<category><![CDATA[BAskills]]></category>
		<category><![CDATA[job]]></category>

		<guid isPermaLink="false">http://www.writingusecases.com/wordpress/?p=933</guid>
		<description><![CDATA[We all know that different BA&#8217;s approach doing things in different ways. Some like to watch first before trying something, others are great at making plans, someone else is best at mitigating risk, another person is great at visualizing, while &#8230; <a href="http://www.writingusecases.com/wordpress/index.php/archive/do-you-know-your-ba-type/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We all know that different BA&#8217;s approach doing things in different ways.</p>
<p>Some like to watch first before trying something, others are great at making plans, someone else is best at mitigating risk, another person is great at visualizing, while someone else just jumps right in to what ever task needs doing.</p>
<p>If you play to your subconscious strengths, then any of those approaches can be successful. If you try to be something you are not, then the approach that works for someone else will fail for you.</p>
<p>What is your subsconscious strength?</p>
<p>Now you can quickly and easily find out.</p>
<p>Jonathan Chase at Restart Academy has developed a quick quiz that will tell you your personal best approach to starting anything. Go to <a href="http://www.writingusecases.com">http://www.writingusecases.com</a> and click on the green Restart button in the left side box. </p>
<p>This will take you to the Restart Academy Profiler (don&#8217;t worry, it&#8217;s free).  After you get your result, you can learn how to apply your subconscious strength to Business Analysis.  Just click on the link on the result page that says:</p>
<p>Get your BA Specific Results Here!</p>
<p>Go now and take the quiz at <a href="http://www.writingusecases.com">http://www.writingusecases.com</a> and let me know how it works out for you!</p>
<p>Best -</p>
<p>Geri</p>
<p>PS &#8211; I am one of the founders of Restart Academy. I use the system myself, recommend it to others, coach people in its use, and share in the profits of Restart Academy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.writingusecases.com/wordpress/index.php/archive/do-you-know-your-ba-type/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New Business Analyst Portal</title>
		<link>http://www.writingusecases.com/wordpress/index.php/archive/new-business-analyst-portal/</link>
		<comments>http://www.writingusecases.com/wordpress/index.php/archive/new-business-analyst-portal/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 18:03:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.writingusecases.com/wordpress/?p=925</guid>
		<description><![CDATA[http://www.writingusecases.com I have put together a single page that gives basic information and links to all the resources I have for Business Analysts. From this page you can get to these Business Analyst resources: * Blog * Facebook fan page &#8230; <a href="http://www.writingusecases.com/wordpress/index.php/archive/new-business-analyst-portal/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.writingusecases.com" target=_blank>http://www.writingusecases.com</a></p>
<p>I have put together a single page that gives basic information and links to all the resources I have for Business Analysts.</p>
<p>From this page you can get to these Business Analyst resources:</p>
<p>    * Blog<br />
    * Facebook fan page<br />
    * Video tips<br />
    * Articles<br />
    * Career information</p>
<p>You can also:</p>
<p>    * Sign up for my tip of the week series<br />
    * Read my Bio<br />
    * Find out what is new<br />
    * And find all the products I currently offer</p>
<p><a href="http://www.writingusecases.com" target=_blank>Click here to visit the Wyyzzk BA Portal</a></p>
<p>Then post a comment here or on the Facebook fan page letting me know what you think about the new site.</p>
<p>Thanks!</p>
<p>Geri</p>
<p>PS &#8211; A handy form at the bottom of the portal page lets you tell your friends about the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.writingusecases.com/wordpress/index.php/archive/new-business-analyst-portal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New BA Video Tips</title>
		<link>http://www.writingusecases.com/wordpress/index.php/archive/new-ba-video-tips/</link>
		<comments>http://www.writingusecases.com/wordpress/index.php/archive/new-ba-video-tips/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 10:08:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips for Business Analysts]]></category>
		<category><![CDATA[BAcareer]]></category>
		<category><![CDATA[business rules]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[requirements]]></category>
		<category><![CDATA[use case]]></category>
		<category><![CDATA[user story]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.writingusecases.com/wordpress/?p=877</guid>
		<description><![CDATA[http://www.youtube.com/user/Wyyzzk I have set up a video channel for Business Analyst tips on YouTube. There are 15 videos there at present including: 5 steps to better use cases &#8211; parts 1 and 2 Business rules versus Technical Constraints Use Stories &#8230; <a href="http://www.writingusecases.com/wordpress/index.php/archive/new-ba-video-tips/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/user/Wyyzzk">http://www.youtube.com/user/Wyyzzk</a></p>
<p>I have set up a video channel for Business Analyst tips on YouTube.<br />
There are 15 videos there at present including:</p>
<ul>
<li>5 steps to better use cases &#8211; parts 1 and 2</li>
<li>Business rules versus Technical Constraints</li>
<li>Use Stories versus User Cases</li>
<li>Business Analyst Career Paths</li>
<li>and 10 videos on how a BA would start to work on a project</li>
<p>There are 10 different project types, so 10 different videos
</ul>
<p>I&#8217;ll be adding more over time, so let me know if there is something you want me to make a video about!</p>
<p>Here is the link again:<br />
<a href="http://www.youtube.com/user/Wyyzzk">http://www.youtube.com/user/Wyyzzk</a></p>
<p>Pass on the link to other BA&#8217;s you know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.writingusecases.com/wordpress/index.php/archive/new-ba-video-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips for BA&#8217;s: Thinking about your Career</title>
		<link>http://www.writingusecases.com/wordpress/index.php/archive/tips-for-bas-thinking-about-your-career/</link>
		<comments>http://www.writingusecases.com/wordpress/index.php/archive/tips-for-bas-thinking-about-your-career/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 13:10:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips for Business Analysts]]></category>
		<category><![CDATA[BAcareer]]></category>
		<category><![CDATA[business analyst]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[job search]]></category>

		<guid isPermaLink="false">http://www.writingusecases.com/wordpress/?p=865</guid>
		<description><![CDATA[In the early part of each year, I often get a flurry of people writing to me to ask for career advice. I get questions such as: Is Business Analyst a good career? Which job is better, XXX or Business &#8230; <a href="http://www.writingusecases.com/wordpress/index.php/archive/tips-for-bas-thinking-about-your-career/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In the early part of each year, I often get a flurry of people writing to me to ask for career advice. I get questions such as:</p>
<ul>
<li>Is Business Analyst a good career?</li>
<li>Which job is better, XXX or Business Analyst?</li>
<li>I have been a Business Analyst for XXX years, what can I do now?</li>
</ul>
<p>I cannot really answer these questions because the answer depends on what you want for yourself. My answers are always suggestions of things to think about, so that you can find the best answer for you.  The suggestions are generally about career planning.</p>
<p>You need to spend some time thinking about what you want from your career. You can change your mind later, but you need to have some kind of career goal, or you have no basis for answering these kinds of questions.</p>
<p>I made a video that goes through quite a bit of information on common career paths. It gives you a lot to think about, so that you can choose what appeals to you in terms of a career goal.  You can find that video here: <a href="http://www.wyyzzk.com/BAFundamentals/Careers.mp4">http://www.wyyzzk.com/BAFundamentals/Careers.mp4</a></p>
<p>Once you know what you want, the answers about whether or not to pursue a BA role or what you can do next become obvious.</p>
<p>The video does not cover every possibility and individual people have had some very different career paths. I have focused on careers within the corporate environment, because that is generally where you find BA positions. Of course there are exceptions &#8211; I know many people (including myself) who work as BA consultants and contractors. But that number is far smaller than the number of people working within corporations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.writingusecases.com/wordpress/index.php/archive/tips-for-bas-thinking-about-your-career/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://www.wyyzzk.com/BAFundamentals/Careers.mp4" length="23975435" type="video/mp4" />
		</item>
		<item>
		<title>Geri&#8217;s Predictions for Hot Markets in 2011</title>
		<link>http://www.writingusecases.com/wordpress/index.php/archive/geris-predictions-for-hot-markets-in-2011/</link>
		<comments>http://www.writingusecases.com/wordpress/index.php/archive/geris-predictions-for-hot-markets-in-2011/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 14:56:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BAcareer]]></category>

		<guid isPermaLink="false">http://www.writingusecases.com/wordpress/?p=821</guid>
		<description><![CDATA[I have had people ask me what are good areas to work in for the next couple of years. These are things I have seen, and continue to see as important topics/markets. If you are working in (or can get &#8230; <a href="http://www.writingusecases.com/wordpress/index.php/archive/geris-predictions-for-hot-markets-in-2011/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have had people ask me what are good areas to work in for the next couple of years. These are things I have seen, and continue to see as important topics/markets. If you are working in (or can get experience in) these areas, there should be good opportunities for work and career growth.  We can all look back in one year and see if I am right!</p>
<p>Security has been and will continue to be a very important topic for many years. Internet security and Information security are particularly important.</p>
<p>I think we will continue to see greater use of the internet for things such as Software As A Service (SAAS) and outsourcing work of all kinds.</p>
<p>I am seeing good growth for all kinds of Virtual Assistants, from very basic services, through specialized services, and up through Executive Assistants.  If you are self-motivated, like people,  and are very organized with good communication skills of all kinds, this could be something of interest. (This is a thought for people who are looking for a career change that uses skills they have already learned.)</p>
<p>Privacy concerns will continue to grow, so working in an area that provides products and services to protect privacy will become more important.</p>
<p>At the same time, people want community, so they will continue to use the internet to create communities. They will want to easily share information within their community, while keeping out &#8220;outsiders&#8221;, and while not sharing information outside the community. While Facebook has been great, I suspect that a solution more like Ning (with individual communities and more privacy) will have better market reach over time.</p>
<p>Products and services to help companies comply with upcoming FTC and FCC requirements for web sites should do very well. There are more and more regulations being written (and laws in various countries), so this will become very important over the next 12-24 months.</p>
<p>Post your thoughts in comments. What do you think of these ideas? What are your thoughts for hot  markets?</p>
<p>Geri</p>
]]></content:encoded>
			<wfw:commentRss>http://www.writingusecases.com/wordpress/index.php/archive/geris-predictions-for-hot-markets-in-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your 2011 Business Analyst Career Goals</title>
		<link>http://www.writingusecases.com/wordpress/index.php/archive/your-2011-business-analyst-career-goals/</link>
		<comments>http://www.writingusecases.com/wordpress/index.php/archive/your-2011-business-analyst-career-goals/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 14:35:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.writingusecases.com/wordpress/?p=817</guid>
		<description><![CDATA[Stating your goals publicly is one way to help you keep working toward them. With that in mind, here are some questions for you about your 2011 Business Analyst Career Goals. Answer them in the comments so there is a &#8230; <a href="http://www.writingusecases.com/wordpress/index.php/archive/your-2011-business-analyst-career-goals/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Stating your goals publicly is one way to help you keep working toward them.</p>
<p>With that in mind, here are some questions for you about your 2011 Business Analyst Career Goals. Answer them in the comments so there is a public record of what you want to achieve!</p>
<p>1. What frustrates you most about your career?</p>
<p>2. What are you trying to accomplish this year?</p>
<p>3. What do you think you would need to double your satisfaction with your career this year?</p>
<p>4. What strategies have you already tried to improve your career that worked and that did not work?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.writingusecases.com/wordpress/index.php/archive/your-2011-business-analyst-career-goals/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ravencloud Announced</title>
		<link>http://www.writingusecases.com/wordpress/index.php/archive/ravencloud-announced/</link>
		<comments>http://www.writingusecases.com/wordpress/index.php/archive/ravencloud-announced/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 05:20:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[activity diagram]]></category>
		<category><![CDATA[Ravenflow]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[use case]]></category>

		<guid isPermaLink="false">http://www.writingusecases.com/wordpress/?p=803</guid>
		<description><![CDATA[Congratulations to Ravenflow on the release of the new version of their product RavenCloud! This is a very exciting new product that lets you automatically create activity diagrams from your use cases, find and correct errors in the flow, and &#8230; <a href="http://www.writingusecases.com/wordpress/index.php/archive/ravencloud-announced/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Congratulations to Ravenflow on the release of the new version of their product RavenCloud!</p>
<p>This is a very exciting new product that lets you automatically create activity diagrams from your use cases, find and correct errors in the flow, and export your diagrams to a document &#8211; all offered over the net from anywhere you are in the world.</p>
<p>I participated in the beta this year, and was really impressed by how easy it is to log into a website, enter my use cases, and automatically generate activity diagrams and find errors in the flow.</p>
<p>RavenCloud is being offered by subscription, so you don&#8217;t have any software to install and you can access it from anywhere on the web.</p>
<p>You can even try before you buy <img src='http://www.writingusecases.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   You can get a free account that lets you enter your use cases, create activity diagrams, and save them. You can copy and paste the activity diagrams into your documents with a watermark.</p>
<p>Paid accounts give you more options for exporting your work, and remove the watermark from the diagrams.</p>
<p>You can find RavenCloud here: <a href="http://www.ravencloud.com/">http://www.ravencloud.com/</a></p>
<p>I&#8217;m not an affiliate, just a happy user and long time associate of the company.</p>
<p>Go get your free account and start using RavenCloud for yourself!</p>
<p>Geri</p>
]]></content:encoded>
			<wfw:commentRss>http://www.writingusecases.com/wordpress/index.php/archive/ravencloud-announced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

