<?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>Joel Hainley &#187; Uncategorized</title>
	<atom:link href="http://www.joelhainley.com/index.php/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joelhainley.com</link>
	<description>my thoughts and adventures</description>
	<lastBuildDate>Mon, 19 Dec 2011 19:34:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Personal Projects &#8211; Summer 2011</title>
		<link>http://www.joelhainley.com/index.php/2011/09/17/personal-projects-summer-2011/</link>
		<comments>http://www.joelhainley.com/index.php/2011/09/17/personal-projects-summer-2011/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 16:30:15 +0000</pubDate>
		<dc:creator>joelhainley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.joelhainley.com/?p=437</guid>
		<description><![CDATA[I&#8217;ve been doing a lot of work on personal projects recently. My first iPhone app is almost ready to go to Apple, I&#8217;m pretty excited about that. I have a list of  ideas for the next couple of apps for the phone that I want to work through in the next couple of months. The [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">I&#8217;ve been doing a lot of work on personal projects recently. My first iPhone app is almost ready to go to Apple, I&#8217;m pretty excited about that. I have a list of  ideas for the next couple of apps for the phone that I want to work through in the next couple of months. The apps aren&#8217;t terribly complex but they do build on each other (new libraries, frameworks, etc) so I&#8217;ll probably shoot for an app a month for the rest of the year.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Next year I will dig into some bigger apps that I want to work on, by then I should be able in a pretty good space with iOS development. I&#8217;ll probably pick up an iPad sometime towards the end of the year and spend some time with it, then perhaps target some apps for it next year. All around should be good stuff.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">I also have Android development on my hitlist for this year. I&#8217;ll probably work to port each of the iPhone apps that I&#8217;m writing to android. Hopefully the learning curve for Android will be similar to the iOS learning curve, I&#8217;ve really enjoyed my time with iOS development. I&#8217;ve done a ton of java development in my career, so I anticipate Android being pretty straightforward.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">The Android developers I&#8217;ve talked to are really excited about the platform. I would also like to spend some time and understand about working with Android at the C/C++ layer this would allow for sharing core logic between the iOS and Android apps but I&#8217;m not going to shackle myself to that notion without having first spent some time with each of them.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">In other news, I&#8217;ve almost finished freshening the UI of HamTesting.com, I&#8217;m pretty happy with the results. As part of this effort I built out a virtual machine that is a copy of the production server for hamtesting, including the database, so that I can do work on HT when I&#8217;m commuting. This has been a huge win for me and I&#8217;m looking forward to getting through the list of things that I&#8217;ve been wanting to do with HT for a couple of years now.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">I&#8217;m not sure what the velocity on new features will be, some of them could take a fair amount of time to work through, but I would like to target having a regular release schedule for HT so that it doesn&#8217;t get neglected again. Some of the features are really important to the growth of HT so I want to be sure that they are getting done.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">I&#8217;ve switched over to using git for all of my projects, I setup a server that has all of my source on it, gets backed up every day, etc. I&#8217;m really enjoying git so far, although I don&#8217;t do a lot of development with others so it&#8217;s hard to really appreciate/utilize some of the strongest selling points about git. However, the notion that I can initialize a git repository on a project and work on it locally for a couple of weeks, tracking change, etc. and then easily push it to a server when the project grows legs is just awesome.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">I have been entertaining the idea of putting some of my older excursions into coding up on github for consumption by the masses. Though I doubt the masses will have much of an interest, I think it would be kinda cool to have some of the stuff available to a wider audience. Some of the things I&#8217;ve been considering posting:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- I wrote the beginnings of an SVG library for .Net, mostly for the creation and drawing of svg documents using .net objects, it was pretty interesting but I got distracted by work related things and the mood has passed me for the time being. &#8211; I also wrote a rails-esque PHP framework (i&#8217;m sure everyone has one of these), &#8211; I also have an older framework that I wrote in php that might be of interest to others.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- There is also the ASPForms codebase although I&#8217;m not sure I have that laying around anymore. (this was an orm before orms were so trendy, but it understood more than a current orm does)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- picprep which was a pretty fun little utility for processing images from the commandline in a batch sort of way.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- Album Foundry floating around somewhere which was the first time I wrote cross-platform binary file sorts of things. That was a fair amount of fun as well.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Anyways I&#8217;ll give it a bit more thought and if I decide to start posting things then as I have time I&#8217;ll create repositories on git-hub and start getting some of these things out there.</div>
<p>I&#8217;ve been doing a lot of work on personal projects recently. My first iPhone app is almost ready to go to Apple, I&#8217;m pretty excited about that. I have a list of  ideas for the next couple of apps for the phone that I want to work through in the next couple of months. The apps aren&#8217;t terribly complex but they do build on each other (new libraries, frameworks, etc) so I&#8217;ll probably shoot for an app a month for the rest of the year.</p>
<p>Next year I will dig into some bigger apps that I want to work on, by then I should be able in a pretty good space with iOS development. I&#8217;ll probably pick up an iPad sometime towards the end of the year and spend some time with it, then perhaps target some apps for it next year. All around should be good stuff.</p>
<p>I also have Android development on my hitlist for this year. I&#8217;ll probably work to port each of the iPhone apps that I&#8217;m writing to android. Hopefully the learning curve for Android will be similar to the iOS learning curve, I&#8217;ve really enjoyed my time with iOS development. I&#8217;ve done a ton of java development in my career, so I anticipate Android being pretty straightforward.</p>
<p>The Android developers I&#8217;ve talked to are really excited about the platform. I would also like to spend some time and understand about working with Android at the C/C++ layer this would allow for sharing core logic between the iOS and Android apps but I&#8217;m not going to shackle myself to that notion without having first spent some time with each of them.</p>
<p>In other news, I&#8217;ve almost finished freshening the UI of HamTesting.com, I&#8217;m pretty happy with the results. As part of this effort I built out a virtual machine that is a copy of the production server for hamtesting, including the database, so that I can do work on HT when I&#8217;m commuting. This has been a huge win for me and I&#8217;m looking forward to getting through the list of things that I&#8217;ve been wanting to do with HT for a couple of years now.</p>
<p>I&#8217;m not sure what the velocity on new features will be, some of them could take a fair amount of time to work through, but I would like to target having a regular release schedule for HT so that it doesn&#8217;t get neglected again. Some of the features are really important to the growth of HT so I want to be sure that they are getting done.</p>
<p>I&#8217;ve switched over to using git for all of my projects, I setup a server that has all of my source on it, gets backed up every day, etc. I&#8217;m really enjoying git so far, although I don&#8217;t do a lot of development with others so it&#8217;s hard to really appreciate/utilize some of the strongest selling points about git. However, the notion that I can initialize a git repository on a project and work on it locally for a couple of weeks, tracking change, etc. and then easily push it to a server when the project grows legs is just awesome.</p>
<p>I have been entertaining the idea of putting some of my older excursions into coding up on github for consumption by the masses. Though I doubt the masses will have much of an interest, I think it would be kinda cool to have some of the stuff available to a wider audience. Some of the things I&#8217;ve been considering posting:</p>
<ul>
<li>I wrote the beginnings of an SVG library for .Net, mostly for the creation and drawing of svg documents using .net objects, it was pretty interesting but I got distracted by work related things and the mood has passed me for the time being.</li>
<li> I also wrote a rails-esque PHP framework (i&#8217;m sure everyone has one of these),</li>
<li>I also have an older framework that I wrote in php that might be of interest to others.</li>
<li>There is also the ASPForms codebase although I&#8217;m not sure I have that laying around anymore. (this was an orm before orms were so trendy, but it understood more than a current orm does)</li>
<li>picprep which was a pretty fun little utility for processing images from the commandline in a batch sort of way.</li>
<li>Album Foundry floating around somewhere which was the first time I wrote cross-platform binary file sorts of things. That was a fair amount of fun as well.</li>
</ul>
<p>Anyways I&#8217;ll give it a bit more thought and if I decide to start posting things then as I have time I&#8217;ll create repositories on git-hub and start getting some of these things out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joelhainley.com/index.php/2011/09/17/personal-projects-summer-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s new</title>
		<link>http://www.joelhainley.com/index.php/2011/01/16/whats-new/</link>
		<comments>http://www.joelhainley.com/index.php/2011/01/16/whats-new/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 16:59:31 +0000</pubDate>
		<dc:creator>joelhainley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.joelhainley.com/?p=373</guid>
		<description><![CDATA[It&#8217;s been a long while since I&#8217;ve updated here. I&#8217;ve been doing a small amount of twittering, it&#8217;s a bit easier to send out random missives than it is to construct a full blown blog entry of any appreciable size. Today I&#8217;m feeling chatty and have noone to talk to besides the dog so maybe [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long while since I&#8217;ve updated here. I&#8217;ve been doing a small amount of twittering, it&#8217;s a bit easier to send out random missives than it is to construct a full blown blog entry of any appreciable size. Today I&#8217;m feeling chatty and have noone to talk to besides the dog so maybe this will be an update to remember.</p>
<p>I joined Toastmasters last week and am looking forward to working my way through the Competent Communicator manual. Mike was the inspiration for attending a Toastmasters meeting and after watching people talk for a few weeks I was amazed at how much of an improvement people were making from week to week.</p>
<p>I started riding my bicycle again, I kinda stopped around May for a bunch of personal reasons. However, lately I&#8217;ve been missing it somewhat so I&#8217;ve started riding again. It&#8217;s been good. I can already feel myself getting stronger. It&#8217;s nice to have some time each day to be alone with your thoughts and not have a computer in front of you that has a lot of work you could be doing.</p>
<p>I installed iBooks on my iPhone recently and started reading books from Project Gutenberg. I read the second of E.E.Smith&#8217;s Skylark novels, and am now working my way through Moby Dick. I&#8217;ve found that having a book on the phone has completely killed my desire to play puzzle games on the device. The nice thing about having a book on the phone is that you find all of these great moments to read. Standing in line waiting for food, waiting for bart trains, when a meeting doesn&#8217;t start on time, etc. It has been really great in that regard.</p>
<p>Another thing I&#8217;ve been doing on the iPhone has been watching lectures from Stanford on iPhone development. This has been really cool and I&#8217;m actually pretty close to finishing up the entire cs193p video series. I noticed on hacker news the other day that MIT has some courses and there&#8217;s a couple of other podcasts that are educational podcasts so I&#8217;ll probably continue to load those on the phone and watch them when I have moments that I can&#8217;t get in front of a computer and work.</p>
<p>I&#8217;ve been listening to a few development podcasts recently as well, Java Posse, and a few others about different technologies/platforms. This is probably a good thing because the podcasts talk about the latest developments and I gravitate towards working and not geeking out on &#8220;what if&#8217;s&#8221; and the &#8220;newest widgets&#8221;. So it&#8217;s given me some insight into what is happening in the development world in spare moments throughout my day instead of requiring me to dedicate time to learning about the newest craze in dependency injection or whatever the latest thing is.</p>
<p>I&#8217;m currently doing some work with Message Driven Beans to replace a sqlexec process and so far it&#8217;s going extremely well. I haven&#8217;t broken the news to the DBA that we are getting rid of his sqlexec code, but I want to make sure everything is going to work as I expect it will before I fight that battle. MDB&#8217;s provide an elegant solution to the problem and constraints that are created by the operational issues revolving around the current solution so hopefully I&#8217;ll have something wrapped up this week.</p>
<p>Rock on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joelhainley.com/index.php/2011/01/16/whats-new/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>11-05 Challenge : Weekly status update for 2010-06-14</title>
		<link>http://www.joelhainley.com/index.php/2010/06/14/11-05-challenge-weekly-status-update-for-2010-06-14/</link>
		<comments>http://www.joelhainley.com/index.php/2010/06/14/11-05-challenge-weekly-status-update-for-2010-06-14/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 16:49:04 +0000</pubDate>
		<dc:creator>joelhainley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.joelhainley.com/?p=303</guid>
		<description><![CDATA[On Saturday, we had a bit of a SHAH ( Super Happy Amy House ) in Clayton so that Mike and I could get together in the same room and taunt each other about the status of our projects. I was able to make some progress on a few of the items that I had [...]]]></description>
			<content:encoded><![CDATA[<p>On Saturday, we had a bit of a SHAH ( Super Happy Amy House ) in Clayton so that Mike and I could get together in the same room and taunt each other about the status of our projects. I was able to make some progress on a few of the items that I had on my list for the week but not as much as I had anticipated. The plus side is that I was able to bundle up the debian virtual machine that I am using for development of my project and give it to mike so he didn&#8217;t have to do any setup to get a development environment running.</p>
<p>After a couple of hours of working on things we ended up running a D&amp;D adventure with me as the dungeon master. That was a lot of fun and I hope that we can start a regular campaign and maybe get some more people involved as time goes on.</p>
<p>Tasks completed last week :</p>
<ul>
<li>hierarchical clients/jobs/projects/services is now all fully functional</li>
<li>more buildout in the framework to support ideas like super admin</li>
<li>application administration base screens built out and displayed only to _super admins_</li>
<li>cleanup of some of the javascript code</li>
<li>time entry now supports/uses the hierarchical information</li>
</ul>
<p>Tasks for this week :</p>
<ul>
<li>finish account configuration screens admin/user version</li>
<li>new account setup wizard</li>
<li>spec out the reports that will be needed for initial release of the site</li>
<li>AJAX support routines need a little love</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.joelhainley.com/index.php/2010/06/14/11-05-challenge-weekly-status-update-for-2010-06-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snowshoeing Trip #2 &#8211; February 21, 2010</title>
		<link>http://www.joelhainley.com/index.php/2010/02/22/snowshoeing-trip-2-february-21-2010/</link>
		<comments>http://www.joelhainley.com/index.php/2010/02/22/snowshoeing-trip-2-february-21-2010/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 17:25:06 +0000</pubDate>
		<dc:creator>joelhainley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.joelhainley.com/?p=283</guid>
		<description><![CDATA[Got out for some snowshoeing up at Yuba Gap this weekend. Mike and Weilei brought one of Mike&#8217;s coworkers from India along and I took Mom out for her first time snowshoeing. She loved it and is already planning her next trip. It snowed on us most of the trip but the roads were in [...]]]></description>
			<content:encoded><![CDATA[<p>Got out for some snowshoeing up at Yuba Gap this weekend. Mike and Weilei brought one of Mike&#8217;s coworkers from India along and I took Mom out for her first time snowshoeing. She loved it and is already planning her next trip. It snowed on us most of the trip but the roads were in good shape, the only problem with the driving was the traffic going home. I couldn&#8217;t quite understand why there were so many cars on the road until I was informed that this last week was a snow week for a lot of schools so that probably explains all of the traffic.</p>
<p>The next time we go we&#8217;re gonna leave early in the morning and see if we can get out for a longer trip, but it&#8217;s enough work that I hesitate to take people out for 6 miles on their first day of shoeing.Â  Some photos are included below to bore those of you who like photos</p>

<a href='http://www.joelhainley.com/index.php/2010/02/22/snowshoeing-trip-2-february-21-2010/img_0182/' title='IMG_0182'><img width="150" height="150" src="http://www.joelhainley.com/wp-content/uploads/2010/02/IMG_0182-150x150.png" class="attachment-thumbnail" alt="" title="IMG_0182" /></a>
<a href='http://www.joelhainley.com/index.php/2010/02/22/snowshoeing-trip-2-february-21-2010/img_0183/' title='IMG_0183'><img width="150" height="150" src="http://www.joelhainley.com/wp-content/uploads/2010/02/IMG_0183-150x150.png" class="attachment-thumbnail" alt="" title="IMG_0183" /></a>
<a href='http://www.joelhainley.com/index.php/2010/02/22/snowshoeing-trip-2-february-21-2010/img_0180/' title='IMG_0180'><img width="150" height="150" src="http://www.joelhainley.com/wp-content/uploads/2010/02/IMG_0180-150x150.png" class="attachment-thumbnail" alt="" title="IMG_0180" /></a>
<a href='http://www.joelhainley.com/index.php/2010/02/22/snowshoeing-trip-2-february-21-2010/img_0181/' title='IMG_0181'><img width="150" height="150" src="http://www.joelhainley.com/wp-content/uploads/2010/02/IMG_0181-150x150.png" class="attachment-thumbnail" alt="" title="IMG_0181" /></a>
<a href='http://www.joelhainley.com/index.php/2010/02/22/snowshoeing-trip-2-february-21-2010/img_0185/' title='IMG_0185'><img width="150" height="150" src="http://www.joelhainley.com/wp-content/uploads/2010/02/IMG_0185-150x150.png" class="attachment-thumbnail" alt="" title="IMG_0185" /></a>
<a href='http://www.joelhainley.com/index.php/2010/02/22/snowshoeing-trip-2-february-21-2010/img_0179/' title='IMG_0179'><img width="150" height="150" src="http://www.joelhainley.com/wp-content/uploads/2010/02/IMG_0179-150x150.png" class="attachment-thumbnail" alt="" title="IMG_0179" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.joelhainley.com/index.php/2010/02/22/snowshoeing-trip-2-february-21-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snowshoeing Trip #1</title>
		<link>http://www.joelhainley.com/index.php/2010/01/11/snowshoeing-trip-1/</link>
		<comments>http://www.joelhainley.com/index.php/2010/01/11/snowshoeing-trip-1/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 22:44:51 +0000</pubDate>
		<dc:creator>joelhainley</dc:creator>
				<category><![CDATA[Exercise]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.joelhainley.com/?p=224</guid>
		<description><![CDATA[Got out this weekend for a bit of snowshoeing. My mom bought some snowshoes for Amy and I for Christmas and it was the first weekend that we&#8217;ve been able to get out and give them a test run. So Sunday morning we drove up to Roseville REI and picked up a 2010 Sno-Park Pass [...]]]></description>
			<content:encoded><![CDATA[<p>Got out this weekend for a bit of snowshoeing. My mom bought some snowshoes for Amy and I for Christmas and it was the first weekend that we&#8217;ve been able to get out and give them a test run. So Sunday morning we drove up to Roseville REI and picked up a 2010 Sno-Park Pass and then headed up to Donner Pass to do our first run. Parking was easy, and it was just a short walk from the parking lot to the left of Boreal under I-80 to the north where the trail started.Â  There were a lot of dogs and Brodie didn&#8217;t know whether to go and play with them or roll around in the snow. To say he likes snow is an understatement.</p>
<p><img class="alignnone size-full wp-image-221" title="SNOWSHOE03" src="http://www.joelhainley.com/wp-content/uploads/2010/01/SNOWSHOE03.png" alt="SNOWSHOE03" width="640" height="480" /></p>
<p>We headed up the hill and into a meadow covered with snow. There were trails going everywhere so we opted to follow a trail that meandered through the meadow hoping that it went somewhere interesting. After about 10 minutes the trail left the meadow and started climbing up a hill. Within about 5 minutes of climbing I could definitely feel the altitude but it was just so quiet and peaceful it was worth all of the work. We stopped where we had a bit of a view and shared some water and a Clif Bar and Amy fed Brodie snow.</p>
<p><img class="alignnone size-full wp-image-220" title="SNOWSHOE02" src="http://www.joelhainley.com/wp-content/uploads/2010/01/SNOWSHOE02.png" alt="SNOWSHOE02" width="640" height="480" /></p>
<p>As we approached the highest elevation we would see for the day, we could look back across the valley and just see the top of Boreal (see image below). We wandered around along the top of the trail looking to see where we could drop back down to the meadow when we caught sight of another trail and were able to move down the hill and come out north of the meadow, after about 10 minutes of walking we were back in the meadow and headed for the car.</p>
<p><img class="alignnone size-full wp-image-219" title="SNOWSHOE01" src="http://www.joelhainley.com/wp-content/uploads/2010/01/SNOWSHOE01.png" alt="SNOWSHOE01" width="640" height="426" /></p>
<p>I was surprised about how much work snowshoeing was, but the rewards were definitely worth it. We were able to get outdoors and take the dog for a walk and see some really great views. We debated going into Reno for dinner and to see some friends but we got a late start and figured we wouldn&#8217;t get home until 10pm if we went to Reno and we both had things that needed to be done before work on Monday. So we dropped back into Auburn, stopped at Ikeda&#8217;s for a burger and headed home. Brodie slept in the backseat the whole way home.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joelhainley.com/index.php/2010/01/11/snowshoeing-trip-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I&#8217;m still here&#8230;.</title>
		<link>http://www.joelhainley.com/index.php/2009/11/24/im-still-here/</link>
		<comments>http://www.joelhainley.com/index.php/2009/11/24/im-still-here/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 00:21:26 +0000</pubDate>
		<dc:creator>joelhainley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.joelhainley.com/?p=188</guid>
		<description><![CDATA[Well enough people have mentioned that I haven&#8217;t updated in a while that I suppose it&#8217;s time for an update.
Work stuff.. Business has been picking up and I&#8217;ve been spending a lot of time with my head in an IDE working. I&#8217;ve been learning a ton of good stuff and maybe I&#8217;ll post some things [...]]]></description>
			<content:encoded><![CDATA[<p>Well enough people have mentioned that I haven&#8217;t updated in a while that I suppose it&#8217;s time for an update.</p>
<p>Work stuff.. Business has been picking up and I&#8217;ve been spending a lot of time with my head in an IDE working. I&#8217;ve been learning a ton of good stuff and maybe I&#8217;ll post some things I&#8217;ve learned at some point. I&#8217;ve also been plugging away on a new product and I have a demo of it up and available to a limited group of beta testers, there&#8217;s a bunch to do but I&#8217;m pretty happy with the results thus far.</p>
<p>Exercise stuff.. I&#8217;ve been doing some boxing and that has been a lot of fun, the workout for boxing is great and it&#8217;s nice to get into the gym 2-3 times a week and just go hard for couple of hours. I&#8217;m finally starting to get acclimated to the workout and have been able to start focusing on technique a little bit more and that&#8217;s been a lot of fun. There&#8217;s a lot to learn and it gets me out of my head each time I go. I also setup a website for the gym you can find it at <a href="http://www.oldschoolboxinggym.com"title="Old School Boxing Gym, Concord CA"  onclick="javascript:pageTracker._trackPageview('/outbound/article/www.oldschoolboxinggym.com');">www.oldschoolboxinggym.com</a></p>
<p>Bicycling&#8230; I&#8217;ve done some bicycling off and on since I got home from Washington in July but nothing terribly focused. Colin and I were talking the other day and I think I&#8217;m going to shoot for doing the Davis Double Century in May next year, although Colin is trying to pressure me into doing the Solvang Double at the end of March. It&#8217;ll take some time to get my base built up for a double so I&#8217;m not sure if I can swing end of march but it&#8217;s a goal.</p>
<p>Getting Things Done &#8230; I read Getting Things Done about 6 weeks ago and I&#8217;ve taken a couple of things from that book and implemented them. Setting up a decent filing system, setting up a tickler file and setting up some other processes to make my paperwork/mail processing/etc is now a lot easier to keep track of than it was before. I also picked up OmniFocus for both my computer and my iphone and those are working outÂ  pretty good. I don&#8217;t know if it would work for everyone, but I think it&#8217;s worth giving it a shot. I have definitely noticed a huge boost in productivity as a resultÂ  and I have also noticed that it&#8217;s a lot easier for me to get into a flow state as a result of having things all in front of me in a reasonable manageable way.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joelhainley.com/index.php/2009/11/24/im-still-here/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>30-Day Exercise Challenge &#8211; Day 12</title>
		<link>http://www.joelhainley.com/index.php/2008/12/12/30-day-exercise-challenge-day-12/</link>
		<comments>http://www.joelhainley.com/index.php/2008/12/12/30-day-exercise-challenge-day-12/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 05:19:58 +0000</pubDate>
		<dc:creator>joelhainley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.joelhainley.com/?p=109</guid>
		<description><![CDATA[I&#8217;m still feeling under the weather but I was able to get a weight workout in today. Hopefully I can get this going through Sunday and actually take my schedule break. We&#8217;ll see tomorrow&#8217;s cardio workout is gonna be a bear if I don&#8217;t start feeling better. On the upside I found a great package [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m still feeling under the weather but I was able to get a weight workout in today. Hopefully I can get this going through Sunday and actually take my schedule break. We&#8217;ll see tomorrow&#8217;s cardio workout is gonna be a bear if I don&#8217;t start feeling better. On the upside I found a great package of dried fruit at Costco tonight. Blueberries, cranberries, cherries, and something else. I&#8217;ve been looking for something to throw on my breakfast cereal in the morning. Hopefully it tastes as good as it sounds right now, I need to quit shopping when I&#8217;m hungry.</p>
<p><strong>Weight training day:</strong></p>
<ul>
<li>curls &#8211; (15&#215;3)</li>
<li>military press &#8211; (15&#215;3)</li>
<li>dumbbell rows &#8211; (15&#215;3)</li>
<li>bench press &#8211; (15&#215;3)</li>
<li>pullups &#8211; none tonight&#8230;hey!, it&#8217;s consistent with my previous results so far this month <img src='http://www.joelhainley.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.joelhainley.com/index.php/2008/12/12/30-day-exercise-challenge-day-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>30-Day Exercise Challenge &#8211; Day 11</title>
		<link>http://www.joelhainley.com/index.php/2008/12/12/30-day-exercise-challenge-day-11/</link>
		<comments>http://www.joelhainley.com/index.php/2008/12/12/30-day-exercise-challenge-day-11/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 05:14:37 +0000</pubDate>
		<dc:creator>joelhainley</dc:creator>
				<category><![CDATA[30-Day-Challenge]]></category>
		<category><![CDATA[Exercise]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.joelhainley.com/?p=108</guid>
		<description><![CDATA[Today I got up late and go busy with work and some other things so I wasn&#8217;t able to get out for a run. So I opted to just do my cardio on the bicycle in the evening. I worked up a good sweat but it wasn&#8217;t as intense as last week&#8217;s workouts on the [...]]]></description>
			<content:encoded><![CDATA[<p>Today I got up late and go busy with work and some other things so I wasn&#8217;t able to get out for a run. So I opted to just do my cardio on the bicycle in the evening. I worked up a good sweat but it wasn&#8217;t as intense as last week&#8217;s workouts on the bike. Not sure what&#8217;s going on, it&#8217;s possible that I&#8217;m a little burned out. I&#8217;m looking forward to taking sunday off and heading out to sf for SHDH.</p>
<p><strong>Cardio Day:</strong></p>
<p>Bicycle Ride &#8211; (30m2s/360kcal)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joelhainley.com/index.php/2008/12/12/30-day-exercise-challenge-day-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>30-Day Exercise Challenge &#8211; Day 8</title>
		<link>http://www.joelhainley.com/index.php/2008/12/09/30-day-exercise-challenge-day-8/</link>
		<comments>http://www.joelhainley.com/index.php/2008/12/09/30-day-exercise-challenge-day-8/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 17:09:53 +0000</pubDate>
		<dc:creator>joelhainley</dc:creator>
				<category><![CDATA[30-Day-Challenge]]></category>
		<category><![CDATA[Exercise]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.joelhainley.com/?p=104</guid>
		<description><![CDATA[Weight training day :

crunches &#8211; (25&#215;5)
leglifts &#8211; (25&#215;4)
bench press &#8211; (15&#215;3)
military press &#8211; (15&#215;3)
curls &#8211; (15&#215;3)
dumbbell rows &#8211; (15&#215;3)
pullups &#8211; still trying to get that first one, but i&#8217;m getting closer&#8230;how embarrassing.

]]></description>
			<content:encoded><![CDATA[<p><strong>Weight training day :</strong></p>
<ul>
<li>crunches &#8211; (25&#215;5)</li>
<li>leglifts &#8211; (25&#215;4)</li>
<li>bench press &#8211; (15&#215;3)</li>
<li>military press &#8211; (15&#215;3)</li>
<li>curls &#8211; (15&#215;3)</li>
<li>dumbbell rows &#8211; (15&#215;3)</li>
<li>pullups &#8211; still trying to get that first one, but i&#8217;m getting closer&#8230;how embarrassing.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.joelhainley.com/index.php/2008/12/09/30-day-exercise-challenge-day-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Resolution On VMWare Guest Running On Windows XP Host</title>
		<link>http://www.joelhainley.com/index.php/2008/02/19/setting-resolution-on-vmware-guest-running-on-windows-xp-host/</link>
		<comments>http://www.joelhainley.com/index.php/2008/02/19/setting-resolution-on-vmware-guest-running-on-windows-xp-host/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 03:31:08 +0000</pubDate>
		<dc:creator>joelhainley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[client resolution]]></category>
		<category><![CDATA[development environments]]></category>
		<category><![CDATA[resolution]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmx file]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.joelhainley.com/index.php/2008/02/19/setting-resolution-on-vmware-guest-running-on-windows-xp-host/</guid>
		<description><![CDATA[I have been using vmware to host specialized development and testing environments for various clients. With a reasonably powerful machine there isn&#8217;t a perceptible difference between a vm and a native install for your workstation plus it offers an impressive amount of flexibility for things. Backups are a snap, moving development environments around can be [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using vmware to host specialized development and testing environments for various clients. With a reasonably powerful machine there isn&#8217;t a perceptible difference between a vm and a native install for your workstation plus it offers an impressive amount of flexibility for things. Backups are a snap, moving development environments around can be exciting as well. Thus far it has been a huge win.</p>
<p>I just installed a windows xp vm on my laptop and while my Debian install automagically setup the correct resolution, I wasn&#8217;t able to set the xp vm to a widescreen resolution within the vm. So I dug around and found that simply opening the file &lt;yourvmname&gt;.vmx and adding the following lines :</p>
<p>svga.maxWidth = &#8220;1680&#8243;<br />
svga.maxHeight = &#8220;1050&#8243;</p>
<p>Save the file. Then reboot the vm. Go into the display settings in the vm and set it to the desired resolution, that&#8217;s all there is to it.</p>
<p>The one thing that I don&#8217;t know for sure is whether you need to have the VMTools installed for this to work. However I think the VMTools make the vm a little more useful on the desktop so it&#8217;s probably worth installing them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joelhainley.com/index.php/2008/02/19/setting-resolution-on-vmware-guest-running-on-windows-xp-host/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

