<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Did It Save</title>
	<atom:link href="http://diditsave.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://diditsave.wordpress.com</link>
	<description>Coding, Gaming, and Zombies</description>
	<lastBuildDate>Fri, 13 Jan 2012 12:52:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='diditsave.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Did It Save</title>
		<link>http://diditsave.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://diditsave.wordpress.com/osd.xml" title="Did It Save" />
	<atom:link rel='hub' href='http://diditsave.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SQL Saturday #104 Recap</title>
		<link>http://diditsave.wordpress.com/2012/01/09/sql-saturday-104-recap/</link>
		<comments>http://diditsave.wordpress.com/2012/01/09/sql-saturday-104-recap/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 13:11:47 +0000</pubDate>
		<dc:creator>jkassay</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[#104]]></category>
		<category><![CDATA[#59]]></category>
		<category><![CDATA[DB Developer]]></category>
		<category><![CDATA[DBA]]></category>
		<category><![CDATA[Jason Strate]]></category>
		<category><![CDATA[John Morehouse]]></category>
		<category><![CDATA[Keith Tate]]></category>
		<category><![CDATA[MCITP]]></category>
		<category><![CDATA[MCTS]]></category>
		<category><![CDATA[Randy Knight]]></category>
		<category><![CDATA[SQL Saturday]]></category>
		<category><![CDATA[Tim Ford]]></category>
		<category><![CDATA[Vicky Harp]]></category>

		<guid isPermaLink="false">http://diditsave.wordpress.com/?p=135</guid>
		<description><![CDATA[Amazing. If I had to describe this past SQL Saturday #104 in one word, that would be it: Amazing. From the great views driving from Denver down to Colorado Springs to the very cool people and the kick-butt presentations, this &#8230; <a href="http://diditsave.wordpress.com/2012/01/09/sql-saturday-104-recap/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diditsave.wordpress.com&amp;blog=29217946&amp;post=135&amp;subd=diditsave&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Amazing. If I had to describe this past <a href="http://www.sqlsaturday.com/104/eventhome.aspx">SQL Saturday #104</a> in one word, that would be it: Amazing. From the great views driving from Denver down to Colorado Springs to the very cool people and the kick-butt presentations, this event was great. First I want to say thank you to all the volunteers who made this event possible. Without your hard work these events would not be possible. My friends and I arrived just before the 7:30am breakfast started and fueled up on eggs, potatoes, and sausages before heading over to the first of six presentations we saw that day.<span id="more-135"></span></p>
<p>First up was <a href="http://www.sqlsaturday.com/viewsession.aspx?sat=104&amp;sessionid=6052">The Periodic Table of Dynamic Management Objects by Tim Ford</a>. What I liked about this lecture was how Tim organized the Dynamic Management Objects (DMO&#8217;s) into a chemistry-like periodic table. There are so many DMO&#8217;s that it might be hard at times to know which ones you need to solve a particular issue, but with the chart it makes it much easier to narrow things down. Once the presentation is available for download I am definitely going to print out the chart and post it at my desk.</p>
<p>The next presentation on our agenda was <a href="http://www.sqlsaturday.com/viewsession.aspx?sat=104&amp;sessionid=6144">Development Mise en Place by Keith Tate</a>. What Keith talked about applies to more than just DB Developers and DBA&#8217;s. You can apply his suggestions to any area such as programming. The main goal here was to show how you can increase your effectiveness, production, and reduce your stress by getting things in order when you set off on your tasks for the day. By getting the rest of your office on-board for respecting the times you do not want to be interrupted, you can maximize your Flow. On a side note I found out that Keith also is a hockey goaltender like myself, which is pretty darn cool.</p>
<p>The last lecture before lunch was <a href="http://www.sqlsaturday.com/viewsession.aspx?sat=104&amp;sessionid=6019">Edge Case Testing for the Database Professional by Vicky Harp</a>. Similar to the presentation given by Keith Tate, the lessons learned here can apply beyond the scope of the DB world. What she pointed out is that most testing is basic and does not look for those special cases that can lead to unnecessary issues and roadblocks in production. On top of that some companies do not have standard procedures for writing up test and use cases. As a developer if you take the extra time to think about the edge cases you can save yourself and the company a lot of time and headaches. </p>
<p>After lunch I sat in on the <a href="http://www.sqlsaturday.com/viewsession.aspx?sat=104&amp;sessionid=6010">Discovering the Plan Cache presentation by Jason Strate</a>. Another great lecture where we learned about how to leverage XQuery for examining the execution plans SQL creates. By looking through them you can get better insight into why SQL does what it does and figure out ways to further improve the optimization of your database. The live demos helped me in understanding this topic better.</p>
<p>Second to last in the day was <a href="http://www.sqlsaturday.com/viewsession.aspx?sat=104&amp;sessionid=5964">10 Things That Every DBA Should Know by John Morehouse</a>. Being a programmer this presentation was very helpful in exposing some of the things I am doing wrong when I work with databases. There were a lot of things clarified by this lecture and going forward I hopefully will be making far fewer newbie mistakes. I probably should have them posted near my desk just in case.</p>
<p>Last but not least was <a href="http://www.sqlsaturday.com/viewsession.aspx?sat=104&amp;sessionid=5913">But it worked great in Dev! Performance for Devs by Randy Knight</a>. This lecture complimented John Morehouse&#8217;s and went into additional detail about safe and best practices when working with databases. At the end of the presentation we worked through some live examples and were able to see first hand the dangers of just hacking away in a database.</p>
<p>At the end of the day was the closing comments and prizes raffled off. I came in second place for the M&amp;M jar counting contest. I was off by 42 M&amp;M&#8217;s and my friend ended up winning with a count that was only 27 off. Similar to how I felt after attending my first SQL Saturday event, this event got me even more pumped up about wanting to be more of a DB Developer. I am very excited to be on this path and I look forward to the next SQL Saturday in my area.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diditsave.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diditsave.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diditsave.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diditsave.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/diditsave.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/diditsave.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/diditsave.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/diditsave.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diditsave.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diditsave.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diditsave.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diditsave.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diditsave.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diditsave.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diditsave.wordpress.com&amp;blog=29217946&amp;post=135&amp;subd=diditsave&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://diditsave.wordpress.com/2012/01/09/sql-saturday-104-recap/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e0e1377c97956709517aa921e92d8404?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jkassay</media:title>
		</media:content>
	</item>
		<item>
		<title>Easy Gold: Final Fantasy Four Heroes of Light</title>
		<link>http://diditsave.wordpress.com/2011/12/20/easy-gold-final-fantasy-four-heroes-of-light/</link>
		<comments>http://diditsave.wordpress.com/2011/12/20/easy-gold-final-fantasy-four-heroes-of-light/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 13:40:22 +0000</pubDate>
		<dc:creator>jkassay</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Aire]]></category>
		<category><![CDATA[Arbor]]></category>
		<category><![CDATA[Burning Harp]]></category>
		<category><![CDATA[Crowns]]></category>
		<category><![CDATA[Easy Gold]]></category>
		<category><![CDATA[Final Fantasy]]></category>
		<category><![CDATA[Final Fantasy Four Heores of Light]]></category>
		<category><![CDATA[Final Fantasy Gaiden]]></category>
		<category><![CDATA[Firaga]]></category>
		<category><![CDATA[Gil]]></category>
		<category><![CDATA[Hunting Caves]]></category>
		<category><![CDATA[Jusqua]]></category>
		<category><![CDATA[Thunder Axe]]></category>
		<category><![CDATA[Urbeth]]></category>
		<category><![CDATA[Yunita]]></category>

		<guid isPermaLink="false">http://diditsave.wordpress.com/?p=127</guid>
		<description><![CDATA[WARNING: POSSIBLE SPOILER ALERT The town of Urbeth is the next stop on the adventure for Jusqua when he decides to leave Liberte in search of Aire, who went off on her own in search of the town of Arbor. &#8230; <a href="http://diditsave.wordpress.com/2011/12/20/easy-gold-final-fantasy-four-heroes-of-light/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diditsave.wordpress.com&amp;blog=29217946&amp;post=127&amp;subd=diditsave&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em><strong>WARNING: POSSIBLE SPOILER ALERT</strong></em></p>
<p>The town of <a href="http://finalfantasy.wikia.com/wiki/Urbeth">Urbeth</a> is the next stop on the adventure for Jusqua when he decides to leave <a href="http://finalfantasy.wikia.com/wiki/Liberte">Liberte</a> in search of Aire, who went off on her own in search of the town of <a href="http://finalfantasy.wikia.com/wiki/Arbor">Arbor</a>. I suggest you switch Jusqua over to the Bandit crown as you make your way to Urbeth in order to make the random battles easier to manage and be careful of Hellhounds you come across.</p>
<p>Urbeth is a place filled with greedy and deceitful people and like to take advantage of any passer-by who has money. Why not take advantage of this yourself and capitalize on a little trick to make a ton of Gil. The weapons shop in the northwest corner allows you to rent free counter space and sell any items you have in storage. There are 10 slots available each time you want to sell and can either be single or double slots. At most I have seen four double slots paired with two single slots.<span id="more-127"></span></p>
<p><strong>Easy Gold Method</strong><br />
Buy at least two (six would be ideal) Burning Harps from the weapons merchant and send them directly to your storage. Talk to the person in the corner (to the right of where you bought the harps) and ask to setup counter space. After selecting Start you can see what configuration the 10 slots are in. Depending on how many harps you have, you want 1, 2 or 3 double slots. If you do not see the configuration you want, just hit the cancel button once and hit the Start button again.</p>
<p>Add the harps to each double slot and assign the 5,000 gil tag to each of them and if you want, a Hot Deal tag as well. Even though you bought the Burning Harp for 970 gil, customers come up and willingly buy each pair of Burning Harps for the 5,000 gil price tag you set. Repeat ad nauseam.</p>
<p>As I mentioned in my <a href="http://diditsave.wordpress.com/2011/12/06/final-fantasy-the-four-heroes-of-light/">first post about Final Fantasy 4 Heroes of Light</a>, this game is not an easy cake-walk. It is very important to have the gems available in order to enhance crowns and upgrade weapons and armor. The only other way to generate Gil is to sell items monsters drop or find it in treasure chests. At this point in the game you come across some magic spells that are quite expensive (for example Firaga is 5,000 gil) as well as weapon and armor upgrades. Unless you want to grind levels to death, it makes sense to raise some extra Gil to help you along in your quest. I am not suggesting to use this trick and raise a million Gil, but enough to give you a little edge against a game that has such a high difficulty.</p>
<p><em><strong>WARNING: SPOILER ALERT</strong></em></p>
<p>In order to advance the story you need to raise 10,000 gil for the sorcerer in the northeast corner of town. You can raise 7,500 gil by taking on three different jobs from the various merchants around town. Regardless if you use the easy gold method listed above, I still think you should do these three jobs. It lets you test out the Bandit crown&#8217;s steal technique and gives you an opportunity to go through the entire <a href="http://finalfantasy.wikia.com/wiki/Hunting_Caves">Hunting Caves</a> to get the Thunder Axe.</p>
<p>Note: Remember to talk to Yunita (she is outside of the weapon shop in the northwest corner) until she joins your party before venturing off back to the Hunting Caves.</p>
<p>Be sure to also check out <a href="http://www.youtube.com/user/PlayRough089/videos">PlayRough089&#8242;s Youtube Channel</a> for tons of great videos for Final Fantasy 4 Heroes of Light.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diditsave.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diditsave.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diditsave.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diditsave.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/diditsave.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/diditsave.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/diditsave.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/diditsave.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diditsave.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diditsave.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diditsave.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diditsave.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diditsave.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diditsave.wordpress.com/127/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diditsave.wordpress.com&amp;blog=29217946&amp;post=127&amp;subd=diditsave&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://diditsave.wordpress.com/2011/12/20/easy-gold-final-fantasy-four-heroes-of-light/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e0e1377c97956709517aa921e92d8404?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jkassay</media:title>
		</media:content>
	</item>
		<item>
		<title>Dusted Off the Old Playstation 2</title>
		<link>http://diditsave.wordpress.com/2011/12/17/dusted-off-the-old-playstation-2/</link>
		<comments>http://diditsave.wordpress.com/2011/12/17/dusted-off-the-old-playstation-2/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 03:46:44 +0000</pubDate>
		<dc:creator>jkassay</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Final Fantasy]]></category>
		<category><![CDATA[Gamecube]]></category>
		<category><![CDATA[Kingdom Hearts]]></category>
		<category><![CDATA[Mega Man X]]></category>
		<category><![CDATA[NES]]></category>
		<category><![CDATA[Nintendo]]></category>
		<category><![CDATA[Old School]]></category>
		<category><![CDATA[Playstation 2]]></category>
		<category><![CDATA[PS1]]></category>
		<category><![CDATA[PS2]]></category>
		<category><![CDATA[Retro]]></category>
		<category><![CDATA[Sigma]]></category>
		<category><![CDATA[SNES]]></category>
		<category><![CDATA[Wii]]></category>
		<category><![CDATA[XBOX 360]]></category>
		<category><![CDATA[Zero]]></category>

		<guid isPermaLink="false">http://diditsave.wordpress.com/?p=123</guid>
		<description><![CDATA[It has been so long since I last played my old video game systems. Where I previously lived back in New York we did not have the ability to setup every game system. So, my NES, SNES, Playstation 2, and &#8230; <a href="http://diditsave.wordpress.com/2011/12/17/dusted-off-the-old-playstation-2/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diditsave.wordpress.com&amp;blog=29217946&amp;post=123&amp;subd=diditsave&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It has been so long since I last played my old video game systems. Where I previously lived back in New York we did not have the ability to setup every game system. So, my NES, SNES, Playstation 2, and Gamecube all took a back seat and collected dust. The two consoles I did setup were XBOX 360 and Nintendo Wii. Luckily in our new place in Colorado we have a much better setup and the other night I finally opened up my PS2. I grabbed the first game I could find and fired that system up. Man did it feel great to finally be playing one of my older games. My random choice was the Mega Man X collection, which is a compilation of Mega Man X through X6.</p>
<p>As I was playing the game I could not help but think about all the PS2 and PS1 games that I either wanted to replay or never got the chance to play (yes that&#8217;s right, I have games as old as PS1, in fact even older than that, that I have not yet opened or played). Now that my PS2 is available my wife and I can finally finish Final Fantasy X-2, Final Fantasy XII, and begin Kingdom Hearts Re:Coded as well as Kingdom Hearts II. It is going to be great to play the games we love and get to spend that time together once again.</p>
<p>Next up on the list is purchasing a system selector so I can get Gamecube, NES, and SNES all hooked up.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diditsave.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diditsave.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diditsave.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diditsave.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/diditsave.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/diditsave.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/diditsave.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/diditsave.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diditsave.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diditsave.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diditsave.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diditsave.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diditsave.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diditsave.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diditsave.wordpress.com&amp;blog=29217946&amp;post=123&amp;subd=diditsave&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://diditsave.wordpress.com/2011/12/17/dusted-off-the-old-playstation-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e0e1377c97956709517aa921e92d8404?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jkassay</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Saturday #104 and Other Database Stuff</title>
		<link>http://diditsave.wordpress.com/2011/12/14/sql-saturday-104-and-other-database-stuff/</link>
		<comments>http://diditsave.wordpress.com/2011/12/14/sql-saturday-104-and-other-database-stuff/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 13:00:10 +0000</pubDate>
		<dc:creator>jkassay</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[#104]]></category>
		<category><![CDATA[#59]]></category>
		<category><![CDATA[Colorado Springs]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[DBA]]></category>
		<category><![CDATA[New York]]></category>
		<category><![CDATA[SQL Saturday]]></category>

		<guid isPermaLink="false">http://diditsave.wordpress.com/?p=114</guid>
		<description><![CDATA[My first encounter with SQL Saturday was #59 held in New York City on November 20th, 2010. I went into the city with my manager and the other developers on the team and had a great time, learned a lot &#8230; <a href="http://diditsave.wordpress.com/2011/12/14/sql-saturday-104-and-other-database-stuff/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diditsave.wordpress.com&amp;blog=29217946&amp;post=114&amp;subd=diditsave&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My first encounter with <a href="http://www.sqlsaturday.com">SQL Saturday</a> was <a href="http://www.sqlsaturday.com/59/eventhome.aspx">#59</a> held in New York City on November 20th, 2010. I went into the city with my manager and the other developers on the team and had a great time, learned a lot of new things, and realized how much I love working with databases. If you do not know about SQL Saturday, it is an amazing event (held on Saturday&#8217;s) where developers, database administrators (DBA)&#8217;s, and other database related professionals get together for presentations on a variety of topics all geared to help people improve and learn new things they might not have come across by themselves.<span id="more-114"></span></p>
<p>Now that I am in Colorful Colorado I wanted to see if I can track down an event happening out here. So, in a few weeks time I will be attending <a href="http://www.sqlsaturday.com/104/eventhome.aspx">#104</a> in Colorado Springs. The event has a wide variety of topics being covered from beginner to advance levels. This time around I am going to be focusing on presentations that help people wanting to get more involved with databases and get them on the right path to working towards a career as a database designer and/or administrator. I probably will also hit up the presentations that focus on optimizing, something that I am really interested in.</p>
<p>Here are the presentations I am hoping to see:</p>
<ul>
<li>The Periodic Table of Dynamic Management Objects by Tim Ford</li>
<li>7 Ways to Fix Bad Parameter Sniffing by Grant Fritchey</li>
<li>Edge Case Testing for the Database Professional by Vicky Harp</li>
<li>Discovering the Plan Cache by Jason Strate</li>
<li>10 Things every DBA should know by John Morehouse</li>
<li>But it worked great in Dev! Performance for Devs by Randy Knight</li>
</ul>
<p>Just like the first SQL Saturday event I attended, I am sure this one is going to rock.</p>
<p>In other database related news I recently ordered <a href="http://www.amazon.com/Beginning-SQL-Queries-Professional-Professionals/dp/1590599438/ref=wl_it_dp_o_npd?ie=UTF8&amp;coliid=I7N5956J6L54B&amp;colid=2R69TMBYNNDUS">Beginning SQL Queries: From Novice to Professional</a> and it should be arriving tomorrow. I have been working with SQL and databases since college, but I wanted to go over the fundamentals again and really refine what I do. Also, I&#8217;m sure there are plenty of things I will learn that I never knew before.</p>
<p>After I crush that book I am moving onto Grant Fritchey&#8217;s book, <a href="http://www.amazon.com/Server-Performance-Tuning-Distilled-Experts/dp/1430219025/ref=sr_1_1?s=books&amp;ie=UTF8&amp;qid=1323893302&amp;sr=1-1">SQL Server 2008 Query Performance Tuning Distilled</a>. It just so happens that Mr. Fritchey is giving a presentation at SQL Saturday #104, the second one from my list above. Optimizing queries, tables and full databases is something I find very challenging, rewarding, and fun. It will be great to meet the person behind the pages.</p>
<p>I&#8217;ll be sure to write a follow up post on how SQL Saturday #104 went!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diditsave.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diditsave.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diditsave.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diditsave.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/diditsave.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/diditsave.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/diditsave.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/diditsave.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diditsave.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diditsave.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diditsave.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diditsave.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diditsave.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diditsave.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diditsave.wordpress.com&amp;blog=29217946&amp;post=114&amp;subd=diditsave&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://diditsave.wordpress.com/2011/12/14/sql-saturday-104-and-other-database-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e0e1377c97956709517aa921e92d8404?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jkassay</media:title>
		</media:content>
	</item>
		<item>
		<title>The Last Lunar Eclipse Until 2014</title>
		<link>http://diditsave.wordpress.com/2011/12/10/the-last-lunar-eclipse-until-2014/</link>
		<comments>http://diditsave.wordpress.com/2011/12/10/the-last-lunar-eclipse-until-2014/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 15:05:59 +0000</pubDate>
		<dc:creator>jkassay</dc:creator>
				<category><![CDATA[Astronomy]]></category>
		<category><![CDATA[2014]]></category>
		<category><![CDATA[Colorado]]></category>
		<category><![CDATA[December 10 2011]]></category>
		<category><![CDATA[Lunar]]></category>
		<category><![CDATA[Lunar Eclipse]]></category>
		<category><![CDATA[Penumbra]]></category>
		<category><![CDATA[Rocky Mountains]]></category>
		<category><![CDATA[Selenhelion]]></category>
		<category><![CDATA[Total Eclipse]]></category>
		<category><![CDATA[Umbra]]></category>

		<guid isPermaLink="false">http://diditsave.wordpress.com/?p=108</guid>
		<description><![CDATA[I was so excited when I found out earlier this year that it was going to be possible to see the December 10th, 2011 total lunar eclipse. If you happened to be on the North American side of the Pacific &#8230; <a href="http://diditsave.wordpress.com/2011/12/10/the-last-lunar-eclipse-until-2014/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diditsave.wordpress.com&amp;blog=29217946&amp;post=108&amp;subd=diditsave&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was so excited when I found out earlier this year that it was going to be possible to see the December 10th, 2011 <a href="http://en.wikipedia.org/wiki/Lunar_eclipse">total lunar eclipse</a>. If you happened to be on the North American side of the Pacific Ocean or in Asia or in parts of Eastern Europe, you would have had the amazing opportunity to see the eclipse in its entirety. Living in the foothills on the eastern side of the Colorado Rockies, we were able to watch the Moon fully eclipse just as it was starting to setting behind the mountains in the west as the sun was rising directly behind in the east. What made this eclipse even more spectacular was that I witnessed my first selenehelion. This happens when the lunar eclipse occurs at about the same time the Sun is either rising or setting.<span id="more-108"></span> </p>
<p>My alarm went off at 6:20am Mountain Time and I quickly put on as many layers as I could and rushed outside. I ran down the hill behind my house onto the golf course and found the tallest hill. Thankfully in the area I live in we have a great view of the foothills and some of the 13,000ft+ peaks. When I reached the hill and looked west the Moon was about halfway into the eclipse, where the Moon was moving from the Earth&#8217;s <a href="http://en.wikipedia.org/wiki/Umbra">Penumbra</a> into the <a href="http://en.wikipedia.org/wiki/Umbra">Umbra</a>. The Penumbra and Umbra are the shadows that are cast from the Sun&#8217;s light hitting the Earth. The Penumbra is not as dark as the Umbra, but is much larger.</p>
<p>The temperature was hovering around zero degrees Fahrenheit and the wind was blowing strongly. As I was freezing my tail off it was incredible watching the Moon eclipse as it was approaching the mountain peaks. The deep blue&#8217;s of the sky were lightening as the Sun was rising directly behind me. If you came out to see the eclipse right before totality, you might have mistaken the Moon for a small cloud. With the Sun rising it quickly became too difficult to see the part of the Moon that was eclipsed. I&#8217;m not sure if people on the west coast or in Asia saw the Moon turn red, but from where I was standing it was grey and blended into the light blue sky. The last sliver of the Moon disappeared just as the Moon was about to set behind the Rockies. </p>
<p>While I was watching this event (and trying not to freeze into a Popsicle) I could not help but yet again be awed and humbled by the experience. Every time I look up at the night sky to check out the constellations or witness a celestial event, I am simply blown away. I look up and the few words I can get out are, &#8220;Wow, that is so cool!&#8221;</p>
<p>Even though here in the Mile high part of the country we did not get to see the eclipse go through the full cycle, we still got to see it fully eclipse. The <a href="http://www.denverpost.com/breakingnews/ci_19496920">good news</a> is that in 2014 there will be two total lunar eclipses. At least we do not have to wait too long to get another shot at seeing a total lunar eclipse from start to finish.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diditsave.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diditsave.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diditsave.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diditsave.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/diditsave.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/diditsave.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/diditsave.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/diditsave.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diditsave.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diditsave.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diditsave.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diditsave.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diditsave.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diditsave.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diditsave.wordpress.com&amp;blog=29217946&amp;post=108&amp;subd=diditsave&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://diditsave.wordpress.com/2011/12/10/the-last-lunar-eclipse-until-2014/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e0e1377c97956709517aa921e92d8404?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jkassay</media:title>
		</media:content>
	</item>
		<item>
		<title>How To Install Red Alert on Windows 7</title>
		<link>http://diditsave.wordpress.com/2011/12/09/how-to-install-red-alert-on-windows-7/</link>
		<comments>http://diditsave.wordpress.com/2011/12/09/how-to-install-red-alert-on-windows-7/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 13:00:59 +0000</pubDate>
		<dc:creator>jkassay</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Red Alert]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Westwood]]></category>
		<category><![CDATA[Setup.exe]]></category>
		<category><![CDATA[Explorer.exe]]></category>
		<category><![CDATA[Patch]]></category>
		<category><![CDATA[Tanya]]></category>
		<category><![CDATA[Allies]]></category>
		<category><![CDATA[Soviets]]></category>
		<category><![CDATA[Aftermath]]></category>
		<category><![CDATA[Counterstrike]]></category>
		<category><![CDATA[TaskKill]]></category>

		<guid isPermaLink="false">http://diditsave.wordpress.com/?p=94</guid>
		<description><![CDATA[I always enjoy going back and playing some of the great old school games of the past. One of my favorite is the original Red Alert. I did not expect to run into any issues since most of my other &#8230; <a href="http://diditsave.wordpress.com/2011/12/09/how-to-install-red-alert-on-windows-7/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diditsave.wordpress.com&amp;blog=29217946&amp;post=94&amp;subd=diditsave&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://diditsave.files.wordpress.com/2011/12/red-alert-cover.jpg"><img src="http://diditsave.files.wordpress.com/2011/12/red-alert-cover.jpg?w=132&#038;h=150" alt="Red Alert. Image Credit: Wikipedia.org" title="Red Alert. Image Credit: Wikipedia.org" width="132" height="150" class="alignleft size-thumbnail wp-image-99" /></a>I always enjoy going back and playing some of the great old school games of the past. One of my favorite is the original <a href="http://en.wikipedia.org/wiki/Command_%26_Conquer:_Red_Alert">Red Alert</a>. I did not expect to run into any issues since most of my other old school games installed on Windows 7 without any problems. When it came to installing Red Alert on Windows 7, I was wrong. After searching for a while I came up with a fairly easy way to get it to install and run properly without needing to install any special third party tools. Just a few simple steps and you will be on your way.<span id="more-94"></span></p>
<p>Steps To Install Red Alert on Windows 7</p>
<ol>
<li>Right-Click on the Setup.exe file -&gt; Properties -&gt; Compatibility. Set the compatibility mode to Windows 95 and have it run as Administrator.</li>
<li>Run Setup.exe</li>
<li>Download and install the latest patch, version 3.03 from the <a href="http://ra.afraid.org/html/downloads/patches.html">Red Alert Archive</a></li>
<li>The patch adds a new file &#8220;_RA95.LCF&#8221;. Remove the file &#8220;RA95.LCF&#8221; and then rename the &#8220;_RA95.LCF&#8221; file to &#8220;RA95.LCF&#8221;. This stops the dialog asking you to install the Westwood internet tools</li>
<li>Find the RA95.exe game file and set its compatibility mode to Windows 95 and run as an Administrator</li>
<li>And you&#8217;re done!</li>
</ol>
<p>The only catch is that you have to stop the Explorer.exe process before playing the game, otherwise the graphics get messed up. I open a command window, <a href="http://www.addictivetips.com/windows-tips/kill-processes-from-the-command-prompt-in-windows-7/">kill</a> explorer.exe, and then run the executable. After I finish the game the command window is still open, so I just restart explorer.exe. I have not tried installed the Aftermath or Counterstrike expansion packs yet, so I am not sure if there is anything special to do for them. I&#8217;m sure at a minimum you have to set the compatibility and administrator modes.</p>
<p>Happy Gaming, and as Tanya says, &#8220;Shake it baby!&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diditsave.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diditsave.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diditsave.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diditsave.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/diditsave.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/diditsave.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/diditsave.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/diditsave.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diditsave.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diditsave.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diditsave.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diditsave.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diditsave.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diditsave.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diditsave.wordpress.com&amp;blog=29217946&amp;post=94&amp;subd=diditsave&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://diditsave.wordpress.com/2011/12/09/how-to-install-red-alert-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e0e1377c97956709517aa921e92d8404?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jkassay</media:title>
		</media:content>

		<media:content url="http://diditsave.files.wordpress.com/2011/12/red-alert-cover.jpg?w=132" medium="image">
			<media:title type="html">Red Alert. Image Credit: Wikipedia.org</media:title>
		</media:content>
	</item>
		<item>
		<title>Final Fantasy The Four Heroes of Light</title>
		<link>http://diditsave.wordpress.com/2011/12/06/final-fantasy-the-four-heroes-of-light/</link>
		<comments>http://diditsave.wordpress.com/2011/12/06/final-fantasy-the-four-heroes-of-light/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 07:27:12 +0000</pubDate>
		<dc:creator>jkassay</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[3DS]]></category>
		<category><![CDATA[4 Heroes of Light]]></category>
		<category><![CDATA[Action Points]]></category>
		<category><![CDATA[AP]]></category>
		<category><![CDATA[Black Mage]]></category>
		<category><![CDATA[Crowns]]></category>
		<category><![CDATA[DS]]></category>
		<category><![CDATA[Final Fantasy]]></category>
		<category><![CDATA[JRPG]]></category>
		<category><![CDATA[Nintendo]]></category>
		<category><![CDATA[Wayfarer]]></category>
		<category><![CDATA[White Mage]]></category>
		<category><![CDATA[World of Warcraft]]></category>

		<guid isPermaLink="false">http://diditsave.wordpress.com/?p=81</guid>
		<description><![CDATA[With my 30 day trial of World of Warcraft coming to an end I decided to start playing Final Fantasy: The Four Heroes of Light for the Nintendo DS. When I heard about the game I assumed like most fans &#8230; <a href="http://diditsave.wordpress.com/2011/12/06/final-fantasy-the-four-heroes-of-light/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diditsave.wordpress.com&amp;blog=29217946&amp;post=81&amp;subd=diditsave&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://diditsave.files.wordpress.com/2011/12/250px-final_fantasy_gaiden.jpg"><img src="http://diditsave.files.wordpress.com/2011/12/250px-final_fantasy_gaiden.jpg?w=593" alt="Image Credit: Wikipedia" title="Final Fantasy 4 Heroes of Light"   class="alignleft size-full wp-image-83" /></a>With my 30 day trial of World of Warcraft coming to an end I decided to start playing <a href="http://en.wikipedia.org/wiki/Final_Fantasy:_The_4_Heroes_of_Light">Final Fantasy: The Four Heroes of Light</a> for the Nintendo DS. When I heard about the game I assumed like most fans of the Final Fantasy series that it was going to be a typical FF game.  I was completely wrong. FF 4 Heroes has turned out to be a hardcore, traditional <a href="http://en.wikipedia.org/wiki/Japanese_RPG">Japanese RPG (JRPG)</a> with cute graphics to throw you off. Like most traditional JRPG&#8217;s from when I was a kid (25+ years ago), there was no hand holding in the games. If you ventured out too far or brought the wrong set of spells or equipped the wrong armor, the game wiped the floor with you. There were no warnings. FF 4 Heroes is pretty much the same way except with some modernized tweaks.<span id="more-81"></span></p>
<p>For starters there is an awesome class system designated by the various &#8220;crowns&#8221; you collect throughout the game. These crowns or hats are interchangeable and provide various stat boosts as well as unique attributes. For example a <a href="http://finalfantasy.wikia.com/wiki/White_Mage_%28The_4_Heroes_of_Light%29">White Mage</a> can cast spells for one less AP than say someone wearing a <a href="http://finalfantasy.wikia.com/wiki/Wayfarer">Wayfarer</a> hat. To add another layer of depth to how you approach the game, you can enhance the crowns with the <a href="http://finalfantasy.wikia.com/wiki/Gem">gems</a> that you collect from various monster battles. Each crown has a certain arrangement needed to advance to the next level. These gems can fetch you a fair amount of Gil at the shops if you are strapped for cash. I would recommend not selling gems too often since you will not know which ones you will need as you progress further into the game. Another reason why keeping your gems is so important is that if your entire party is wiped out in a battle, you are taken back to the nearest town and you lose a percentage of gems as a fee.</p>
<p>So what is AP? AP or Action Points are what allow your characters to perform various actions such as attack, use an item, or cast a spell. Each character has a maximum of five AP and each action can cost one or more points to execute. When you start a battle each character gets a new AP and can use the special attribute Boost to skip a turn and gain an extra AP. Yes you can still button mash and just choose attack every time, but the AP adds a nice level of strategy when deciding how to approach a given battle.</p>
<p>As you progress through the game you will realize that you cannot just hack and slash your way through every fight. Even as early as the second town you visit, Guera, you encounter a monster during your quest that requires a certain spell to be cast on it before you can defeat it. I forgot about what the king of Guera told me and I got decimated after a few rounds with the monster. By figuring out what you need to take into battle, with what hats, equipment, and spells, you will be able to move along in the game. One of the things that can throw you off with developing strategies is that early on your party keeps changing. Some points you have one character, other times all four, and occasionally you will get paired with a temporary party member. Be careful what items you give the temporary companion because after they leave your party, the items they have go with them.</p>
<p>Another aspect that adds depth to the game is the item management system. Each character can only hold a maximum of 15 items at any given time. Since each character has four equipment slots, right off the bat you are down to 11 available item slots. Depending on the character&#8217;s crown, for example a Black Mage, the available slots decreases rapidly with each spell book you carry. So besides coming up with a crown combination for your party, what spells to bring, and what armor and weapons to equip, you have to worry about how much you are carrying. The last thing you want to do is head into a dungeon with little to no slots and not be able to take rare items or worse, have to drop items you otherwise would have kept. To help make it easier on you there are storage facilities in towns that can hold onto items you do not want to lose or carry.</p>
<p>One thing to keep track of is what time of day it is. In FF 4 Heroes time passes from Day to Afternoon to Night. So far I have seen it affect whether a person is standing in front of a gate or appears in a corner of town or tide levels change. I wasted a little time trying to clear a dungeon because I couldn&#8217;t find where the magic spell was that was needed to defeat the main boss. Turns out I just needed to revisit a certain place at night and the guard was no longer blocking the entrance way to the catacombs where the magic spell was hidden. I haven&#8217;t seen too much of a change in the monsters you face in battle, but I think there is a possibility that they do.</p>
<p>Speaking of battles, the battle system for FF 4 Heroes is not like other Final Fantasy games that you have played. You have no control over what monster your character attacks or casts a spell on and you also cannot choose which character gets affected when you cast a spell against your party. At first I was a little turned off by this type of battle system, but the game does a nice job of determining what monster to attack and which character desperately needs the Cure spell. Like the other features of the game, the battle system adds a nice variety and moves you in the direction of really thinking about what actions to take during battle.</p>
<p>Since I am only in the beginning stages of the game I cannot really comment on the equipment upgrade feature that happens later in the game. The story so far is engaging and when the party is split up the narrative does a nice job of keeping it all together. Already from the beginning there was a nice twist and I am sure there will be more as I make my way through the game. I am not a fan of the single save feature the game has though. I know that old-school, traditional JRPG&#8217;s were meant to be difficult and hardcore, but I can easily see winding up in a situation where you would like to go back and redo something or fix an error you made. Because you go back to a town after your party is defeated, having your last save in a dungeon will not trap you permanently, but at least one more save slot would have been nice. What if you wanted to play the game using a different crown strategy? You need to wait till you finish the game completely or start over, wiping out your current progress.</p>
<p>Now that I realize that this is not your everyday Final Fantasy, rather it is a cute exterior with a kick-your-butt center, I think I might start over from the beginning and start taking notes of the information I learn from the townsfolk, where I have to go, and what I have accomplished so far. Once I get further into the game I will try to post more of my experience.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diditsave.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diditsave.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diditsave.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diditsave.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/diditsave.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/diditsave.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/diditsave.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/diditsave.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diditsave.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diditsave.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diditsave.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diditsave.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diditsave.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diditsave.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diditsave.wordpress.com&amp;blog=29217946&amp;post=81&amp;subd=diditsave&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://diditsave.wordpress.com/2011/12/06/final-fantasy-the-four-heroes-of-light/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e0e1377c97956709517aa921e92d8404?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jkassay</media:title>
		</media:content>

		<media:content url="http://diditsave.files.wordpress.com/2011/12/250px-final_fantasy_gaiden.jpg" medium="image">
			<media:title type="html">Final Fantasy 4 Heroes of Light</media:title>
		</media:content>
	</item>
		<item>
		<title>Git and GitHub</title>
		<link>http://diditsave.wordpress.com/2011/12/02/git-and-github/</link>
		<comments>http://diditsave.wordpress.com/2011/12/02/git-and-github/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 14:00:01 +0000</pubDate>
		<dc:creator>jkassay</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[Repository]]></category>
		<category><![CDATA[SSH Key]]></category>
		<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[TFS]]></category>
		<category><![CDATA[Version Control]]></category>

		<guid isPermaLink="false">http://diditsave.wordpress.com/?p=78</guid>
		<description><![CDATA[One of the first couple of things I was asked to learn for my iPhone development apprenticeship is to learn about the version control system known as Git and the largest code hosting company in the world, GitHub. The tutorials &#8230; <a href="http://diditsave.wordpress.com/2011/12/02/git-and-github/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diditsave.wordpress.com&amp;blog=29217946&amp;post=78&amp;subd=diditsave&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of the first couple of things I was asked to learn for my iPhone development apprenticeship is to learn about the version control system known as <a href="http://git-scm.com/">Git</a> and the largest code hosting company in the world, <a href="https://github.com/">GitHub</a>. The tutorials provided on the Git website are very informative and easy reads. I decided to go with the <a href="http://progit.org/book/">Pro Git</a> book by Scott Chacon as my main source to learn Git.<span id="more-78"></span></p>
<p>Installing and setting up Git was straightforward. The only issue I ran into was having to refresh myself on Terminal commands that I haven&#8217;t used since college. What I like about Git is that the commands are easy to use and the logic for checking items out, merging, branching, etc&#8230; make sense. Having a strong background in Microsoft Team Foundation Server (TFS) helped with understanding the various concepts and models in Git. I work with branching and merging everyday at my job, so it was not difficult visualizing how Git works.</p>
<p>Similar to my experience with Git, GitHub was easy to start using. I setup my account and followed the well written instructions on how to setup my SSH key, registering my account with GitHub, creating my first repository, and forking a hosted repository. With my newly learned Git knowledge I had no trouble bringing down a local copy of the project that I will be working on for the apprenticeship. Now the next step is to go through the code and understand what it is all about.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diditsave.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diditsave.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diditsave.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diditsave.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/diditsave.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/diditsave.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/diditsave.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/diditsave.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diditsave.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diditsave.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diditsave.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diditsave.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diditsave.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diditsave.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diditsave.wordpress.com&amp;blog=29217946&amp;post=78&amp;subd=diditsave&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://diditsave.wordpress.com/2011/12/02/git-and-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e0e1377c97956709517aa921e92d8404?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jkassay</media:title>
		</media:content>
	</item>
		<item>
		<title>Programmer Speak</title>
		<link>http://diditsave.wordpress.com/2011/11/29/programmer-speak/</link>
		<comments>http://diditsave.wordpress.com/2011/11/29/programmer-speak/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 14:07:37 +0000</pubDate>
		<dc:creator>jkassay</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[jargon]]></category>
		<category><![CDATA[Sim City]]></category>
		<category><![CDATA[StackOverflow]]></category>
		<category><![CDATA[Star Wars]]></category>
		<category><![CDATA[Yoda]]></category>

		<guid isPermaLink="false">http://diditsave.wordpress.com/?p=63</guid>
		<description><![CDATA[One of my programming friends sent me a very funny blog post with a collection of programmer jargon that developers have come up with over the years. Some of the coined phrases are hilarious and it is great to finally &#8230; <a href="http://diditsave.wordpress.com/2011/11/29/programmer-speak/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diditsave.wordpress.com&amp;blog=29217946&amp;post=63&amp;subd=diditsave&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://diditsave.files.wordpress.com/2011/11/icanhasstring.jpg"><img src="http://diditsave.files.wordpress.com/2011/11/icanhasstring.jpg?w=119&#038;h=150" alt="cat playing with ball of string - Image Credit: StackOverflow" title="I can has string?" width="119" height="150" class="alignleft size-thumbnail wp-image-64" /></a> One of my programming friends sent me a very funny blog post with a collection of programmer jargon that developers have come up with over the years. Some of the coined phrases are hilarious and it is great to finally have a name to put to for different programming related things. I am definitely printing out this list and putting it up on my wall.<span id="more-63"></span></p>
<p><a href="http://www.dodgycoder.net/2011/11/yoda-conditions-pokemon-exception.html">Click Here</a> to see the Dodgy Coder post. <a href="http://stackoverflow.com/questions/2349378/new-programming-jargon-you-coined">Click Here</a> for the original StackOverflow post.</p>
<p>Number one on the list is <strong>Yoda Conditions</strong> and rightfully so. Anytime you can merge Star Wars with programming it&#8217;s a win. Just reading a line of code such as <code>if (null == theValue)</code> will bring a smirk to your face every time. In some cases coding this way makes it more readable and for several languages such as C#, can help you spot an error. You cannot assign a variable to a constant, so if your conditional statement looked like <code>if (37 = theValue)</code>, you would get a compiler error.</p>
<p>I don&#8217;t know about you, but there have been plenty of times that I have gone and discussed a problem with another developer or had them come to my desk to see an issue and without them uttering a single word, I would figure out the problem. I have no idea why this method has such a high success rate, but at least now I know the correct term for it: <strong>Rubberducking</strong>. According to the entry on StackOverflow, there was a story about a developer who put a rubber duck on his desk to talk out his programming issues.</p>
<p>If you have ever worked on a large project that has been around for a few years you most certainly have come across lines and lines of <strong>Scar Tissue</strong> code. What&#8217;s that? Basically it is the commented code left around from previous builds that the programmers forgot to take out prior to release. Over time the commented code is forgotten and no one remembers what it was for and why it was left there. No one wants to delete it because there is a chance it might be needed in the future.</p>
<p>Just as the wise Yoda once said, &#8220;Fear is the path to the dark side. Fear leads to anger. Anger leads to hate. Hate leads to suffering&#8221;, <strong>Refuctoring</strong> leads to <strong>Mortgage Code</strong>. Mortgage code leads to job security. Refuctoring your code involves making changes over time that only you understand so that the code is so complex only you can maintain it. By using this approach you create Mortgage Code forcing the employer to keep you around (salary pays your mortgage) since you are the only one who knows how it works.</p>
<p>There is usually a clash between non-developers (salespeople, management, customers, etc&#8230;) and the developers when it comes to discussing a feature that is not yet completed. The non-developers do not understand what it takes to make that single, shiny button do all the fancy stuff behind the scenes. To help ease the tension and buy us developer more time, when the non-developers ask for your status, simply tell them that you are still <strong>Reticulating Splines</strong>. A nice way to tie in video games (<a href="http://en.wikipedia.org/wiki/SimCity_2000">Sim City 2000</a>) and confuse the non-developer so that they walk away.</p>
<p>In my programming world my friends and I commonly use the terms <strong>F12</strong> and <strong>Push Play</strong>. F12 is similar to Reticulating Splines. When a non-developer barges into our office claiming something isn&#8217;t working and demands an answer, we tell them, &#8220;Just hit F12 and it will work itself out.&#8221; F12 does absolutely nothing to fix the problem, but by now the other employees get our joke and it tends to calm them down enough so that we can calmly work on the issue at hand. At one of our previous jobs our manager would give us a hard time whenever we said, &#8220;Push play.&#8221; We would say that whenever we were asking another developer to run their code in debug mode because the icon representing that is the same icon for &#8220;Play&#8221; on a television remote. To this day we have no idea why our manager got so annoyed by it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diditsave.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diditsave.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diditsave.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diditsave.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/diditsave.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/diditsave.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/diditsave.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/diditsave.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diditsave.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diditsave.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diditsave.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diditsave.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diditsave.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diditsave.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diditsave.wordpress.com&amp;blog=29217946&amp;post=63&amp;subd=diditsave&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://diditsave.wordpress.com/2011/11/29/programmer-speak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e0e1377c97956709517aa921e92d8404?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jkassay</media:title>
		</media:content>

		<media:content url="http://diditsave.files.wordpress.com/2011/11/icanhasstring.jpg?w=119" medium="image">
			<media:title type="html">I can has string?</media:title>
		</media:content>
	</item>
		<item>
		<title>Ice Cream Zombie</title>
		<link>http://diditsave.wordpress.com/2011/11/28/ice-cream-zombie/</link>
		<comments>http://diditsave.wordpress.com/2011/11/28/ice-cream-zombie/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 14:00:10 +0000</pubDate>
		<dc:creator>jkassay</dc:creator>
				<category><![CDATA[Zombies]]></category>
		<category><![CDATA[Halloween]]></category>
		<category><![CDATA[Ice Cream]]></category>
		<category><![CDATA[Walking Dead]]></category>
		<category><![CDATA[Zombie]]></category>

		<guid isPermaLink="false">http://diditsave.wordpress.com/?p=60</guid>
		<description><![CDATA[There are different ages when you introduce something to your child. You are supposed to wait till your kid is over the age of one before letting them eat honey. Another example is waiting till they are 13 to see &#8230; <a href="http://diditsave.wordpress.com/2011/11/28/ice-cream-zombie/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diditsave.wordpress.com&amp;blog=29217946&amp;post=60&amp;subd=diditsave&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are different ages when you introduce something to your child. You are supposed to wait till your kid is over the age of one before letting them eat honey. Another example is waiting till they are 13 to see PG-13 rated movies. Well I&#8217;m here to say that it can never be too early to introduce your child into the world of zombies.</p>
<p>Behold the Ice Cream Zombie:<br />
<span style="text-align:center; display: block;"><a href="http://diditsave.wordpress.com/2011/11/28/ice-cream-zombie/"><img src="http://img.youtube.com/vi/e_VnuDXFKYo/2.jpg" alt="" /></a></span></p>
<p>I met my wife and In-Laws at the local mall after work on Halloween to help my son go trick or treating from store to store. On a side note I wish as a kid I went to the mall instead of houses in my neighborhood. The amount of candy and swag you get at the mall is astronomically greater than going from house to house. After Noah was done being Superman we headed over to the food court to grab some dinner. Of course he wanted to eat ice cream for dinner. My wife and I joked around how crazy kids get over sweets and the idea of showing Noah how to be a zombie popped in my head.</p>
<p>The first thing any zombie needs to learn is how to hold their arms up. Noah held them perfectly parallel to the floor and got the bent wrists down solid. The next step was tilting his head to one side, which in the beginning caused him to walk towards the direction his head was tilted. The walk is crucial for being a zombie, you have to get that foot drag just right and Noah did a fine job of it. It was pretty cute seeing Noah try to combine all three zombie characteristics and mumbling &#8220;Ice cream zombie, ice cream zombie&#8230;&#8221; We practiced a few times up and down the food court and then it was time to film it. I have to say he did a stellar job and he even improvised the attack at the end.</p>
<p>Oh, and for you Walking Dead fans out there, <a href="http://www.amctv.com/the-walking-dead/videos/inside-the-walking-dead-the-cast-looks-ahead" title="Walking Dead - Inside the Walking Dead, Cast Looks Ahead">here</a> is a short video of the cast talking about whats to come in the next season. I am not going to spoil it for anyone who did not get a chance to see last night&#8217;s episode, but all I can say is that it was amazing and jaw dropping.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diditsave.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diditsave.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diditsave.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diditsave.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/diditsave.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/diditsave.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/diditsave.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/diditsave.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diditsave.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diditsave.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diditsave.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diditsave.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diditsave.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diditsave.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diditsave.wordpress.com&amp;blog=29217946&amp;post=60&amp;subd=diditsave&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://diditsave.wordpress.com/2011/11/28/ice-cream-zombie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e0e1377c97956709517aa921e92d8404?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jkassay</media:title>
		</media:content>
	</item>
	</channel>
</rss>
