<?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>joedag32</title>
	<atom:link href="http://joedag32.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://joedag32.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 02 Sep 2010 18:10:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Closure Compiler</title>
		<link>http://joedag32.com/2010/09/02/closure-compiler/</link>
		<comments>http://joedag32.com/2010/09/02/closure-compiler/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 18:10:18 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://joedag32.com/?p=635</guid>
		<description><![CDATA[I&#8217;ve been using minimizing tools on my Javascript files for quite some time now. Most notably YUI Compressor, and it does an awesome job for me. Excellent job minimizing Javascript as well as CSS files. Recently I&#8217;ve give Closure Compiler a try at Javascript compression and have been pleased with the results so far. It [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using minimizing tools on my Javascript files for quite some time now. Most notably <a href="http://developer.yahoo.com/yui/compressor/">YUI Compressor,</a> and it does an awesome job for me. Excellent job minimizing Javascript as well as CSS files.</p>
<p>Recently I&#8217;ve give <a href="http://closure-compiler.appspot.com/">Closure Compiler</a> a try at Javascript compression and have been pleased with the results so far. It not only minimizes and obfuscates files, but also compiles them as well.</p>
<p>The rewritten code it spits out is not suitable for human reading, so be sure you always keep an original of the source to be modified. I have typically been saving 24% off the original file size. That&#8217;s typically 2x the compression I&#8217;d get if I simply gzipped the file.</p>
<p>Very cool tool, try it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://joedag32.com/2010/09/02/closure-compiler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dragon Quest IX Sentinels of the Starry Skies</title>
		<link>http://joedag32.com/2010/08/30/dragon-quest-ix-sentinels-of-the-starry-skies/</link>
		<comments>http://joedag32.com/2010/08/30/dragon-quest-ix-sentinels-of-the-starry-skies/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 01:27:19 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Video Games]]></category>
		<category><![CDATA[DS]]></category>
		<category><![CDATA[Nintendo]]></category>
		<category><![CDATA[Square RPG]]></category>

		<guid isPermaLink="false">http://joedag32.com/?p=632</guid>
		<description><![CDATA[Picked up Dragon Quest IX a few weeks ago at Toys R Us, they had a fine deal where you got a $15 gift card with the purchase of the game. I was very proud of the fine deal I had gotten. I always was a fan of the JRPG since I played the first [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://joedag32.com/wp-content/uploads/2010/08/dq_ix_esrb_dsboxart_160w.jpg"><img class="alignright size-full wp-image-633" title="Dragon Quest IX" src="http://joedag32.com/wp-content/uploads/2010/08/dq_ix_esrb_dsboxart_160w.jpg" alt="Dragon Quest IX" width="160" height="144" /></a>Picked up <a href="http://dragonquest.nintendo.com/">Dragon Quest IX</a> a few weeks ago at Toys R Us, they had a fine deal where you got a $15 gift card with the purchase of the game. I was very proud of the fine deal I had gotten. I always was a fan of the <a href="http://en.wikipedia.org/wiki/JRPG">JRPG</a> since I played the first Dragon Warrior (Dragon Quest series was called Dragon Warrior in the US) back in 1989 for the NES.</p>
<p>The mechanics and gameplay were what would be expected in such a game. It did make really cool use of multiplayer with up to 4 simultaneous players using Nintendo DS&#8217;s. This was really well done and it&#8217;s a shame I really didn&#8217;t play it on multiplayer much, as you could tell that the game was really meant to take advantage of multiplayer. If I were in 5th grade multiplayer wouldn&#8217;t been a must.</p>
<p>The graphics and sound were very impressive for a DS game, some of the finest I have played. Story was pretty solid too, and actually funny at times. I did get a little chuckle a few times. Between the main storyline and all the side quests there is much gameplay to be had with this title.</p>
]]></content:encoded>
			<wfw:commentRss>http://joedag32.com/2010/08/30/dragon-quest-ix-sentinels-of-the-starry-skies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Took care of pesky Smart Quotes with utf8_encode()</title>
		<link>http://joedag32.com/2010/08/25/took-care-of-pesky-smart-quotes-with-utf8_encode/</link>
		<comments>http://joedag32.com/2010/08/25/took-care-of-pesky-smart-quotes-with-utf8_encode/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 01:21:54 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://joedag32.com/?p=626</guid>
		<description><![CDATA[For the longest time I&#8217;ve had our writers at work who always copy from Word docs with Smart Quotes have our RSS feed balk when it encountered the Smart Quotes. I took many stabs attempting to replace them with standard quotes to no avail. It was one of those problems where I never really devoted [...]]]></description>
			<content:encoded><![CDATA[<p>For the longest time I&#8217;ve had our writers at work who always copy from Word docs with Smart Quotes have our RSS feed balk when it encountered the Smart Quotes. I took many stabs attempting to replace them with standard quotes to no avail. It was one of those problems where I never really devoted a great deal of time at solving as it didn&#8217;t occur often enough to take me completely away from whatever issue I was then working on.</p>
<p>I just realized that the PHP <a href="http://theserverpages.com/php/manual/en/function.utf8-encode.php">utf8_encode() function</a> which encodes an ISO-8859-1 string to UTF-8 does just that. Just a simple little function that&#8217;s been around a very long time was there just and I had overlooked it.</p>
<p>Now I just apply that function before outputting the data and so far so good. Just figured I&#8217;d share if someone else was running into this same issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://joedag32.com/2010/08/25/took-care-of-pesky-smart-quotes-with-utf8_encode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic WordPress Backup</title>
		<link>http://joedag32.com/2010/08/18/automatic-wordpress-backup/</link>
		<comments>http://joedag32.com/2010/08/18/automatic-wordpress-backup/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 17:22:59 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Amazon S3]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://joedag32.com/?p=615</guid>
		<description><![CDATA[I just downloaded and installed the very cool Automatic WordPress Backup plugin. It automatically backups your WordPress blog to the Amazon S3 service. Since I already have an S3 account (which is awesome too by the way), this was an ideal solution for me. Downloaded, install and setup took no more that 5 minutes tops. [...]]]></description>
			<content:encoded><![CDATA[<p>I just downloaded and installed the very cool <a href="http://www.webdesigncompany.net/automatic-wordpress-backup/">Automatic WordPress Backup plugin</a>. It automatically backups your <a href="http://wordpress.org/">WordPress</a> blog to the <a href="http://aws.amazon.com/">Amazon S3</a> service. Since I already have an S3 account (which is awesome too by the way), this was an ideal solution for me.</p>
<p>Downloaded, install and setup took no more that 5 minutes tops. Not only was this incredibly easy to setup and manage, but it&#8217;s great to have backups not on the same server as my host or kept locally either. The only potential drawback would be that your host must be a Linux server, but this of course is not a problem for me.</p>
<p>If you have WordPress blog and an Amazon S3 account then this is most highly recommended.</p>
]]></content:encoded>
			<wfw:commentRss>http://joedag32.com/2010/08/18/automatic-wordpress-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Lego Sculpture Tips</title>
		<link>http://joedag32.com/2010/08/17/building-a-lego-sculpture-tips/</link>
		<comments>http://joedag32.com/2010/08/17/building-a-lego-sculpture-tips/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 23:55:14 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[capybara]]></category>
		<category><![CDATA[dog]]></category>
		<category><![CDATA[lego]]></category>
		<category><![CDATA[lego store]]></category>

		<guid isPermaLink="false">http://joedag32.com/?p=600</guid>
		<description><![CDATA[I&#8217;ve recently completed a life size Lego sculpture of a Jack Russell Terrier as well as the head of a capybara. Using Legos as a creative platform has turned out to be even more fun than I anticipated it would be. However it can be a lot of work and get expensive rather quickly, so [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently completed a life size <a href="http://www.lego.com">Lego</a> sculpture of a Jack Russell Terrier as well as the head of a capybara. Using Legos as a creative platform has turned out to be even more fun than I anticipated it would be. However it can be a lot of work and get expensive rather quickly, so I will share my tips on how to build a Lego sculpture.</p>
<ol>
<li>Like any project you need to have a plan in place before you begin. Give it some good thought about what you would like to construct. Sketch something out on paper first or use the Lego Digital Designer to help you prototype before actual building. Discovering that something might not work in the planning phase could save you much time and money.</li>
<li>Color &#8211; there is a limited color palette that is at hand. For instance, you&#8217;re going to find it to be very difficult if not impossible to find certain brick colors (good luck with purple). So be sure to be aware of any color limitations that you might run into.</li>
<li>Amount of bricks necessary. This can be very difficult to gauge. I highly recommend using the Lego Digital Designer to assist you in figuring out just how many bricks might be necessary. I find that no matter how many bricks you have, you always somehow seem to need more.</li>
<li>Next you&#8217;ll need to acquire bricks. You might want to start off asking people if they have some lying around that they wouldn&#8217;t mind parting with. This didn&#8217;t work out so great when I attempted, but free bricks is worth a shot. If you&#8217;re really serious you&#8217;re going to have to stock up at a <a href="http://stores.lego.com/en-us/default.aspx">Lego Store</a> or online using the <a href="http://shop.lego.com/pab/?warning=false">Pick a Brick</a>. Stocking up of <a href="http://shop.lego.com/ByCategory/Leaf.aspx?cn=227&amp;d=304">Brick Buckets</a> always helps too.</li>
<li>Now I begin the fun part, building. I tend to start with the area that will be the most detailed, then build around that. I found that approach to work best for me. Also be sure to give much thought to strength and stability when stacking bricks.</li>
<li>That&#8217;s really it. I will ask others for their opinions and then make any adjustments if necessary. Usually end up needing to scrounge up even more smaller bricks to get more detail into the sculpture.</li>
<li>Have fun and show off your masterpiece to everyone you know!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://joedag32.com/2010/08/17/building-a-lego-sculpture-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
