<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cody Green &#187; Technology</title>
	<atom:link href="http://www.codygreen.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codygreen.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 28 Aug 2011 23:25:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>iPhone SDK 4.0 Beta &#8211; iPod Touch Problems</title>
		<link>http://www.codygreen.com/2010/05/iphone-sdk-4-0-beta-ipod-touch-problems/</link>
		<comments>http://www.codygreen.com/2010/05/iphone-sdk-4-0-beta-ipod-touch-problems/#comments</comments>
		<pubDate>Wed, 05 May 2010 13:45:18 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[iPhone/iPad Development]]></category>

		<guid isPermaLink="false">http://www.codygreen.com/?p=487</guid>
		<description><![CDATA[So the end of our semester is quickly approaching and I want to keep developing our Multimodal Rummy game.  So like any good Apple fanboy I went out and picked up an 8GB iPod Touch 3rd gen. to do development with&#8230;  Well it seems Apple wants you to spend the extra $100 on the bigger [...]]]></description>
			<content:encoded><![CDATA[<p>So the end of our semester is quickly approaching and I want to keep developing our <a href="http://www.codygreen.com/2010/04/senior-design-video-project-scene-1/" target="_blank">Multimodal Rummy</a> game.  So like any good Apple fanboy I went out and picked up an 8GB iPod Touch 3rd gen. to do development with&#8230;  Well it seems Apple wants you to spend the extra $100 on the bigger model because the 8GB is unofficially unsupported.  Thanks Apple, now I get to pay BestBuy a restocking fee.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codygreen.com/2010/05/iphone-sdk-4-0-beta-ipod-touch-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embedding Video in an iPad Application</title>
		<link>http://www.codygreen.com/2010/05/embedding-video-in-an-ipad-application/</link>
		<comments>http://www.codygreen.com/2010/05/embedding-video-in-an-ipad-application/#comments</comments>
		<pubDate>Mon, 03 May 2010 16:25:39 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[iPhone/iPad Development]]></category>

		<guid isPermaLink="false">http://www.codygreen.com/?p=473</guid>
		<description><![CDATA[Ran into a problem embedding video into our Multimodal Rummy application this weekend&#8230; seems things have changed with SDK 3.2.  Honestly, once I figured out what I was doing wrong it was a very simple process. With the iPad you need to use MPMoviePlayerViewController instead of MPMoviePlayerController.  However, our Multimodal Rummy application uses a landscape [...]]]></description>
			<content:encoded><![CDATA[<p>Ran into a problem embedding video into our <a href="http://www.codygreen.com/2010/04/senior-design-video-project-scene-1/" target="_blank">Multimodal Rummy</a> application this weekend&#8230; seems things have changed with SDK 3.2.  Honestly, once I figured out what I was doing wrong it was a very simple process.</p>
<p>With the iPad you need to use <a title="MPMoviePlayerViewController" href="http://developer.apple.com/iphone/library/documentation/MediaPlayer/Reference/MPMoviePlayerViewController_class/Reference/Reference.html" target="_blank">MPMoviePlayerViewController</a> instead of <a title="MPMoviePlayerController" href=" http://developer.apple.com/iphone/library/documentation/MediaPlayer/Reference/MPMoviePlayerController_Class/MPMoviePlayerController/MPMoviePlayerController.html" target="_blank">MPMoviePlayerController</a>.  However, our Multimodal Rummy application uses a landscape layout for most of the views, in particular the view that provides the link to the tutorial video.  Since the MPMoviePlayer traditionally displays the content in portrait layout I had to create a simple MPMoviePlayerViewController subclass that contained the <a href="http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UIViewController_Class/Reference/Reference.html#//apple_ref/occ/instm/UIViewController/shouldAutorotateToInterfaceOrientation:" target="_blank">shouldAutorotateToInterfaceOrientation</a> method and returns YES for <a href="http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UIApplication_Class/Reference/Reference.html#//apple_ref/doc/c_ref/UIInterfaceOrientationLandscapeLeft" target="_blank">UIInterfaceOrientationLandscapeLeft</a> and <a href="http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UIApplication_Class/Reference/Reference.html#//apple_ref/doc/c_ref/UIInterfaceOrientationLandscapeRight" target="_blank">UIInterfaceOrientationLandscapeRight</a>.</p>
<p>Then simply call [self presentMoviePlayerViewControllerAnimated:self.moviePlayer]; to start the movie and then call [self dismissMoviePlayerViewControllerAnimated]; in your custom <a href="http://developer.apple.com/iphone/library/documentation/MediaPlayer/Reference/MPMoviePlayerController_Class/MPMoviePlayerController/MPMoviePlayerController.html#//apple_ref/c/data/MPMoviePlayerPlaybackDidFinishNotification" target="_blank">MPMoviePlayerPlaybackDidFinishNotification</a> listener to remove the video.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codygreen.com/2010/05/embedding-video-in-an-ipad-application/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Where&#8217;d the blog go?</title>
		<link>http://www.codygreen.com/2010/01/whered-the-blog-go/</link>
		<comments>http://www.codygreen.com/2010/01/whered-the-blog-go/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 03:53:09 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.codygreen.com/?p=411</guid>
		<description><![CDATA[Wow, last semester kicked by butt; I&#8217;m glad it&#8217;s over! It&#8217;s sad to think that I didn&#8217;t write a blog post all semester. I&#8217;d recommend you add my Flickr photostream to your rss reader instead of my blog feed , at least I always post to Flickr and you&#8217;d know I was still alive. I [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, last semester kicked by butt; I&#8217;m glad it&#8217;s over! It&#8217;s sad to think that I didn&#8217;t write a blog post all semester. I&#8217;d recommend you add my <a href="http://api.flickr.com/services/feeds/photos_public.gne?id=33094347@N07&amp;lang=en-us&amp;format=rss_200">Flickr photostream</a> to your rss reader instead of my blog feed <img src='http://www.codygreen.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , at least I always post to Flickr and you&#8217;d know I was still alive.</p>
<p>I put together a <a href="http://www.flickr.com/photos/codygreen/sets/72157622725863277/">collection of my favorite images</a> from my first year of photography over on my Flickr site. It&#8217;s crazy to think I&#8217;ve only been doing this for a little over a year, but it has become one of my favorite things to do; I just need more time to do it. Brandon and I went to a Joe McNally lighting seminar in Houston; it was awsome! I&#8217;ve read Joe&#8217;s blog all year and his books are a must read for any photographer, so to see him in person was by far the highlight of my year. The only problem is I left the seminar regretting the fact that I own Canon equipment; Joe does everything with Nikon equipment and it doesn&#8217;t take him long to show you why Nikon is kicking Canon&#8217;s butt in flash photography.</p>
<p>Since it&#8217;s now 2010 I know I should make a new year resolution, but I think setting out some goals would be a better idea.</p>
<p><strong>Goal 1: Take More Photos</strong></p>
<blockquote><p>As a beginning photographer you can never take enough photos. I&#8217;m a bit of an equipment junky, I see a shot and immediately want to purchase equipment so I can take that type of photo. In 2010 I want to start pushing the limits of what I can do with all the equipment I currently own (and it&#8217;s more than enough to make some damn good shots). I want to buy the Canon 5D mark III next year because my 40D is dead from taking too many photos not because it&#8217;s the hot new camera; like how I snuck a purchase into the goal, lol</p></blockquote>
<p><strong>Goal 2: Be Healthy and Happy</strong></p>
<blockquote><p>With juggling work and school my health tends to take a low priority and my quality of life tends to be nil. I want to focus more on making sure I&#8217;m around in 10 years so I can actually use my degree.</p></blockquote>
<p><strong>Goal 3: Put the Toys Away</strong></p>
<blockquote><p>I&#8217;ve lived the bachelor life for quite awhile, and looking back I&#8217;ve have had no shortage of toys, trips, and fun. I want to try and go a year without buying everything I want and try to limit it to what I need. I know several of you are laughing you ass off right now, but you&#8217;re the people I expect to help me stick to this <img src='http://www.codygreen.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></blockquote>
<p>Well, that&#8217;s enough writing for me. See you in another six months&#8230;.</p>
<p><strong>Goal 4: Update This Website</strong></p>
<blockquote><p>&#8230;&#8230; 3 out of 4 ain&#8217;t bad</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.codygreen.com/2010/01/whered-the-blog-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>codygreen.com has a new home</title>
		<link>http://www.codygreen.com/2009/08/codygreen-com-has-a-new-home/</link>
		<comments>http://www.codygreen.com/2009/08/codygreen-com-has-a-new-home/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 00:56:04 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[GoDaddy]]></category>
		<category><![CDATA[Lunar Pages]]></category>

		<guid isPermaLink="false">http://www.codygreen.com/?p=385</guid>
		<description><![CDATA[Well things on this site have been pretty dormant the past month. I was swamped with Finals at the beginning of August then Megan and I went to Colorado for a few days and then down to San Antonio. I have a lot of pictures I need to upload to Flickr but very little time [...]]]></description>
			<content:encoded><![CDATA[<p>Well things on this site have been pretty dormant the past month.  I was swamped with Finals at the beginning of August then Megan and I went to Colorado for a few days and then down to San Antonio.  I have a lot of pictures I need to upload to Flickr but very little time to do it.  The problem with taking two weeks of vacation is that you&#8217;re swamped when you get back. </p>
<p>I&#8217;ve heard several complaints that the front page for codygreen.com takes a long time to load.  While the web site is image heavy the pages are optimized as much as they can be.  The problem was largely due to the service provider, Lunar Pages, which took forever to pull content off their servers.  I was working on a process to try and use JQuery to load the first image and then pull the remaining images on the front page down once the page had loaded when Lunar Pages started having hosting problems for almost two days.  I finally had enough and I&#8217;ve moved everything to GoDaddy.com.  I&#8217;ve used GoDaddy for several consulting projects so I figured I would give them a shot with my personal web site.  So far I&#8217;m very happy with the speed of the servers and the site loads 2/3&#8242;s faster than before.  I had to upgrade my account to get everything working but I&#8217;m not too worried about that; now I can host my Python webapps here.  </p>
<p>Well as the new semester begins I hope to start blogging again and my plan is to do more reviews and technical articles about things I use or problems I run into at work.  So if you don&#8217;t see a new post every few days feel free to post a comment and tell me to get my shit in gear <img src='http://www.codygreen.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codygreen.com/2009/08/codygreen-com-has-a-new-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fourth of July</title>
		<link>http://www.codygreen.com/2009/07/fourth-of-july/</link>
		<comments>http://www.codygreen.com/2009/07/fourth-of-july/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 00:17:17 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.codygreen.com/?p=272</guid>
		<description><![CDATA[Yesterday, Megan and I decided to go to the College Station Lions Club&#8217;s annual Fourth of July Celebration at the George Bush Presidential Library. I&#8217;ve heard about this event for several years from my friend Adam, who plays with the Brazos Valley Symphony, but I&#8217;ve never made it out due to the fact it usually [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, Megan and I decided to go to the College Station Lions Club&#8217;s annual Fourth of July Celebration at the George Bush Presidential Library. I&#8217;ve heard about this event for several years from my friend <a href="http://adammikeal.org/">Adam</a>, who plays with the <a href="http://www.bvso.org/">Brazos Valley Symphony</a>, but I&#8217;ve never made it out due to the fact it usually rains.</p>
<p>When we arrived at 8PM it was over a 100°F, but luckily there was a strong breeze and the temperature quickly dropped to the mid 90s. There were several events for families and kids and various performers on stage. The Brazos Valley Symphony was the last to perform and did an outstanding job. For a small community the fireworks show was pretty good and lasted for almost 10 minutes.</p>
<p>Check out the <a href="http://www.flickr.com/photos/codygreen/sets/72157620835724903/show/">slide show</a> and leave some comments on my <a href="http://www.flickr.com/photos/codygreen/sets/72157620835724903/">Flickr pages</a>. Below are a few of my favorite shots from the night and photography comments.</p>
<div class="wp-caption alignnone" style="width: 510px"><a href="http://www.flickr.com/photos/codygreen/3688605949/"><img title="Fireworks 1" src="http://farm3.static.flickr.com/2423/3688605949_9dbf75dd72.jpg?v=0" alt="Fireworks 1" width="500" height="333" /></a><p class="wp-caption-text">Fireworks 1</p></div>
<p>&nbsp;</p>
<div class="wp-caption alignnone" style="width: 510px"><a href="http://www.flickr.com/photos/codygreen/3689392176/in/photostream/"><img title="Fireworks 2" src="http://farm3.static.flickr.com/2652/3689392176_b1f6704cbc.jpg?v=0" alt="Fireworks 2" width="500" height="333" /></a><p class="wp-caption-text">Fireworks 2</p></div>
<p>&nbsp;</p>
<div class="wp-caption alignnone" style="width: 510px"><a href="http://www.flickr.com/photos/codygreen/3688723703/in/set-72157620835724903/"><img title="Fireworks 3" src="http://farm4.static.flickr.com/3553/3688723703_47b1fd2336.jpg?v=0" alt="Fireworks 3" width="500" height="333" /></a><p class="wp-caption-text">Fireworks 3</p></div>
<p>&nbsp;</p>
<div class="wp-caption alignnone" style="width: 510px"><a href="http://www.flickr.com/photos/codygreen/3688644519/in/set-72157620835724903/"><img title="Fireworks 4" src="http://farm3.static.flickr.com/2431/3688644519_65a8e11231.jpg?v=0" alt="Fireworks 4" width="500" height="333" /></a><p class="wp-caption-text">Fireworks 4</p></div>
<p>For those interested in the photography details continue reading&#8230; I had read several blogs yesterday morning that talked about photographing fireworks and most of them suggested using at least a 200mm lens. So <a href="http://www.jeremytarpley.com/">Jeremy</a> was nice and let me borrow his Canon EF 70-200mm f/2.8; which by the way is one of the best pieces of glass I&#8217;ve ever used. The only drawback of having this glass on your camera is the fact it is HUGE. You really draw attention which is something you don&#8217;t want as a photographer. After walking around for a bit Megan and I returned to our chairs out in a field next to the parking lot about 100 yards from the main stage. After I set up my tripod and fired off a few test shots we waited for the fireworks to begin. At about 10PM the show started and I was very surprised to realize that 70mm was not wide enough to get most of the fireworks in the frame. I was going to switch over to my 50mm glass but I figured I would miss too many fireworks in the process. In the end I&#8217;m kind of glad I stuck with the 70mm focal distance because it helped frame the shots and give the fireworks character versus every shot simply capturing the full firework. I shot all the fireworks at <em>f</em>/11, although the Flickr metadata says <em>f</em>/10, and I kept my shutter on bulb and used my Canon remote switch to trigger the shutter and customize the exposure time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codygreen.com/2009/07/fourth-of-july/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Site Updates</title>
		<link>http://www.codygreen.com/2009/07/web-site-updates/</link>
		<comments>http://www.codygreen.com/2009/07/web-site-updates/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 05:32:52 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.codygreen.com/?p=267</guid>
		<description><![CDATA[I recently updated the look and feel of the the site. Everything but the home page is designed and coded by me. In the past I would normally find a theme I liked and just modify it to fit my needs; but my needs are getting pickier. I created a mockup of the site using [...]]]></description>
			<content:encoded><![CDATA[<p>I recently updated the look and feel of the the site.  Everything but the home page is designed and coded by me.  In the past I would normally find a theme I liked and just modify it to fit my needs; but my needs are getting pickier.</p>
<p>I created a mockup of the site using <a href="http://www.pixelmator.com/">Pixelmator</a>.  It&#8217;s a nice product developed for the mac that uses the GPU instead of the CPU for rendering.  This allows you to see effects in real time.  If you have a mac I highly recommend that you try it out; there&#8217;s a 30 day demo.  I have to say it is much easier to create a mockup in an image editor and make changes versus doing the mockup in code.  Being a programmer I prefer to just sit down and code, but in the end I usually end up not getting the look I want and scrapping the entire concept.  As for the results, I like the new design but I think it needs some work.  Keep in mind I am not a graphic designer, so if you think it sucks please keep it to yourself <img src='http://www.codygreen.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>As for the home page, this was a concept I took from a JQuery tutorial and I modified it to work with WordPress.  While I like the concept I need to rewrite the JQuery from scratch and change how pictures are loaded.  I&#8217;ve had several people tell me that the images take too long to load.  So I would like to have the page load and then use JQuery to pull the remaining 5 images (1 image per featured post).  This way, if someone clicks on a post and the image has not loaded yet they&#8217;ll get a loading bar versus the entire page taking 30 seconds or more to load.  There are a few problems I have with the limitations of some WordPress function calls.  At the moment I&#8217;m trying not to modify the WordPress code base, this would be bad for future upgrades, but I need to find a better way to better customize the WordPress output.  An example is the &#8220;[..]&#8221; for each except on the home page.  You can&#8217;t remove this and you can&#8217;t make that a link to the full article without modifying the WordPress code.  Oh well, sometimes you have to just deal with the lemons you&#8217;re given.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codygreen.com/2009/07/web-site-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Luchenbach Car Show</title>
		<link>http://www.codygreen.com/2009/07/luchenbach-car-show/</link>
		<comments>http://www.codygreen.com/2009/07/luchenbach-car-show/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 16:08:41 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[Locations]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.codygreen.com/?p=251</guid>
		<description><![CDATA[A few weekends ago I went to the Luckenbach Rod &#038; Custom Car Show with some of my family. If you&#8217;ve never been to Luckenbach it&#8217;s kind of just a building know as the post office with a very small bar and big stage in the back. The car show pretty much allowed anything with [...]]]></description>
			<content:encoded><![CDATA[<p>A few weekends ago I went to the Luckenbach Rod &#038; Custom Car Show with some of my family.  If you&#8217;ve never been to Luckenbach it&#8217;s kind of just a building know as the post office with a very small bar and big stage in the back.<br />
<div class="wp-caption alignnone" style="width: 510px"><a href="http://www.flickr.com/photos/codygreen/3665811701/in/set-72157620648936542/"><img alt="Luckenbach Post Office" src="http://farm4.static.flickr.com/3394/3665811701_09bfe6b946.jpg?v=0" title="Luckenbach Post Office" width="500" height="333" /></a><p class="wp-caption-text">Luckenbach Post Office</p></div><br />
<div class="wp-caption alignnone" style="width: 510px"><a href="http://www.flickr.com/photos/codygreen/3666635490/in/set-72157620648936542/"><img alt="Bar Behind Luckenbach Post Office" src="http://farm4.static.flickr.com/3601/3666635490_6b0101afef.jpg?v=0" title="Bar Behind Luckenbach Post Office" width="500" height="333" /></a><p class="wp-caption-text">Bar Behind Luckenbach Post Office</p></div></p>
<p>The car show pretty much allowed anything with four wheels to enter.  So there were some cars that were crap but I was surprised with some of the cars I did see; 3 Shelby Cobras.  Below are some images of my favorite car at the show.<br />
<div class="wp-caption alignnone" style="width: 510px"><a href="http://www.flickr.com/photos/codygreen/3666015319/in/set-72157620648936542/"><img alt="Shelby Cobra" src="http://farm3.static.flickr.com/2439/3666015319_152490b225.jpg?v=0" title="Shelby Cobra" width="500" height="333" /></a><p class="wp-caption-text">Shelby Cobra</p></div><br />
<div class="wp-caption alignnone" style="width: 510px"><a href="http://www.flickr.com/photos/codygreen/3666836294/in/set-72157620648936542/"><img alt="Shelby Cobra" src="http://farm3.static.flickr.com/2580/3666836294_d7ff205c15.jpg?v=0" title="Shelby Cobra" width="500" height="333" /></a><p class="wp-caption-text">Shelby Cobra</p></div></p>
<p>There were a few new model Mustangs, Camaros, and Challengers.  The Camaro below looked really sharp and some kid kept saying &#8220;look, it&#8217;s bumblebee&#8221;.<br />
<div class="wp-caption alignnone" style="width: 510px"><a href="http://www.flickr.com/photos/codygreen/3666670656/in/set-72157620648936542/"><img alt="2010 Camaro" src="http://farm4.static.flickr.com/3630/3666670656_3ec42e6526.jpg?v=0" title="2010 Camaro" width="500" height="333" /></a><p class="wp-caption-text">2010 Camaro</p></div></p>
<p>Overall the car show was pretty cool, although I would not recommend going to one in the middle of the day during summer; we should have gone first thing that morning.  Check out my <a href="http://www.flickr.com/photos/codygreen/sets/72157620648936542/">Flickr set</a> to see more photos of the show.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codygreen.com/2009/07/luchenbach-car-show/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fredericksburg Trip Photos</title>
		<link>http://www.codygreen.com/2009/06/fredericksburg-trip-photos/</link>
		<comments>http://www.codygreen.com/2009/06/fredericksburg-trip-photos/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 23:56:52 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[Fredericksburg]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.codygreen.com/?p=245</guid>
		<description><![CDATA[I just finished some quick edits on the photos from my Fredericksburg trip and I'm in the process of uploading them to Flickr.]]></description>
			<content:encoded><![CDATA[<p>I just finished some quick edits on the photos from my Fredericksburg trip and I&#8217;m in the process of uploading them to Flickr.<br />
There are two sets:</p>
<ul>
<li><a href="http://www.flickr.com/photos/codygreen/sets/72157620648936542/">Luckenbach Rod &#038; Custom Car Show</a></li>
<li><a href="http://www.flickr.com/photos/codygreen/sets/72157620509053993/">Fredericksburg Vacation</a></li>
</ul>
<p>The photos are still uploading so it might be an hour or so before everything is done.<br />
When I get some time I&#8217;ll blog a bit about the trip; It was a blast!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codygreen.com/2009/06/fredericksburg-trip-photos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems with Blog CSS in Safari 4</title>
		<link>http://www.codygreen.com/2009/06/problems-with-blog-css-in-safari-4/</link>
		<comments>http://www.codygreen.com/2009/06/problems-with-blog-css-in-safari-4/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 21:34:22 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.codygreen.com/?p=242</guid>
		<description><![CDATA[Just noticed that the page formating is really screwed up in Safari 4; I&#8217;m not surprised. I spent so much time on the home page that I never finished working on the page layout for the blog. Not sure if I&#8217;ll be able to fix it this week but I will get to it.]]></description>
			<content:encoded><![CDATA[<p>Just noticed that the page formating is really screwed up in Safari 4; I&#8217;m not surprised.  I spent so much time on the home page that I never finished working on the page layout for the blog.</p>
<p>Not sure if I&#8217;ll be able to fix it this week but I will get to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codygreen.com/2009/06/problems-with-blog-css-in-safari-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TAMUmobile</title>
		<link>http://www.codygreen.com/2009/06/tamumobile/</link>
		<comments>http://www.codygreen.com/2009/06/tamumobile/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 20:12:57 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[tamu mobile app]]></category>

		<guid isPermaLink="false">http://www.codygreen.com/?p=241</guid>
		<description><![CDATA[Cool app from A&#038;M. Only problem is you have to enter the last name fist in a directory search.]]></description>
			<content:encoded><![CDATA[<p>Cool app from A&#038;M. Only problem is you have to enter the last name fist in a directory search.</p>
<p><a href="http://cody.greenfamily.ws/wp-content/uploads/2009/06/p_480_320_B656F9E1-93DF-44E0-9535-95B2A9BB2DAE1.jpeg" rel="lightbox[241]"><img src="http://cody.greenfamily.ws/wp-content/uploads/2009/06/p_480_320_B656F9E1-93DF-44E0-9535-95B2A9BB2DAE1.jpeg" alt="" width="200" height="300" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codygreen.com/2009/06/tamumobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

