<?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>DannyBurbol.com</title>
	<atom:link href="http://www.dannyburbol.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dannyburbol.com</link>
	<description>I make comicbooks and video games. :)</description>
	<lastBuildDate>Mon, 15 Feb 2010 21:03:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MircoRPG The Red Orc Adventure (final release)</title>
		<link>http://www.dannyburbol.com/2010/02/mircorpg-the-red-orc-adventure-final-release/</link>
		<comments>http://www.dannyburbol.com/2010/02/mircorpg-the-red-orc-adventure-final-release/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 21:02:37 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dannyburbol.com/?p=658</guid>
		<description><![CDATA[Thank goodness for 3-day weekends!&#160; I finally wrapped up the MircoRPG game for final release! :) Click Image or Click Here to play!
Final additions include:

tutorial bubbles that teach you how to use the town&#8217;s healing water and the doctor&#8217;s house.
game save and loading via Flash cookies
popup numbers to tell you damage being done and when [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dannyburbol.com/games/micro-rpg/"><img height="394" align="right" width="545" src="http://www.dannyburbol.com/wp-content/uploads/image/2010_01_24_microrpg_new_hud/microrpg2010_01_24(1).jpg" alt="" /></a>Thank goodness for 3-day weekends!&nbsp; I finally wrapped up the MircoRPG game for final release! :) Click Image or <a href="http://www.dannyburbol.com/games/micro-rpg/">Click Here to play!</a></p>
<p>Final additions include:</p>
<ul>
<li>tutorial bubbles that teach you how to use the town&#8217;s healing water and the doctor&#8217;s house.</li>
<li>game <u>save</u> and <u>loading</u> via Flash cookies</li>
<li>popup numbers to tell you damage being done and when any HUD numbers change</li>
<li>a rebalance of enemy life and damage so the game progresses more smoothly (you should be able to kill end boss around level 14, instead of the original 20-something)</li>
</ul>
<p>If you&#8217;re interested in hearing more about the developement, here&#8217;s the <a href="http://www.dannyburbol.com/2010/01/flash-game-mircorpg-the-red-orc-adventure/">original post</a>.</p>
<p>Again, here&#8217;s a description of the game:</p>
<p>It&rsquo;s kind of a spoof on RPGs. You start in a town and you run out and kill a few guys only to retreat back to town to restore your life.&nbsp; You do the xp grind like this until you level up and start venturing out farther and farther.&nbsp; It basically points out the core mechanic RPGs use, which is &quot;forcing people to grind in order to progress&quot;.&nbsp; I wanted it to be so obvious that I didn&#8217;t even program any button presses &#8211;&gt;that&#8217;s right, it&#8217;s a zero button game.&nbsp; However, what started out as a spoof on RPGs turned into, what I think, is an okay game with a nice sense of progression.&nbsp; It also involves some skill because if you&#8217;re not careful your little hero can get double or triple-teamed and will die much faster.&nbsp; As you get stronger, it becomes obvious since enemies that would 3 hits are now crushed in 1.&nbsp; Ultimately, you save the princess from an end boss, the red orc.&nbsp; Actually, you can beat the game multiple times and each time you do, the end credits make a different joke about the hero and the princess&#8217; &quot;happily ever after&quot; depending on how much money you have when you reach the end AND beating the end boss causes all the enemies in the game to level up, increasing the amount of gold and XP they leave behind.</p>
<p>Enjoy!!<br />
~Danny</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannyburbol.com/2010/02/mircorpg-the-red-orc-adventure-final-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3: for each property</title>
		<link>http://www.dannyburbol.com/2010/01/as3-for-each-property/</link>
		<comments>http://www.dannyburbol.com/2010/01/as3-for-each-property/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 18:40:26 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Flash Game]]></category>
		<category><![CDATA[Observation]]></category>
		<category><![CDATA[Technique]]></category>

		<guid isPermaLink="false">http://www.dannyburbol.com/?p=653</guid>
		<description><![CDATA[After doing a random AS3 search for some code that might let me outline text clean/easily, I stumbled on this post by Tom Carden.&#160; It&#8217;s a short and sweet little post with some sample code.&#160; However, what caught my eye was his clone function (note, that&#8217;s a screenshot to the right, please go to his [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tom-carden.co.uk/2008/01/31/simple-text-outlines-in-flash/"><img height="286" align="right" width="459" alt="" src="http://www.dannyburbol.com/wp-content/uploads/image/2010_01_30_foreach_prop/foreachprop.jpg" /></a>After doing a random AS3 search for some code that might let me outline text clean/easily, I stumbled on <a href="http://www.tom-carden.co.uk/2008/01/31/simple-text-outlines-in-flash/">this post by Tom Carden</a>.&nbsp; It&#8217;s a short and sweet little post with some sample code.&nbsp; However, what caught my eye was his clone function (note, that&#8217;s a <u>screenshot</u> to the right, please go to his site if you want to see/use the code.).</p>
<p>Basically, my thought process was: &quot;what the? why is he for-each&#8217;ing an array created on the spot? &#8211;oh, that&#8217;s pretty elegant, I should share that.&quot;</p>
<p>So basically I just wanted to post to say &quot;hey, check out this for loop.&quot; :)</p>
<p>(and go read Tom Carden&#8217;s blog! :)</p>
<p>Appreciating the little things,<br />
~Danny</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannyburbol.com/2010/01/as3-for-each-property/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MicroRPG Additions</title>
		<link>http://www.dannyburbol.com/2010/01/microrpg-additions/</link>
		<comments>http://www.dannyburbol.com/2010/01/microrpg-additions/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 23:08:36 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Flash Game]]></category>
		<category><![CDATA[Games]]></category>

		<guid isPermaLink="false">http://www.dannyburbol.com/?p=649</guid>
		<description><![CDATA[First off, the image to the right is NOT playable yet.&#160; That said, on to the post&#8230; 
Over the holidays I made a little game I called MicroRPG (here&#8217;s the original post, and original playable game page). It&#8217;s kind of a spoof on RPGs.&#160; You start in a town and you run out and kill [...]]]></description>
			<content:encoded><![CDATA[<p><img height="394" align="right" width="545" src="http://www.dannyburbol.com/wp-content/uploads/image/2010_01_24_microrpg_new_hud/microrpg2010_01_24(1).jpg" alt="" />First off, the image to the right is NOT playable yet.&nbsp; That said, on to the post&#8230; </p>
<p>Over the holidays I made a little game I called MicroRPG (here&#8217;s the <a href="http://www.dannyburbol.com/2010/01/flash-game-mircorpg-the-red-orc-adventure/">original post</a>, and <a href="http://www.dannyburbol.com/games/micro-rpg/index.html">original playable game page</a>). It&#8217;s kind of a spoof on RPGs.&nbsp; You start in a town and you run out and kill a few guys only to retreat back to town to restore your life.&nbsp; You do the xp grind like this until you level up and start venturing out farther and farther.&nbsp; It basically points out the core mechanic RPGs use, which is &quot;forcing people to grind in order to progress&quot;.&nbsp; I wanted it to be so obvious that I didn&#8217;t even program any button presses &#8211;&gt;that&#8217;s right, it&#8217;s a zero button game.&nbsp; However, what started out as a spoof on RPGs turned into, what I think, is an okay game with nice sense of progression.&nbsp; It also involves some skill because if you&#8217;re not careful your little hero can get double or triple-teamed and will die much faster.&nbsp; Ultimately, you save the princess from an end boss with a ridiculous amount of hit points (just like a Final Fantasy game :).&nbsp; Actually, you can beat the game multiple times and each time you do, the end credits make a different joke about the hero and the princess&#8217; &quot;happily ever after&quot; depending on how much money you have when you reach the end.</p>
<p>Anyway, I&#8217;ve been playing with the code in my spare time (which is not much :) and working on a version 2.&nbsp; It&#8217;s not currently running well enough to release again, but I just finished upgrading the hud and it looks sooo much better!&nbsp; So much so, that I thought I&#8217;d post a screen-shot (even tho the game is not ready to release again).&nbsp; Before, the hud was just some numbers along the bottom of the screen.&nbsp; Now it&#8217;s closer to my original idea.&nbsp; I wanted to embrace the whole &quot;micro&quot; part of the MicroRPG idea and make it look like the &quot;screen&quot; was also &#8216;micro&#8217; by making a little box around the hero.&nbsp; It looks sooo much nicer and it&#8217;s soo much easier to play when the info you need from the hud is only an inch from where you&#8217;re already looking.</p>
<p>Improvements include:</p>
<ul>
<li>Hearts to show health, which break down into 5 pieces in each heart</li>
<li>As you level up, you get another heart</li>
<li>When you die, one of your hearts is x&#8217;ed out and can&#8217;t be filled until you go to the little doctor&#8217;s house and pay gold to get it fixed.</li>
<li>The &quot;Attack&quot; and &quot;Defense&quot; numbers are now icons that change as the hero gets stronger.&nbsp; The icons are also in the hero&#8217;s hands.</li>
</ul>
<p>Unfortunately, by redoing the hud, I now have to re-balance the game (I halved the hero&#8217;s hp&#8230; which makes all the enemies kill you really fast now).&nbsp; Before the next release, I&#8217;m hoping to create a new map and have creatures drop items (so the map above might be removed/replaced).&nbsp; I&#8217;m also debating about removing XP completely and going with a more Zelda style approach where all progress is ultimately an item you have to collect.</p>
<p>anyways, I&#8217;ll keep you posted (all 2 of you who actually played <a href="http://www.dannyburbol.com/games/micro-rpg/index.html">the original</a> :p&nbsp; )<br />
~Danny</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannyburbol.com/2010/01/microrpg-additions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stumbling on Happiness</title>
		<link>http://www.dannyburbol.com/2010/01/stumbling-on-happiness/</link>
		<comments>http://www.dannyburbol.com/2010/01/stumbling-on-happiness/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:02:41 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Blah]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[book review]]></category>

		<guid isPermaLink="false">http://www.dannyburbol.com/?p=641</guid>
		<description><![CDATA[So I was watching ted.com and I stumbled onto a design talk titled: Stefan Sagmeister: The power of time off.&#160; The talk focused on how every seven years he closes his design studio and forces everyone to take a year-long sabbatical. The talk was very interesting (I won&#8217;t get into it, just go watch the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/gp/product/1400077427?ie=UTF8&amp;tag=dbw-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1400077427"><img height="640" align="right" width="480" href="http://www.dannyburbol.com/wp-content/uploads/2010/01/p_1600_1200_D0DA7C14-2588-463A-B687-056994F55C4A.jpeg" src="http://www.dannyburbol.com/wp-content/uploads/2010/01/p_1600_1200_D0DA7C14-2588-463A-B687-056994F55C4A.jpeg" alt="" /></a>So I was watching <a href="http://www.ted.com/">ted.com</a> and I stumbled onto a design talk titled: <a href="http://www.ted.com/talks/lang/eng/stefan_sagmeister_the_power_of_time_off.html">Stefan Sagmeister: The power of time off</a>.&nbsp; The talk focused on how every seven years he closes his design studio and forces everyone to take a year-long sabbatical. The talk was very interesting (I won&#8217;t get into it, just go watch the video.&nbsp; <a href="http://www.ted.com/talks/stefan_sagmeister_on_what_he_has_learned.html">His other talk on what he&#8217;s learned</a> is good too. :)&nbsp;</p>
<p>Briefly, during the talk, Stefan mentions finally getting a chance to read <a href="http://www.amazon.com/gp/product/1400077427?ie=UTF8&amp;tag=dbw-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1400077427">Stumbling on Happiness, by Daniel Gilbert</a>.&nbsp; Stefan noted that this book was written while the author was on sabbatical.&nbsp; So I googled the author and found that he too had two ted.com talks about <a href="http://www.ted.com/talks/dan_gilbert_asks_why_are_we_happy.html">why are we happy</a> and <a href="http://www.ted.com/talks/dan_gilbert_researches_happiness.html">our mistaken expectations</a>. After watching the videos, I decided to pick it up.</p>
<p>If you haven&#8217;t already watch the videos above, this book&#8217;s look at &quot;happiness&quot; based on a scientific approach.&nbsp; Its definitely not a touchy-feely book about finding some secret to happiness but rather a vast array of results and conclusions based on control groups and studies.&nbsp; It&#8217;s pretty eye opening in many ways.&nbsp; It amazing to see how humans poorly predict what will lead to happiness and how our psychological defenses deal with things we can not change.</p>
<p>&nbsp;I think the best way to detect whether or not *you* would like the book would be to watch Daniel Gilbert&#8217;s ted talks.&nbsp; However *I* personally enjoyed it enough to buy it, read it, and find all those links above so I could post about it.&nbsp; :)</p>
<p>&#8230;and I plan on reading it again :)</p>
<p>enjoy,<br />
~Danny</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannyburbol.com/2010/01/stumbling-on-happiness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Grandma</title>
		<link>http://www.dannyburbol.com/2010/01/great-grandma/</link>
		<comments>http://www.dannyburbol.com/2010/01/great-grandma/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 02:15:52 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.dannyburbol.com/?p=635</guid>
		<description><![CDATA[&#160;

Great Grandma is no longer with us.&#160; I made this comic over a year ago, but never posted it.&#160; My sister said it best.

Maria Albani would have been 93 this month. I can&#8217;t imagine everything that she saw in her life, in America and in Sicily. She was one of the funniest people I&#8217;ve ever [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><img height="663" width="931" alt="" src="http://www.dannyburbol.com/wp-content/uploads/image/2010_01_16_great_grandma/dcj_2007_12_27.jpg" /></p>
<p>Great Grandma is no longer with us.&nbsp; I made this comic over a year ago, but never posted it.&nbsp; My sister said it best.</p>
<blockquote>
<p>Maria Albani would have been 93 this month. I can&#8217;t imagine everything that she saw in her life, in America and in Sicily. She was one of the funniest people I&#8217;ve ever known and she loved her family more than anything else in the whole world. I&#8217;ll miss you Great Grandma, say Hi to Grandpa Mike for me. I love you.</p>
</blockquote>
<p>I love you great grandma.<br />
~Danny</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannyburbol.com/2010/01/great-grandma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Decade Of Artwork</title>
		<link>http://www.dannyburbol.com/2010/01/a-decade-of-artwork/</link>
		<comments>http://www.dannyburbol.com/2010/01/a-decade-of-artwork/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 06:14:44 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[Practice]]></category>

		<guid isPermaLink="false">http://www.dannyburbol.com/?p=620</guid>
		<description><![CDATA[


&#160;
Comics
Experimental
Polished
Ref
Self-portrait



2000

    
    
    
    
    



2001

    
    
    
    
    



2002

    
    
    
   [...]]]></description>
			<content:encoded><![CDATA[<table>
<tbody>
<tr valign="top">
<td>&nbsp;</td>
<td padding="2">Comics</td>
<td padding="2">Experimental</td>
<td padding="2">Polished</td>
<td padding="2">Ref</td>
<td padding="2">Self-portrait</td>
</tr>
<tr valign="top">
<td padding="2">
<h2>2000</h2>
</td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2000_comic_01.gif">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2000_comic_01.gif" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2000_ex_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2000_ex_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2000_polish_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2000_polish_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2000_ref_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2000_ref_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2000_self_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2000_self_01.jpg" /></a></td>
</tr>
<tr valign="top">
<td padding="2">
<h2>2001</h2>
</td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2001_comic_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2001_comic_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2001_ex_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2001_ex_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2001_polish_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2001_polish_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2001_ref_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2001_ref_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2001_self_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2001_self_01.jpg" /></a></td>
</tr>
<tr valign="top">
<td padding="2">
<h2>2002</h2>
</td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2002_comic_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2002_comic_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2002_ex_01.gif">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2002_ex_01.gif" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2002_polish_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2002_polish_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2002_ref_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2002_ref_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2002_self_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2002_self_01.jpg" /></a></td>
</tr>
<tr valign="top">
<td padding="2">
<h2>2003</h2>
</td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2003_comic_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2003_comic_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2003_ex_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2003_ex_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2003_polish_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2003_polish_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2003_ref_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2003_ref_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2003_self_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2003_self_01.jpg" /></a></td>
</tr>
<tr valign="top">
<td padding="2">
<h2>2004</h2>
</td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2004_comic_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2004_comic_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2004_ex_01.gif">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2004_ex_01.gif" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2004_polish_01.gif">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2004_polish_01.gif" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2004_ref_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2004_ref_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2004_self_01.gif">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2004_self_01.gif" /></a></td>
</tr>
<tr valign="top">
<td padding="2">
<h2>2005</h2>
</td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2005_comic_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2005_comic_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2005_ex_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2005_ex_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2005_polish_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2005_polish_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2005_ref_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2005_ref_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2005_self_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2005_self_01.jpg" /></a></td>
</tr>
<tr valign="top">
<td padding="2">
<h2>2006</h2>
</td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2006_comic_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2006_comic_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2006_ex_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2006_ex_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2006_polish_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2006_polish_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2006_ref_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2006_ref_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2006_self_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2006_self_01.jpg" /></a></td>
</tr>
<tr valign="top">
<td padding="2">
<h2>2007</h2>
</td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2007_comic_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2007_comic_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2007_ex_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2007_ex_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2007_polish_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2007_polish_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2007_ref_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2007_ref_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2007_self_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2007_self_01.jpg" /></a></td>
</tr>
<tr valign="top">
<td padding="2">
<h2>2008</h2>
</td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2008_comic_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2008_comic_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2008_ex_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2008_ex_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2008_polish_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2008_polish_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2008_ref_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2008_ref_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2008_self_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2008_self_01.jpg" /></a></td>
</tr>
<tr valign="top">
<td padding="2">
<h2>2009</h2>
</td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2009_comic_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2009_comic_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2009_ex_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2009_ex_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2009_polish_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2009_polish_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2009_ref_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2009_ref_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2009_self_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2009_self_01.jpg" /></a></td>
</tr>
</tbody>
</table>
<p>I saw a few other sites doing this decade recap thing and I thought I&#8217;d give it a try :)&nbsp; It&#8217;s amazing how it all adds up.&nbsp; I&#8217;d like to give a quick word for what was going on with each year, I&#8217;ll try to be brief.</p>
<table>
<tbody>
<tr valign="top">
<td>&nbsp;</td>
<td padding="2">Comics</td>
<td padding="2">Experimental</td>
<td padding="2">Polished</td>
<td padding="2">Ref</td>
<td padding="2">Self-portrait</td>
</tr>
<tr valign="top">
<td padding="2">
<h2>2000</h2>
</td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2000_comic_01.gif">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2000_comic_01.gif" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2000_ex_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2000_ex_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2000_polish_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2000_polish_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2000_ref_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2000_ref_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2000_self_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2000_self_01.jpg" /></a></td>
</tr>
</tbody>
</table>
<p>In 2000 I was mostly still doodling.&nbsp; Basically everything I drew was an experiment (which is why I left the &quot;experimental&quot; item blank).&nbsp; My polished work was sort-of colored in the computer, but I didn&#8217;t quite get shadows yet.&nbsp; When trying to draw from a reference, I set my sights lower than photos and instead drew other people&#8217;s drawings.&nbsp; And finally, my self-portrait was at the tail end of my &quot;goth is cool&quot; phase.</p>
<table>
<tbody>
<tr valign="top">
<td>&nbsp;</td>
<td padding="2">Comics</td>
<td padding="2">Experimental</td>
<td padding="2">Polished</td>
<td padding="2">Ref</td>
<td padding="2">Self-portrait</td>
</tr>
<tr valign="top">
<td padding="2">
<h2>2001</h2>
</td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2001_comic_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2001_comic_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2001_ex_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2001_ex_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2001_polish_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2001_polish_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2001_ref_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2001_ref_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2001_self_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2001_self_01.jpg" /></a></td>
</tr>
</tbody>
</table>
<p>2001 was the first time I was drawing with others.&nbsp; I was in LA and hooked up with people for &quot;sketch parties&quot; thrown by the (soon to be) admins on <a href="http://www.drawingboard.org/">drawingboard.org</a> Basically, I was socializing with real artists and art school grads who were as encouraging as they were inspiring.&nbsp; I drew a lot more that year and the group passed plenty of advice my way.&nbsp; I found myself drawing one-panel comics, working from photo references and attempting to take things to a much more polished state (though I still had much to learn about anatomy, light/shadow, composition, etc).&nbsp; At the time I was experimenting with the nearly-overwhelming idea of drawing **an entire comicbook page**.&nbsp; Something I didn&#8217;t thing I could do until I used an x-men comic as a reference and drew the whole first page. (I was excited, but ended up getting flamed on forums for copying vs making my own comic)</p>
<table>
<tbody>
<tr valign="top">
<td>&nbsp;</td>
<td padding="2">Comics</td>
<td padding="2">Experimental</td>
<td padding="2">Polished</td>
<td padding="2">Ref</td>
<td padding="2">Self-portrait</td>
</tr>
<tr valign="top">
<td padding="2">
<h2>2002</h2>
</td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2002_comic_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2002_comic_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2002_ex_01.gif">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2002_ex_01.gif" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2002_polish_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2002_polish_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2002_ref_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2002_ref_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2002_self_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2002_self_01.jpg" /></a></td>
</tr>
</tbody>
</table>
<p>In 2002 someone told me that all I had to do was spend 10 minutes a day drawing and I&#8217;d get good at it.&nbsp; Basically, he was encouraging me to practice.&nbsp; So I created a &quot;sketch calendar&quot; where I posted what I drew each day and tried to draw for at least 10 minutes each day.&nbsp; Even though I was still just stumbling though trying to teach myself to draw, it really did make a difference.&nbsp; You can see this by my experiments with longer comics (a page or more) since they show a lot of work, but also show a lack of composition and can be downright hard to read/follow.&nbsp; I also tried to participate on various forums more for motivation and ideas.&nbsp; The polished piece is a self portrait done in the Gorillaz art style, which was a forum jam.&nbsp; Also the reference sketch was another forum jam.&nbsp; I kept up with the sketch calendar&#8217;s 10 minutes a day for 9 months straight until&#8230;.</p>
<table>
<tbody>
<tr valign="top">
<td>&nbsp;</td>
<td padding="2">Comics</td>
<td padding="2">Experimental</td>
<td padding="2">Polished</td>
<td padding="2">Ref</td>
<td padding="2">Self-portrait</td>
</tr>
<tr valign="top">
<td padding="2">
<h2>2003</h2>
</td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2003_comic_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2003_comic_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2003_ex_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2003_ex_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2003_polish_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2003_polish_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2003_ref_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2003_ref_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2003_self_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2003_self_01.jpg" /></a></td>
</tr>
</tbody>
</table>
<p>So what happened in 2003?&nbsp; Why is it that I only have 3 pages of doodles in my sketchbook to show for it?&nbsp; Well it&#8217;s quite simple.&nbsp; My girlfriend, whom I was living with, turned out to need a lot of attention.&nbsp; As in, an unhealthy amount.&nbsp; 2003 was over by the time the whole ordeal with her was officially done with.&nbsp; A word of advice, if you&#8217;re significant other is not letting you have time to do what you love to do, maybe they shouldn&#8217;t be so significant.</p>
<table>
<tbody>
<tr valign="top">
<td>&nbsp;</td>
<td padding="2">Comics</td>
<td padding="2">Experimental</td>
<td padding="2">Polished</td>
<td padding="2">Ref</td>
<td padding="2">Self-portrait</td>
</tr>
<tr valign="top">
<td padding="2">
<h2>2004</h2>
</td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2004_comic_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2004_comic_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2004_ex_01.gif">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2004_ex_01.gif" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2004_polish_01.gif">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2004_polish_01.gif" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2004_ref_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2004_ref_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2004_self_01.gif">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2004_self_01.gif" /></a></td>
</tr>
</tbody>
</table>
<p>After kicking a certain girl to the curb, I tried to jump right back into my sketch calendar in 2004.&nbsp; I only did it for about 3 months this time, not because I didn&#8217;t have time, but because I was starting to out grow it.&nbsp; I was working on comics (like the Dragon Ball Z spoof) that took way more than 10 minutes, and in many cases took multiple days.&nbsp; I was starting to find the patience to work on one piece for an extended amount of time and was satisfied with my progress/pace to stay excited and motivated enough to keep working on a single piece.&nbsp; I was attempting to draw things other than girls and cartoons, like flowers, motorcycles, and space ships.&nbsp; At that time I was also discovering manga and started experimenting with more of that style of drawing.</p>
<table>
<tbody>
<tr valign="top">
<td>&nbsp;</td>
<td padding="2">Comics</td>
<td padding="2">Experimental</td>
<td padding="2">Polished</td>
<td padding="2">Ref</td>
<td padding="2">Self-portrait</td>
</tr>
<tr valign="top">
<td padding="2">
<h2>2005</h2>
</td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2005_comic_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2005_comic_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2005_ex_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2005_ex_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2005_polish_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2005_polish_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2005_ref_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2005_ref_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2005_self_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2005_self_01.jpg" /></a></td>
</tr>
</tbody>
</table>
<p>&nbsp;In 2005, I met <a href="http://processjunkie.blogspot.com/">Alberto Ruiz</a> at <a href="http://www.comic-con.org/wc/">Wondercon</a> here in San Francisco.&nbsp; I loved his work from his posts on forums and only went to the convention to see him in artist alley.&nbsp; I was such a fan-boy that I blurted out &quot;how do you draw so good?&quot;.&nbsp; And he actually told me.&nbsp; He gave me a quick lesson on how he tackles a drawing and then told me that he spends time every day doing slide-show sketching.&nbsp; That is, he has a bunch of photo reference on his computer that he sets to randomly display for 30 seconds or a few minutes each and just sketches away at whatever is onscreen.&nbsp; So I started experimenting with that and I&#8217;d never filled up so much paper so fast.&nbsp; I also continued to drop by various online forums from time to time to participate in a sketch jam.</p>
<table>
<tbody>
<tr valign="top">
<td>&nbsp;</td>
<td padding="2">Comics</td>
<td padding="2">Experimental</td>
<td padding="2">Polished</td>
<td padding="2">Ref</td>
<td padding="2">Self-portrait</td>
</tr>
<tr valign="top">
<td padding="2">
<h2>2006</h2>
</td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2006_comic_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2006_comic_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2006_ex_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2006_ex_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2006_polish_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2006_polish_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2006_ref_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2006_ref_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2006_self_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2006_self_01.jpg" /></a></td>
</tr>
</tbody>
</table>
<p><a href="http://www.dannyburbol.com/2009/02/danny-burbols-katie-cat-1-watching-the-world-go-by/">Katie Cat</a> and <a href="http://www.dannyburbol.com/2009/02/danny-burbols-juvenile-drivel-1-if-you-cant-say-anything-nice/">Juvenile Drivel</a> were started in 2006.&nbsp; I figured, if I could post a comic or two each week, I&#8217;d eventually have a whole comicbooks worth of material.&nbsp; And it worked.&nbsp; Having a milestone to post a comic online each week really helped.&nbsp; I also specifically targeted art styles that would keep the project doable and possible to keep up with (while working a full time job).&nbsp; I also got a tablet pc, so my process changed since inking became soooo much easier.&nbsp; I did a lot of experimenting with process and approaches using the tablet in an effort to streamline my work flow as much as possible. This was put to the test when I took <a href="http://scottmccloud.com/4-inventions/24hr/index.html">the 24 hour comic challenge</a> (along with a couple sketchcrawl friends, <a href="http://frostfyre.com/">Paul</a> and <a href="http://www.stupendium.com/blog/">Ryan</a>).&nbsp; Which brings me to the next point, I was also pretty into <a href="http://www.sketchcrawl.com/">Sketchcrawl</a> in the San Francisco area.</p>
<table>
<tbody>
<tr valign="top">
<td>&nbsp;</td>
<td padding="2">Comics</td>
<td padding="2">Experimental</td>
<td padding="2">Polished</td>
<td padding="2">Ref</td>
<td padding="2">Self-portrait</td>
</tr>
<tr valign="top">
<td padding="2">
<h2>2007</h2>
</td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2007_comic_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2007_comic_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2007_ex_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2007_ex_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2007_polish_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2007_polish_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2007_ref_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2007_ref_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2007_self_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2007_self_01.jpg" /></a></td>
</tr>
</tbody>
</table>
<p>2007 was a crazy year.&nbsp; After a twist of fate, I found myself unemployed for a lot of the year.&nbsp; This left me 40 hours a week to draw &#8211;I mean, look for a job&#8230;.&nbsp; The most notable thing was the <a href="http://www.dannyburbol.com/2009/02/dannys-comic-journal-vol-1-you-had-me-at-croissant/">Vacation Comic</a> and my <a href="http://www.dannyburbol.com/category/comics/dannys-comic-journal/">Comic Journal</a>.&nbsp; I was drawing a comic every day plus the comics that would ultimately make up a book for my fiance.&nbsp; I got A LOT of drawing practice in and a lot more workflow streamlining in.&nbsp; I was experimenting with painting via the tablet pc, but never really got a change to stick with it.&nbsp; However my confidence with the tablet and cartoon/sunday-comics style.&nbsp; I finally decided to invest real money in my drawing and started taking night classes at <a href="http://www.sfai.edu/">SFAI</a>.&nbsp; I also found some places to go life drawing, something I&#8217;ve never actually done.&nbsp; Finally, I was drawing real anatomy from a real live reference and learning new techniques.&nbsp; This was also the year I discovered <a href="http://baau.org/forum/">Bay Area Artists Unite</a>, which is a small group, but a dedicated one.&nbsp; I gave them about 30 pages of &quot;<a href="http://www.dannyburbol.com/2009/02/dannys-comic-journal-vol-1-you-had-me-at-croissant/">You had me at croissant</a>&quot; for their annual.</p>
<table>
<tbody>
<tr valign="top">
<td>&nbsp;</td>
<td padding="2">Comics</td>
<td padding="2">Experimental</td>
<td padding="2">Polished</td>
<td padding="2">Ref</td>
<td padding="2">Self-portrait</td>
</tr>
<tr valign="top">
<td padding="2">
<h2>2008</h2>
</td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2008_comic_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2008_comic_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2008_ex_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2008_ex_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2008_polish_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2008_polish_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2008_ref_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2008_ref_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2008_self_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2008_self_01.jpg" /></a></td>
</tr>
</tbody>
</table>
<p>I got the first order of &quot;<a href="http://www.dannyburbol.com/2009/02/dannys-comic-journal-vol-1-you-had-me-at-croissant/">you had me at croissant</a>&quot; in early 2008.&nbsp; It was, by far, the biggest project I&#8217;ve attempted and it actually got finished :)&nbsp; I started taking <a href="http://www.brushpaintingcircle.com/information/index.php">Chinese Brush Painting classes</a> with my fiance, which was a good experience, I&#8217;ve got <a href="http://www.dannyburbol.com/category/art/chinesebrush/">plenty of posts</a> about it.&nbsp; I discovered <a href="http://entervoid.com">entervoid.com</a> (which is all about user drawn comic battles) and I started their &quot;draw 50 hands&quot; challenge (because I can&#8217;t draw hands and needed practice).&nbsp; This was also the year I game up with the <a href="http://www.dannyburbol.com/category/comics/blonde-shelly/">Blonde Shelly</a> concept (which is the idea of having a nude female character in a story, but somehow making her NOT the main character &#8211;it was basically a self imposed challenge.)&nbsp; I also kept in touch with <a href="http://tarosan.wordpress.com/">Marc</a> (from my previous job) and experimented a lot with his style of starting and ending with pen.&nbsp; It was a very different way to draw.&nbsp; You have to really plan before you lay down your lines.</p>
<table>
<tbody>
<tr valign="top">
<td>&nbsp;</td>
<td padding="2">Comics</td>
<td padding="2">Experimental</td>
<td padding="2">Polished</td>
<td padding="2">Ref</td>
<td padding="2">Self-portrait</td>
</tr>
<tr valign="top">
<td padding="2">
<h2>2009</h2>
</td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2009_comic_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2009_comic_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2009_ex_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2009_ex_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2009_polish_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2009_polish_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2009_ref_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2009_ref_01.jpg" /></a></td>
<td padding="2"><a href="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/full/2009_self_01.jpg">    <img border="0" alt="" style="border: 1px solid black;" src="http://www.dannyburbol.com/web_storage/random_posts/2010_decade_recap/thumbs/2009_self_01.jpg" /></a></td>
</tr>
</tbody>
</table>
<p>I was working full time again, making games, for all of 2009, so I didn&#8217;t draw anywhere near as much as when I wasn&#8217;t working.&nbsp; I didn&#8217;t draw hardly any comics or cartoons at all (maybe I was burned out on comics? or maybe I just didn&#8217;t have much time to draw).&nbsp; Again I took night classes at <a href="http://www.sfai.edu/">SFAI</a>, including an Anatomy class.&nbsp; That class made a big difference.&nbsp; For the first time, I had someone telling me &quot;no, not like that, do this.&quot;&nbsp; I mean, I finally had an instructor that did more than blindly encourage everyone.&nbsp; He pointed right at mistakes and say &quot;that&#8217;s <u>wrong</u>&quot;, then he showed you how to do it right.&nbsp; My life drawing improved greatly in 3 months.&nbsp; I also experimented with some abstract ideas in the other drawing class.&nbsp; I usually *hate* abstract art&#8230; but it was a fun experience.&nbsp; Finally, a friend of mine setup a private lesson with a watercolor painter.&nbsp; Watercolor is much different than Chinese Brush Painting, it&#8217;s something I&#8217;d like to try again in the future (even if I am terrified of painting in color)</p>
<p>Now, what have I learned from all this?&nbsp; Where do I go from here?&nbsp; What do I do next?&nbsp;</p>
<p>Well, I don&#8217;t have any comicbooks planned at the moment.&nbsp; I have plenty of ideas, but no real plan for completing them like I have in the past (which means they won&#8217;t get done! :)&nbsp; However, I&#8217;m in a different head-space lately.&nbsp; I&#8217;d really like to practice at getting better.&nbsp; I mean, I&#8217;d like to learn/practice new techniques and get better, not just draw what I&#8217;m already comfortable with (which is cartoony-comic that allow me to hide the things I&#8217;m bad at drawing&#8230; like hands).&nbsp; I&#8217;ve already signed up for a couple more night classes: intermediate drawing and drawing motion (I&#8217;m excited about that last one).</p>
<p>In the end, I think the biggest lesson to learn from all this is: the years I practiced the most, I improved the most.</p>
<p>You only fail if you stop trying,<br />
~Danny</p>
<p>PS: It&#8217;s 2010!!&nbsp; Where the hell is my flying car!?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannyburbol.com/2010/01/a-decade-of-artwork/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Game: MircoRPG &#8211; The Red Orc Adventure</title>
		<link>http://www.dannyburbol.com/2010/01/flash-game-mircorpg-the-red-orc-adventure/</link>
		<comments>http://www.dannyburbol.com/2010/01/flash-game-mircorpg-the-red-orc-adventure/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 00:19:06 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Flash Game]]></category>
		<category><![CDATA[Games]]></category>

		<guid isPermaLink="false">http://www.dannyburbol.com/?p=613</guid>
		<description><![CDATA[
&#160;
I got inspired over Thanksgiving and made this game.&#160; Then I worked on it some more over Christmas.&#160; It was loads of fun to make so I thought I&#8217;d share :)&#160;
Click on the image to actually go to the page that has the game on it.
I just think it&#8217;s funny to have an RPG on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dannyburbol.com/games/micro-rpg/index.html"><img align="right" src="http://www.dannyburbol.com/games/micro-rpg/screenshot.jpg" alt="" /></a></p>
<p>&nbsp;</p>
<p>I got inspired over Thanksgiving and made this game.&nbsp; Then I worked on it some more over Christmas.&nbsp; It was loads of fun to make so I thought I&#8217;d share :)&nbsp;</p>
<p>Click on the image to actually go to the page that has the game on it.</p>
<p>I just think it&#8217;s funny to have an RPG on such a tiny scale :)</p>
<p>Enjoy,</p>
<p>~Danny</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannyburbol.com/2010/01/flash-game-mircorpg-the-red-orc-adventure/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Watercolor, my first real lesson</title>
		<link>http://www.dannyburbol.com/2009/12/watercolor-my-first-real-lesson/</link>
		<comments>http://www.dannyburbol.com/2009/12/watercolor-my-first-real-lesson/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 02:56:28 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Practice]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[mountain]]></category>
		<category><![CDATA[watercolor]]></category>

		<guid isPermaLink="false">http://www.dannyburbol.com/?p=605</guid>
		<description><![CDATA[I got together with some friends and got a private watercolor lesson.&#160; It&#8217;s pretty surprising to me because we&#8217;ve been doing chinese brush painting for so long.&#160; Chinese brush and ink *does* have colors that are much like watercolors.&#160; (the &#34;ink&#34; in brush and ink is the black and grays&#8230; not the color)&#160;
So we found [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dannyburbol.com/wp-content/uploads/2009/12/l_1600_1200_C5F11DF9-4B23-4B2A-974F-635A0F506920.jpeg"><img height="225" align="right" width="300" alt="" src="http://www.dannyburbol.com/wp-content/uploads/2009/12/l_1600_1200_C5F11DF9-4B23-4B2A-974F-635A0F506920.jpeg" class="alignnone size-full wp-image-364" /></a>I got together with some friends and got a private watercolor lesson.&nbsp; It&#8217;s pretty surprising to me because we&#8217;ve been doing chinese brush painting for so long.&nbsp; Chinese brush and ink *does* have colors that are much like watercolors.&nbsp; (the &quot;ink&quot; in brush and ink is the black and grays&#8230; not the color)&nbsp;</p>
<p>So we found ourselves with many familiar concepts but the biggest difference is that Chinese brush and ink is done on rice paper and watercolor is done on watercolor paper.&nbsp; The paper ends up having a huge impact.&nbsp; Rice paper absorbs and spreads the ink and colors, but watercolor paper doesn&#8217;t (or doesn&#8217;t any where near as badly).&nbsp;</p>
<p>With rice paper, you lay down a stroke and that&#8217;s it.&nbsp; You get it right or you fall back on changing that stroke into something else.&nbsp; With watercolor you can use a sponge to actually pick up the color off the page.&nbsp; It&#8217;s so effective that it&#8217;s like having an eraser or an undo button.&nbsp; You can also use the sponge to blend things together and smooth out hard lines.&nbsp; On top of that, you can purposely come back and hit a hard line with water blend it.</p>
<p>For Example: at one point, my birds in the sky were nearly black.&nbsp; So I used the sponge to pick up most of the color and make them look more distant.</p>
<p>You can also see the effects of blending verses not blending by looking at the greenery in the forground compared to that mountain in the back on the right.&nbsp; The first has much more texture and abrupt color changes while the one in the back is more smooth.&nbsp; I personally am used to seeing the more abrupt colors when I see people watercoloring.&nbsp; I didn&#8217;t know you could purposely make such smooth transitions without being forced to fallback on a wash.</p>
<p>It was a fun experience.&nbsp; The same, but different.&nbsp; Maybe I&#8217;ll take some more classes in 2010. :)</p>
<p><a href="http://www.dannyburbol.com/wp-content/uploads/2009/12/l_1600_1200_EFE7087B-4689-477D-A23D-F4C7170D27D0.jpeg"><img height="225" width="300" src="http://www.dannyburbol.com/wp-content/uploads/2009/12/l_1600_1200_EFE7087B-4689-477D-A23D-F4C7170D27D0.jpeg" alt="" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannyburbol.com/2009/12/watercolor-my-first-real-lesson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Display at the Diego Rivera Gallery, SF</title>
		<link>http://www.dannyburbol.com/2009/12/diego_rivera_gallery_sf/</link>
		<comments>http://www.dannyburbol.com/2009/12/diego_rivera_gallery_sf/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 19:40:20 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.dannyburbol.com/?p=594</guid>
		<description><![CDATA[
I&#8217;ve been taking night classes at the San Francisco Art Institute.  This week, some of my work will be on display in the Diego Rivera  Gallery!! :)
Diego Rivera  Gallery, December 14-December  18
San Francisco Art Institute
800 Chestnut Street
San Francisco, CA 94133
( map )
The work is slightly abstract, which is something I don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dannyburbol.com/wp-content/uploads/2009/12/p_1600_1200_9414EE8C-B400-4BCB-9CDE-6844D4866946.jpeg"><img height="300" align="left" width="225" src="http://www.dannyburbol.com/wp-content/uploads/2009/12/p_1600_1200_9414EE8C-B400-4BCB-9CDE-6844D4866946.jpeg" class="alignnone size-full wp-image-364" alt="" /></a></p>
<p>I&#8217;ve been taking night classes at the San Francisco Art Institute.  This week, some of my work will be on display in the Diego Rivera  Gallery!! :)</p>
<p>Diego Rivera  Gallery, December 14-December  18</p>
<p>San Francisco Art Institute<br />
800 Chestnut Street<br />
San Francisco, CA 94133<br />
( <a href="http://maps.google.com/maps?q=800+Chestnut+Street+San+Francisco,+CA+94133&amp;oe=utf-8&amp;client=firefox-a&amp;ie=UTF8&amp;hq=&amp;hnear=800+Chestnut+St,+San+Francisco,+California+94133&amp;gl=us&amp;ei=jEAlS5CoH4P6sQP6lInhDg&amp;ved=0CAgQ8gEwAA&amp;z=16">map</a> )</p>
<p>The work is slightly abstract, which is something I don&#8217;t normally like, but somehow I got wrapped up in it :)  I&#8217;ll *try* to get pictures :)</p>
<p>There&#8217;s actually a lot of artists on display, so it should have something for everyone&#8217;s taste.  And the campus is beautiful, so don&#8217;t hesitate to wander around the courtyard or go out to the open area that has a spectacular view of the city.</p>
<p>~Danny</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannyburbol.com/2009/12/diego_rivera_gallery_sf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Painting done</title>
		<link>http://www.dannyburbol.com/2009/12/painting-done/</link>
		<comments>http://www.dannyburbol.com/2009/12/painting-done/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 22:32:06 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[ChineseBrush]]></category>
		<category><![CDATA[brush and ink]]></category>
		<category><![CDATA[landscape]]></category>
		<category><![CDATA[painting]]></category>

		<guid isPermaLink="false">http://www.dannyburbol.com/2009/12/painting-done/</guid>
		<description><![CDATA[Finally got a chance to finish this one :)

]]></description>
			<content:encoded><![CDATA[<p>Finally got a chance to finish this one :)</p>
<p><a href="http://www.dannyburbol.com/wp-content/uploads/2009/12/l_1600_1200_A87BC0F8-91DC-4F4A-B87A-CDF5F50A43F5.jpeg"><img src="http://www.dannyburbol.com/wp-content/uploads/2009/12/l_1600_1200_A87BC0F8-91DC-4F4A-B87A-CDF5F50A43F5.jpeg" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannyburbol.com/2009/12/painting-done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
