<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;DEQBSXk4eCp7ImA9WxJUFkg.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662</id><updated>2009-07-15T04:12:38.730-07:00</updated><title>Dean Lisenby</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://www.deanlisenby.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>358</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><geo:lat>34.291269</geo:lat><geo:long>-79.876104</geo:long><link rel="self" href="http://feeds.feedburner.com/DeanLisenby" type="application/atom+xml" /><feedburner:emailServiceId>DeanLisenby</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><entry gd:etag="W/&quot;D0AFRH06fCp7ImA9WxJUEkk.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-4923760737160238618</id><published>2009-07-10T10:08:00.001-07:00</published><updated>2009-07-10T10:08:35.314-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-07-10T10:08:35.314-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><title>Need to convert video…</title><content type="html">&lt;p&gt;&lt;img style="margin: 0px 15px 15px 0px; display: inline" align="left" src="http://static.howstuffworks.com/gif/streaming-video-audio-7.gif" width="182" height="182" /&gt; Recently, I took on a side project for one of my web site hosting customers.&amp;#160; It involved converting videos that he had taken to a web viewable format.&amp;#160; Admittedly, I am a novice in this area but I took on the challenge so I’d learn something new. &lt;/p&gt;  &lt;p&gt;Here was the challenge:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Convert these files to a format that we could stream without downloading the entire file first. &lt;/li&gt;    &lt;li&gt;Find a place on the web to hold many many hours of video.&lt;/li&gt;    &lt;li&gt;Perform the research necessary to give him an idea of cost associated with streaming these videos.&lt;/li&gt;    &lt;li&gt;Keep the files as small as possible due to items 2 and 3 above.&amp;#160;&amp;#160; &lt;/li&gt;    &lt;li&gt;Maintain sanity on this project which I knew nothing about. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;So I started with a DVD that looked like this. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_8R1sjM3HHzA/Sld1kAR_L0I/AAAAAAAAFto/k5ngX2lw7N4/s1600-h/cideo_on_cd%5B2%5D.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="cideo_on_cd" border="0" alt="cideo_on_cd" src="http://lh4.ggpht.com/_8R1sjM3HHzA/Sld1krf-xVI/AAAAAAAAFts/Vr66TSyUyeU/cideo_on_cd_thumb.jpg?imgmax=800" width="244" height="188" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;It played fine in my PowerDVD player loaded on my machine.&amp;#160; But I needed to rip it to a more standard format. I chose to use a product called &lt;a href="http://handbrake.fr/" target="_blank"&gt;Handbrake&lt;/a&gt; to allow me to convert it to MP4 format.&amp;#160; This is quite standard and streamable, but they are huge! The example above settled out at about 1.6 gigabytes. &lt;/p&gt;  &lt;p&gt;So at least it’s ripped now but too large,&amp;#160; I then use a product called &lt;a href="http://www.erightsoft.com/SUPER.html" target="_blank"&gt;Super ©&lt;/a&gt; to convert to FLV format.&amp;#160; Flash Video is even MORE standard that MP4, is much smaller and won’t take up so much space on the host servers (which mean cheaper!). &lt;/p&gt;  &lt;p&gt;After conversion, the files are now only 280 megabytes or so.&amp;#160; The space savings is about 80% over MP4. &lt;/p&gt;  &lt;p&gt;I found a SWF player to play the FLV videos. Check out &lt;a href="http://flowplayer.org/" target="_blank"&gt;FlowPlayer 3.1&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;So, we have items 1 and 4 above covered. &lt;/p&gt;  &lt;p&gt;To keep this blog reasonably short, I’ll cut to the chase. &lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;There should be an easier way to convert straight to FLV from a DVD.&amp;#160; Someone out there knows that way! Please share it. &lt;/li&gt;    &lt;li&gt;I settled on using &lt;a href="http://www.rackspacecloud.com/cloud_hosting_products/files" target="_blank"&gt;Rackspace’s partnership with Limelight to provide the cloud storage and streaming&lt;/a&gt;. They have a great system but I have had quite a bit of problems getting the files uploaded.&amp;#160; They eventually work but with lots of errors. &lt;/li&gt;    &lt;li&gt;Cost is relative to the amount of folks watching.&amp;#160; We’re still discovering all the hidden costs. &lt;/li&gt;    &lt;li&gt;I am not aware of a format smaller than this.&amp;#160; Anyone?&lt;/li&gt;    &lt;li&gt;Not sure I ever had sanity.&amp;#160; This one whipped me and I’m sure I’m not efficient enough on it. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Maybe one day I’ll be able to grow and be like &lt;a href="http://blog.ianbeyer.com/" target="_blank"&gt;Ian Beyer&lt;/a&gt;! He’s the king of &lt;a href="http://blog.ianbeyer.com/topics/streaming" target="_blank"&gt;Live Streaming on a Budget&lt;/a&gt;! &lt;/p&gt;  &lt;p&gt;If anyone wants more details, I’ll be glad to answer them as best as I can. &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-4923760737160238618?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=GSB5itfPtYE:KbdcWQH7tPQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=GSB5itfPtYE:KbdcWQH7tPQ:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=GSB5itfPtYE:KbdcWQH7tPQ:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=GSB5itfPtYE:KbdcWQH7tPQ:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/GSB5itfPtYE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/4923760737160238618/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=4923760737160238618" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/4923760737160238618?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/4923760737160238618?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/GSB5itfPtYE/need-to-convert-video.html" title="Need to convert video…" /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/07/need-to-convert-video.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkQGRX49eip7ImA9WxJUEUw.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-5887098616856144101</id><published>2009-07-08T20:32:00.001-07:00</published><updated>2009-07-08T20:32:04.062-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-07-08T20:32:04.062-07:00</app:edited><title>USMC Training</title><content type="html">&lt;p&gt;&lt;strong&gt;&lt;font size="2"&gt;WARNING:&amp;#160; This post is not about bragging or being proud.&amp;#160; This post is for people just like me who struggle with exercise and don’t ever stick to it.&amp;#160; I’ve got a long way to go but I’ve come a long way to date!&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Back in April, &lt;a href="http://www.deanlisenby.com/2009/04/vacation-wrap-up.html" target="_blank"&gt;Terri and I went to the beach with the kids during their spring break&lt;/a&gt;.&amp;#160; It was the week before that when Mark Williams and I were talking about the need to get back into shape.&amp;#160; We made a small wager (1 bottle of water) to see who could lose the most weight before the &lt;a href="http://www.acstechnologies.com/convention" target="_blank"&gt;ACS 2009 National Convention&lt;/a&gt;.&amp;#160; I don’t “diet” well so I decided to cut down on what I eat but to continue to eat what I want. &lt;/p&gt;  &lt;p&gt;I knew I needed to exercise.&amp;#160; When the wager happened, I decided that I had put off “running” as an exercise way too long.&amp;#160; I had two knee surgeries back in the early 90s and I’ve been using that as an excuse since then.&amp;#160;&amp;#160; So I started running…. jogging I guess you’d call it.&amp;#160; I made it about 200 yards and had to stop for AIR!&amp;#160; I’d walk a little…run a little.&amp;#160; I did this 4 out of 7 days as far as I could. Within a week, (remember we’re at the beach) I was jogging almost 3/4 of a mile without stopping.&amp;#160; I’ve kept this up since then. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.deanlisenby.com/2009/05/i-wanna-do-something-different.html" target="_blank"&gt;Then I decided that I wanted to do something I’ve never done before&lt;/a&gt;. So I started looking around at 5K events, 10K events, &lt;a href="http://www.bridgerun.com/" target="_blank"&gt;Cooper River Bridge Run&lt;/a&gt;, etc.&amp;#160; I came across the &lt;a href="http://www.usmcmudrun.net" target="_blank"&gt;United States Marine Corp Mud Run event&lt;/a&gt;.&amp;#160;&amp;#160; I started talking it up at work and others became interested.&amp;#160; Sweet!&amp;#160; I now have some accountability partners to train with.&amp;#160; By the way, over 20 people at ACS are planning on participating.&amp;#160; Our motto: &lt;u&gt;&lt;em&gt; We’re not here to compete, we’re here to complete! &lt;/em&gt;&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;So the real training has begun.&amp;#160; Tonight, I went to the gym.&amp;#160; &lt;/p&gt;  &lt;p&gt;Here’s two photos of the equipment that I trained on.&amp;#160; First, the treadmill.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;a href="http://lh5.ggpht.com/_8R1sjM3HHzA/SlVknZFmGOI/AAAAAAAAFrc/ers4u-mvQbs/s1600-h/photo%20%281%29%5B2%5D.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="photo (1)" border="0" alt="photo (1)" src="http://lh6.ggpht.com/_8R1sjM3HHzA/SlVkoRJPMxI/AAAAAAAAFrg/io6sT36D9WI/photo%20%281%29_thumb.jpg?imgmax=800" width="244" height="184" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;That was a 50 minute walk/jog/run.&amp;#160; I made it almost 4 miles and burned 627 calories.&amp;#160; &lt;/p&gt;  &lt;p&gt;Then I went off and did 25 Sit Ups, 30 Push Ups, some free weights and then jumped on the bike for a 10 minute ride that made it an additional 3 miles.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_8R1sjM3HHzA/SlVkpaxexII/AAAAAAAAFrk/VsIy_hhFOUI/s1600-h/photo%5B2%5D.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="photo" border="0" alt="photo" src="http://lh3.ggpht.com/_8R1sjM3HHzA/SlVkskHXJVI/AAAAAAAAFro/q-N6-RNN61E/photo_thumb.jpg?imgmax=800" width="244" height="184" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Bottom Line:&amp;#160; I have lost 14 pounds to date without “dieting”.&amp;#160; I’m able to run 4 miles pretty easily and can do it with only a few one minute walks in that 50 minute period.&amp;#160; My knees don’t hurt (yet) and I’m well on my way to actually running in a 5K event as well as the Mud Run.&amp;#160;&amp;#160; Come on America, Exercise and cut back your eating.&amp;#160; It’ll be good for all of us! &lt;/p&gt;  &lt;p&gt;Dean&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-5887098616856144101?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=3UULC2KDsaU:JFkhJ0zoGJ4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=3UULC2KDsaU:JFkhJ0zoGJ4:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=3UULC2KDsaU:JFkhJ0zoGJ4:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=3UULC2KDsaU:JFkhJ0zoGJ4:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/3UULC2KDsaU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/5887098616856144101/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=5887098616856144101" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/5887098616856144101?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/5887098616856144101?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/3UULC2KDsaU/usmc-training.html" title="USMC Training" /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/07/usmc-training.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0IMRnoycCp7ImA9WxJVFEQ.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-4778404015590685716</id><published>2009-07-01T18:51:00.001-07:00</published><updated>2009-07-01T18:53:07.498-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-07-01T18:53:07.498-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Life" /><category scheme="http://www.blogger.com/atom/ns#" term="family" /><category scheme="http://www.blogger.com/atom/ns#" term="food" /><title>You really should go there!</title><content type="html">&lt;p&gt;On April 2, 2009, I celebrated an anniversary with my wife of 14 years.&amp;#160; We took the time to go out and eat dinner together at a place we had never heard of.&amp;#160; This place was in &lt;a href="http://maps.google.com/maps?q=boykin,+sc&amp;amp;ie=UTF8&amp;amp;split=0&amp;amp;gl=us&amp;amp;ei=aRFMSrK6OJO0tgey8-iZDQ&amp;amp;t=h&amp;amp;z=14&amp;amp;iwloc=A" target="_blank"&gt;Boykin, SC&lt;/a&gt; and was called &lt;a href="http://themillpondsteakhouse.com/" target="_blank"&gt;The Mill Pond Steakhouse&lt;/a&gt;.&amp;#160; Here’s my review.&lt;/p&gt;  &lt;p&gt;Their slogan is:&amp;#160; “Where the only thing better than our view is our food!”,&amp;#160; Here was our view:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_8R1sjM3HHzA/SkwSdAgR6PI/AAAAAAAAFq8/G2IL6rTZZhk/s1600-h/IMG_0178%20%28WinCE%29%5B2%5D.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="IMG_0178 (WinCE)" border="0" alt="IMG_0178 (WinCE)" src="http://lh3.ggpht.com/_8R1sjM3HHzA/SkwSgB7iL8I/AAAAAAAAFrA/PvrWE5yygPo/IMG_0178%20%28WinCE%29_thumb.jpg?imgmax=800" width="244" height="184" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;and here’s the food:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_8R1sjM3HHzA/SkwSiU8nK-I/AAAAAAAAFrE/dGNtukBW8N8/s1600-h/IMG_0175%20%28WinCE%29%5B2%5D.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="IMG_0175 (WinCE)" border="0" alt="IMG_0175 (WinCE)" src="http://lh5.ggpht.com/_8R1sjM3HHzA/SkwSlFY0eTI/AAAAAAAAFrI/l54eWvfllhI/IMG_0175%20%28WinCE%29_thumb.jpg?imgmax=800" width="244" height="184" /&gt;&lt;/a&gt;&amp;#160; &lt;a href="http://lh4.ggpht.com/_8R1sjM3HHzA/SkwSmxM83dI/AAAAAAAAFrM/-o9FBkzlpIc/s1600-h/IMG_0177%20%28WinCE%29%5B2%5D.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="IMG_0177 (WinCE)" border="0" alt="IMG_0177 (WinCE)" src="http://lh3.ggpht.com/_8R1sjM3HHzA/SkwSohk0WPI/AAAAAAAAFrQ/d5krMmslm_g/IMG_0177%20%28WinCE%29_thumb.jpg?imgmax=800" width="244" height="184" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_8R1sjM3HHzA/SkwSqSD-XaI/AAAAAAAAFrU/6pHXBDZTFQQ/s1600-h/IMG_0181%20%28WinCE%29%5B2%5D.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="IMG_0181 (WinCE)" border="0" alt="IMG_0181 (WinCE)" src="http://lh5.ggpht.com/_8R1sjM3HHzA/SkwSr3iJL4I/AAAAAAAAFrY/aGc49N71HlQ/IMG_0181%20%28WinCE%29_thumb.jpg?imgmax=800" width="244" height="184" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;Bottom line: I dropped over a $100 for this food but without a doubt, the best steak I’ve ever put in my mouth and Terri agreed. &lt;/p&gt;  &lt;p&gt;The view was awesome.&amp;#160; But best of all was the company!&amp;#160; &lt;/p&gt;  &lt;p&gt;Good luck finding it but if you do, it’s worth it!&lt;/p&gt;  &lt;p&gt;A big shout out to our friends Billy and Cathy Rolfe for the recommendation!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-4778404015590685716?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=LNiYs3jtCrw:vdwlHr8DD3E:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=LNiYs3jtCrw:vdwlHr8DD3E:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=LNiYs3jtCrw:vdwlHr8DD3E:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=LNiYs3jtCrw:vdwlHr8DD3E:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/LNiYs3jtCrw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/4778404015590685716/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=4778404015590685716" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/4778404015590685716?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/4778404015590685716?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/LNiYs3jtCrw/you-really-should-go-there.html" title="You really should go there!" /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/07/you-really-should-go-there.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A04CQHwycSp7ImA9WxJXFEs.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-2726453694867126694</id><published>2009-06-08T07:06:00.001-07:00</published><updated>2009-06-08T07:06:01.299-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-08T07:06:01.299-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="funny" /><title>Don’t blame me…</title><content type="html">&lt;p&gt;I’m just sharing a video. &lt;/p&gt;  &lt;p&gt;   &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:042653e1-fbb2-43c8-bce1-e4090b48cf5e" class="wlWriterEditableSmartContent"&gt;&lt;div id="29bc5a87-b53a-4fa5-ae91-41a050412268" style="margin: 0px; padding: 0px; display: inline;"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=_z3aADRWX1U&amp;amp;rel=0&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;hl=nl&amp;amp;feature=player_embedded&amp;amp;fs=1" target="_new"&gt;&lt;img src="http://lh3.ggpht.com/_8R1sjM3HHzA/Si0ayLM50EI/AAAAAAAAFh8/t1LArln7goU/videoa0bedfbfa115%5B3%5D.jpg?imgmax=800" style="border-style: none" galleryimg="no" onload="var downlevelDiv = document.getElementById('29bc5a87-b53a-4fa5-ae91-41a050412268'); downlevelDiv.innerHTML = &amp;quot;&amp;lt;div&amp;gt;&amp;lt;object width=\&amp;quot;425\&amp;quot; height=\&amp;quot;355\&amp;quot;&amp;gt;&amp;lt;param name=\&amp;quot;movie\&amp;quot; value=\&amp;quot;http://www.youtube.com/v/_z3aADRWX1U&amp;amp;rel=0&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;hl=nl&amp;amp;feature=player_embedded&amp;amp;fs=1&amp;amp;hl=en\&amp;quot;&amp;gt;&amp;lt;\/param&amp;gt;&amp;lt;embed src=\&amp;quot;http://www.youtube.com/v/_z3aADRWX1U&amp;amp;rel=0&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;hl=nl&amp;amp;feature=player_embedded&amp;amp;fs=1&amp;amp;hl=en\&amp;quot; type=\&amp;quot;application/x-shockwave-flash\&amp;quot; width=\&amp;quot;425\&amp;quot; height=\&amp;quot;355\&amp;quot;&amp;gt;&amp;lt;\/embed&amp;gt;&amp;lt;\/object&amp;gt;&amp;lt;\/div&amp;gt;&amp;quot;;" alt=""&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-2726453694867126694?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=v9idrD0wUII:RjLjXjbVGKY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=v9idrD0wUII:RjLjXjbVGKY:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=v9idrD0wUII:RjLjXjbVGKY:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=v9idrD0wUII:RjLjXjbVGKY:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/v9idrD0wUII" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/2726453694867126694/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=2726453694867126694" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/2726453694867126694?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/2726453694867126694?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/v9idrD0wUII/dont-blame-me.html" title="Don’t blame me…" /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/06/dont-blame-me.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkANR3s4eyp7ImA9WxJQF0Q.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-4008008703137747042</id><published>2009-05-31T10:26:00.001-07:00</published><updated>2009-05-31T10:26:36.533-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-31T10:26:36.533-07:00</app:edited><title>I hope I can do this at age 89!</title><content type="html">&lt;div class="wlWriterEditableSmartContent" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:c77bbf7b-2027-48bb-af95-d7b466e6c35d" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;&lt;div id="0c4825ed-aeb2-4bf8-a677-49779d69171a" style="margin: 0px; padding: 0px; display: inline;"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=RI-l0tK8Ok0&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;hl=en&amp;amp;feature=player_embedded&amp;amp;fs=1" target="_new"&gt;&lt;img src="http://lh5.ggpht.com/_8R1sjM3HHzA/SiK9zCgS2CI/AAAAAAAAFh4/WqyWFVJuGu0/video8ab39e0364fb%5B3%5D.jpg?imgmax=800" style="border-style: none" galleryimg="no" onload="var downlevelDiv = document.getElementById('0c4825ed-aeb2-4bf8-a677-49779d69171a'); downlevelDiv.innerHTML = &amp;quot;&amp;lt;div&amp;gt;&amp;lt;object width=\&amp;quot;403\&amp;quot; height=\&amp;quot;337\&amp;quot;&amp;gt;&amp;lt;param name=\&amp;quot;movie\&amp;quot; value=\&amp;quot;http://www.youtube.com/v/RI-l0tK8Ok0&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;hl=en&amp;amp;feature=player_embedded&amp;amp;fs=1&amp;amp;hl=en\&amp;quot;&amp;gt;&amp;lt;\/param&amp;gt;&amp;lt;embed src=\&amp;quot;http://www.youtube.com/v/RI-l0tK8Ok0&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;hl=en&amp;amp;feature=player_embedded&amp;amp;fs=1&amp;amp;hl=en\&amp;quot; type=\&amp;quot;application/x-shockwave-flash\&amp;quot; width=\&amp;quot;403\&amp;quot; height=\&amp;quot;337\&amp;quot;&amp;gt;&amp;lt;\/embed&amp;gt;&amp;lt;\/object&amp;gt;&amp;lt;\/div&amp;gt;&amp;quot;;" alt=""&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;  &lt;p&gt;Fran and Marlo Cowan have been married for 62 years. Marlo is 89-years-old in this video. And both found themselves at the Mayo Clinic.&lt;/p&gt;  &lt;p&gt;There happens to be a piano in the clinic’s atrium, and the Cowans decided to play.&lt;/p&gt;  &lt;p&gt;There is more cheer and energy in this couple than many 20-year-olds. And they fill a hospital with laughter and smiles.\&lt;/p&gt;  &lt;p&gt;&lt;a href="http://bitsandpieces.us/2009/05/25/a-litte-mayo-music/" target="_blank"&gt;via&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-4008008703137747042?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=vU7UcN_weSU:1MIXUkrs7Jk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=vU7UcN_weSU:1MIXUkrs7Jk:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=vU7UcN_weSU:1MIXUkrs7Jk:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=vU7UcN_weSU:1MIXUkrs7Jk:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/vU7UcN_weSU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/4008008703137747042/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=4008008703137747042" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/4008008703137747042?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/4008008703137747042?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/vU7UcN_weSU/i-hope-i-can-do-this-at-age-89.html" title="I hope I can do this at age 89!" /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/05/i-hope-i-can-do-this-at-age-89.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0ANQ3Y6fip7ImA9WxJRGUs.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-7672033851280318006</id><published>2009-05-21T21:16:00.001-07:00</published><updated>2009-05-21T21:16:32.816-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-21T21:16:32.816-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Life" /><category scheme="http://www.blogger.com/atom/ns#" term="Attitude" /><category scheme="http://www.blogger.com/atom/ns#" term="leadership" /><category scheme="http://www.blogger.com/atom/ns#" term="Happy" /><title>The Law of the Garbage Truck</title><content type="html">&lt;p&gt;&lt;font face="Verdana" size="3"&gt;A friend, &lt;a href="http://jeffsuever.wordpress.com/" target="_blank"&gt;Jeff&lt;/a&gt;, shared this with me the other day….&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font face="Verdana" size="3"&gt;&lt;img style="display: inline; margin: 0px 10px 10px 0px" height="143" src="http://justplaininsane.files.wordpress.com/2008/07/garbagetruck_l.jpg" width="213" align="left" /&gt; “One day I hopped in a taxi and we took off for the airport. We were driving in the right lane when suddenly a black car jumped out of a parking space right in front of us. My taxi driver slammed on his brakes, skidded, and missed the other car by just inches! The driver of the other car whipped his head around and started yelling at us. My taxi driver just smiled and waved at the guy. And, I mean, he was really friendly. So I asked, 'Why did you just do that? This guy almost ruined your car and sent us to the hospital!' This is when my taxi driver taught me what I now call, 'The Law of the Garbage Truck.'&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;em&gt;&lt;font face="Verdana" size="3"&gt;He explained that many people are like garbage trucks. They run around full of garbage, full of frustration, full of anger, and full of&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;em&gt;&lt;font face="Verdana" size="3"&gt;disappointment. As their garbage piles up, they need a place to dump it and sometimes they'll dump it on you. Don't take it personally. Just smile, wave, wish them well, and move on. Don't take their garbage and spread it to other people at work, at home, or on the streets. The bottom line is that successful people do not let garbage trucks take over their day. Life's too short to wake up in the morning with regrets, so... Love the people who treat you right. Pray for the ones who don't.&amp;#160; Life is ten percent what you make it and ninety percent how you take it!“&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;font face="Verdana" size="3"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;font face="Verdana" size="3"&gt;Apparently &lt;/font&gt;&lt;a href="http://www.themomentumproject.com/bewareofgarbagetruck_lawof.html" target="_blank"&gt;&lt;font face="Verdana" size="3"&gt;David Pollay&lt;/font&gt;&lt;/a&gt;&lt;font face="Verdana" size="3"&gt; has written a book about his story.&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;font face="Verdana" size="3"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;font face="Verdana" size="3"&gt;&amp;#160;&lt;/font&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-7672033851280318006?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=Ndidq_IdcvY:USWv7Zsvl7M:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=Ndidq_IdcvY:USWv7Zsvl7M:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=Ndidq_IdcvY:USWv7Zsvl7M:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=Ndidq_IdcvY:USWv7Zsvl7M:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/Ndidq_IdcvY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/7672033851280318006/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=7672033851280318006" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/7672033851280318006?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/7672033851280318006?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/Ndidq_IdcvY/law-of-garbage-truck.html" title="The Law of the Garbage Truck" /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/05/law-of-garbage-truck.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEIDRXk5eyp7ImA9WxJRFkQ.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-4851670244529912367</id><published>2009-05-18T18:29:00.001-07:00</published><updated>2009-05-18T18:29:34.723-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-18T18:29:34.723-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="goals" /><category scheme="http://www.blogger.com/atom/ns#" term="ACS" /><category scheme="http://www.blogger.com/atom/ns#" term="leadership" /><category scheme="http://www.blogger.com/atom/ns#" term="Happy" /><title>How’s your vision?</title><content type="html">&lt;p&gt;Do you have a plan?&amp;#160; know where you’re heading?&amp;#160; Let me introduce Jonathan.&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_8R1sjM3HHzA/ShILfLEMRAI/AAAAAAAAFe4/oMQRSyf1tBI/s1600-h/vision%5B2%5D.jpg"&gt;&lt;img title="vision" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="164" alt="vision" src="http://lh6.ggpht.com/_8R1sjM3HHzA/ShILfse9EaI/AAAAAAAAFe8/_sAcp_rjEq0/vision_thumb.jpg?imgmax=800" width="244" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;Jonathan works with us at &lt;a href="http://www.acstechnologies.com/" target="_blank"&gt;ACS&lt;/a&gt; and he’s a player on the local arena football team, the &lt;a href="http://www.florencephantoms.com/" target="_blank"&gt;Florence Phantoms&lt;/a&gt;.&amp;#160; He told Pattie White, one of our executives this story the other day. These are the words of Pattie:&lt;/p&gt;  &lt;p&gt;“He told me how his coach talked with them about setting their eyes on winning the championship.&amp;#160; And his coach coaches on life – not just where you’re headed in the next 20 minutes but the next 20&amp;#160; years.&amp;#160; Jonathan said it’s pretty powerful stuff.&amp;#160; The Phantoms were the 2008 AIFA Champions.&amp;#160; BTW, Jonathan’s set his sights on ACS and a job in marketing as his next stop.”&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;I’m betting he gets that job in marketing soon. &lt;/p&gt;  &lt;p&gt;So I ask you again, do you know where you’re going?&amp;#160; do you have a plan?&amp;#160; If not, seek out Jonathan, I bet he can help you! &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-4851670244529912367?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=lL_wz9BWPqE:fQF0PV7Lq9U:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=lL_wz9BWPqE:fQF0PV7Lq9U:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=lL_wz9BWPqE:fQF0PV7Lq9U:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=lL_wz9BWPqE:fQF0PV7Lq9U:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/lL_wz9BWPqE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/4851670244529912367/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=4851670244529912367" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/4851670244529912367?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/4851670244529912367?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/lL_wz9BWPqE/hows-your-vision.html" title="How’s your vision?" /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/05/hows-your-vision.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0ECSX05eCp7ImA9WxJRFEk.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-7394042184348613660</id><published>2009-05-15T19:41:00.001-07:00</published><updated>2009-05-15T19:41:08.320-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-15T19:41:08.320-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ACS" /><category scheme="http://www.blogger.com/atom/ns#" term="Fun" /><category scheme="http://www.blogger.com/atom/ns#" term="friends" /><title>I wanna do something different….</title><content type="html">&lt;p&gt;&lt;img style="display: inline; margin: 0px 10px 10px 0px" height="152" src="http://photos.signonsandiego.com/albums/album55/mud02.jpg" width="224" align="left" /&gt; Today, I was cleaning up my inbox at the office and came across an email from one of my employees, Will.&amp;#160; Will was suggesting that ACS put a team in the annual &lt;a href="http://usmcmudrun.net/" target="_blank"&gt;USMC Ultimate Challenge Mud Run&lt;/a&gt;.&amp;#160; &lt;/p&gt;  &lt;p&gt;My first thought was WHAT? Has he lost his mind?&amp;#160; Then I remembered seeing some photos on &lt;a href="http://www.facebook.com" target="_blank"&gt;Facebook&lt;/a&gt; that an &lt;a href="http://www.acstechnologies.com/" target="_blank"&gt;ACS&lt;/a&gt; Customer had just finished a mud run also.&amp;#160; Anne was having FUN.&amp;#160; Sure… it was grueling but she had fun!&lt;/p&gt;  &lt;p&gt;So I started thinking… maybe? should I? nah… wait.&amp;#160; Maybe we should get a team together and challenge the other departments at ACS to see which department can finish the fastest (all in fun!)&amp;#160; &lt;/p&gt;  &lt;p&gt;Maybe we can get these folks out from behind their desks and get some exercise.&amp;#160;&amp;#160; The run isn’t until September so we can get some exercise in before then. &lt;/p&gt;  &lt;p&gt;So, here’s my questions:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Have you ever run one of these?&lt;/li&gt;    &lt;li&gt;Did you do anything to train for it?&lt;/li&gt;    &lt;li&gt;Would you do it again?&lt;/li&gt;    &lt;li&gt;Do you think I can do it?&lt;/li&gt;    &lt;li&gt;Will you enter with me? &lt;/li&gt; &lt;/ol&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-7394042184348613660?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=BkrPxab2xcE:RVKoMICVk_o:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=BkrPxab2xcE:RVKoMICVk_o:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=BkrPxab2xcE:RVKoMICVk_o:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=BkrPxab2xcE:RVKoMICVk_o:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/BkrPxab2xcE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/7394042184348613660/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=7394042184348613660" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/7394042184348613660?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/7394042184348613660?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/BkrPxab2xcE/i-wanna-do-something-different.html" title="I wanna do something different…." /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/05/i-wanna-do-something-different.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEMEQXw6fSp7ImA9WxJSF00.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-3579990224345238372</id><published>2009-05-07T06:20:00.000-07:00</published><updated>2009-05-07T06:20:00.215-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-07T06:20:00.215-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><category scheme="http://www.blogger.com/atom/ns#" term="IT" /><title>Remove the nagging Instant Search Bar in Outlook</title><content type="html">&lt;p&gt;For my technical friends and those that get aggravated like me when it comes to nagging screens. &lt;/p&gt;  &lt;p&gt;If you're like me and you hate desktop search applications (other than Google Desktop), you've installed Office 2007 and you keep getting nagged in Outlook to install Windows Desktop Search with an annoying 'Click here to enable Instant Search' tooltip, turning it off is easy. &lt;/p&gt;  &lt;p&gt;In Outlook 2007, go to Tools -&amp;gt; Options -&amp;gt; Other -&amp;gt; Advanced Options and remove the check for 'Show prompts to enable Instant Search'.&amp;quot;&lt;/p&gt;  &lt;p&gt;There… gone. &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-3579990224345238372?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=kyNH22DM-5c:9XvhXLRYSsg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=kyNH22DM-5c:9XvhXLRYSsg:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=kyNH22DM-5c:9XvhXLRYSsg:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=kyNH22DM-5c:9XvhXLRYSsg:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/kyNH22DM-5c" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/3579990224345238372/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=3579990224345238372" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/3579990224345238372?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/3579990224345238372?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/kyNH22DM-5c/remove-nagging-instant-search-bar-in.html" title="Remove the nagging Instant Search Bar in Outlook" /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">3</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/05/remove-nagging-instant-search-bar-in.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkMNRX49fyp7ImA9WxJSFEU.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-5599780976213077287</id><published>2009-05-04T18:54:00.001-07:00</published><updated>2009-05-04T18:54:54.067-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-04T18:54:54.067-07:00</app:edited><title>A Challenge from a guy named Peter</title><content type="html">&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Yesterday in worship, there was some scripture read that brings out a pretty bold challenge. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Verdana" size="2"&gt;1 Peter 3 says this:&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;span class="Apple-style-span" style="word-spacing: 0px; font: 16px &amp;#39;Charis SIL&amp;#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0"&gt;&lt;font face="Verdana" size="2"&gt;Live in harmony with one another&lt;/font&gt;&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;&lt;span class="Apple-style-span" style="word-spacing: 0px; font: 16px &amp;#39;Charis SIL&amp;#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0"&gt;&lt;font face="Verdana" size="2"&gt;be sympathetic&lt;/font&gt;&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;&lt;span class="Apple-style-span" style="word-spacing: 0px; font: 16px &amp;#39;Charis SIL&amp;#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0"&gt;&lt;font face="Verdana" size="2"&gt;love as brothers&lt;/font&gt;&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;&lt;span class="Apple-style-span" style="word-spacing: 0px; font: 16px &amp;#39;Charis SIL&amp;#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0"&gt;&lt;font face="Verdana" size="2"&gt;be compassionate and humble.&lt;/font&gt;&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;&lt;span class="Apple-style-span" style="word-spacing: 0px; font: 16px &amp;#39;Charis SIL&amp;#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0"&gt;&lt;font face="Verdana" size="2"&gt;Do not repay evil with evil or insult with insult, but with blessing.&lt;/font&gt;&lt;/span&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;span class="Apple-style-span" style="word-spacing: 0px; font: 16px &amp;#39;Charis SIL&amp;#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0"&gt;&lt;font face="Verdana" size="2"&gt;David went on to read 1 Peter 4.&amp;#160;&amp;#160; Here’s what it had to say:&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;span class="Apple-style-span" style="word-spacing: 0px; font: 16px &amp;#39;Charis SIL&amp;#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0"&gt;&lt;span class="Apple-style-span" style="word-spacing: 0px; font: 16px &amp;#39;Charis SIL&amp;#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0"&gt;&lt;font face="Verdana" size="2"&gt;Above all, love each other deeply, because love covers over a multitude of sins.&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;&lt;span class="Apple-style-span" style="word-spacing: 0px; font: 16px &amp;#39;Charis SIL&amp;#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0"&gt;&lt;span class="Apple-style-span" style="word-spacing: 0px; font: 16px &amp;#39;Charis SIL&amp;#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0"&gt;&lt;font face="Verdana" size="2"&gt;Offer hospitality to one another without grumbling.&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;&lt;span class="Apple-style-span" style="word-spacing: 0px; font: 16px &amp;#39;Charis SIL&amp;#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0"&gt;&lt;span class="Apple-style-span" style="word-spacing: 0px; font: 16px &amp;#39;Charis SIL&amp;#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0"&gt;&lt;font size="2"&gt;&lt;font face="Verdana"&gt;Each one should use whatever gift he has received to serve others, faithfully administering God's grace in its various forms.&lt;span class="Apple-converted-space"&gt;&amp;#160;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;&lt;span class="Apple-style-span" style="word-spacing: 0px; font: 16px &amp;#39;Charis SIL&amp;#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0"&gt;&lt;span class="Apple-style-span" style="word-spacing: 0px; font: 16px &amp;#39;Charis SIL&amp;#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0"&gt;&lt;span class="Apple-converted-space"&gt;&lt;/span&gt;&lt;font face="Verdana" size="2"&gt;If anyone speaks, he should do it as one speaking the very words of God. &lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;&lt;span class="Apple-style-span" style="word-spacing: 0px; font: 16px &amp;#39;Charis SIL&amp;#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0"&gt;&lt;span class="Apple-style-span" style="word-spacing: 0px; font: 16px &amp;#39;Charis SIL&amp;#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0"&gt;&lt;font face="Verdana" size="2"&gt;If anyone serves, he should do it with the strength God provides&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;span class="Apple-style-span" style="word-spacing: 0px; font: 16px &amp;#39;Charis SIL&amp;#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0"&gt;&lt;span class="Apple-style-span" style="word-spacing: 0px; font: 16px &amp;#39;Charis SIL&amp;#39;; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0"&gt;&lt;font face="Verdana" size="2"&gt;So how’s that for a challenge in less than 5 verses in the Bible?&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-5599780976213077287?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=qvTdS_ryx8s:hEwKC07d-Ok:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=qvTdS_ryx8s:hEwKC07d-Ok:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=qvTdS_ryx8s:hEwKC07d-Ok:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=qvTdS_ryx8s:hEwKC07d-Ok:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/qvTdS_ryx8s" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/5599780976213077287/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=5599780976213077287" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/5599780976213077287?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/5599780976213077287?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/qvTdS_ryx8s/challenge-from-guy-named-peter.html" title="A Challenge from a guy named Peter" /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/05/challenge-from-guy-named-peter.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU4ESXs-fip7ImA9WxJTEU0.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-2803622543043337546</id><published>2009-04-18T19:25:00.001-07:00</published><updated>2009-04-18T19:25:08.556-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-18T19:25:08.556-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="money" /><category scheme="http://www.blogger.com/atom/ns#" term="vacation" /><category scheme="http://www.blogger.com/atom/ns#" term="family" /><title>Vacation Wrap up….</title><content type="html">&lt;p&gt;&lt;a href="http://lh3.ggpht.com/_8R1sjM3HHzA/SeqLfc5LEmI/AAAAAAAAFZs/PWi236Zcw8I/s1600-h/Misc%20Beach%20Trip%20Photos%20004%5B4%5D.jpg"&gt;&lt;img title="Misc Beach Trip Photos 004" style="border-right: 0px; border-top: 0px; display: inline; margin: 0px 10px 5px 0px; border-left: 0px; border-bottom: 0px" height="172" alt="Misc Beach Trip Photos 004" src="http://lh4.ggpht.com/_8R1sjM3HHzA/SeqLguGTzvI/AAAAAAAAFZw/ipprgq0hxUk/Misc%20Beach%20Trip%20Photos%20004_thumb%5B2%5D.jpg?imgmax=800" width="225" align="left" border="0" /&gt;&lt;/a&gt; So, I recently told you about the vacation that my family took this week.&amp;#160; I am amazed at what a budget did for us.&amp;#160; &lt;/p&gt;  &lt;p&gt;We budgeted to spend $750, outside of lodging, for the 5 day stay at the beach.&amp;#160; Here’s the breakdown:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Misc Groceries for the room: 25&lt;/li&gt;    &lt;li&gt;Breakfast Money: $70&lt;/li&gt;    &lt;li&gt;Lunch Money: $90&lt;/li&gt;    &lt;li&gt;Dinner Money: $190&lt;/li&gt;    &lt;li&gt;Entertainment: $175&lt;/li&gt;    &lt;li&gt;Random Shopping: $200&amp;#160; (I had to let Terri be herself for a little while)&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;So get this… we arrive at the &lt;a href="http://www.dunesvillage.com"&gt;hotel&lt;/a&gt; to find that our Breakfast was INCLUDED with the room.&amp;#160; This wasn’t a “continental” breakfast.&amp;#160; This was a hot breakfast meal.&amp;#160; Grits, Eggs, Waffles, Pancakes, Fresh Fruit, Cereal, Bacon, Sausage.. and to top it off.&amp;#160;&amp;#160; A BUFFET!&amp;#160; Sweet. &lt;/p&gt;  &lt;p&gt;We checked in and headed to dinner at &lt;a href="http://tgifridays.com"&gt;TGI Fridays&lt;/a&gt;.&amp;#160; we have a rule when we are out of town;&amp;#160; We don’t eat at restaurants that are available in Florence.&amp;#160; We pulled into the parking lot at Fridays, to be greeted with a sign that said, Kids eat FREE Sunday through Thursday…. SUH-WEET! So, instead of spending $40 to get a nice meal, it costs us $24.&amp;#160; cha-ching. Another savings.&lt;/p&gt;  &lt;p&gt;Then we headed to the grocery story to get what we needed for misc snacks and lunches.&amp;#160; We were expecting to spend around $100 to be able to eat in the room for 4 of the 5 days at lunch and to give us some snacks to munch on.&amp;#160; Somehow, it came out to $31.&amp;#160; Sweet!&amp;#160; again…&lt;/p&gt;  &lt;p&gt;Anyway, I’ll keep it short. (there are other savings…)&amp;#160; Here was the final breakdown. &lt;/p&gt;  &lt;li&gt;Misc Groceries for the room: $31&lt;/li&gt;  &lt;li&gt;Breakfast Money: $0&lt;/li&gt;  &lt;li&gt;Lunch Money: $77&lt;/li&gt;  &lt;li&gt;Dinner Money: $111&lt;/li&gt;  &lt;li&gt;Entertainment: $92&lt;/li&gt;  &lt;li&gt;Random Shopping: $138&amp;#160; (I know what you’re thinking.&amp;#160; She actually left money on the table.)&lt;/li&gt;  &lt;li&gt;Misc drinks, medicines, slushies, etc:&amp;#160; $81&lt;/li&gt;  &lt;p&gt;We had $220 leftover from a budget that we felt like was pretty good from the start. &lt;/p&gt;  &lt;p&gt;Here’s what I believe to be the morals of the story.&amp;#160; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Set a budget and then work to stay within the budget.&amp;#160; &lt;/li&gt;    &lt;li&gt;We took &lt;a href="http://www.daveramsey.com/etc/cms/index.cfm?intContentID=3461"&gt;CASH&lt;/a&gt;… no Credit card allowed.&amp;#160; Credit Cards are too easy.&lt;/li&gt;    &lt;li&gt;Look for opportunities and take advantage of them (i.e. kids eat free).&amp;#160; We almost ate at TGI Fridays AGAIN just for the savings. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;What else did I miss?&amp;#160; what other morals do you see? &lt;/p&gt;  &lt;p&gt;All in all, this allowed for us to spend more family time together also!&amp;#160; and we had fun too! &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-2803622543043337546?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=re7r4ujF630:WUb-2OWP4s0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=re7r4ujF630:WUb-2OWP4s0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=re7r4ujF630:WUb-2OWP4s0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=re7r4ujF630:WUb-2OWP4s0:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/re7r4ujF630" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/2803622543043337546/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=2803622543043337546" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/2803622543043337546?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/2803622543043337546?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/re7r4ujF630/vacation-wrap-up.html" title="Vacation Wrap up…." /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/04/vacation-wrap-up.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkIBSHY4eCp7ImA9WxVaGEg.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-1945569451844307391</id><published>2009-04-15T19:55:00.001-07:00</published><updated>2009-04-15T19:55:59.830-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-15T19:55:59.830-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="money" /><category scheme="http://www.blogger.com/atom/ns#" term="vacation" /><category scheme="http://www.blogger.com/atom/ns#" term="family" /><title>we’re on vacation!</title><content type="html">&lt;p&gt;&lt;img style="display: inline; margin: 0px 10px 5px 0px" height="163" src="http://media-cdn.tripadvisor.com/media/photo-s/00/1c/6f/be/myrtle-beach-sc-sunrise.jpg" width="217" align="left" /&gt; So, the family and I are on vacation this week.&amp;#160; We’re down &lt;a href="http://www.dunesvillage.com"&gt;here at Myrtle Beach&lt;/a&gt;.&amp;#160; Let me tell you a quick story.&lt;/p&gt;  &lt;p&gt;Terri and I have been planning a nice trip somewhere for the last year and this is where we ended up.&amp;#160; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;We got our passports last year so we could go anywhere we wanted to go.&amp;#160; By the way, for the cost of these passports, we could have went on a mini-vacation.&lt;/li&gt;    &lt;li&gt;We saved up Frequent Flier Miles so we could fly anywhere. &lt;/li&gt;    &lt;li&gt;We got us a &lt;a href="http://www.capitalone.com"&gt;Capital One Credit Card&lt;/a&gt; and started building points, paying it off every month (or most every month) so we could redeem the points for Gift Cards for Gas or to Restaurants that we liked. &lt;/li&gt;    &lt;li&gt;We joined &lt;a href="http://www.hilton.com"&gt;Hilton Honors&lt;/a&gt; and &lt;a href="http://www.marriott.com"&gt;Marriott Rewards&lt;/a&gt; so we could save up points to get some free hotel somewhere.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;All that worked for us.&amp;#160; We saved some spending money also.&amp;#160; We could have went anywhere we wanted to go.&amp;#160; Then something happened.&amp;#160; We started thinking about lots of different things.&amp;#160;&amp;#160; Here’s my thoughts:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;I need to get out of debt, including my house.&amp;#160; That’s &lt;a href="http://www.daveramsey.com"&gt;Dave Ramsey’s&lt;/a&gt; fault.&lt;/li&gt;    &lt;li&gt;I need to be saving money in this crazy economy.&amp;#160; That’s Terri’s Grandfather’s fault.&amp;#160; He beat that into my head. &lt;/li&gt;    &lt;li&gt;I committed to give quite a bit of cash to the &lt;a href="http://www.ebenezerbaptistchurch.com"&gt;Ebenezer Baptist Church&lt;/a&gt; Capital Campaign.&amp;#160; (It is not too late for you to give either!)&lt;/li&gt;    &lt;li&gt;I can have just as much fun right here in SC as in another state.&amp;#160; (maybe)&lt;/li&gt;    &lt;li&gt;I’ll wait and take my wife to Hawaii next year for our &lt;a href="http://www.deanlisenby.com/2009/04/14-years-of-ever-after.html"&gt;15th anniversary&lt;/a&gt;. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;So, here we are in Myrtle Beach, SC and we went from spending several thousand dollars to trying to make this vacation cost less than $1500, including 5 nights in a &lt;a href="http://www.dunesvillage.com"&gt;really nice hotel&lt;/a&gt;.&amp;#160; Check back later to see how that’s working out for us.&amp;#160; &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-1945569451844307391?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=yDXmo1pEBxI:u-bkxnaR4Lw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=yDXmo1pEBxI:u-bkxnaR4Lw:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=yDXmo1pEBxI:u-bkxnaR4Lw:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=yDXmo1pEBxI:u-bkxnaR4Lw:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/yDXmo1pEBxI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/1945569451844307391/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=1945569451844307391" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/1945569451844307391?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/1945569451844307391?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/yDXmo1pEBxI/were-on-vacation.html" title="we’re on vacation!" /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/04/were-on-vacation.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEYAQXk_fip7ImA9WxVaEE8.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-1026489217348412449</id><published>2009-04-06T05:49:00.000-07:00</published><updated>2009-04-06T05:49:00.746-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-06T05:49:00.746-07:00</app:edited><title>You are a failure.</title><content type="html">&lt;p&gt;You are a failure and you should be proud!&amp;#160; &lt;/p&gt;  &lt;p&gt;Sometimes, as a society; a company; a department; and even individuals,&amp;#160; we&amp;#8217;re afraid to step out and try new things because we&amp;#8217;re afraid to fail.&amp;#160;&amp;#160; Save this email and when you&amp;#8217;re struggling a little bit, I want to use 7 minutes of your life to show you what happens when you fail.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://dreams.honda.com/#/video_fa"&gt;http://dreams.honda.com/#/video_fa&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;It&amp;#8217;s ok to try new things that you think will make a process, product, procedure better.&amp;#160; It&amp;#8217;s ok to fail.&amp;#160; &lt;/p&gt;  &lt;p&gt;Just think where Honda is now.&amp;#160; If you don't know, you didn't watch the video!&lt;/p&gt;  &lt;p&gt;Special hat tip to Curtis Harris for sharing this video via Twitter.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-1026489217348412449?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=t4BiE6U0GCk:eP2dGL8YQ5c:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=t4BiE6U0GCk:eP2dGL8YQ5c:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=t4BiE6U0GCk:eP2dGL8YQ5c:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=t4BiE6U0GCk:eP2dGL8YQ5c:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/t4BiE6U0GCk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/1026489217348412449/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=1026489217348412449" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/1026489217348412449?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/1026489217348412449?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/t4BiE6U0GCk/you-are-failure.html" title="You are a failure." /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/04/you-are-failure.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkEESH85fSp7ImA9WxVbFkk.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-4913229253890447844</id><published>2009-04-01T19:50:00.001-07:00</published><updated>2009-04-01T19:50:09.125-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-01T19:50:09.125-07:00</app:edited><title>14 years of "happily ever after"</title><content type="html">&lt;p&gt; Today, April 2, marks the day.... it was 14 years ago that Terri Ann Parker said yes and became Terri P. Lisenby or as I like to say.... Mrs. Larry Dean Lisenby, Jr.&amp;#160;&amp;#160; Please join me in celebrating this special day!&lt;/p&gt;  &lt;p&gt;I won't even try to tell you how much I love this girl.&amp;#160; She's perfect for me.&amp;#160; We complement each other so much (except in a couple of areas.. ;-)&amp;#160; ).&lt;/p&gt;  &lt;p&gt;So... Here's a snapshot of us from the past.&amp;#160; These photos were taken in 1989 when we first started dating. &lt;a href="http://lh4.ggpht.com/_8R1sjM3HHzA/SdQn1QACMVI/AAAAAAAAFYI/av-hUAAnlM8/s1600-h/Photos%201989%5B4%5D.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="311" alt="Photos 1989" src="http://lh5.ggpht.com/_8R1sjM3HHzA/SdQn190FojI/AAAAAAAAFYM/WSFikdnt8K8/Photos%201989_thumb%5B2%5D.jpg?imgmax=800" width="405" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Those photos led to this:&lt;/p&gt;  &lt;p&gt;&lt;img style="border-right: 0px; border-top: 0px; margin: 0px 10px 10px 0px; border-left: 0px; border-bottom: 0px" height="240" alt="wedding" src="http://lh4.ggpht.com/_8R1sjM3HHzA/SdQn2GYDsKI/AAAAAAAAFYQ/3m7rkcoCHPU/wedding%5B17%5D.jpg?imgmax=800" width="195" border="0" /&gt;&lt;/p&gt;  &lt;p&gt;We've lost both our dads but we've spawned these two:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;a href="http://lh5.ggpht.com/_8R1sjM3HHzA/SdQn2zyxOyI/AAAAAAAAFYU/P0ymsznVqJo/s1600-h/ourchildren%5B3%5D.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="219" alt="ourchildren" src="http://lh4.ggpht.com/_8R1sjM3HHzA/SdQn3beKIYI/AAAAAAAAFYY/5kfRMq-dggM/ourchildren_thumb%5B1%5D.jpg?imgmax=800" width="322" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Today, we're a family living the American Dream.&amp;#160; &lt;/p&gt;  &lt;p&gt;Thank you Jesus for bringing us together (even through all my stupidity).... &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Catch up with us on Facebook and Twitter.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/profile.php?id=715927300&amp;amp;ref=profile"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="58" alt="timthumb.php" src="http://lh5.ggpht.com/_8R1sjM3HHzA/SdQn39Sxz2I/AAAAAAAAFYc/Bx6QS-E0_PE/timthumb.php%5B3%5D.jpg?imgmax=800" width="73" border="0" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/deanlisenby"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="58" alt="twitter" src="http://lh5.ggpht.com/_8R1sjM3HHzA/SdQn4Ln8FfI/AAAAAAAAFYg/JaU854-IE5E/twitter%5B3%5D.jpg?imgmax=800" width="73" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-4913229253890447844?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=foW_7xoCBc0:6QWEph0EDGE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=foW_7xoCBc0:6QWEph0EDGE:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=foW_7xoCBc0:6QWEph0EDGE:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=foW_7xoCBc0:6QWEph0EDGE:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/foW_7xoCBc0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/4913229253890447844/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=4913229253890447844" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/4913229253890447844?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/4913229253890447844?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/foW_7xoCBc0/14-years-of-ever-after.html" title="14 years of &amp;quot;happily ever after&amp;quot;" /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/04/14-years-of-ever-after.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkEGQXw8cSp7ImA9WxVUFUU.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-8343941843936518939</id><published>2009-03-20T15:37:00.000-07:00</published><updated>2009-03-20T15:37:00.279-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-20T15:37:00.279-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="God" /><category scheme="http://www.blogger.com/atom/ns#" term="politics" /><category scheme="http://www.blogger.com/atom/ns#" term="Church" /><title>Ebenezer, TKA -  You are making a difference</title><content type="html">&lt;p&gt;Wednesday night after church, my daughter, Breanna, heard the word &amp;quot;democrat&amp;quot; on the radio.&amp;#160; Apparently it was used in a way that sounded like it was bad word.&amp;#160; So Breanna started asking questions.&amp;#160; The dialogue went something like this:&lt;/p&gt;  &lt;p&gt;Breanna:&amp;#160; What is a democrat?   &lt;br /&gt;Daddy:&amp;#160; Well, it's one of our political belief systems in America.&lt;/p&gt;  &lt;p&gt;B: What's that mean?   &lt;br /&gt;D: (Note:I tried to explain Republican and Democrat parties and what the &amp;quot;party&amp;quot; system meant).&lt;/p&gt;  &lt;p&gt;B: How are they different?   &lt;br /&gt;D: Well, generally Democrats believe in larger Government involvement than Republicans.&amp;#160; Generally, Democrats believe in abortion (which I had to explain as &amp;quot;killing living babies while they are in their mommies tummies&amp;quot; - you got a better way?) Generally, Republicans want tax cuts and Democrats want to tax more to help the poor.&amp;#160; (I went on.)&lt;/p&gt;  &lt;p&gt;B: What are we?   &lt;br /&gt;D: Daddy doesn't like either belief system but we generally believe like Republicans. &lt;/p&gt;  &lt;p&gt;B: What is Obama?   &lt;br /&gt;D: He's a democrat. &lt;/p&gt;  &lt;p&gt;B:&amp;#160; He kills babies?   &lt;br /&gt;D:&amp;#160; No, he doesn't but he does make decisions that allows people to kill them.&lt;/p&gt;  &lt;p&gt;B:&amp;#160; He's like Pharaoh in the Bible.&amp;#160; &lt;a href="http://www.biblegateway.com/passage/?search=Exodus%201:8-15;&amp;amp;version=31;" target="_blank"&gt;He killed all baby boys&lt;/a&gt; under 3 years old.     &lt;br /&gt;D:&amp;#160; I guess that's a good comparison. (What am I supposed to say?? &lt;a href="http://news.bbc.co.uk/2/hi/americas/7847651.stm" target="_blank"&gt;It's the truth, right?&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;B:&amp;#160; The Bible says not to kill people.    &lt;br /&gt;D:&amp;#160; That's right. &lt;/p&gt;  &lt;p&gt;B:&amp;#160; Does Obama believe in God?   &lt;br /&gt;D:&amp;#160; He says he does, but only he and God know for sure.&amp;#160; That's the way it is with everyone.&amp;#160; &lt;/p&gt;  &lt;p&gt;B:&amp;#160; I wish Obama was a republican.   &lt;br /&gt;D:&amp;#160; Me too baby. &lt;/p&gt;  &lt;p&gt;ok... so this carried on for a while.&amp;#160;&amp;#160; I came home from work last night and Terri handed me this paper.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_8R1sjM3HHzA/ScMd1KymNwI/AAAAAAAAFTs/igfQSsFyFok/s1600-h/Breanna%20Prayer%20request%20March%202009%5B5%5D.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="438" alt="Breanna Prayer request March 2009" src="http://lh4.ggpht.com/_8R1sjM3HHzA/ScMd224VP5I/AAAAAAAAFTw/jyynpIwLeCY/Breanna%20Prayer%20request%20March%202009_thumb%5B3%5D.png?imgmax=800" width="328" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.ebenezerbaptistchurch.com/index.asp" target="_blank"&gt;Ebenezer Baptist Church&lt;/a&gt; and &lt;a href="http://www.tkaflorence.com/" target="_blank"&gt;The Kings Academy&lt;/a&gt; makes a difference in the lives of children.&amp;#160; If you are working with my children in any way,&amp;#160; please go to bed tonight knowing that you are having an impact on my kids and the many others involved in your programs!&amp;#160;&amp;#160; Thank you. &lt;/p&gt;  &lt;p&gt;PS:&amp;#160; This post is not intended to poke fun at anyone.&amp;#160; It is intended to show you all how the minds of our kids are so impressionable.&amp;#160; Unfortunately, the nation will never all believe the same way, nor would I want that.&amp;#160; It is sad to me that a child can come to this conclusion pretty much on her own.&amp;#160; I try not to lead my children to conclusions but instead answer their questions and see where it leads. &lt;/p&gt;  &lt;p&gt;Your comments are appreciated. &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-8343941843936518939?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=zQT7p-J01LA:HCrESEar3Bs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=zQT7p-J01LA:HCrESEar3Bs:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=zQT7p-J01LA:HCrESEar3Bs:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=zQT7p-J01LA:HCrESEar3Bs:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/zQT7p-J01LA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/8343941843936518939/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=8343941843936518939" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/8343941843936518939?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/8343941843936518939?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/zQT7p-J01LA/ebenezer-tka-you-are-making-difference.html" title="Ebenezer, TKA -  You are making a difference" /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">3</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/03/ebenezer-tka-you-are-making-difference.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0AEQXo6fSp7ImA9WxVUFU8.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-2897233271087282368</id><published>2009-03-19T21:01:00.001-07:00</published><updated>2009-03-19T21:01:40.415-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-19T21:01:40.415-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="funny" /><category scheme="http://www.blogger.com/atom/ns#" term="family" /><category scheme="http://www.blogger.com/atom/ns#" term="home" /><title>yea..it is boring...</title><content type="html">&lt;p&gt;Last week, my daughter, Breanna, found a book that my wife, Terri, had put together showing the styles, colors, patterns, etc that we wanted in our house that we had intended to build.&amp;#160; This book was put together in 1999 so the builder would know what we expected when we built our house in 2000.&amp;#160; It worked beautifully for it's purpose.&amp;#160; Since then, the book has been laying around collecting dust. &lt;/p&gt;  &lt;p&gt;So, as I mentioned, Breanna found it. She asked what it was, so we told her.&amp;#160; Her eyes lit up like it was Christmas.&amp;#160; We were sort of shocked about that since we couldn't imagine her getting anything out of that book.&amp;#160;&amp;#160; Terri said, &amp;quot;Breanna that books gonna be boring to look through but if you want to, go ahead&amp;quot;.&amp;#160; Imagine to our surprise the next morning when we went into the office, there lay the book with this note laying on top of it. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_8R1sjM3HHzA/ScMVIv5p8KI/AAAAAAAAFTk/b_VeV37uzik/s1600-h/it%20is%20boring%20from%20breanna%5B2%5D.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="244" alt="it is boring from breanna" src="http://lh5.ggpht.com/_8R1sjM3HHzA/ScMVJImRM_I/AAAAAAAAFTo/w1xoPURWDno/it%20is%20boring%20from%20breanna_thumb.jpg?imgmax=800" width="184" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Yep.. that's our girl. &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-2897233271087282368?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=O8WQlecS4zM:PS2ss4LQx4Q:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=O8WQlecS4zM:PS2ss4LQx4Q:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=O8WQlecS4zM:PS2ss4LQx4Q:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=O8WQlecS4zM:PS2ss4LQx4Q:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/O8WQlecS4zM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/2897233271087282368/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=2897233271087282368" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/2897233271087282368?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/2897233271087282368?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/O8WQlecS4zM/yeait-is-boring.html" title="yea..it is boring..." /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/03/yeait-is-boring.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkIDQ3gzcCp7ImA9WxVUEUo.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-8893339792629249964</id><published>2009-03-15T19:29:00.001-07:00</published><updated>2009-03-15T19:29:32.688-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-15T19:29:32.688-07:00</app:edited><title>A few thoughts tonight.</title><content type="html">&lt;p&gt;Got this in the mail this week:&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_8R1sjM3HHzA/Sb25gWaEL-I/AAAAAAAAFTM/SrEVd0-0-As/s1600-h/10bonus%5B3%5D.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="109" alt="10bonus" src="http://lh5.ggpht.com/_8R1sjM3HHzA/Sb25g4GA4TI/AAAAAAAAFTQ/9DnsZHoy7DM/10bonus_thumb%5B1%5D.jpg?imgmax=800" width="240" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;You really think that interests me?&amp;#160; I put $5000 in the bank with you and I get a $10 bonus???? really?&amp;#160; $10? please.&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt; Then.... I was cleaning up all my &amp;quot;paperwork&amp;quot; from all my bills over the last month.&amp;#160; We're on draft for probably 80% of all our bills.&amp;#160;&amp;#160; I still get this much junk mail and paper statements:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;a href="http://lh6.ggpht.com/_8R1sjM3HHzA/Sb25hqPyCTI/AAAAAAAAFTU/JE98xkPzSCg/s1600-h/100_9528%5B2%5D.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="100_9528" src="http://lh4.ggpht.com/_8R1sjM3HHzA/Sb25iJuqZrI/AAAAAAAAFTY/ND4WuBbbVbI/100_9528_thumb.jpg?imgmax=800" width="244" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Then finally cleaning out an old notebook to throw away,I came across some source code from the late 80's for ACS:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_8R1sjM3HHzA/Sb25iQP2wdI/AAAAAAAAFTc/Pix-dVIAxV0/s1600-h/code%5B2%5D.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="244" alt="code" src="http://lh3.ggpht.com/_8R1sjM3HHzA/Sb25i5mej4I/AAAAAAAAFTg/JRJhU0eVxsw/code_thumb.jpg?imgmax=800" width="227" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-8893339792629249964?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=82ngBOm8KVc:KLLcOgb6OJI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=82ngBOm8KVc:KLLcOgb6OJI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=82ngBOm8KVc:KLLcOgb6OJI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=82ngBOm8KVc:KLLcOgb6OJI:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/82ngBOm8KVc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/8893339792629249964/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=8893339792629249964" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/8893339792629249964?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/8893339792629249964?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/82ngBOm8KVc/few-thoughts-tonight.html" title="A few thoughts tonight." /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/03/few-thoughts-tonight.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D08MQXw9cSp7ImA9WxVVGU0.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-1559707550118025840</id><published>2009-03-12T17:58:00.000-07:00</published><updated>2009-03-12T17:58:00.269-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-12T17:58:00.269-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><category scheme="http://www.blogger.com/atom/ns#" term="News" /><category scheme="http://www.blogger.com/atom/ns#" term="green" /><title>423 Miles per gallon??</title><content type="html">&lt;p&gt;&lt;img src="http://2.bp.blogspot.com/_Hp_m9iJaNkA/R0OraS4HemI/AAAAAAAAAGY/RFT52Emi-DM/s400/CSX-1024-500w.jpg" /&gt; I'm disturbed by the CSX ads that promote 423 miles per gallon of fuel. Really?&amp;#160; then as they put it, &amp;quot;it's a shame we can all drive a train&amp;quot;. Here's the &lt;a href="http://www.csx.com/share/media/ads/docs/TV-Transformation-REF24557.wmv" target="_blank"&gt;two&lt;/a&gt; &lt;a href="http://www.youtube.com/watch?v=6jDk-g02GNw" target="_blank"&gt;ads&lt;/a&gt; that I know about. Only the second one states the claim.&amp;#160; So, I set out to find out more.&amp;#160; Here's a few blogs that help explain it. &lt;/p&gt;  &lt;p&gt;Here's the &lt;a href="http://www.csx.com/?fuseaction=about.environment" target="_blank"&gt;CSX Website&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lucididiocyblog2.blogspot.com/2008/03/423-miles-gallon.html" target="_blank"&gt;Blog from the Macon Telegraph&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://answers.yahoo.com/question/index?qid=20080722151628AAl03Wl" target="_blank"&gt;Yahoo Questions and Answers&lt;/a&gt; -&amp;#160; there is a mispelling in here.&amp;#160; It's not by &amp;quot;rain&amp;quot; but by &amp;quot;train&amp;quot;.&amp;#160; Just thought you'd like to save a minute re-reading that sentence. &lt;/p&gt;  &lt;p&gt;Anyway,&amp;#160; my conclusion is that is sounds like a little&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-1559707550118025840?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=jgCSqytf-54:1-ULmwZfEQQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=jgCSqytf-54:1-ULmwZfEQQ:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=jgCSqytf-54:1-ULmwZfEQQ:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=jgCSqytf-54:1-ULmwZfEQQ:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/jgCSqytf-54" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/1559707550118025840/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=1559707550118025840" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/1559707550118025840?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/1559707550118025840?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/jgCSqytf-54/423-miles-per-gallon.html" title="423 Miles per gallon??" /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_Hp_m9iJaNkA/R0OraS4HemI/AAAAAAAAAGY/RFT52Emi-DM/s72-c/CSX-1024-500w.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/03/423-miles-per-gallon.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DE8DQH49eyp7ImA9WxVVGE8.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-1356331127248318952</id><published>2009-03-11T20:01:00.001-07:00</published><updated>2009-03-11T20:01:11.063-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-11T20:01:11.063-07:00</app:edited><title>Random Thoughts throughout the day</title><content type="html">&lt;p&gt;Had a conversation this morning surrounding spouses and the fact that we're each other's lead volunteers.&amp;#160; My wife volunteers my time to do things and I volunteer hers.&amp;#160; It's just the way it works.&amp;#160; I love helping my wife complete projects. Do you?&lt;/p&gt;  &lt;p&gt;How much of God's money gets wasted by churches switching vendors constantly?&lt;/p&gt;  &lt;p&gt;Sat in on a presentation today by &lt;a href="http://www.anthonycoppedge.com" target="_blank"&gt;Anthony Coppedge&lt;/a&gt; regarding &lt;a href="http://www.twitter.com/deanlisenby" target="_blank"&gt;Twitter&lt;/a&gt; and &lt;a href="http://www.facebook.com" target="_blank"&gt;Facebook&lt;/a&gt;.&amp;#160;&amp;#160; If you aren't at least looking into Twitter and Facebook, you're missing out. &lt;/p&gt;  &lt;p&gt;If you don't take 15 minutes and &lt;a href="http://www.equipthem.net/2009/03/profit-sharing-changed-lives.html" target="_blank"&gt;watch this video&lt;/a&gt;, you're going to miss an absolutely wonderful video about return on Ministry.&amp;#160; Thanks &lt;a href="http://www.equipthem.net" target="_blank"&gt;David&lt;/a&gt; for posting it. &lt;/p&gt;  &lt;p&gt;Seriously.. watch the video!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-1356331127248318952?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=qCnBcfu9l_k:wkdNJx5jPOM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=qCnBcfu9l_k:wkdNJx5jPOM:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=qCnBcfu9l_k:wkdNJx5jPOM:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=qCnBcfu9l_k:wkdNJx5jPOM:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/qCnBcfu9l_k" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/1356331127248318952/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=1356331127248318952" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/1356331127248318952?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/1356331127248318952?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/qCnBcfu9l_k/random-thoughts-throughout-day.html" title="Random Thoughts throughout the day" /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/03/random-thoughts-throughout-day.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0MDSHY-cCp7ImA9WxVVF0w.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-6324201784096459093</id><published>2009-03-10T13:04:00.001-07:00</published><updated>2009-03-10T13:04:39.858-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-10T13:04:39.858-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="family" /><title>Happy Birthday Tripp!</title><content type="html">&lt;p&gt;&lt;a href="http://lh6.ggpht.com/_8R1sjM3HHzA/SbbH1LfvM4I/AAAAAAAAFTE/d9fcY3zbbqc/s1600-h/Tripp%204K%20Ovis%20Hill%20Farm%20179%20%28Small%29%5B3%5D.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; margin: 0px 5px 5px 0px; border-left: 0px; border-bottom: 0px" height="244" alt="Tripp 4K Ovis Hill Farm 179 (Small)" src="http://lh6.ggpht.com/_8R1sjM3HHzA/SbbH13gce_I/AAAAAAAAFTI/u_ZFmS-6g7A/Tripp%204K%20Ovis%20Hill%20Farm%20179%20%28Small%29_thumb%5B1%5D.jpg?imgmax=800" width="184" align="left" border="0" /&gt;&lt;/a&gt; Today's the day that God himself reached into our lives and placed our second child in our care.&amp;#160; Technically it happened a few months earlier, but this day was the first day we'd get to hold him and touch him, hear him breath, and of course, change that first stinky diaper.&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;Today, it's getting hard to hold him (although Tripp and Mom and Dad still enjoy it very much),&amp;#160; he doesn't need to have a diaper changed, he feeds himself, and quite frankly doesn't want your help (he got that from Terri). &lt;/p&gt;  &lt;p&gt;His personality is priceless and the things he says are awesome.&amp;#160; He's smart and already knows how to read (of course he got that from both sides of the family, just ask us. :-)&amp;#160; ).&amp;#160; &lt;/p&gt;  &lt;p&gt;Regardless, please join me in saying Happy Birthday to Larry Dean &amp;quot;Tripp&amp;quot; Lisenby, III.&amp;#160; &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-6324201784096459093?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=BI2iZXTovt4:Xp179orKtg0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=BI2iZXTovt4:Xp179orKtg0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=BI2iZXTovt4:Xp179orKtg0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=BI2iZXTovt4:Xp179orKtg0:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/BI2iZXTovt4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/6324201784096459093/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=6324201784096459093" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/6324201784096459093?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/6324201784096459093?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/BI2iZXTovt4/happy-birthday-tripp.html" title="Happy Birthday Tripp!" /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/03/happy-birthday-tripp.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk8CQ3gyeSp7ImA9WxVVFUw.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-5589858000489029841</id><published>2009-03-08T05:21:00.000-07:00</published><updated>2009-03-08T05:21:02.691-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-08T05:21:02.691-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><category scheme="http://www.blogger.com/atom/ns#" term="thanksgiving" /><category scheme="http://www.blogger.com/atom/ns#" term="friends" /><category scheme="http://www.blogger.com/atom/ns#" term="family" /><title>Way to go Marcia!</title><content type="html">&lt;p&gt;This blog is dedicated to the hard work of Marcia Watkins... Marcia is a great friend of our family.&amp;#160; The other day I was cleaning up some old photos that I picked up from my moms and came across this one below that was extremely old.&amp;#160; Best I can guess it was taken around 1912 or so.&amp;#160; It's been through the ringer.&amp;#160; I asked Marcia to take a stab at cleaning it up for me and she graciously obliged.&amp;#160; See below for the original and the finished product.&amp;#160; Isn't that awesome?&amp;#160; Thanks Marcia! &lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_8R1sjM3HHzA/SbLzk4cArYI/AAAAAAAAFS8/QhKyNXaVqJc/s1600-h/Shout%20out%20to%20Kolor%20Quick%5B3%5D.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="355" alt="Shout out to Kolor Quick" src="http://lh6.ggpht.com/_8R1sjM3HHzA/SbLzlqtF8aI/AAAAAAAAFTA/49AfnDSHdT4/Shout%20out%20to%20Kolor%20Quick_thumb%5B1%5D.jpg?imgmax=800" width="263" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-5589858000489029841?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=2F-bwbmGYHo:7eY5apcXxNE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=2F-bwbmGYHo:7eY5apcXxNE:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=2F-bwbmGYHo:7eY5apcXxNE:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=2F-bwbmGYHo:7eY5apcXxNE:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/2F-bwbmGYHo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/5589858000489029841/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=5589858000489029841" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/5589858000489029841?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/5589858000489029841?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/2F-bwbmGYHo/way-to-go-marcia.html" title="Way to go Marcia!" /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/03/way-to-go-marcia.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkQCQnsyfCp7ImA9WxVVFE4.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-2295137489732937094</id><published>2009-03-07T06:59:00.001-08:00</published><updated>2009-03-07T07:06:03.594-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-07T07:06:03.594-08:00</app:edited><title>Economy and Stock Market Thoughts</title><content type="html">&lt;p&gt;Expecting this dollar to be the next design printed on the dollar any time now:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_8R1sjM3HHzA/SbKLt-xCjGI/AAAAAAAAFSs/Q9vgjz1lF5E/s1600-h/scareddollar%5B2%5D.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="108" alt="scareddollar" src="http://lh4.ggpht.com/_8R1sjM3HHzA/SbKLui-HKnI/AAAAAAAAFSw/Us66Z25m_ng/scareddollar_thumb.jpg?imgmax=800" width="244" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Then,&amp;#160; since apparently, I'm one of the ones paying my mortgage on time, I think I'll add this bumper sticker to my car so I can at least know who I am helping in this world. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_8R1sjM3HHzA/SbKLvPaLXeI/AAAAAAAAFS0/XaP5XpUxfOY/s1600-h/imagesbumper-20snicker-small%5B2%5D.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="70" alt="imagesbumper-20snicker-small" src="http://lh5.ggpht.com/_8R1sjM3HHzA/SbKLv1qn8FI/AAAAAAAAFS4/Owjy566ZJLM/imagesbumper-20snicker-small_thumb.jpg?imgmax=800" width="244" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Just saying...&lt;/p&gt;  &lt;p&gt;oh.. want to &lt;a href="http://www.pagetutor.com/trillion/index.html" target="_blank"&gt;see what a trillion dollars looks like&lt;/a&gt;?&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-2295137489732937094?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=AaXD_bWL5Bo:Pk23rGWODAQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=AaXD_bWL5Bo:Pk23rGWODAQ:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=AaXD_bWL5Bo:Pk23rGWODAQ:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=AaXD_bWL5Bo:Pk23rGWODAQ:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/AaXD_bWL5Bo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/2295137489732937094/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=2295137489732937094" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/2295137489732937094?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/2295137489732937094?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/AaXD_bWL5Bo/economy-and-stock-market-thoughts.html" title="Economy and Stock Market Thoughts" /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/03/economy-and-stock-market-thoughts.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkcDRns9eSp7ImA9WxVVEUk.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-4813909375246189828</id><published>2009-03-03T20:14:00.001-08:00</published><updated>2009-03-03T20:14:37.561-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-03T20:14:37.561-08:00</app:edited><title>Do you feel recognition is important?</title><content type="html">&lt;a href="http://lh3.ggpht.com/_8R1sjM3HHzA/Sa4AKvsWQXI/AAAAAAAAFSk/W4d9DBggGmY/s1600-h/100_9610%5B4%5D.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; margin: 0px 15px 10px 0px; border-left: 0px; border-bottom: 0px" height="238" alt="100_9610" src="http://lh4.ggpht.com/_8R1sjM3HHzA/Sa4AK9uK6PI/AAAAAAAAFSo/n2Bat5YEGTg/100_9610_thumb%5B2%5D.jpg?imgmax=800" width="181" align="left" border="0" /&gt;&lt;/a&gt;   &lt;p&gt;Soccer was over in November. &lt;/p&gt;  &lt;p&gt;This picture was taken today. &lt;/p&gt;  &lt;p&gt;When Tripp played T-Ball at the YMCA, his team presented him with a small trophy.&amp;#160; He BEAMED in delight when he received that trophy.&amp;#160; &lt;/p&gt;  &lt;p&gt;When the end of Soccer season rolled around, we were on our way to the final night of awards.&amp;#160; Terri and I assured Tripp he'd be getting another trophy.&amp;#160; Well.. we were wrong.&amp;#160; He got a duffle bag.&amp;#160; We didn't think twice about it until we were almost to the car and I noticed a little tear in his eye.&amp;#160; I dropped to my knee to see what was bothering him when he tearfully stated, &amp;quot;I didn't get a trophy&amp;quot;.&amp;#160;&amp;#160; Aw...my heart melted.&amp;#160; What do you do?&amp;#160; Well, we promised him we'd get him a trophy.&amp;#160; It soothed things over for the moment.&amp;#160; About every two weeks since then, he's reminded us about his trophy. &lt;/p&gt;  &lt;p&gt;Last week, Terri ordered the trophy.&amp;#160; It came in today.&amp;#160; Today, we picked it up.&amp;#160;&amp;#160; He carried around all afternoon.&amp;#160; Tripp and Breanna played &amp;quot;trophies&amp;quot; today.&amp;#160; He cheerfully put on his uniform from the fall for this photo.&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;Here's what I learned:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;That trophy signifies &amp;quot;a good thing&amp;quot; to him. &lt;/li&gt;    &lt;li&gt;He wants to win.&amp;#160; It's born inside of all of us. &lt;/li&gt;    &lt;li&gt;He was persistent in his pursuit of his trophy.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Bottom Line: &lt;strong&gt;He wanted to be recognized.&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;Today, commit to do one of these things:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Show appreciation of someone&lt;/li&gt;    &lt;li&gt;Make a point today to make someone feel good (look at that smile on his face!)&lt;/li&gt;    &lt;li&gt;Keep your ego in check.&amp;#160; You're no better than anyone else. &lt;/li&gt;    &lt;li&gt;Appeal to people's values and passions.&amp;#160; They want to use their skills!&lt;/li&gt;    &lt;li&gt;Don't be a Nay-sayer! (is that spelled correctly?)&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Great Job Tripp!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-4813909375246189828?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=z4QiOrk-wSs:cQlfPkGqcyI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=z4QiOrk-wSs:cQlfPkGqcyI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=z4QiOrk-wSs:cQlfPkGqcyI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=z4QiOrk-wSs:cQlfPkGqcyI:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/z4QiOrk-wSs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/4813909375246189828/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=4813909375246189828" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/4813909375246189828?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/4813909375246189828?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/z4QiOrk-wSs/do-you-feel-recognition-is-important.html" title="Do you feel recognition is important?" /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/03/do-you-feel-recognition-is-important.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkMAQXc-cSp7ImA9WxVWFkg.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-1520926619052046501</id><published>2009-02-26T04:14:00.000-08:00</published><updated>2009-02-26T04:14:00.959-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-26T04:14:00.959-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="finances" /><category scheme="http://www.blogger.com/atom/ns#" term="friends" /><title>Lincoln to his Brother...</title><content type="html">&lt;p&gt;Here's a letter that Abraham Lincoln wrote to his brother when he was asked for some money. Dave Ramsey often tells people on his Radio show to read it.&lt;/p&gt;  &lt;blockquote&gt;Dear Johnston:--   &lt;br /&gt;Your request for eighty dollars, I do not think it best to comply with now. At the various times when I have helped you a little, you have said to me, &amp;quot;We can get along very well now,&amp;quot; but in a very short time I find you in the same difficulty again. Now this can only happen by some defect in your conduct. What that defect is, I think I know. You are not &lt;u&gt;lazy&lt;/u&gt;, and still you &lt;u&gt;are&lt;/u&gt; an &lt;u&gt;idler&lt;/u&gt;. I doubt whether since I saw you, you have done a good whole day's work, in any one day. You do not very much dislike to work, and still you do not work much, merely because it does not seem to you that you could get much for it. This habit of uselessly wasting time, is the whole difficulty; and it is vastly important to you, and still more so to your children, that you should break this habit. It is more important to them, because they have longer to live, and can keep out of an idle habit before they are in it easier than they can get out after they are in.    &lt;br /&gt;You are now in need of some ready money; and what I propose is, that you shall go to work, &amp;quot;tooth and nail,&amp;quot; for somebody who will give you money for it. Let father and your boys take charge of things at home--prepare for a crop, and make the crop; and you go to work for the best money wages, or in discharge of any debt you owe, that you can get. And to secure you a fair reward for your labor, I now promise you that for every dollar you will, between this and the first of next May, get for your own labor either in money or in your own indebtedness, I will then give you one other dollar. By this, if you hire yourself at ten dollars a month, from me you will get ten more, making twenty dollars a month for your work. In this, I do not mean you shall go off to St. Louis, or the lead mines, or the gold mines, in California, but I mean for you to go at it for the best wages you can get close to home, in Coles County. Now if you will do this, you will soon be out of debt, and what is better, you will have a habit that will keep you from getting in debt again. But if I should now clear you out, next year you will be just as deep in as ever. You say you would almost give your place in Heaven for $70 or $80. Then you value your place in Heaven very cheaply, for I am sure you can with the offer I make you get the seventy or eighty dollars for four or five months' work. You say if I furnish you the money you will deed me the land, and if you don't pay the money back, you will deliver possession-- Nonsense! If you can't now live &lt;u&gt;with&lt;/u&gt;the land, how will you then live without it? You have always been kind to me, and I do not now mean to be unkind to you. On the contrary, if you will but follow my advice, you will find it worth more than eight times eighty dollars to you.    &lt;br /&gt;Affectionately your brother,    &lt;br /&gt;A. LINCOLN.&lt;/blockquote&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-1520926619052046501?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=6xbHJ8wZbmM:oRz5CqcNWzg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=6xbHJ8wZbmM:oRz5CqcNWzg:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=6xbHJ8wZbmM:oRz5CqcNWzg:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=6xbHJ8wZbmM:oRz5CqcNWzg:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/6xbHJ8wZbmM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/1520926619052046501/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=1520926619052046501" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/1520926619052046501?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/1520926619052046501?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/6xbHJ8wZbmM/lincoln-to-his-brother.html" title="Lincoln to his Brother..." /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/02/lincoln-to-his-brother.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DE4ERn0_eCp7ImA9WxVWFU4.&quot;"><id>tag:blogger.com,1999:blog-3260624997632876662.post-7725321771747149088</id><published>2009-02-24T20:41:00.001-08:00</published><updated>2009-02-24T20:41:47.340-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-24T20:41:47.340-08:00</app:edited><title>Random Thoughts from Texas</title><content type="html">&lt;p&gt;&lt;img style="margin: 0px 20px 15px 0px" height="146" src="http://www3.telus.net/chemelec/Invent/Dallas.jpg" width="213" align="left" /&gt; These last three days I've been in Dallas, Texas.&amp;#160;&amp;#160; Here's some random thoughts:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;This place is flat. There's lots of asphalt and concrete out here. &lt;/li&gt;    &lt;li&gt;I'm driving a Hyundai Santa Fe.&amp;#160; This thing has a USB port in it. Nice move.&lt;/li&gt;    &lt;li&gt;Spending time with people of like minds is ALWAYS productive.&amp;#160; My brain is stretched as it relates to technology in the church. &lt;/li&gt;    &lt;li&gt;Visiting Clients and Prospects is eye opening.&amp;#160; Sitting in an office won't cut it.&amp;#160; We need to talk to people to understand what they need.&amp;#160; a novel concept. &lt;/li&gt;    &lt;li&gt;Twitter and Facebook allows me to keep up with family and friends many miles away.&lt;/li&gt;    &lt;li&gt;Spend about 6 hours tonight with friends that most people would consider competitors. It was a great discussion. &lt;/li&gt;    &lt;li&gt;You never want to hear a customer use these words &amp;quot;I've pretty much given up&amp;quot;.&amp;#160; &lt;/li&gt;    &lt;li&gt;Frye's Electronics is a geek's heaven.&amp;#160; If you've never been, check it out. &lt;/li&gt;    &lt;li&gt;I miss my family.&amp;#160; &lt;/li&gt;    &lt;li&gt;I think I'll check my bag on the way home.&amp;#160; If it's late getting home, I don't care. &lt;/li&gt; &lt;/ol&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3260624997632876662-7725321771747149088?l=www.deanlisenby.com'/&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=lE07HmE8oRY:jngMaY1_3fQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=lE07HmE8oRY:jngMaY1_3fQ:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?i=lE07HmE8oRY:jngMaY1_3fQ:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/DeanLisenby?a=lE07HmE8oRY:jngMaY1_3fQ:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DeanLisenby?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DeanLisenby/~4/lE07HmE8oRY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.deanlisenby.com/feeds/7725321771747149088/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3260624997632876662&amp;postID=7725321771747149088" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/7725321771747149088?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3260624997632876662/posts/default/7725321771747149088?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DeanLisenby/~3/lE07HmE8oRY/random-thoughts-from-texas.html" title="Random Thoughts from Texas" /><author><name>Dean Lisenby</name><uri>http://www.blogger.com/profile/01695597161882699734</uri><email>deanlisenby@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="15225728743147769395" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.deanlisenby.com/2009/02/random-thoughts-from-texas.html</feedburner:origLink></entry></feed>
