<?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</title>
	<atom:link href="http://www.codygreen.com/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>Busy Summer</title>
		<link>http://www.codygreen.com/2010/08/busy-summer/</link>
		<comments>http://www.codygreen.com/2010/08/busy-summer/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 16:51:09 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Maggie]]></category>

		<guid isPermaLink="false">http://www.codygreen.com/?p=504</guid>
		<description><![CDATA[Wow, this summer is flying by pretty fast.  Things have been crazy with work and school but I&#8217;m down to my last two semesters!  Hopefully I&#8217;ll get some downtime over the next two weeks and become an active member of society again.  The picture above is of Maggie and Mya on our way to San [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.codygreen.com/2010/08/busy-summer/4869152457_3fda77b266_b/" rel="attachment wp-att-506"><img class="alignleft size-full wp-image-506" title="4869152457_3fda77b266_b" src="http://www.codygreen.com/wp-content/uploads/2010/08/4869152457_3fda77b266_b.jpg" alt="" width="600" height="456" /></a></p>
<p>Wow, this summer is flying by pretty fast.  Things have been crazy with work and school but I&#8217;m down to my last two semesters!  Hopefully I&#8217;ll get some downtime over the next two weeks and become an active member of society again.  The picture above is of Maggie and Mya on our way to San Antonio, TX.  Maggie is almost 2 years old (5 more days) and Mya is growing up fast!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codygreen.com/2010/08/busy-summer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Senior Design Video Project &#8211; Scene 1</title>
		<link>http://www.codygreen.com/2010/04/senior-design-video-project-scene-1/</link>
		<comments>http://www.codygreen.com/2010/04/senior-design-video-project-scene-1/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 21:39:21 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[School]]></category>

		<guid isPermaLink="false">http://www.codygreen.com/?p=457</guid>
		<description><![CDATA[So one of the final stages of our senior design project is to create a &#8220;professional&#8221; looking video that focuses on the project&#8217;s research contributions.  We spent most of the weekend working on this and too my surprise this takes significantly longer than I originally thought.   All the video was shot with a Canon [...]]]></description>
			<content:encoded><![CDATA[<p>So one of the final stages of our <a href="http://ecologylab.net/courses/capstone/projects/multimodalMultitouchCardGame/index.html" target="_blank">senior design project</a> is to create a <a href="http://ecologylab.net/courses/capstone/deliverables/video.html" target="_blank">&#8220;professional&#8221; looking video</a> that focuses on the project&#8217;s research contributions.  We spent most of the weekend working on this and too my surprise this takes significantly longer than I originally thought.   All the video was shot with a <a href="http://www.the-digital-picture.com/Reviews/Canon-EOS-Rebel-T2i-550D-Digital-SLR-Camera-Review.aspx" target="_blank">Canon D550</a> using either the <a href="http://www.the-digital-picture.com/Reviews/Canon-EF-16-35mm-f-2.8-L-II-USM-Lens-Review.aspx" target="_blank">Canon EF 16-35mm f/2.8 L II USM lens</a> or the <a href="http://www.the-digital-picture.com/Reviews/Canon-EF-70-200mm-f-4.0-L-USM-Lens-Review.aspx" target="_blank">Canon 70-200mm f/4.0 L USM lens</a>.  We are using Final Cut Pro for our post production which is kind of a love-hate relationship right now.</p>
<p>Here is a <a href="http://www.youtube.com/watch?v=b2PuGPZ5qXk">rough version of scene 1</a>:</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/b2PuGPZ5qXk&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/b2PuGPZ5qXk&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codygreen.com/2010/04/senior-design-video-project-scene-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Senior Design Project &#8211; iPad Multimodal Rummy</title>
		<link>http://www.codygreen.com/2010/04/senior-design-project-ipad-multimodal-rummy/</link>
		<comments>http://www.codygreen.com/2010/04/senior-design-project-ipad-multimodal-rummy/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 10:26:28 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[School]]></category>
		<category><![CDATA[card game]]></category>
		<category><![CDATA[college station]]></category>
		<category><![CDATA[communal display]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[multi-touch]]></category>
		<category><![CDATA[multimodal]]></category>
		<category><![CDATA[rummy]]></category>
		<category><![CDATA[senior]]></category>
		<category><![CDATA[senior design]]></category>
		<category><![CDATA[texas]]></category>
		<category><![CDATA[texas a&m]]></category>

		<guid isPermaLink="false">http://www.codygreen.com/?p=448</guid>
		<description><![CDATA[So my Senior Design team has been working nonstop for the past few days writing our multimodal multi-touch card game.  The game uses iPhones as private displays and an iPad as a communal display.  The private displays allow the players to manage (sort and group) their cards on their private display as well as aid [...]]]></description>
			<content:encoded><![CDATA[<p>So my <a href="http://ecologylab.net/courses/capstone/projects/multimodalMultitouchCardGame/index.html">Senior Design team</a> has been working nonstop for the past few days writing our multimodal multi-touch card game.  The game uses iPhones as private displays and an iPad as a communal display.  The private displays allow the players to manage (sort and group) their cards on their private display as well as aid the user on when they can/cannot laydown &#8211; which we found in user studies was  a common problem for new players.  The iPad acts as a communal display allowing players to perform common actions such as drawing, discarding and laying down. But we&#8217;ve also implemented advance features that allows players to race for a Joker once another player puts it on the &#8220;table&#8221; as well as the ability to buy cards.  We are in our last round of development with our final user study this weekend.  Our project demonstration is on May 5th so if you are in <a href="http://www.tamu.edu/">Aggieland</a> that week come check it out!</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/PbLKr05r8Ow&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/PbLKr05r8Ow&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codygreen.com/2010/04/senior-design-project-ipad-multimodal-rummy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scott Kelby &#8211; Photo Recipes Live</title>
		<link>http://www.codygreen.com/2010/01/scott-kelby-photo-recipes-live/</link>
		<comments>http://www.codygreen.com/2010/01/scott-kelby-photo-recipes-live/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 15:41:14 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[hot shoe]]></category>
		<category><![CDATA[photo recipes live]]></category>
		<category><![CDATA[Scott kelby]]></category>
		<category><![CDATA[strobes]]></category>

		<guid isPermaLink="false">http://www.codygreen.com/?p=434</guid>
		<description><![CDATA[So last night my copy of Scott Kelby&#8217;s new book/dvd combo, arrived in the mail, Photo Recipes Live: Behind the Scenes, I was pretty excited. This new book/dvd combo is an extension to his popular Digital Photography series and goes into greater detail as to how particular shots where made in each book. If you have [...]]]></description>
			<content:encoded><![CDATA[<p>So last night my copy of <a href="http://www.scottkelby.com/">Scott Kelby&#8217;s</a> new book/dvd combo,  arrived in the mail, <em><a href="http://www.amazon.com/Photo-Recipes-Live-Lighting-Techniques/dp/0321701755/ref=ntt_at_ep_dpt_7">Photo Recipes Live: Behind the Scenes</a>, </em>I was pretty excited.  This new book/dvd combo is an extension to his popular Digital Photography series and goes into greater detail as to how particular shots where made in each book.  If you have not read his Digital Photography books (volumes 1-3) I would highly recommend it.</p>
<p>I didn&#8217;t get a chance to watch all the videos last night, I still need to watch the last four, but I&#8217;m slightly disappointed with what I&#8217;ve seen so far.  Don&#8217;t get me wrong, Scott does a great job explaining each shot and how/why he sets up things in a certain way.  The disappointment I have with the dvd is that most of the shots he reproduces require at least 1 to 2 thousand dollars worth of strobes/<a href="http://www.scottkelby.com/blog/2007/archives/152" target="_blank">spider lights</a>.  I would guess that the target audience of the Digital Photography series are amateurs or maybe a few pro-amateurs, most of whom probably don&#8217;t own strobes/spider lights.  I wish Scott had included examples of how to reproduce these shots using hot shoe flashes (off the camera of course).  Now I&#8217;m not saying the entire dvd is filled with strobe/spider light examples, Scott does have a few videos that primarily use natural light as well as one &#8220;on location&#8221; video that are great and can be reproduced by most amateurs.</p>
<p>If you want to work with strobes and you&#8217;ve never worked with a model or in a studio I think the video does a great job at making you feel as if you were shooting with Scott for a day, and for the price that&#8217;s an awesome learning experience.  Once I&#8217;ve finished all the video&#8217;s I&#8217;m defiantly going to try and reproduce some of the shots (using hot shot flashes) so I&#8217;ll post what I did to try and get similar results to Scott&#8217;s photos.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codygreen.com/2010/01/scott-kelby-photo-recipes-live/feed/</wfw:commentRss>
		<slash:comments>0</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>Canon EOS 7D Rumored to have built in flash master</title>
		<link>http://www.codygreen.com/2009/08/canon-eos-7d-rumored-to-have-built-in-flash-master-ste2-su800/</link>
		<comments>http://www.codygreen.com/2009/08/canon-eos-7d-rumored-to-have-built-in-flash-master-ste2-su800/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 18:34:24 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[canon]]></category>
		<category><![CDATA[EOS 7d]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[pocket wizard]]></category>
		<category><![CDATA[st-e2]]></category>
		<category><![CDATA[strobist]]></category>

		<guid isPermaLink="false">http://www.codygreen.com/?p=391</guid>
		<description><![CDATA[Wow, I hope this rumor is correct. According to CanonRumors the much anticipated Canon EOS 7D will have a built in flash master!! This new addition would allow you to control off camera flashes via your EOS camera without having to purchase another device such as the ST-E2. Looks like Canon is finally listening to [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, I hope this rumor is correct.  According to <a href="http://www.canonrumors.com/2009/08/upcoming-releases-cr3/">CanonRumors</a> the much anticipated Canon EOS 7D will have a built in flash master!!  This new addition would allow you to control off camera flashes via your EOS camera without having to purchase another device such as the ST-E2.  Looks like Canon is finally listening to the <a href="http://www.strobist.blogspot.com">strobist</a> community and adding some features that Nikon has had for years.  It would be great to have something on the Canon EOS line that could compete with the Nikon Creative Lighting System.  Don&#8217;t get me wrong, I like my Pocket Wizards and they work great but sometimes you want to travel light and the less gear you have to carry around the better.  </p>
<p>If this rumor is true it would answer a question myself and many others have had about the future of the <a href="http://www.usa.canon.com/consumer/controller?act=ModelInfoAct&#038;fcategoryid=141&#038;modelid=8304">Canon ST-E2</a>.  The ST-E2 is an okay device, 4 years ago, but most strobists want to control multiple flash groups and do more than just ratios between flash group A and B.  The Nikon SU-800 has been able to do this for quite some time.  What I don&#8217;t understand is why Canon doesn&#8217;t step out and start becoming innovative with their flash technology.  I know a lot of people shy away from flashes, mainly because they don&#8217;t know how to use them, but if you make the technology easier to use I think adoption will spread like wildfire. </p>
<p>So why do I feel so strong about this issue? Most flash users know the number one rule is GET THE FLASH OFF THE CAMERA!!  But for those who are new to flash photography I think this is the main reason people try it, don&#8217;t like the image, and then never try it again.  If the flash could be triggered remotely (and for free since the trigger is built into the camera) I think you would have more entry level photographers adopting the use of flash (or should I say the correct use of flash).  Now I know the cost of the EOS 7D won&#8217;t be cheap, but we can expect the flash master function to trickle down to the EOS X0D line and even the EOS Rebel line probably with in a year or two.  </p>
<p>So what if the rumor is wrong?  Then Canon has missed a great opportunity to start actually competing with Nikon who has dominated the DSLR and Flash combination for quite some time.  But that&#8217;s a story for another rant.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codygreen.com/2009/08/canon-eos-7d-rumored-to-have-built-in-flash-master-ste2-su800/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>Help Me Pick The Best Photo From This Weekend</title>
		<link>http://www.codygreen.com/2009/07/help-me-pick-the-best-photo/</link>
		<comments>http://www.codygreen.com/2009/07/help-me-pick-the-best-photo/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 02:16:22 +0000</pubDate>
		<dc:creator>Cody</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.codygreen.com/?p=359</guid>
		<description><![CDATA[Yesterday was Scott Kelby&#8217;s Second Annual Worldwide Photo Walk and here at A&#38;M we had a blast. We started at the Administrative building and walked down to the Albrighton Bell Tower and then looped back though campus; I took over 700 photos!! At first I was skeptical about filling a two hour shoot with just [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday was <a href="http://worldwidephotowalk.com/">Scott Kelby&#8217;s Second Annual Worldwide Photo Walk</a> and here at A&amp;M we had a blast. We started at the Administrative building and walked down to the Albrighton Bell Tower and then looped back though campus; I took over 700 photos!! At first I was skeptical about filling a two hour shoot with just buildings on the TAMU campus, but after yesterday I have come to the conclusion it is really a several day process. The hardest part is running out of time before the sunlight becomes too hard and harsh.</p>
<p>So I&#8217;ve narrowed my selection down to the following five photos. Please take a look and comment on which photo you like best. I have till the 25th to submit my best photo.</p>
<div class="wp-caption alignnone" style="width: 510px"><a href="http://www.flickr.com/photos/codygreen/tags/williamsjkadministrationbuilding/"><img title="Williams (J.K.) Administration Building" src="http://farm3.static.flickr.com/2560/3735798790_e0b26174ec.jpg?v=0" alt="" width="500" height="333" /></a><p class="wp-caption-text">Williams (J.K.) Administration Building</p></div>
<div class="wp-caption alignnone" style="width: 510px"><a href="http://www.flickr.com/photos/codygreen/3735816934/in/pool-1138447@N24"><img title="Williams (J.K.) Administration Building" src="http://farm4.static.flickr.com/3018/3735816934_e39108ba9b.jpg?v=0" alt="" width="500" height="333" /></a><p class="wp-caption-text">Williams (J.K.) Administration Building</p></div>
<div class="wp-caption alignnone" style="width: 343px"><a href="http://www.flickr.com/photos/codygreen/3735129013/in/pool-1138447@N24"><img title="Albritton Bell Tower " src="http://farm3.static.flickr.com/2518/3735129013_d03dd99d06.jpg?v=0" alt="" width="333" height="500" /></a><p class="wp-caption-text">Albritton Bell Tower</p></div>
<div class="wp-caption alignnone" style="width: 343px"><a href="http://www.flickr.com/photos/codygreen/3735144309/in/pool-1138447@N24"><img title="12th Man Statue" src="http://farm4.static.flickr.com/3517/3735144309_4aed6bdcda.jpg?v=0" alt="" width="333" height="500" /></a><p class="wp-caption-text">12th Man Statue</p></div>
<div class="wp-caption alignnone" style="width: 343px"><a href="http://www.flickr.com/photos/codygreen/3735974800/in/pool-1138447@N24"><img title="Sul Ross Statue" src="http://farm3.static.flickr.com/2645/3735974800_a1315a108b.jpg?v=0" alt="" width="333" height="500" /></a><p class="wp-caption-text">Sul Ross Statue</p></div>
<p>Below is a slide show of my photos. No not all 700, just 46 <img src='http://www.codygreen.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p><object width="600" height="400" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="offsite=true&amp;lang=en-us&amp;page_show_url=%2Fphotos%2Fcodygreen%2Fsets%2F72157621689599302%2Fshow%2F&amp;page_show_back_url=%2Fphotos%2Fcodygreen%2Fsets%2F72157621689599302%2F&amp;set_id=72157621689599302&amp;jump_to=" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.flickr.com/apps/slideshow/show.swf?v=71649" /><param name="allowfullscreen" value="true" /><embed width="600" height="400" type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=71649" flashvars="offsite=true&amp;lang=en-us&amp;page_show_url=%2Fphotos%2Fcodygreen%2Fsets%2F72157621689599302%2Fshow%2F&amp;page_show_back_url=%2Fphotos%2Fcodygreen%2Fsets%2F72157621689599302%2F&amp;set_id=72157621689599302&amp;jump_to=" allowFullScreen="true" allowfullscreen="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codygreen.com/2009/07/help-me-pick-the-best-photo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

