<?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>JasperValero.com</title>
	<atom:link href="http://jaspervalero.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jaspervalero.com</link>
	<description>Web Developer</description>
	<lastBuildDate>Thu, 18 Oct 2012 04:40:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>GameBase</title>
		<link>http://jaspervalero.com/gamebase/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gamebase</link>
		<comments>http://jaspervalero.com/gamebase/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 23:25:50 +0000</pubDate>
		<dc:creator>Jasper Valero</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Bootstrap CSS 1.0]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[MVC Framework]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://jaspervalero.com/?p=158</guid>
		<description><![CDATA[<p><p>Prototype app created for my Backend Development and Frameworks course. For this assignment we were tasked with building out an database drive web application with a fully functional user authentication system and CRUD system using a language and MVC framework of our choice. Students were only asked to provide basic functionality to show they understood the concepts. I went the extra mile and built out the admin panel, CRUD for all tables in the database and a basic UI.</p>
<p>Created using: PHP, MySQL, CodeIgniter, Bootstrap CSS 1.0</p>
<p>GitHub: https://github.com/jaspervalero/GameBase</p>
</p><p><a href="http://jaspervalero.com/gamebase/">GameBase</a> <a href="http://jaspervalero.com">JasperValero.com</a></p>]]></description>
			<content:encoded><![CDATA[<p>Prototype app created for my Backend Development and Frameworks course. For this assignment we were tasked with building out an database drive web application with a fully functional user authentication system and CRUD system using a language and MVC framework of our choice. Students were only asked to provide basic functionality to show they understood the concepts. I went the extra mile and built out the admin panel, CRUD for all tables in the database and a basic UI.</p>
<p>Created using: PHP, MySQL, CodeIgniter, Bootstrap CSS 1.0</p>
<p>GitHub: <a href="https://github.com/jaspervalero/GameBase">https://github.com/jaspervalero/GameBase</a></p>
<p><a href="http://jaspervalero.com/gamebase/">GameBase</a> <a href="http://jaspervalero.com">JasperValero.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://jaspervalero.com/gamebase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GitSwitch</title>
		<link>http://jaspervalero.com/gitswitch/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gitswitch</link>
		<comments>http://jaspervalero.com/gitswitch/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 06:55:57 +0000</pubDate>
		<dc:creator>Jasper Valero</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Aptana Studio 3]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PivotalTracker]]></category>
		<category><![CDATA[Project Management]]></category>

		<guid isPermaLink="false">http://jaspervalero.com/?p=139</guid>
		<description><![CDATA[<p><p></p>
<p>This is a script I wrote for integrating GitHub issues with PivotalTracker. It allows a panel to be created in PivotalTracker that will allow issues and bugs to be imported from GitHub. I was part of a group of students who were evaluating PivotalTracker for a project and we were disappointed with its lack of GitHub integration. We wanted to be able to pull in issues that were submitted to the projects repo but it was not currently supported.</p>
<p>In about an hour I researched the PivotalTracker API and GitHub API documentation, and threw together a script for testing. It worked like a charm the first try and the whole team was happy to be able to move on with the project. I then went back and refactored some of the code so that anyone could use the script by just ... <a href="http://jaspervalero.com/gitswitch/">Read More &#187;</a></p><p><a href="http://jaspervalero.com/gitswitch/">GitSwitch</a> <a href="http://jaspervalero.com">JasperValero.com</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://jaspervalero.com/wp-content/uploads/2012/02/gitswitch-folio.jpg"><img class="alignnone size-full wp-image-140" title="GitSwitch Folio Image" src="http://jaspervalero.com/wp-content/uploads/2012/02/gitswitch-folio.jpg" alt="" width="700" height="357" /></a></p>
<p>This is a script I wrote for integrating GitHub issues with PivotalTracker. It allows a panel to be created in PivotalTracker that will allow issues and bugs to be imported from GitHub. I was part of a group of students who were evaluating PivotalTracker for a project and we were disappointed with its lack of GitHub integration. We wanted to be able to pull in issues that were submitted to the projects repo but it was not currently supported.</p>
<p>In about an hour I researched the PivotalTracker API and GitHub API documentation, and threw together a script for testing. It worked like a charm the first try and the whole team was happy to be able to move on with the project. I then went back and refactored some of the code so that anyone could use the script by just changing a few variables and settings. I then open sourced it via GitHub.</p>
<p>Created Using: PHP, Aptana Studio 3</p>
<p>GitHub: <a href="https://github.com/jaspervalero/GitSwitch">https://github.com/jaspervalero/GitSwitch</a></p>
<p><a href="http://jaspervalero.com/gitswitch/">GitSwitch</a> <a href="http://jaspervalero.com">JasperValero.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://jaspervalero.com/gitswitch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EstiloCSS</title>
		<link>http://jaspervalero.com/estilocss/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=estilocss</link>
		<comments>http://jaspervalero.com/estilocss/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 05:21:13 +0000</pubDate>
		<dc:creator>Jasper Valero</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Adobe Air]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[FlashBuilder 4.5]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://jaspervalero.com/?p=120</guid>
		<description><![CDATA[<p><p>This project was created for my Deployment of Flash Projects course. It is an Adobe AIR app that creates color palette comment blocks within CSS. It features drag and drop functionality, custom chrome and interacts with the file system on all OS platforms. It uses the ColourLovers.com API to pull in color names for the hex codes found in the CSS files and formats them into a nicely formatted comment block. Users can choose from different comment block styles, include their name, URL and other formatting options. The app takes advantage of the auto-updating functionality found in Adobe AIR.</p>
<p>We had one month to take an app from initial concept, through wires, mocks and finally deploy it as an Adobe AIR application. In addition to the main application we also had to create a custom video player, promotional video and a ... <a href="http://jaspervalero.com/estilocss/">Read More &#187;</a></p><p><a href="http://jaspervalero.com/estilocss/">EstiloCSS</a> <a href="http://jaspervalero.com">JasperValero.com</a></p>]]></description>
			<content:encoded><![CDATA[<p>This project was created for my Deployment of Flash Projects course. It is an Adobe AIR app that creates color palette comment blocks within CSS. It features drag and drop functionality, custom chrome and interacts with the file system on all OS platforms. It uses the ColourLovers.com API to pull in color names for the hex codes found in the CSS files and formats them into a nicely formatted comment block. Users can choose from different comment block styles, include their name, URL and other formatting options. The app takes advantage of the auto-updating functionality found in Adobe AIR.</p>
<p>We had one month to take an app from initial concept, through wires, mocks and finally deploy it as an Adobe AIR application. In addition to the main application we also had to create a custom video player, promotional video and a custom install badge and integrate them into a promotional landing page for the app. The culmination of my work for this project can be found at the site below, and the code can be viewed in the GitHub repo.</p>
<p>Created Using: ActionScript, Adobe AIR, Flash Builder 4.5, Photoshop CS5, Illustrator CS5, ColourLovers.com API</p>
<p>URL: <a href="http://jaspervalero.com/estilocsspromo">http://jaspervalero.com/estilocsspromo</a></p>
<p>GitHub: <a href="https://github.com/jaspervalero/EstiloCSS">https://github.com/jaspervalero/EstiloCSS</a></p>
<p><a href="http://jaspervalero.com/estilocss/">EstiloCSS</a> <a href="http://jaspervalero.com">JasperValero.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://jaspervalero.com/estilocss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FusionMedia Gallery</title>
		<link>http://jaspervalero.com/fusionmedia-gallery/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fusionmedia-gallery</link>
		<comments>http://jaspervalero.com/fusionmedia-gallery/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 04:10:00 +0000</pubDate>
		<dc:creator>Jasper Valero</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://jaspervalero.com/?p=182</guid>
		<description><![CDATA[<p><p>This was my final project for my Rich Media Optimization course. I built an audio and video gallery using HTML5 and CSS3. I used HTML5 audio and video embeds to dynamically serve the media format supported by the viewer;s device and browser. The project also featured graceful degradation and fully optimized media files.</p>
<p>Created Using: HTML5, CSS3, Photoshop CS5</p>
<p>&#160;</p>
</p><p><a href="http://jaspervalero.com/fusionmedia-gallery/">FusionMedia Gallery</a> <a href="http://jaspervalero.com">JasperValero.com</a></p>]]></description>
			<content:encoded><![CDATA[<p>This was my final project for my Rich Media Optimization course. I built an audio and video gallery using HTML5 and CSS3. I used HTML5 audio and video embeds to dynamically serve the media format supported by the viewer;s device and browser. The project also featured graceful degradation and fully optimized media files.</p>
<p>Created Using: HTML5, CSS3, Photoshop CS5</p>
<p>&nbsp;</p>
<p><a href="http://jaspervalero.com/fusionmedia-gallery/">FusionMedia Gallery</a> <a href="http://jaspervalero.com">JasperValero.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://jaspervalero.com/fusionmedia-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weather App</title>
		<link>http://jaspervalero.com/weather-app/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=weather-app</link>
		<comments>http://jaspervalero.com/weather-app/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 09:23:47 +0000</pubDate>
		<dc:creator>Jasper Valero</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Yahoo Weather API]]></category>
		<category><![CDATA[YQL]]></category>
		<category><![CDATA[Zipcode to WOEID Converter]]></category>

		<guid isPermaLink="false">http://jaspervalero.com/?p=171</guid>
		<description><![CDATA[<p><p>For my Flash ActionScript Techniques course one of our assignments was to build a weather application using the Yahoo Weather API. The UI for this app was built in Flash CS5 and the functionality was coded in ActionScript 3 using FlashBuilder 4.5. We had to display unique icons for the different weather codes as well as display fundamental weather data by zip code.</p>
<p>While reading through the documentation I discovered that Yahoo was in the process of deprecating zipcode queries to their API. Instead they would only allow calls using what they refer to as a Where On Earth ID (WOEID). At the time of the project zip codes still worked, but I wanted to ensure that my application would be up and running long after the project and the course were over. That is why I wrote a utility class ... <a href="http://jaspervalero.com/weather-app/">Read More &#187;</a></p><p><a href="http://jaspervalero.com/weather-app/">Weather App</a> <a href="http://jaspervalero.com">JasperValero.com</a></p>]]></description>
			<content:encoded><![CDATA[<p>For my Flash ActionScript Techniques course one of our assignments was to build a weather application using the <a href="http://developer.yahoo.com/weather/">Yahoo Weather API</a>. The UI for this app was built in Flash CS5 and the functionality was coded in ActionScript 3 using FlashBuilder 4.5. We had to display unique icons for the different weather codes as well as display fundamental weather data by zip code.</p>
<p>While reading through the documentation I discovered that Yahoo was in the process of deprecating zipcode queries to their API. Instead they would only allow calls using what they refer to as a Where On Earth ID (WOEID). At the time of the project zip codes still worked, but I wanted to ensure that my application would be up and running long after the project and the course were over. That is why I wrote a utility class which converts zip codes into WOEIDs using YQL. You can find a copy of this class on GitHub: <a href="https://gist.github.com/1915546">https://gist.github.com/1915546</a></p>
<p>Created using: ActionScript 3.0, Flash CS5, Yahoo Weather API</p>
<p>I am happy to say that my app is working even to this day. Try it for yourself using the link below.</p>
<p>URL: <a href="http://jaspervalero.com/projects/weather/">http://jaspervalero.com/projects/weather/</a></p>
<p>&nbsp;</p>
<p><a href="http://jaspervalero.com/weather-app/">Weather App</a> <a href="http://jaspervalero.com">JasperValero.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://jaspervalero.com/weather-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SaaS Course</title>
		<link>http://jaspervalero.com/saas-course/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=saas-course</link>
		<comments>http://jaspervalero.com/saas-course/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 08:25:25 +0000</pubDate>
		<dc:creator>Jasper Valero</dc:creator>
				<category><![CDATA[The Industry]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Agile Web Development]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Software Engineering]]></category>

		<guid isPermaLink="false">http://jaspervalero.com/?p=50</guid>
		<description><![CDATA[<p><p>This week began the Software Engineering for Software as a Service (SaaS) course that I am taking online through UC Berkeley and www.class-central.com. Having already taken the Machine Learning course offered by Stanford during the end of 2011, I am very excited to dive into this next one. It focuses on the Agile Development lifecycle using SaaS and Cloud based deployment.</p>
<p>The course uses Ruby on Rails for the assignments, which was another added benefit for me. I recently taught myself Ruby and the Rails framework and I am working on improving my skills. Any excuse to get more experience with them is good enough for me at this point.</p>
<p>Another interesting aspect of the course is that the textbook, Engineering Long-Lasting Software: An Agile Approach Using SaaS and Cloud Computing, Alpha Edition, is actually written by the two instructors running the ... <a href="http://jaspervalero.com/saas-course/">Read More &#187;</a></p><p><a href="http://jaspervalero.com/saas-course/">SaaS Course</a> <a href="http://jaspervalero.com">JasperValero.com</a></p>]]></description>
			<content:encoded><![CDATA[<p>This week began the <a href="http://www.saas-class.org">Software Engineering for Software as a Service (SaaS) course</a> that I am taking online through UC Berkeley and <a href="http://www.class-central.com">www.class-central.com</a>. Having already taken the Machine Learning course offered by Stanford during the end of 2011, I am very excited to dive into this next one. It focuses on the Agile Development lifecycle using SaaS and Cloud based deployment.</p>
<p>The course uses Ruby on Rails for the assignments, which was another added benefit for me. I recently taught myself Ruby and the Rails framework and I am working on improving my skills. Any excuse to get more experience with them is good enough for me at this point.</p>
<p>Another interesting aspect of the course is that the textbook, <a href="http://www.amazon.com/gp/product/B006WU5G4C/ref=as_li_ss_tl?ie=UTF8&amp;tag=jaspervacom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B006WU5G4C">Engineering Long-Lasting Software: An Agile Approach Using SaaS and Cloud Computing, Alpha Edition</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=jaspervacom-20&amp;l=as2&amp;o=1&amp;a=B006WU5G4C" alt="" width="1" height="1" border="0" />, is actually written by the two instructors running the course. The text itself is in alpha, and it definitely needs some work yet, but the information is current and fresh and their passion is very apparent.</p>
<p>I always know I&#8217;m going to learn a lot when the people teaching me are fully vested into what they are teaching. If they&#8217;re excited about it rubs off on the students. I&#8217;m really looking forward to gaining a lot of insight and knowledge from it. It just started and it isn&#8217;t too late to sign up. It is a short 5 week course, with another part being offered in Fall 2012. Check it out at <a href="http://www.saas-class.org">www.saas-class.org</a>.</p>
<p><a href="http://jaspervalero.com/saas-course/">SaaS Course</a> <a href="http://jaspervalero.com">JasperValero.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://jaspervalero.com/saas-course/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Management With Asana</title>
		<link>http://jaspervalero.com/project-management-with-asana/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=project-management-with-asana</link>
		<comments>http://jaspervalero.com/project-management-with-asana/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 20:50:26 +0000</pubDate>
		<dc:creator>Jasper Valero</dc:creator>
				<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Asana]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Final Project]]></category>
		<category><![CDATA[Full Sail]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://jaspervalero.com/?p=10</guid>
		<description><![CDATA[<p><p>Perhaps one of the biggest jokes that life can play on you is the fact that the more your life comes together the more potential it has to fall apart. There are more responsibilities to keep up with, more things on the agenda, and a smaller cushion of free time to fall back on if you don&#8217;t get them all done. If you&#8217;re like I was a few years ago you probably have time tracking and project management filed away in the &#8220;would be nice / someday I&#8217;ll get around to it&#8221; category. You&#8217;ll be surprised just how quickly it will jump up out of the dust pile of your life and place itself in the &#8220;do or die&#8221; category.</p>
<p>Over the last couple of years I&#8217;ve tried out several different time tracking, project management, and goal tracking systems. However, I ... <a href="http://jaspervalero.com/project-management-with-asana/">Read More &#187;</a></p><p><a href="http://jaspervalero.com/project-management-with-asana/">Project Management With Asana</a> <a href="http://jaspervalero.com">JasperValero.com</a></p>]]></description>
			<content:encoded><![CDATA[<p>Perhaps one of the biggest jokes that life can play on you is the fact that the more your life comes together the more potential it has to fall apart. There are more responsibilities to keep up with, more things on the agenda, and a smaller cushion of free time to fall back on if you don&#8217;t get them all done. If you&#8217;re like I was a few years ago you probably have time tracking and project management filed away in the &#8220;would be nice / someday I&#8217;ll get around to it&#8221; category. You&#8217;ll be surprised just how quickly it will jump up out of the dust pile of your life and place itself in the &#8220;do or die&#8221; category.</p>
<p>Over the last couple of years I&#8217;ve tried out several different time tracking, project management, and goal tracking systems. However, I continued to bump my head against lack of features or overcomplicated interfaces. That was until I attended a web Q&amp;A session with two of the guys at <a href="http://www.thinkaroundcorners.com">Think Around Corners</a>, Gregory Cox (<a href="http://www.twitter.com/thinkocorners">@thinkocorners</a>) and Mark James Progano (<a href="http://www.twitter.com/mprogano">@mprogano</a>).</p>
<p>During the session I learned a lot of valuable insights and tips about the creative process and the web development industry. One of the best things they shared was the project management software they use in their daily workflow. They told us about <a href="http://www.asana.com">Asana</a>, which is a free, full-featured project management system. That is what I really want to talk about today. I want to share my own experience with the software and how I setup the Asana workspace for my final project for the Web Design and Development program at Full Sail University.</p>
<p>Yesterday I had the chance to catch up with Jerry Jones, the course director for the final project courses. I had a very specific question that I wanted to ask him, but I walked away with much more than the answer. He provided me with invaluable insight into what the project requirements and the expected workflow were. I found out that students can actually start working on their project prior to entering the two final project courses. If you start beforehand you can turn in what you&#8217;ve completed at the beginning of the first course and then you have more time to focus on the actual development of your web application.</p>
<p>So I didn&#8217;t waste any time. I spent an hour last night setting up a workspace in <a href="http://www.asana.com">Asana</a>. I am actually quite happy with the system that I came up with using the features provided by the software. That is why I wanted to share it with the world.</p>
<p>Before I get into it, I should let you know that we have a specific workflow that we&#8217;re taught at Full Sail, which mirrors the workflow discussed in <a href="http://www.amazon.com/gp/product/0735714339/ref=as_li_ss_tl?ie=UTF8&amp;tag=jaspervacom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0735714339">Web ReDesign 2.0: Workflow that Works (2nd Edition)</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=jaspervacom-20&amp;l=as2&amp;o=1&amp;a=0735714339" alt="" width="1" height="1" border="0" /> by Kelly Goto. I definitely recommend adding it to your collection of reference books. It breaks the lifetime of a project into 5 major phases:</p>
<ul>
<li>Phase 1: Define The Project</li>
<li>Phase 2: Develop Site Structure</li>
<li>Phase 3: Design Visual Interface</li>
<li>Phase 4: Build &amp; Integrate</li>
<li>Phase 5: Launch &amp; Beyond</li>
</ul>
<p>So in my Asana workspace I setup my projects, categories and tasks exactly as laid out in the book. Doing this helped me make most of the setup a lot quicker and cut the decision making process for how I wanted to organize things in half. After a few small changes, additions and tweaks I&#8217;m up and running.</p>
<p>The hierarchy inside of Asana works like this:</p>
<p>Workspaces &gt; Projects &gt; Categories &gt; Tasks</p>
<p>Using clever naming conventions and other visual cues I expanded my hierarchy to look like this:</p>
<p>Workspaces &gt; Master Projects &gt; Phases &gt; Projects &gt; Categories &gt; Tasks &gt; Sub-tasks &gt; Minor Tasks</p>
<div class="mceTemp mceIEcenter" style="text-align: center;">
<dl id="attachment_24" class="wp-caption  aligncenter" style="width: 638px;">
<dt class="wp-caption-dt"><a href="http://jaspervalero.com/wp-content/uploads/2012/01/asana-hierarchy.png"><img class="size-full wp-image-24" title="Asana Hierarchy" src="http://jaspervalero.com/wp-content/uploads/2012/01/asana-hierarchy.png" alt="" width="628" height="375" /></a>My project hierarchy in Asana</dt>
</dl>
</div>
<p>Take a minute to study the above image. On the left you will see the workspace, master projects, phases and the projects associated with each phase. On the right you will see the categories, tasks, sub-tasks and minor tasks.</p>
<p>So let&#8217;s go over the naming conventions I used on the left. The workspace is a built in component of the hierarchy provided in <a href="http://www.asana.com">Asana</a>, so it has its own visual appearance and place in the interface. For my project, I&#8217;ve named the workspace &#8220;Final Project | WDDBS&#8221;. Next I have my master projects, which are uppercase text enclosed with &#8220;*&#8221; on each side and an added description or focus in brackets &#8220;[ ]&#8220;. Phases are presented in uppercase and the phase number in brackets. Projects are prefixed with the phase number and use normal case for the titles.</p>
<p>On the right you will see that I have used a combination of Asana&#8217;s built in categories and my own asterisk &#8220;*&#8221; and indentation system. Categories are seen in a box which is a built in feature of Asana. You can create them by typing a new task and ending it with &#8220;:&#8221; and it will automatically be updated in the UI as you see in the image. For tasks I include one &#8220;*&#8221; next to the title. For sub-tasks I use two &#8220;**&#8221; and for minor tasks you&#8217;ll see four &#8220;****&#8221;. Now three asterisks might have seemed like the natural progression, but since I am also using indentation as a visual cue in my hierarchy I found doubling the number of stars each time works a lot better.</p>
<p>So that is the system I&#8217;ll be using for my final project. I may tweak it as I get more familiar with Asana, but I&#8217;ll make sure and keep you updated on my experiences and changes as I go. There is actually a lot more of the Asana features that I&#8217;ll be using, such as scheduling, notifications, notes, and document uploads. I won&#8217;t be covering them in this post though, as really to do it justice I would have to write several more posts.</p>
<p>Regardless of what workflow you use and what hierarchy you need, I hope that this article will assist you in generating your own ideas. For more info on how to get started in <a href="http://www.asana.com">Asana</a> make sure to check out the videos they include at the bottom of your interface after registering and logging into your account. Until next time, happy project managing!</p>
<p>Update: The numbers next to the sub-tasks and minor tasks are time estimates. I&#8217;ll cover time management in another post.</p>
<p><a href="http://jaspervalero.com/project-management-with-asana/">Project Management With Asana</a> <a href="http://jaspervalero.com">JasperValero.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://jaspervalero.com/project-management-with-asana/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just Start Writing</title>
		<link>http://jaspervalero.com/just-start-writing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=just-start-writing</link>
		<comments>http://jaspervalero.com/just-start-writing/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 15:50:40 +0000</pubDate>
		<dc:creator>Jasper Valero</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://jaspervalero.com/?p=1</guid>
		<description><![CDATA[<p><p>So I&#8217;ve been working on my website design for a long time now. I think I&#8217;ve started and trashed about five designs now. I find it much harder to design for myself than clients. From what I&#8217;ve read this actually pretty common.</p>
<p>I&#8217;ve actually got something really good in the works now though. However, because of the high demand on my schedule with my upcoming final project (for the Web Design and Development program at Full Sail University), on top of my work and family life, most of my time right now is focused elsewhere. So the idea hit me, why not just get a blog up and start writing, and then lay the design over the top of it when it is finished?</p>
<p>I really want to share my thoughts and experiences as I begin work on my final project as ... <a href="http://jaspervalero.com/just-start-writing/">Read More &#187;</a></p><p><a href="http://jaspervalero.com/just-start-writing/">Just Start Writing</a> <a href="http://jaspervalero.com">JasperValero.com</a></p>]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve been working on my website design for a long time now. I think I&#8217;ve started and trashed about five designs now. I find it much harder to design for myself than clients. From what I&#8217;ve read this actually pretty common.</p>
<p>I&#8217;ve actually got something really good in the works now though. However, because of the high demand on my schedule with my upcoming final project (for the Web Design and Development program at Full Sail University), on top of my work and family life, most of my time right now is focused elsewhere. So the idea hit me, why not just get a blog up and start writing, and then lay the design over the top of it when it is finished?</p>
<p>I really want to share my thoughts and experiences as I begin work on my final project as well as some of the things I am working on at work and on the side. So this provides me a way of doing just that. You&#8217;ll just have to forgive the default template for the time being. Hopefully my insights, discussions and rants will be enough to keep you entertained.</p>
<p><a href="http://jaspervalero.com/just-start-writing/">Just Start Writing</a> <a href="http://jaspervalero.com">JasperValero.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://jaspervalero.com/just-start-writing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Request URI is rejected)
Page Caching using disk: enhanced
Database Caching using disk: basic

Served from: jaspervalero.com @ 2013-05-25 21:53:23 -->