<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Zaheer Ahmad Chaudhry</title>
	<atom:link href="http://absm.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://absm.wordpress.com</link>
	<description>Technology Works @ ABSM</description>
	<lastBuildDate>Thu, 24 Jul 2008 07:39:10 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='absm.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/5bc3c9ef69f410096d4d45874384bc81?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Zaheer Ahmad Chaudhry</title>
		<link>http://absm.wordpress.com</link>
	</image>
			<item>
		<title>Lack of Documentation</title>
		<link>http://absm.wordpress.com/2008/07/24/lack-of-documentation/</link>
		<comments>http://absm.wordpress.com/2008/07/24/lack-of-documentation/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 07:39:10 +0000</pubDate>
		<dc:creator>Zaheer Ahmad Chaudhry</dc:creator>
				<category><![CDATA[Project Management]]></category>

		<guid isPermaLink="false">http://absm.wordpress.com/?p=10</guid>
		<description><![CDATA[Lack of documentation is very common; and is seen even in medium to large teams. For the small teams; it is understandable; you usually don’t have enough resources (human, time, finance) and to cover this; here are few suggestions
Requirement Gathering &#38; Analysis
Create a mailing list for the project and make your team part of it. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=absm.wordpress.com&blog=4311622&post=10&subd=absm&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="font-size:10pt;font-family:&quot;">Lack of documentation is very common; and is seen even in medium to large teams. For the small teams; it is understandable; you usually don’t have enough resources (human, time, finance) and to cover this; here are few suggestions</span></p>
<p><strong><span style="font-size:10pt;font-family:&quot;">Requirement Gathering &amp; Analysis</span></strong><span style="font-size:10pt;font-family:&quot;"></span></p>
<p><span style="font-size:10pt;font-family:&quot;">Create a mailing list for the project and make your team part of it. Discuss your requirement over emails/threads; and assign one person to send a periodic email/post summarizing the discussions. The last such email/post will lead you to requirement specifications.</span></p>
<p><strong><span style="font-size:10pt;font-family:&quot;">Project Plan</span></strong><span style="font-size:10pt;font-family:&quot;"></span></p>
<p><span style="font-size:10pt;font-family:&quot;">Ask your team to divide the project into components and give estimated dead line. Do this again on the email list. Once done; write the summary for every commitment; discuss it in a thread. The last such email will be your project plan. Rewrite this in a new email; and then keep posting the replies to this whenever there is any change in the plan. Each reply should contain up to date commitments.</span></p>
<p><strong><span style="font-size:10pt;font-family:&quot;">Design / Implementation</span></strong><span style="font-size:10pt;font-family:&quot;"></span></p>
<p><span style="font-size:10pt;font-family:&quot;">I strongly recommend using Sharepoint or other such web enabled collaboration platform. Write your design/implementation documents there. On each deadline/milestone; take a snapshot of current versions of documents/artifacts; mentioned below</span></p>
<ul type="disc">
<li class="MsoNormal"><span style="font-size:10pt;font-family:&quot;">Database</span></li>
</ul>
<p><span style="font-size:10pt;font-family:&quot;">Use diagramming support of modern database engines; SQL Server supports this. Your diagram will be up to date always.</span></p>
<ul type="disc">
<li class="MsoNormal"><span style="font-size:10pt;font-family:&quot;">Design</span></li>
</ul>
<p><span style="font-size:10pt;font-family:&quot;">Encourage your team to use contract driven development; use interfaces (interface IFunctinoality {}). Your design artifacts can then easily be created using some round-trip modeling tools like Borland’s Together or Rational’s XDE</span></p>
<ul type="disc">
<li class="MsoNormal"><span style="font-size:10pt;font-family:&quot;">Implementation</span></li>
</ul>
<p><span style="font-size:10pt;font-family:&quot;">Encourage your team to at least mention WIKI/Sharepoint URLs in the comments. Modern IDEs (like Visual Studio) has built in browser and you can easily correlate code with the documentation.</span></p>
<p><strong><span style="font-size:10pt;font-family:&quot;">Data Layer</span></strong><span style="font-size:10pt;font-family:&quot;"></span></p>
<p><span style="font-size:10pt;font-family:&quot;">Use approach of least access; in database access layer; keep separate logins for developer’s access (SQL Server’s Enterprise Manager / Query Analyzer) and your application access. The developer login can have full access to the database but the login being used for the application should have least access. This way seeing which objects the application login has access will leads you to dependency information. It’s also suggested to write auditing code in stored procedures; so that you can pin point “dormant objects” easily.</span></p>
<p><strong><span style="font-size:10pt;font-family:&quot;">Middle Layer</span></strong><span style="font-size:10pt;font-family:&quot;"></span></p>
<p><span style="font-size:10pt;font-family:&quot;">Encourage your team to log method names, parameters being passed and backend (sql query or web service name/url) being used in each method. Such log file will lead you to the dependency information. Audit these log files; and to check bottle necks.</span></p>
<p><strong><span style="font-size:10pt;font-family:&quot;">User Interface Layer</span></strong><span style="font-size:10pt;font-family:&quot;"></span></p>
<p><span style="font-size:10pt;font-family:&quot;">Use patterns like Model view presentation; the view interfaces will help you to keep things in control and reflect changes across user interface and middle layer easily. Counts of such interfaces will also help you estimate the size of your application.</span></p>
<p><strong><span style="font-size:10pt;font-family:&quot;">More…</span></strong></p>
<p><span style="font-size:10pt;font-family:&quot;">Use emails; encourage your team, not to leave the office/workplace unless a status of what has been done and what you will do the next day is informed to the project email list. The team lead should write periodic emails for “To Dos” and “Status” such emails will help you write status summaries for the management.</span></p>
<p><span style="font-size:10pt;font-family:&quot;">Also encourage your team to write postmortems on each milestone or on periodic basis. Let them write what they feel and wish. Keep such email threads separate; they will help you to improve your processes for the next project.</span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/absm.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/absm.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/absm.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/absm.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/absm.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/absm.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/absm.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/absm.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/absm.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/absm.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/absm.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/absm.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=absm.wordpress.com&blog=4311622&post=10&subd=absm&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://absm.wordpress.com/2008/07/24/lack-of-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aeffdd93bb78d29325c9545b53fa5588?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zac</media:title>
		</media:content>
	</item>
		<item>
		<title>The Scrum</title>
		<link>http://absm.wordpress.com/2008/07/24/the-scrum/</link>
		<comments>http://absm.wordpress.com/2008/07/24/the-scrum/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 06:11:15 +0000</pubDate>
		<dc:creator>Zaheer Ahmad Chaudhry</dc:creator>
				<category><![CDATA[Project Management]]></category>

		<guid isPermaLink="false">http://absm.wordpress.com/?p=3</guid>
		<description><![CDATA[SCRUM has been successfully employed by hundreds of different companies in many different fields, with outstanding results. 
SCRUM is a loose set of guidelines that govern the development process of a product, from its design stages to its completion. It aims to cure some common failures of the typical development process, such as: 

Chaos due [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=absm.wordpress.com&blog=4311622&post=3&subd=absm&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">SCRUM has been successfully employed by hundreds of different companies in many different fields, with outstanding results. </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">SCRUM is a loose set of guidelines that govern the development process of a product, from its design stages to its completion. It aims to cure some common failures of the typical development process, such as: </span></p>
<ul type="disc">
<li class="MsoNormal"><strong><span style="font-size:10pt;font-family:&quot;">Chaos due to changing requirements</span></strong><span style="font-size:10pt;font-family:&quot;"> &#8211; the real or perceived requirements of a project usually change drastically from the time the product is designed to when it is released. Under most product development methods, all design is done at the beginning of the project, and then no changes are allowed for or made when the requirements change. </span></li>
<li class="MsoNormal"><strong><span style="font-size:10pt;font-family:&quot;">Unrealistic estimates of time, cost, and quality of the product</span></strong><span style="font-size:10pt;font-family:&quot;"> &#8211; the project management and the developers tend to underestimate how much time and resources a project will take, and how much functionality can be produced within those constraints. In actuality, this usually cannot be accurately predicted at the beginning of the development cycle. </span></li>
<li class="MsoNormal"><strong><span style="font-size:10pt;font-family:&quot;">Developers are forced to lie about how the project is progressing</span></strong><span style="font-size:10pt;font-family:&quot;"> &#8211; When management underestimates the time and cost needed to reach a certain level of quality, the developers must either lie about how much progress has been made on the product, or face the indignation of the management. </span></li>
</ul>
<p class="MsoNormal" style="margin:0;"><a name="SCRUMValues1"><strong><span style="font-size:13pt;font-family:&quot;">SCRUM Values</span></strong></a><strong></strong></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">The SCRUM values are derived from the Agile values of software development. </span></p>
<ul type="disc">
<li class="MsoNormal"><strong><span style="font-size:10pt;font-family:&quot;">Individuals and interactions over processes and tools</span></strong><span style="font-size:10pt;font-family:&quot;"> &#8211; processes and tools are helpful, but they will do you no good if the team does not communicate and collaborate in a constructive fashion. </span></li>
<li class="MsoNormal"><strong><span style="font-size:10pt;font-family:&quot;">Working software over comprehensive documentation</span></strong><span style="font-size:10pt;font-family:&quot;"> &#8211; documentation is important, but what&#8217;s most important is to have working software. </span></li>
<li class="MsoNormal"><strong><span style="font-size:10pt;font-family:&quot;">Customer collaboration over contract negotiation</span></strong><span style="font-size:10pt;font-family:&quot;"> &#8211; you are not just looking to get a contract and get money that way &#8211; you are solving the customer&#8217;s problem. </span></li>
<li class="MsoNormal"><strong><span style="font-size:10pt;font-family:&quot;">Responding to change over following a plan</span></strong><span style="font-size:10pt;font-family:&quot;"> &#8211; if the requirements or perceived requirements changed, so should the plans and design. </span></li>
</ul>
<p class="MsoNormal" style="margin:0;"><a name="TheSCRUMProcess2"><strong><span style="font-size:13pt;font-family:&quot;">The SCRUM Process </span></strong></a><strong></strong></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">The scrum process has 3 main phases.</span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><a name="Planning3"><strong><span style="font-size:11pt;font-family:&quot;">Planning </span></strong></a><strong></strong></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">In this phase, the project is planned and high-level design decisions are made. </span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><a name="SprintCycle4"><strong><span style="font-size:11pt;font-family:&quot;">Sprint Cycle </span></strong></a><strong></strong></p>
<p class="MsoNormal" style="text-align:center;margin:0;" align="center"> </p>
<p class="MsoNormal" style="text-align:center;margin:0;" align="center"><span style="font-size:10pt;font-family:&quot;"><a href="http://absm.files.wordpress.com/2008/07/scrum1.jpg"><img class="aligncenter size-full wp-image-5" src="http://absm.files.wordpress.com/2008/07/scrum1.jpg?w=542&#038;h=325" alt="" width="542" height="325" /></a></span></p>
<p class="MsoNormal" style="text-align:center;margin:0;" align="center"><span style="font-size:10pt;font-family:&quot;">Figure 1: The SCRUM Sprint Cycle </span></p>
<p class="MsoNormal" style="text-align:center;margin:0;" align="center"> </p>
<p class="MsoNormal" style="text-align:center;margin:0;" align="center"> </p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">The sprint cycle is an iterative cycle of about 3-4 weeks, in which the actual development of the product is done. It starts out with a Sprint Planning Meeting to decide what will be done in the current sprint. Then the development is done. A sprint is closed with a Sprint Review Meeting where the progress made in the last sprint is demonstrated, the sprint is reviewed, and adjustments are made to the project as necessary. </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">The sprint cycle is repeated until the product&#8217;s development is complete. The product is complete when the variables of time, quality, competition, and cost are at a balance. </span></p>
<ul type="disc">
<li class="MsoNormal"><strong><span style="font-size:10pt;font-family:&quot;">Develop</span></strong><span style="font-size:10pt;font-family:&quot;"> the product further &#8211; implement, test, and document. </span></li>
<li class="MsoNormal"><strong><span style="font-size:10pt;font-family:&quot;">Wrap</span></strong><span style="font-size:10pt;font-family:&quot;"> up the work &#8211; get it ready to be evaluated and integrated. </span></li>
<li class="MsoNormal"><strong><span style="font-size:10pt;font-family:&quot;">Review</span></strong><span style="font-size:10pt;font-family:&quot;"> the work done in this sprint. </span></li>
<li class="MsoNormal"><strong><span style="font-size:10pt;font-family:&quot;">Adjust</span></strong><span style="font-size:10pt;font-family:&quot;"> for any changes in requirements or plans. </span></li>
</ul>
<p class="MsoNormal" style="margin:0;"><a name="Closure5"><strong><span style="font-size:11pt;font-family:&quot;">Closure </span></strong></a><strong></strong></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">In this phase, the product&#8217;s development is brought to a close, and the product is released. </span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">The SCRUM team consists of 2 groups &#8211; the interested team, which consists of people who are interested, but who will not be doing the work, and the working team &#8211; people who are interested, and will be doing the work on the project. </span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">A team typically has no more than 6-9 working members, although SCRUM has been successfully used with more members. If there are more members than manageable, the project should be broken into multiple sub-projects, each focusing on one, self-contained area of work (one for QA, one for documentation, etc.). There should be people to act as bridges &#8211; that is, to attend the meetings of more than one SCRUM team, and act as a communication bridge between the teams. Members of teams that are closely related/involved with each other should sit in on the other teams&#8217; SCRUM meetings. </span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">The team&#8217;s leader is called the Scrum Master. He should be one of the members of the working team &#8211; that is, he should be one of the people who is actually doing the work on the project. The SCRUM Master measures progress, removes impediments, and leads the team meetings. </span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">The product is developed in a series of 1-to-4-week iterations, or sprints. Before a sprint is begun, a Sprint Planning Meeting is held to determine what features are to be implemented in that sprint. The sprint has 4 major steps: </span></p>
<ul type="disc">
<li class="MsoNormal"><strong><span style="font-size:10pt;font-family:&quot;">Develop</span></strong><span style="font-size:10pt;font-family:&quot;"> the product further &#8211; implement, test, and document. </span></li>
<li class="MsoNormal"><strong><span style="font-size:10pt;font-family:&quot;">Wrap</span></strong><span style="font-size:10pt;font-family:&quot;"> up the work &#8211; get it ready to be evaluated and integrated. </span></li>
<li class="MsoNormal"><strong><span style="font-size:10pt;font-family:&quot;">Review</span></strong><span style="font-size:10pt;font-family:&quot;"> the work done in this sprint. </span></li>
<li class="MsoNormal"><strong><span style="font-size:10pt;font-family:&quot;">Adjust</span></strong><span style="font-size:10pt;font-family:&quot;"> for any changes in requirements or plans. </span></li>
</ul>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">A prioritized list of all the desired changes to the product being developed, put together by the product owner. See Figure 2. </span></p>
<p class="MsoNormal" style="margin:0;"> <a name="SprintBackLog11"><strong><span style="font-size:11pt;font-family:&quot;">Sprint BackLog</span></strong></a><strong></strong></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">A list with items that will be completed in the current sprint, taken from the product backlog. See Figure 2. </span></p>
<p class="MsoNormal" style="margin:0;"><strong></strong></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">A 15-minute SCRUM meeting is held every day. The SCRUM Master asks the three questions, and all members of the team and interested parties take part and give feedback. The meeting should be held at the same place every time, so that people know where to go. </span></p>
<p class="MsoNormal" style="margin:0;"><a name="Impediment14"><strong><span style="font-size:11pt;font-family:&quot;">Impediment </span></strong></a><strong></strong></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">Impediments are things that get in the way of the progress of the project. The SCRUM Master is responsible to look for and remove these obstacles so that they do not slow down or impair the project. </span></p>
<p class="MsoNormal" style="margin:0;"><a name="3Questions15"><strong><span style="font-size:11pt;font-family:&quot;">3 Questions </span></strong></a><strong></strong></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">The Scrum Master asks the developers 3 important questions at every SCRUM meeting: </span></p>
<ol type="1">
<li class="MsoNormal"><span style="font-size:10pt;font-family:&quot;">What have you accomplished since the last meeting? </span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:&quot;">Are there any obstacles in the way of meeting your goal? </span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:&quot;">What will you accomplish before the next meeting? </span></li>
</ol>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">The person who commissions the project, and defines the requirements and priorities for the product. </span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">A meeting at the beginning of a sprint where the sprint is planned. Items from the Product Backlog are selected to be completed in the sprint, based on the priorities set by the Product Owner. </span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">A sprint is closed with a Sprint Review Meeting where the progress made in the last sprint is demonstrated, the sprint is reviewed, and adjustments are made to the project as necessary. </span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">[to be continued...</span><span style="font-size:10pt;font-family:Wingdings;">J</span><span style="font-size:10pt;font-family:&quot;">]</span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/absm.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/absm.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/absm.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/absm.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/absm.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/absm.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/absm.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/absm.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/absm.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/absm.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/absm.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/absm.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=absm.wordpress.com&blog=4311622&post=3&subd=absm&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://absm.wordpress.com/2008/07/24/the-scrum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aeffdd93bb78d29325c9545b53fa5588?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zac</media:title>
		</media:content>

		<media:content url="http://absm.files.wordpress.com/2008/07/scrum1.jpg" medium="image" />
	</item>
	</channel>
</rss>