<?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"
	>

<channel>
	<title>Josh Moody</title>
	<atom:link href="http://joshmoody.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshmoody.com</link>
	<description>Welcome to the online home of the Moody Family.</description>
	<pubDate>Sun, 16 Nov 2008 02:52:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Award Winner</title>
		<link>http://joshmoody.com/2008/11/14/award-winner/</link>
		<comments>http://joshmoody.com/2008/11/14/award-winner/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 01:24:03 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Arkansas]]></category>

		<category><![CDATA[Award]]></category>

		<category><![CDATA[eC3]]></category>

		<category><![CDATA[Governor]]></category>

		<category><![CDATA[Newsroom]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://joshmoody.com/?p=128</guid>
		<description><![CDATA[I&#8217;m pleased to announce that the newsroom application I wrote for the Governor&#8217;s office won the 2008 eC3 Excellence Award in the category &#8220;Innovation in the use of social networking to enhance citizen involvement in government&#8221;.
Gov. Mike Beebe’s Information Network of Arkansas encourages citizens to help craft a positive vision for their state. Arkansas.gov offers numerous online services [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pleased to announce that the <a href="http://governor.arkansas.gov/newsroom/index.php" target="_blank">newsroom application</a> I wrote for the Governor&#8217;s office won the <a href="http://www.ec3.org/awards.php" target="_blank">2008 eC3 Excellence Award</a> in the category &#8220;Innovation in the use of social networking to enhance citizen involvement in government&#8221;.</p>
<blockquote><p>Gov. Mike Beebe’s<em> Information Network of Arkansas </em>encourages citizens to help craft a positive vision for their state. Arkansas.gov offers numerous online services and an e-newsroom with audio/video, podcasts, four different electronic newsletters, listservs and RSS feeds.</p></blockquote>
<p>I actually wrote this application for Gov. Mike Huckabee, then updated it a bit when Gov. Beebe entered office last year.  Then we did a major enhancement earlier this year to integrate with content from Picasa and YouTube.  Thanks to this application, Governor Huckabee became only the 2nd Governor in the U.S. to have Video podcasts in iTunes!</p>
<p>Of three awards given by the eC3 (National Electronic Commerce Coordinating Council) this year, Arkansas won two!  We also won the award for “Innovation in protecting the privacy and integrity of citizen information&#8221; for a write up in which my friend and co-worker <a href="http://felio.org/blog/">David</a> described the security initiatives we have implemented.</p>
<p><a href="http://www.ec3.org/about.php">Read more about eC3</a></p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Josh%20Moody&amp;siteurl=http%3A%2F%2Fjoshmoody.com%2F&amp;linkname=Award%20Winner&amp;linkurl=http%3A%2F%2Fjoshmoody.com%2F2008%2F11%2F14%2Faward-winner%2F"><img src="http://joshmoody.com/blog/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://joshmoody.com/2008/11/14/award-winner/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Software Development Methodologies</title>
		<link>http://joshmoody.com/2008/09/15/software-development-methodologies/</link>
		<comments>http://joshmoody.com/2008/09/15/software-development-methodologies/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 02:34:41 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[agile development]]></category>

		<category><![CDATA[project management]]></category>

		<guid isPermaLink="false">http://joshmoody.com/?p=127</guid>
		<description><![CDATA[I&#8217;ve been reading about Agile Software Development this evening. I&#8217;ve never really categorized my preferred style of development, but I&#8217;d say it closely resembles the Agile style.
Basically, Agile development involves short iterative cycles of development with frequent deliverables.  There is minimal planning and the stakeholder is frequently consulted for feedback.  The goal is to have a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been reading about <a href="http://en.wikipedia.org/wiki/Agile_software_development" target="_blank">Agile Software Development</a> this evening. I&#8217;ve never really categorized my preferred style of development, but I&#8217;d say it closely resembles the Agile style.</p>
<p>Basically, Agile development involves short iterative cycles of development with frequent deliverables.  There is minimal planning and the stakeholder is frequently consulted for feedback.  The goal is to have a working release at the end of each development iteration with minimal bugs.  The iteration is complete when it passes tests.  Then it&#8217;s time for feedback and the next iteration of feature development.  Working software is the primary measure of progress.</p>
<p>It seems that with the Agile development methodology, you are more likely to have a Mission Statement than a Project Plan.  You are working toward an end goal, but the path may not be predictable.</p>
<p>I find this quite interesting.  In my office, our Project Managers want to have project plans that boil down to: Development will begin on ??/??/???? and end on ??/??/???? and will take X hours. Testing will begin on ??/??/???? and end on ??/??/???? and will take X hours. Deployment will occur on ??/??/????.  The end result will contain features 1a, 1b, 1c, 2a, 2b, 2c1, 2c2, 2c3, 2d.</p>
<p>This method of strict project planning isn&#8217;t all bad, but it isn&#8217;t very darn likely either.  Crap happens. Features change.  We learn something new. This is why I lean more toward the Agile development philosophy.  It makes allowances for unexpected circumstances.  Nay, it expects crap to happen.</p>
<p>I&#8217;ve worked on many different projects this year.  A couple stand out as being particularly complex and high profile. The first one followed a strict project plan.  No wiggle room.</p>
<blockquote><p>&#8220;We must have the project finished on this date. Create a project plan that fits this end date, then make sure you hit the date, no matter what.&#8221;</p></blockquote>
<p>So that&#8217;s what we did.  The business owner started wanting changes almost immediately, but it was too late by then.  We didn&#8217;t deliver anything for testing until just before the end of the project.  There was no time to change/add functionality based on feedback from the stakeholder at the last moment.  Had we made small deliverables all thru the development cycle, we could have flushed all of that stuff out before the due date.  Instead, it was a single massive deliverable with no room for changes.  The software worked as requested, but the business owner didn&#8217;t request everything that it needed to do.  Now we&#8217;re faced with large sets of feature enhancements for an application that just went live in what was supposed to be it&#8217;s final form.</p>
<p>The second project had a looser project plan, but still a firm date. It was approached a little differently.</p>
<blockquote><p> &#8221;Here are the goals of the application, and a simple flow chart. Here are the milestone deliverables.&#8221;</p></blockquote>
<p>Instead of working strictly toward the end result, I developed iteratively with the end result always a distant thought.  I delivered the first milestone within a few days.  It didn&#8217;t do much, but it worked. All other functionality would derive from that.  Over the next several weeks, I delivered more components of the application in iterations.  Each iteration was a working application that was immediately ready for user testing and feedback.  These quick iterations didn&#8217;t completely fulfill the goals of the project, but each got us closer. And each iteration kept the stakeholder involved and giving feedback. After completing a particular iteration, I discovered the project was done.</p>
<p>We shifted directions a couple times on this second project, but those direction changes evolved from our understanding of the project and requests from the stake holder, and contributed to a successful deployment without a slew of changes shortly thereafter.  I attribute this to the fact that the application evolved during the development phase to be exactly what it needed to be.</p>
<p> </p>
<p> </p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Josh%20Moody&amp;siteurl=http%3A%2F%2Fjoshmoody.com%2F&amp;linkname=Software%20Development%20Methodologies&amp;linkurl=http%3A%2F%2Fjoshmoody.com%2F2008%2F09%2F15%2Fsoftware-development-methodologies%2F"><img src="http://joshmoody.com/blog/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://joshmoody.com/2008/09/15/software-development-methodologies/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Test Data Generator</title>
		<link>http://joshmoody.com/2008/09/14/test-data-generator/</link>
		<comments>http://joshmoody.com/2008/09/14/test-data-generator/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 04:01:09 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Fake Data Generator]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://joshmoody.com/?p=126</guid>
		<description><![CDATA[I frequently have the need to enter fake data when developing/testing an application.  Things like names, addresses, credit cards, etc. To assist with this, I&#8217;ve been working on an application to easily produce test data.
Currently, it generates the following:

Full Name (First, Middle, and Last.  First and Middle names are for same gender, though the gender is [...]]]></description>
			<content:encoded><![CDATA[<p>I frequently have the need to enter fake data when developing/testing an application.  Things like names, addresses, credit cards, etc. To assist with this, I&#8217;ve been working on an application to easily produce test data.</p>
<p>Currently, it generates the following:</p>
<ul>
<li>Full Name (First, Middle, and Last.  First and Middle names are for same gender, though the gender is randomly chosen)</li>
<li>Address (Street Address, City, State, Zip, County)</li>
<li>Phone Number</li>
<li>Credit Card (Type, Number, Expiration)</li>
<li>Bank Account (Bank Name, Account Type, Routing #, Account #)</li>
<li>Date of Birth</li>
<li>Driver&#8217;s License (Number, State, Expiration)</li>
<li>SSN</li>
<li>Email Address</li>
<li>URL</li>
<li>Company Name</li>
</ul>
<p>It can generate any of the above items individually, or you can generate a &#8220;Person&#8221; with all of these data elements included.  If generating a person, the email address will contain the person&#8217;s first name, with the domain matching the company&#8217;s name.  The area code of the phone number will be correct for the City/State of the address.  The State for the Driver&#8217;s License will also match the person&#8217;s state.</p>
<p>The credit card and banking numbers will also pass basic validation algorithms (luhn/mod10).</p>
<p>I should note that this is similar to what can be found at http://www.fakenamegenerator.com, which I discovered after I started working on this project. The difference is my solution is more robust, and can be used programmatically instead of having to visit the website.</p>
<p>Currently, this is only a basic PHP class that can be called to generate the data.  The next step is to expose the methods as a Soap Web Service (so it can be used by any programming language).  I&#8217;ll also build a GUI front-end that will allow download of the generated data in a delimited format.</p>
<p>When I originally wrote this, I intended to use it for work.  However, I&#8217;ve written it completely from home, and I&#8217;d like to keep it for my own and license it under LGPL.  I&#8217;ll still use it for work, but I want it to be &#8220;my&#8221; project and not my company&#8217;s.  Of course, I remember something from the paperwork I signed when I started working here about my employer owning any thoughts I have during my employment.  It is for this reason that I&#8217;ve tried really hard not to have any thoughts for the past 3.5 years.</p>
<p>I figure I&#8217;ve given them enough of my soul already.  Surely they&#8217;ll let me keep this one small thing?</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Josh%20Moody&amp;siteurl=http%3A%2F%2Fjoshmoody.com%2F&amp;linkname=Test%20Data%20Generator&amp;linkurl=http%3A%2F%2Fjoshmoody.com%2F2008%2F09%2F14%2Ftest-data-generator%2F"><img src="http://joshmoody.com/blog/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://joshmoody.com/2008/09/14/test-data-generator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Native iPhone Wordpress</title>
		<link>http://joshmoody.com/2008/07/24/native-iphone-wordpress/</link>
		<comments>http://joshmoody.com/2008/07/24/native-iphone-wordpress/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 03:14:51 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://joshmoody.com/2008/07/24/native-iphone-wordpress/</guid>
		<description><![CDATA[Testing native wordpress application for iPhone.

    

	]]></description>
			<content:encoded><![CDATA[<p>Testing native wordpress application for iPhone.</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Josh%20Moody&amp;siteurl=http%3A%2F%2Fjoshmoody.com%2F&amp;linkname=Native%20iPhone%20Wordpress&amp;linkurl=http%3A%2F%2Fjoshmoody.com%2F2008%2F07%2F24%2Fnative-iphone-wordpress%2F"><img src="http://joshmoody.com/blog/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://joshmoody.com/2008/07/24/native-iphone-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Smash and Grab</title>
		<link>http://joshmoody.com/2008/07/11/smash-and-grab/</link>
		<comments>http://joshmoody.com/2008/07/11/smash-and-grab/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 05:59:24 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://joshmoody.com/?p=120</guid>
		<description><![CDATA[I decided to go for a walk late this evening.  There&#8217;s a walking trail in town that I used to visit quite often, and I am trying to start walking more.  When I do go walking, it&#8217;s frequently fairly late at night&#8230; it&#8217;s not uncommon for me to go at 9 or 10 [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to go for a walk late this evening.  There&#8217;s a walking trail in town that I used to visit quite often, and I am trying to start walking more.  When I do go walking, it&#8217;s frequently fairly late at night&#8230; it&#8217;s not uncommon for me to go at 9 or 10 PM.  The trail is paved and has lights at regular intervals (though several are burned out), and there are usually several people out, even at this time of night.</p>
<p>When I first started going out there a little more than a year ago, I worried a bit about being out there alone at night.  Not that I&#8217;m a scaredy cat or anything, but let&#8217;s face it:  There are some not-so-nice people in this world.  Not-so-nice people tend to lurk in the shadows. On this walking trail, there are plenty of shadows&#8230;</p>
<p>I got over it after a couple walks, and hadn&#8217;t worried about it since.</p>
<p>Tonight, I went out around 10 and walked 2 miles.  Upon arriving back at my car 1/2 hour later, I opened the door and realized the passenger side window was missing.  Well, I guess it wasn&#8217;t exactly missing.  I knew exactly where it was: in thousands of pieces all over the interior of my car.</p>
<p>My center console was open, and had obviously been gone through.  I had left my wallet in the console and, surprisingly, it was still there on top of the pile.  My driver&#8217;s license, credit card, and $3 in cash were still there. I guess the wallet wasn&#8217;t worth messing with.  I can&#8217;t tell that anything was stolen, luckily, I don&#8217;t usually keep valuables in my car.  I didn&#8217;t even have my iPod adapter in car tonight.</p>
<p>Mine wasn&#8217;t the only car hit. While on the phone with the police, I noticed a Ford Expedition had 2 windows broken out, and it appeared to have been searched too.  The driver of the Expedition didn&#8217;t show up before I left, but the police were going to wait on them so they could get a report from them too.</p>
<p>Shortly after the police arrived, we saw somebody shooting off fireworks just down the walking trail.  Thinking it might be related, 2 police officers went to investigate - but came back empty-handed.</p>
<p>This isn&#8217;t my first time to be the victim of a vehicle-related crime.  When I was 18, somebody stole my 1986 Monte Carlo from my then-girlfriend, now-wife&#8217;s driveway.  I had stupidly left the keys in the ignition.  The police found it several hours later, undamaged, and being driving by a 14 year-old who had already been caught stealing 2 or 3 other cars in town for joyrides.  I think he spent the night in jail, but that was about it.</p>
<p>The thing is, they&#8217;ll never catch the person(s) who did this, and even if they do, there will be little-to-no punishment.</p>
<div class="flickrTag_container"><a href="http://www.flickr.com/photos/24277524@N06/2657994624/in/set-72157606097521618/" class="flickr"><img src="http://farm4.static.flickr.com/3200/2657994624_7ab48bf26b_s.jpg" alt="" class="flickr_img square set"  title="While I was out on the Tucker Creek walking trail, somebody thought it would be a good idea to throw this rock thru my window and search for valuables."/></a><a href="http://www.flickr.com/photos/24277524@N06/2657166745/in/set-72157606097521618/" class="flickr"><img src="http://farm4.static.flickr.com/3027/2657166745_626c89d0c6_s.jpg" alt="" class="flickr_img square set"  title="While I was out on the Tucker Creek walking trail, somebody thought it would be a good idea to throw a rock thru my window and search for valuables."/></a><a href="http://www.flickr.com/photos/24277524@N06/2657165551/in/set-72157606097521618/" class="flickr"><img src="http://farm4.static.flickr.com/3268/2657165551_18cc792c90_s.jpg" alt="" class="flickr_img square set"  title="While I was out on the Tucker Creek walking trail, somebody thought it would be a good idea to throw a rock thru my window and search for valuables."/></a></div>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Josh%20Moody&amp;siteurl=http%3A%2F%2Fjoshmoody.com%2F&amp;linkname=Smash%20and%20Grab&amp;linkurl=http%3A%2F%2Fjoshmoody.com%2F2008%2F07%2F11%2Fsmash-and-grab%2F"><img src="http://joshmoody.com/blog/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://joshmoody.com/2008/07/11/smash-and-grab/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Salvation and Chicken Pox</title>
		<link>http://joshmoody.com/2008/07/09/salvation-and-chicken-pox/</link>
		<comments>http://joshmoody.com/2008/07/09/salvation-and-chicken-pox/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 13:00:33 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://joshmoody.com/?p=119</guid>
		<description><![CDATA[Here&#8217;s an email my wife sent to some friends yesterday after talking about the plan of salvation with our 4-year-old:
Here is a sure fire way to know you child is not ready for the plan of salvation.
&#8230;I was explaining about sin and what sin is&#8230; that you can&#8217;t be good enough to get into heaven&#8230;that [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an email my wife sent to some friends yesterday after talking about the plan of salvation with our 4-year-old:</p>
<blockquote><p>Here is a sure fire way to know you child is not ready for the plan of salvation.</p>
<p>&#8230;I was explaining about sin and what sin is&#8230; that you can&#8217;t be good enough to get into heaven&#8230;that Christ died for our sins in our place&#8230;&#8221;&#8230;that He might bring us to God&#8230;&#8221; 1 Peter 3:18&#8230;.God asks me to believe in him to take away my sin&#8230;</p>
<p>When I get to:<br />
Believing is trusting what God did for me. When I believe that His death was for me, He gives me eternal life.</p>
<p>And then I ask: Rachel what does God GIVE you if you believe that his death was for you?</p>
<p>Her quick and honest response: CHICKEN POX</p>
<p>I think she needs more time.</p></blockquote>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Josh%20Moody&amp;siteurl=http%3A%2F%2Fjoshmoody.com%2F&amp;linkname=Salvation%20and%20Chicken%20Pox&amp;linkurl=http%3A%2F%2Fjoshmoody.com%2F2008%2F07%2F09%2Fsalvation-and-chicken-pox%2F"><img src="http://joshmoody.com/blog/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://joshmoody.com/2008/07/09/salvation-and-chicken-pox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vacation&#8217;s Over</title>
		<link>http://joshmoody.com/2008/06/15/vacations-over/</link>
		<comments>http://joshmoody.com/2008/06/15/vacations-over/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 03:56:42 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://joshmoody.com/?p=118</guid>
		<description><![CDATA[
Vacation is over and I start back to work tomorrow.  We didn&#8217;t go on a big vacation, but several small ones instead.  The main thing is that I WASN&#8217;T WORKING!
Here&#8217;s the break-down of the week&#8230;
&#160;
Monday:
As I wrote previously, we took the family to the Little Rock Zoo.
Tuesday:
We took the kids to the babysitter [...]]]></description>
			<content:encoded><![CDATA[<div class="flickrTag_container"><a href="http://www.flickr.com/photos/24277524@N06/2582007897/" class="flickr"><img src="http://farm4.static.flickr.com/3003/2582007897_8e7a4e5e53_m.jpg" alt="" class="flickr_img small photo"  title="Around Raspberry Manor"/></a></div>
<p>Vacation is over and I start back to work tomorrow.  We didn&#8217;t go on a big vacation, but several small ones instead.  The main thing is that I WASN&#8217;T WORKING!</p>
<p>Here&#8217;s the break-down of the week&#8230;</p>
<p><span style="clear:both; display:block">&nbsp;</span><br />
<strong>Monday:</strong><br />
As I wrote <a href="http://joshmoody.com/2008/06/09/lr-zoo/">previously</a>, we took the family to the Little Rock Zoo.</p>
<p><strong>Tuesday:</strong><br />
We took the kids to the babysitter so we could have a date!  We watched &#8220;The Chronicles of Narnia: Prince Caspian&#8221;.</p>
<p><strong>Wednesday:</strong><br />
We loaded up the mini-van and traveled to Mena to visit the folks.</p>
<p><strong>Thursday:</strong><br />
Today was our 9th Wedding Anniversary! To celebrate, we left the kids with the Grandparents, and went to the <a title="Raspberry Manor" href="http://www.raspberrymanor.com/" target="_blank">Raspberry Manor Bed &amp; Breakfast</a>.  This was the best part of the trip. We got to the B&amp;B around 3PM, then sat on the deck or in the hammock until about 5.  Then we took a walk on one of the numerous trails in the area before returning for dinner about 6:30.  We had a fantastic steak dinner, and lounged for a couple hours before retiring for the evening.</p>
<p><strong>Friday:</strong><br />
Had a nice breakfast of ham and stuffed french toast, then did nothing for a couple more hours before checking out at 11AM.</p>
<p>Later that day, my father-in-law and I went <a title="Wikipedia: Geocaching" href="http://en.wikipedia.org/wiki/Geocaching" target="_blank">Geocaching</a> around town before my Wife and kids left for Conway with her parents.  My Wife &amp; kids, her parents, and her brother &amp; sister-in-law all spent the weekend Greer&#8217;s Ferry Lake, while I stayed in Mena to visit with my own parents.</p>
<p><strong>Saturday:</strong><br />
I attended the Acorn Reunion with my Grandpa (he also attended Acorn High School).  Acorn is such a small school that they have an &#8220;all alumni&#8221; reunion each year.  This is the first one I&#8217;ve attended. Aside from one 8th grader who was probably there with a grandparent, I was by decades the youngest in attendance.  Most attendees were in their 70&#8217;s and 80&#8217;s.  It was nice to spend time with my Grandpa anyway.  Afterwards, my Grandparents treated me to a BBQ lunch.</p>
<p><strong>Sunday:</strong><br />
We grilled steaks at Dad&#8217;s house.  My grandmother baked a chocolate cake (with home-made chocolate icing&#8230; yum) and made ice-cream.</p>
<p>Now, it&#8217;s late Sunday. I&#8217;m home again, I&#8217;m tired, and I&#8217;m going to bed!</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Josh%20Moody&amp;siteurl=http%3A%2F%2Fjoshmoody.com%2F&amp;linkname=Vacation%26%238217%3Bs%20Over&amp;linkurl=http%3A%2F%2Fjoshmoody.com%2F2008%2F06%2F15%2Fvacations-over%2F"><img src="http://joshmoody.com/blog/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://joshmoody.com/2008/06/15/vacations-over/feed/</wfw:commentRss>
		</item>
		<item>
		<title>LR Zoo</title>
		<link>http://joshmoody.com/2008/06/09/lr-zoo/</link>
		<comments>http://joshmoody.com/2008/06/09/lr-zoo/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 04:54:06 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[little rock zoo]]></category>

		<guid isPermaLink="false">http://joshmoody.com/?p=117</guid>
		<description><![CDATA[I&#8217;m on vacation this week, and we decided to take the family to the Little Rock Zoo this morning.  It was getting hot by the time we left, but there was some nice cloud cover that kept it pretty comfortable while we were there.
This was Rachel&#8217;s 2nd visit to the zoo, and Levi&#8217;s 1st. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m on vacation this week, and we decided to take the family to the <a title="Little Rock Zoo" href="http://www.littlerockzoo.com/" target="_blank">Little Rock Zoo</a> this morning.  It was getting hot by the time we left, but there was some nice cloud cover that kept it pretty comfortable while we were there.</p>
<p>This was Rachel&#8217;s 2nd visit to the zoo, and Levi&#8217;s 1st. I think Jamie and I had as much fun as the kiddos!</p>
<p><a title="Zoo Pix" href="http://flickr.com/photos/jgmoody/sets/72157605533836533/">I just posted pictures to Flickr</a>.</p>
<div class="flickrTag_container"><a href="http://www.flickr.com/photos/24277524@N06/2566986566/" class="flickr"><img src="http://farm4.static.flickr.com/3187/2566986566_935fa045d6_m.jpg" alt="" class="flickr_img small photo"  title="Photos from our trip to the LR Zoo.  June, 2008"/></a></div>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Josh%20Moody&amp;siteurl=http%3A%2F%2Fjoshmoody.com%2F&amp;linkname=LR%20Zoo&amp;linkurl=http%3A%2F%2Fjoshmoody.com%2F2008%2F06%2F09%2Flr-zoo%2F"><img src="http://joshmoody.com/blog/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://joshmoody.com/2008/06/09/lr-zoo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPhone Web Apps</title>
		<link>http://joshmoody.com/2008/06/09/iphone-web-apps/</link>
		<comments>http://joshmoody.com/2008/06/09/iphone-web-apps/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 04:03:28 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[imdb]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[mobile]]></category>

		<category><![CDATA[moviefone]]></category>

		<category><![CDATA[newsgator]]></category>

		<category><![CDATA[twitter]]></category>

		<category><![CDATA[weather underground]]></category>

		<category><![CDATA[web apps]]></category>

		<guid isPermaLink="false">http://joshmoody.com/?p=116</guid>
		<description><![CDATA[If you&#8217;re an iPhone user, you&#8217;ve probably already read that the iPhone 2.0 software is coming in early July -  later than the original June estimation.  You probably also know the 2.0 software will have support for built-in applications. While I certainly welcome this new functionality, I&#8217;ve been getting along quite well with [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re an iPhone user, you&#8217;ve probably already read that the <a title="iPhone 2.0" href="http://www.macworld.com/article/133836/2008/06/iphone2.html" target="_blank">iPhone 2.0 software is coming in early July</a> -  later than the original June estimation.  You probably also know the 2.0 software will have support for built-in applications. While I certainly welcome this new functionality, I&#8217;ve been getting along quite well with the various iPhone/mobile web apps that are out there.</p>
<p>Here are some web apps that have made my iPhone experience more pleasant.</p>
<p><strong>IMDb Mobile</strong><br />
<a title="IMDb Mobile" href="http://nolanbrown.org/imdb/#_home" target="_blank"> http://nolanbrown.org/imdb/#_home</a></p>
<p>Not officially sanctioned by IMDb, this little web app provides a nice mobile lookup tool</p>
<p><strong>NewsGator Mobile<br />
</strong><a title="NewsGator Mobile" href="http://m.newsgator.com/" target="_blank">http://m.newsgator.com/</a></p>
<p>I live between the worlds of Mac and PC.  Thanks to <a title="NewsGator" href="http://www.newsgator.com" target="_blank">NewsGator</a>, I can sync my RSS subscriptions between <a title="NetNewsWire" href="http://www.newsgator.com/Individuals/NetNewsWire/default.aspx" target="_blank">NetNewsWire</a> (Mac), and <a title="FeedDemon" href="http://www.newsgator.com/individuals/feeddemon/default.aspx" target="_blank">FeedDemon</a> (Windows).  I recently found NewsGator has an iPhone version of their RSS reader as well, <a title="NewsGator Mobile" href="http://m.newsgator.com/" target="_blank">http://m.newsgator.com/</a>.</p>
<p><strong>Twitter Mobile<a title="Twitter Mobile" href="http://m.twitter.com" target="_blank"><br />
</a> </strong><a title="Twitter Mobile" href="http://m.twitter.com" target="_blank">http://m.twitter.com</a></p>
<p>While not strictly an iPhone web app, this light-weight interface does work well on iPhone.</p>
<p><strong>Moviefone</strong><a title="Moviefone" href="http://iphone.movies.aol.com" target="_blank"><br />
http://iphone.movies.aol.com</a></p>
<p>Features iPhone-specific interface for finding show times for your favorite movies.</p>
<p><strong>Weather Underground</strong><br />
<a title="Weather Underground" href="http://i.wund.com" target="_blank"> http://i.wund.com</a></p>
<p>Not a particularly attractive interface, but it gets the job done with much more detail than you get from the built-in iPhone weather app.</p>
<p><strong>Google</strong><br />
<a title="Google" href="http://www.google.com/m" target="_blank"> http://www.google.com/m</a></p>
<p>If you visit the Google home page in mobile Safari, you get the mobile version of Google by default.  This interface is quite nice, and is much easier to navigate than the full version on a small screen.  I am, however, quite disappointed that using mobile Safari&#8217;s search box takes you to the full Google instead of the mobile version. What gives, Google?  You are already using browser detection to determine I&#8217;m on a mobile device.  Why not implement this same functionality when searching from the tool bar?</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Josh%20Moody&amp;siteurl=http%3A%2F%2Fjoshmoody.com%2F&amp;linkname=iPhone%20Web%20Apps&amp;linkurl=http%3A%2F%2Fjoshmoody.com%2F2008%2F06%2F09%2Fiphone-web-apps%2F"><img src="http://joshmoody.com/blog/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://joshmoody.com/2008/06/09/iphone-web-apps/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flickr</title>
		<link>http://joshmoody.com/2008/06/08/flickr/</link>
		<comments>http://joshmoody.com/2008/06/08/flickr/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 04:54:30 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://joshmoody.com/?p=114</guid>
		<description><![CDATA[After being exposed to Flickr for a project at work, I&#8217;ve finally joined the cool kids by putting my photos on Flickr. To avoid max upload restrictions, I had to spend $25/year for a pro account, but it&#8217;s worth it to get unlimited sets, uploads, and storage.
Some of Flickr&#8217;s features I like most:

Great organization tools
Easy [...]]]></description>
			<content:encoded><![CDATA[<p>After being exposed to Flickr for a project at work, I&#8217;ve finally joined the cool kids by putting my photos on <a title="Josh's Photostream" href="http://www.flickr.com/photos/jgmoody/" target="_self">Flickr</a>. To avoid max upload restrictions, I had to spend $25/year for a pro account, but it&#8217;s worth it to get unlimited sets, uploads, and storage.</p>
<p>Some of Flickr&#8217;s features I like most:</p>
<ul>
<li>Great organization tools</li>
<li>Easy uploader tool for both Mac and PC</li>
<li>Multiple Access Levels (public, friends, family, private)</li>
<li>Post Photos via email (camera phone + unlimited data plan = immediate posts of what I&#8217;m doing!)</li>
</ul>
<p>I&#8217;ve spent quite a bit of time on Flickr this week while working on the aforementioned work-related project.  Looking at all the amazing photos out there inspired me to get out with my camera.</p>
<p>I&#8217;ve taken thousands of digital snapshots over the years, but I&#8217;d like to take more than just snapshots.  I want to capture things that other people actually want to see, instead of just pictures of the kiddos.  Don&#8217;t get me wrong, pix of the kids are great to have, and I need to take more of those too, but there are lots of other things in the world to photograph.  To this end, I spent a couple hours in downtown Conway this weekend, finding interesting things to shoot.</p>
<p>Here&#8217;s one of my favorites from the shoot:<div class="flickrTag_container"><a href="http://www.flickr.com/photos/24277524@N06/2559102313/" class="flickr"><img src="http://farm4.static.flickr.com/3054/2559102313_6db8f50ffe_m.jpg" alt="" class="flickr_img small photo"  title="Water droplets from the fountain in Simon Park"/></a></div></p>
<p>You can view more shots from this weekend at <a title="Downtown Conway" href="http://www.flickr.com/photos/jgmoody/sets/72157605487590794/" target="_self">http://www.flickr.com/photos/jgmoody/sets/72157605487590794/</a></p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Josh%20Moody&amp;siteurl=http%3A%2F%2Fjoshmoody.com%2F&amp;linkname=Flickr&amp;linkurl=http%3A%2F%2Fjoshmoody.com%2F2008%2F06%2F08%2Fflickr%2F"><img src="http://joshmoody.com/blog/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://joshmoody.com/2008/06/08/flickr/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
