<?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>Juan Moran</title>
	<atom:link href="http://www.juanmoran.net/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.juanmoran.net</link>
	<description>Software Engineer</description>
	<lastBuildDate>Mon, 03 May 2010 13:54:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Object Oriented Programming Concepts</title>
		<link>http://www.juanmoran.net/index.php/object-oriented-programming-concepts/</link>
		<comments>http://www.juanmoran.net/index.php/object-oriented-programming-concepts/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 14:47:33 +0000</pubDate>
		<dc:creator>Juan Moran</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[references]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://www.juanmoran.net/?p=90</guid>
		<description><![CDATA[These are some concepts and principles object oriented programming, basic ones.
Concepts



Object

An  abstraction of a domain-problem entity


Class

Programmatic representation of an object. A class is the blueprint from which individual objects are created. 


Instance

Instance is a particular &#8216;occurrence&#8217; of a  class in runtime.



Principles



Principle

Reference


Information Hiding

Information hiding in computer science is the principle of segregation of design ]]></description>
			<content:encoded><![CDATA[<p>These are some concepts and principles object oriented programming, basic ones.</p>
<p><strong>Concepts</strong></p>
<table id="zpxk" border="1" cellspacing="0" cellpadding="3" width="100%" bordercolor="#000000">
<tbody>
<tr>
<td width="50%"><span>Object<br />
</span></td>
<td width="50%"><span>An  abstraction of a domain-problem entity</span></td>
</tr>
<tr>
<td width="50%"><span>Class<br />
</span></td>
<td width="50%"><span>Programmatic representation of an object. A <em>class</em> is the blueprint from which individual objects are created. </span></td>
</tr>
<tr>
<td width="50%"><span>Instance<br />
</span></td>
<td width="50%"><span>Instance is a particular &#8216;occurrence&#8217; of a  class in runtime.</span></td>
</tr>
</tbody>
</table>
<p><strong><span>Principles</span></strong></p>
<table id="u3xj" border="1" cellspacing="0" cellpadding="3" width="100%" bordercolor="#000000">
<tbody>
<tr>
<td width="12%">Principle</td>
<td width="33%"></td>
<td width="15%">Reference</td>
</tr>
<tr>
<td width="12%"><span>Information Hiding<br />
</span></td>
<td width="33%"><span>Information hiding in <a title="Computer  science" href="http://en.wikipedia.org/wiki/Computer_science">computer science</a> is the principle of segregation of <em><a title="Design decisions (page does not exist)" href="http://en.wikipedia.org/w/index.php?title=Design_decisions&amp;action=edit&amp;redlink=1">design decisions</a></em> in a computer program that are most likely to change, thus protecting  other parts of the program from extensive modification if the design  decision is changed. The protection involves providing a stable <a title="Interface (computer science)" href="http://en.wikipedia.org/wiki/Interface_%28computer_science%29">interface</a> which protects the  remainder of the program from the implementation</span></td>
<td width="15%"><a href="http://bit.ly/7HgfrJ"><span>http://bit.ly/7HgfrJ</span></a></td>
</tr>
<tr>
<td width="12%">Polymorphism</td>
<td width="33%"><span>In  the context of <a title="Object-oriented programming" href="http://en.wikipedia.org/wiki/Object-oriented_programming">object-oriented programming</a>, is  the ability of one type, A, to appear as and be used like another type,  B. </span><span>Polymorphism is not the same as method  overloading or method overriding. Polymorphism is only concerned with  the application of specific implementations to an interface or a more  generic base class. Method overloading refers to methods that have the  same name but different signatures inside the same class. Method  overriding is where a subclass replaces the implementation of one or  more of its parent&#8217;s methods. Neither method overloading nor method  overriding are by themselves implementations of polymorphism.<br />
</span></td>
<td width="15%"><a href="http://bit.ly/90rX6"><span>http://bit.ly/90rX6</span></a></td>
</tr>
<tr>
<td width="12%">Decoupling</td>
<td width="33%"><span>Basically,  it&#8217;s interdependence between systems. In simple terms, if you have  class A that uses class B then that&#8217;s coupling. Class A can&#8217;t work  without class B. If there is a common interface between the two, then  you could theoretically change class B and still have it work with class  A as long as the interface is still there.<br />
</span></td>
<td width="15%"><a href="http://bit.ly/91Vx2D"><span>http://bit.ly/91Vx2D</span></a></td>
</tr>
<tr>
<td width="12%"><span>Data encapsulation<br />
</span></td>
<td width="33%"><span>It´s the mechanism whereby details of  implementation are kept hidden from the user.</span></td>
<td width="15%"><a href="http://bit.ly/5XXJG6"><span>http://bit.ly/5XXJG6</span></a></td>
</tr>
</tbody>
</table>
<p><span><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.juanmoran.net/index.php/object-oriented-programming-concepts/feed/</wfw:commentRss>
		<slash:comments>207</slash:comments>
		</item>
		<item>
		<title>Want to see what your blog talks about?</title>
		<link>http://www.juanmoran.net/index.php/want-to-see-what-your-blog-talks-about/</link>
		<comments>http://www.juanmoran.net/index.php/want-to-see-what-your-blog-talks-about/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 16:57:49 +0000</pubDate>
		<dc:creator>Juan Moran</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[interesting]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.juanmoran.net/?p=84</guid>
		<description><![CDATA[I´ve been using wordle to create &#8220;word clouds&#8221;. It´s a funny thing to do since it displays an image with those words  that have greater prominence 		in the source text (for instance, your blog RSS). You can tweak your clouds with different 		fonts, layouts, and color schemes.
]]></description>
			<content:encoded><![CDATA[<div id="attachment_85" class="wp-caption aligncenter" style="width: 517px"><a href="http://www.juanmoran.net/wp-content/uploads/2010/04/blog.jpg"><img class="size-medium wp-image-85" title="blog" src="http://www.juanmoran.net/wp-content/uploads/2010/04/blog-300x142.jpg" alt="Juan Moran Blog word cloud" width="507" height="239" /></a><p class="wp-caption-text">Juan Moran Blog word cloud</p></div>
<p>I´ve been using wordle to create &#8220;word clouds&#8221;. It´s a funny thing to do since it displays an image with those words  that have greater prominence 		in the source text (for instance, your blog RSS). You can tweak your clouds with different 		fonts, layouts, and color schemes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.juanmoran.net/index.php/want-to-see-what-your-blog-talks-about/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Techcamp Costa Rica Presentations Summary</title>
		<link>http://www.juanmoran.net/index.php/techcamp-costa-rica-presentations-summary/</link>
		<comments>http://www.juanmoran.net/index.php/techcamp-costa-rica-presentations-summary/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 15:46:00 +0000</pubDate>
		<dc:creator>Juan Moran</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[scrum]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-2853681282265997960.post-6909002348127766595</guid>
		<description><![CDATA[This is a summary of some presentations given yesterday, congratulations to the people that worked on TechCamp   
Scrum
Speaker: @agilenatureThe scrum presentation reinforces our knowledge about the set of assets (such as the backlog, burn down charts,etc) and actions required to manage a project.
The definitions or scrum roles (product owner, scrum master, developer, tester), ]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:85%;">This is a summary of some presentations given yesterday, congratulations to the people that worked on <a href="http://www.techcampcostarica.com/">TechCamp </a> <img src='http://www.juanmoran.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p></span><span style="font-size:85%;"><span style="font-size:130%;"><span style="font-weight: bold;">Scrum</span></span></p>
<p></span><span style="font-size:85%;">Speaker: <a href="http://twitter.com/agilenature">@agilenature</a><br /></span><span style="font-size:85%;"><br />The scrum presentation reinforces our knowledge about the set of assets (such as the backlog, burn down charts,etc) and actions required to manage a project.</p>
<p>The definitions or scrum roles (product owner, scrum master, developer, tester), the required actions (stand up meetings, effort estimation) can help us to better face a project as a cohesive team and better manage those projects where complexity is high due to not fully understood requirements and/or unknown technology needed to satisfy product objectives.</p>
<p>The main objectives are:</p>
<p>    * Give the project visibility (stakeholders have from the beginning a clear state of the project progress)<br />    * Get rid of uncertainty (the product owner is highly involved in the project)<br />    * Manage change.</p>
<p>Since scrum is a extensive topic, the presenter gave us several topics that we can research for further knowledge about the methodology, such as:</p>
<p>Further reading:<br /></span>
<ul>
<li><span style="font-size:85%;"><a href="http://www.youtube.com/watch?v=Q5k7a9YEoUI">Scrum in 10 minutes</a> .</span></li>
<li><span style="font-size:85%;"><a href="http://www.google.com/search?hl=en&amp;client=firefox-a&amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;hs=QFk&amp;q=User+management+stakeholders+client&amp;aq=f&amp;oq=&amp;aqi=">Stakeholder management</a>.</span></li>
<li><span style="font-size:85%;">“<a href="http://www.google.com/search?hl=en&amp;client=firefox-a&amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;hs=Zx4&amp;q=planning+poker+scrum&amp;aq=0c&amp;oq=poker+scrum&amp;aqi=g-c1">Poker</a>” effort estimation.</span></li>
</ul>
<p><span style="font-size:85%;"><span style="font-size:130%;"><br /><span style="font-weight: bold;">Appcelerator</span></span></p>
<p>Speaker: <a href="http://www.twitter.com/yeco">@yeco</a></p>
<p>It talked about the Appcelerator Titanium Mobile which is a framework for building professional-grade applications for the iPhone and Android.</p>
<p>Titanium Mobile offers a way to create native mobile applications using HTML and Javascript. There is access to all native features, like geo-location, local filesystem and database access, and multi-touch and accelerometer controls, but without having to write native code. And because it&#8217;s cross-platform, a single codebase will work for both the iPhone and Android Phones.</p>
<p>Further reading:</p>
<p></span>
<ul>
<li><span style="font-size:85%;"><a href="http://www.appcelerator.com/">http://www.appcelerator.com/</a></span></li>
<li><span style="font-size:85%;"><a href="http://www.codestrong.com/timobile/"> http://www.codestrong.com/timobile/</a></span></li>
</ul>
<p><span style="font-size:85%;"><br /><span style="font-weight: bold;font-size:130%;" >Firefox Add-on development</span></p>
<p>The presentation wasn’t about how to develop an add-on for firefox, but it gave a general perspective about the development process and the Mozilla Foundation effort to offer high quality addons by checking and reviewing every development posted here: https://addons.mozilla.org/</p>
<p>The speaker talked about the business opportunity because there are not many companies developing Firefox add-ons and this software has a lot of potential to enhance user experience and productivity when surfing the web.</p>
<p>As for the career path for a Add-on Developer, the speaker talked about his and how it went from being a contributor in 2001 to a Mozilla employee.</p>
<p>Further reading:<br /></span>
<ul>
<li><a href="https://addons.mozilla.org/"><span style="font-size:85%;">https://addons.mozilla.org/</span></a></li>
<li><a href="https://addons.mozilla.org/en-US/firefox/developers"><span style="font-size:85%;">https://addons.mozilla.org/en-US/firefox/developers</span></a></li>
</ul>
<p><span style="font-size:85%;">Speaker: Jorge@mozilla.org</p>
<p><span style="font-weight: bold;font-size:130%;" >HTML5 &amp; CSS3</span></p>
<p>The html is going to make web pages more semantic and browsers will provide more functionality making pages more lightweight even when there is video/audio streaming so HTML5 aims to reduce the use of proprietary plug-in-based rich Internet application (RIA) technologies such as Adobe Flash.</p>
<p>HTML5 provides new elements that reflect typical usage on current web pages. Some of them are semantic replacements for common uses of<br />element, such as (website navigation block), and . There is new functionality through a standardized interface, such as the and elements.</p>
<p>There are dropped elements including purely presentational elements such as and<br />, whose effects are achieved using CSS.</p>
<p>Further reading:</p>
<p></span>
<ul>
<li><span style="font-size:85%;"> <a href="http://dev.w3.org/html5/spec/Overview.html">http://dev.w3.org/html5/spec/Overview.html</a></span></li>
</ul>
<p><span style="font-size:85%;"><br /></span>
<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2853681282265997960-6909002348127766595?l=www.juanmoran.net%2Fblog' alt='' /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.juanmoran.net/index.php/techcamp-costa-rica-presentations-summary/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Roadmap to optmize php code &#8220;“Micro” Optimizations That Matter&#8221;</title>
		<link>http://www.juanmoran.net/index.php/roadmap-to-optmize-php-code-%e2%80%9cmicro%e2%80%9d-optimizations-that-matter/</link>
		<comments>http://www.juanmoran.net/index.php/roadmap-to-optmize-php-code-%e2%80%9cmicro%e2%80%9d-optimizations-that-matter/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 16:19:00 +0000</pubDate>
		<dc:creator>Juan Moran</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-2853681282265997960.post-6005701550899585205</guid>
		<description><![CDATA[This a nice &#38; short article: &#8220;Micro Optimizations That Matter&#8221; by Brandon Savage.
It&#8217;s like roadmap to optimize your web applications rather than the php code by itself, &#8220;micro&#8221; tricks that can definitely impact performance positively.

]]></description>
			<content:encoded><![CDATA[<p>This a nice &amp; short article: <a href="http://www.brandonsavage.net/micro-optimizations-that-matter/">&#8220;Micro Optimizations That Matter&#8221;</a> by <a href="http://www.brandonsavage.net">Brandon Savage</a>.</p>
<p>It&#8217;s like roadmap to optimize your web applications rather than the php code by itself, &#8220;micro&#8221; tricks that can definitely impact performance positively.
<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2853681282265997960-6005701550899585205?l=www.juanmoran.net%2Fblog' alt='' /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.juanmoran.net/index.php/roadmap-to-optmize-php-code-%e2%80%9cmicro%e2%80%9d-optimizations-that-matter/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Improve Mysql Performance</title>
		<link>http://www.juanmoran.net/index.php/improve-mysql-performance/</link>
		<comments>http://www.juanmoran.net/index.php/improve-mysql-performance/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 18:08:00 +0000</pubDate>
		<dc:creator>Juan Moran</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-2853681282265997960.post-8851888117877032689</guid>
		<description><![CDATA[The best answers come from measurable data, don&#8217;t let the &#8220;I think that &#8220;, &#8220;I believe&#8221;, &#8220;IF&#8230;&#8221; drive your decisions when it comes to performance.
Where to look? Well, don&#8217;t try to reinvent the  wheel,  there are plenty of tools that can provide enough data so you can make informed decisions regarding mysql performance.
SQL ]]></description>
			<content:encoded><![CDATA[<p>The best answers come from measurable data, don&#8217;t let the &#8220;I think that &#8220;, &#8220;I believe&#8221;, &#8220;IF&#8230;&#8221; drive your decisions when it comes to performance.</p>
<p>Where to look? Well, don&#8217;t try to reinvent the  wheel,  there are plenty of tools that can provide enough data so you can make informed decisions regarding mysql performance.</p>
<p><a href="http://forge.mysql.com/wiki/Top10SQLPerformanceTips">SQL Performance Tips</a>: There is lack on benchmarks about most of the suggestions here, still, many of them are  obvious and can help you about what to test.</p>
<p><a href="http://www.xaprb.com/blog/2006/10/12/how-to-profile-a-query-in-mysql/">How to profile a query in mysql</a>:  this is self explanatory <img src='http://www.juanmoran.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://dev.mysql.com/tech-resources/articles/using-new-query-profiler.html">Using the New MySQL Query Profiler</a>:    SQL diagnostic tool that assists in the debugging and analysis of running SQL.
<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2853681282265997960-8851888117877032689?l=www.juanmoran.net%2Fblog' alt='' /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.juanmoran.net/index.php/improve-mysql-performance/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Semantic Search Engines</title>
		<link>http://www.juanmoran.net/index.php/semantic-search-engines/</link>
		<comments>http://www.juanmoran.net/index.php/semantic-search-engines/#comments</comments>
		<pubDate>Sun, 24 May 2009 00:13:00 +0000</pubDate>
		<dc:creator>Juan Moran</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[semantic]]></category>
		<category><![CDATA[wolfram]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-2853681282265997960.post-8935685887565586329</guid>
		<description><![CDATA[There two new semantic search engines around: Wolfram Alpha and Google Squared (yet to be released)

Here&#8217;s a hands on of google squared

]]></description>
			<content:encoded><![CDATA[<p>There two new semantic search engines around: Wolfram Alpha and Google Squared (yet to be released)</p>
<p><a href="http://www.wolframalpha.com/screencast/introducingwolframalpha.html"><br /><img src="http://simple.thumbshots.com/image.aspx?cid=1135&amp;v=1&amp;w=480&amp;h=360&amp;url=http://www.wolframalpha.com/screencast/introducingwolframalpha.html" alt="Introduction to Wolfram|Alpha by Stephen Wolfram" width="224" height="168"><br /></a></p>
<p><a href="http://www.techradar.com/news/internet/hands-on-google-squared-602060">Here&#8217;s a hands on</a> of google squared
<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2853681282265997960-8935685887565586329?l=www.juanmoran.net%2Fblog' alt='' /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.juanmoran.net/index.php/semantic-search-engines/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>PHP  frameworks overview</title>
		<link>http://www.juanmoran.net/index.php/php-frameworks-overview/</link>
		<comments>http://www.juanmoran.net/index.php/php-frameworks-overview/#comments</comments>
		<pubDate>Fri, 22 May 2009 18:16:00 +0000</pubDate>
		<dc:creator>Juan Moran</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-2853681282265997960.post-9185060920094667212</guid>
		<description><![CDATA[Here is an excelent php frameworks overview


]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.phpdeveloper.org/?p=120">Here </a>is an excelent php frameworks overview</p>
<p><embed height="355" width="425" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=tek09-allaboutyou-090522102231-phpapp01&amp;stripped_title=no-really-its-all-about-you"></embed>
<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2853681282265997960-9185060920094667212?l=www.juanmoran.net%2Fblog' alt='' /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.juanmoran.net/index.php/php-frameworks-overview/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What&#8217;s a backlog?</title>
		<link>http://www.juanmoran.net/index.php/whats-a-backlog/</link>
		<comments>http://www.juanmoran.net/index.php/whats-a-backlog/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 18:21:00 +0000</pubDate>
		<dc:creator>Juan Moran</dc:creator>
				<category><![CDATA[project management]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[scrum]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-2853681282265997960.post-8004021682608180214</guid>
		<description><![CDATA[Taken from agilesoftwaredevelopment.com there i s good definition about Backlog.  It&#8217;s  Scrum artifact. it&#8217;s a list of things needed to be done; however, it&#8217;s more than a to-do list.
First of all, it&#8217;s a high-level document, because it&#8217;s made and managed mainly by the product owner which is the voice of the customer so ]]></description>
			<content:encoded><![CDATA[<p>Taken from <a href="http://agilesoftwaredevelopment.com/blog/artem/product-backlog">agilesoftwaredevelopment.com</a> there i s good definition about Backlog.  It&#8217;s  <a href="http://en.wikipedia.org/wiki/Scrum_%28development%29">Scrum</a> artifact. it&#8217;s a list of things needed to be done; however, it&#8217;s more than a to-do list.</p>
<p>First of all, it&#8217;s a high-level document, because it&#8217;s made and managed mainly by the product owner which is the voice of the customer so the list of items to be developed are prioritized by business value.</p>
<p>Taken from <a href="http://agilesoftwaredevelopment.com/blog/artem/product-backlog">agilesoftwaredevelopment.com</a>:<br />
<blockquote style="font-style: italic;">
<ul>
<li>Product backlog always lists items adding value for the customer. It includes functional requirements and non-functional requirements. It can also include items required by the team, but only the ones that will eventually bring value to the customer, e.g. taking into use a continuous integration server in order to guarantee the continuous end product quality.</li>
<li>Product backlog cannot include concrete low level tasks and requests for building the intermediate artifacts. For example, it cannot include request for producing the design document unless customer has to ship it further for some purpose.</li>
<li>Product backlog utilizes the simplest and the most effective way for prioritizing requests &#8211; a simple list. Such a method does not allow for having 100 absolute max priority features and forces the product owner to actually make decisions about the feature priorities.</li>
<li>The higher the items are located on the product backlog, the more detailed they are. Items for the closest couple of months are usually quite detailed, while items that will be worked on in some 6-12 month can be defined very broadly and imprecisely.</li>
<li>When there are several interdependent teams in the company or department, typically they all have a single product backlog and pull their work from it.</li>
<li>Product backlog does not typically include the detailed requirement information. Usually the final requirement details are figured out with the help of the customer, when the requirement is being implemented.</li>
</ul>
</blockquote>
<ul>
<li></li>
</ul>
<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2853681282265997960-8004021682608180214?l=www.juanmoran.net%2Fblog' alt='' /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.juanmoran.net/index.php/whats-a-backlog/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>HTML 5</title>
		<link>http://www.juanmoran.net/index.php/html-5/</link>
		<comments>http://www.juanmoran.net/index.php/html-5/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 19:21:00 +0000</pubDate>
		<dc:creator>Juan Moran</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-2853681282265997960.post-6050998990784554578</guid>
		<description><![CDATA[Here is some information regarding html5 that I&#8217;ve found surfing the web. Regards

View more presentations from teleject.


]]></description>
			<content:encoded><![CDATA[<p>Here is some information regarding html5 that I&#8217;ve found surfing the web. Regards
<div style="width: 425px; text-align: left;" id="__ss_1103177"><a style="margin: 12px 0pt 3px; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; display: block; text-decoration: underline;" href="http://www.slideshare.net/teleject/looking-into-html5?type=presentation" title="Looking into HTML5"></a><object style="margin: 0px;" height="355" width="425"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=lookingintohtml5-pdf-090304212841-phpapp02&amp;stripped_title=looking-into-html5"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=lookingintohtml5-pdf-090304212841-phpapp02&amp;stripped_title=looking-into-html5" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="355" width="425"></embed></object>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View more <a style="text-decoration: underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration: underline;" href="http://www.slideshare.net/teleject">teleject</a>.</div>
</div>
<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2853681282265997960-6050998990784554578?l=www.juanmoran.net%2Fblog' alt='' /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.juanmoran.net/index.php/html-5/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>kin3tico.com</title>
		<link>http://www.juanmoran.net/index.php/kin3tico-com/</link>
		<comments>http://www.juanmoran.net/index.php/kin3tico-com/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 03:52:00 +0000</pubDate>
		<dc:creator>Juan Moran</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[web sites]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-2853681282265997960.post-3074476299429225318</guid>
		<description><![CDATA[GREAT website from one of my best friends which is (also) one of the best web designer around&#8230;. this site looks amazing, without a doubt, the best website from Costa Rica.
Check it outhttp://www.kin3tico.com

]]></description>
			<content:encoded><![CDATA[<p>GREAT website from one of my best friends which is (also) one of the best web designer around&#8230;. this site looks amazing, without a doubt, the best website from Costa Rica.</p>
<p>Check it out<br /><a href="http://www.kin3tico.com">http://www.kin3tico.com</a>
<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2853681282265997960-3074476299429225318?l=www.juanmoran.net%2Fblog' alt='' /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.juanmoran.net/index.php/kin3tico-com/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
<div style="position: absolute; top: -976px;left: -976px;"><a href="http://www.toplacoste.com/">Lacoste Shoes Sale</a><a href="http://www.shoesretails.com/tory-burch-flats-c-503.html">tory burch flats</a><a href="http://www.nikedunkshow.com/">Nike Dunk High</a><a href="http://www.frchristianlouboutin.com/christian-louboutin-pumps-c-3.html">christian louboutin pumps</a><a href="http://www.shoesretails.com/tory-burch-bags-c-493.html">tory burch bags</a><a href="http://www.nikeairmaxsite.com/">Cheap Air max shoes</a><a href="http://www.nikeairmaxsite.com/nike-air-max-2010-c-45.html">nike air max 2010</a><a href="http://www.airforce1fashion.com/">air force 1</a><a href="http://www.christianlouboutinkick.com/">christian louboutin uk</a><a href="http://www.shoesretails.com/">tory burch shoes</a><a href="http://www.lebronsky.com/">lebron shoes</a><a href="http://www.toplacoste.com/2010-new-lacoste-mens-shoes-c-22.html">Lacoste Shoes 2010</a></div>
