<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Photography Goal</title>
	<atom:link href="http://www.jamesandrewsphotography.com/2009/08/13/photography-goals/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamesandrewsphotography.com/2009/08/13/photography-goals/</link>
	<description></description>
	<lastBuildDate>Tue, 17 Nov 2009 02:51:31 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jandrews</title>
		<link>http://www.jamesandrewsphotography.com/2009/08/13/photography-goals/comment-page-1/#comment-32</link>
		<dc:creator>jandrews</dc:creator>
		<pubDate>Tue, 01 Sep 2009 00:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesandrewsphotography.com/?p=313#comment-32</guid>
		<description>Dave,  Just a quick addendum.  To remove the white on the bottom of the hompage.  Open   style.css and look for this.

#btmWrap{
    background:#FFFFFF url(images/bg-gray.jpg) repeat-x scroll 0 0;
    border-bottom:1px solid #FFFFFF;
    border-top:1px solid #FFFFFF;
    padding:0;
}  

Make it look like this.

/*
#btmWrap{
    background:#FFFFFF url(images/bg-gray.jpg) repeat-x scroll 0 0;
    border-bottom:1px solid #FFFFFF;
    border-top:1px solid #FFFFFF;
    padding:0;
}  
*/

The /* */ is css comments, so here we are commenting out the CSS for the object #btmWrap which will then make the background color the same as the top for that lower section.

I took a quick look at your site.  I love the HDR stuff.  I am just getting into HDR myself.  I&#039;ll be posting some of those later.  What do you use to do your HDR composition?</description>
		<content:encoded><![CDATA[<p>Dave,  Just a quick addendum.  To remove the white on the bottom of the hompage.  Open   style.css and look for this.</p>
<p>#btmWrap{<br />
    background:#FFFFFF url(images/bg-gray.jpg) repeat-x scroll 0 0;<br />
    border-bottom:1px solid #FFFFFF;<br />
    border-top:1px solid #FFFFFF;<br />
    padding:0;<br />
}  </p>
<p>Make it look like this.</p>
<p>/*<br />
#btmWrap{<br />
    background:#FFFFFF url(images/bg-gray.jpg) repeat-x scroll 0 0;<br />
    border-bottom:1px solid #FFFFFF;<br />
    border-top:1px solid #FFFFFF;<br />
    padding:0;<br />
}<br />
*/</p>
<p>The /* */ is css comments, so here we are commenting out the CSS for the object #btmWrap which will then make the background color the same as the top for that lower section.</p>
<p>I took a quick look at your site.  I love the HDR stuff.  I am just getting into HDR myself.  I&#8217;ll be posting some of those later.  What do you use to do your HDR composition?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jandrews</title>
		<link>http://www.jamesandrewsphotography.com/2009/08/13/photography-goals/comment-page-1/#comment-31</link>
		<dc:creator>jandrews</dc:creator>
		<pubDate>Tue, 01 Sep 2009 00:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesandrewsphotography.com/?p=313#comment-31</guid>
		<description>Hi Dave,

Sorry about the late response, I&#039;ve been trying to plan a wedding and haven&#039;t been keeping up with website comments lately.  

I shoot with a Canon XTi (really want the T1x).  A sigma 18-125mm telephoto and a Sigma 70-300mm telephoto.

By profession i am a web programmer, but when I created my photography site, I wanted nothing to do with programming it.  Wordpress was the right tool for the job.  Changing the order of where blog is has to do with some code modifications I made.  Backup header.php (in the FolioPhoto directory) and then replace it with the code found at this URL.  It contains my changes. 

http://www.jamesandrewsphotography.com/wp-content/themes/FolioPhoto/header.phps

Then order your pages.  One of them should be ordered as number 6  Blog will be inserted before that page.  It&#039;s pretty simple really

The thumbnail problem pisses me off.  Basically you have to edit the post, and re-add the image and it will appear.  I have no idea why it does that...

Thanks I&#039;ll check out your site a bit later, let me know if you have any questions

This code is found in header.php (backup your original before editing).  What it does it it states that the &quot;Blog&quot; in the nav will come before any page that has an order equal to 6.  So I just set one of my pages (in this case gallery shop) as an order of 6 and blog appears before it.</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>Sorry about the late response, I&#8217;ve been trying to plan a wedding and haven&#8217;t been keeping up with website comments lately.  </p>
<p>I shoot with a Canon XTi (really want the T1x).  A sigma 18-125mm telephoto and a Sigma 70-300mm telephoto.</p>
<p>By profession i am a web programmer, but when I created my photography site, I wanted nothing to do with programming it.  Wordpress was the right tool for the job.  Changing the order of where blog is has to do with some code modifications I made.  Backup header.php (in the FolioPhoto directory) and then replace it with the code found at this URL.  It contains my changes. </p>
<p><a href="http://www.jamesandrewsphotography.com/wp-content/themes/FolioPhoto/header.phps" rel="nofollow">http://www.jamesandrewsphotography.com/wp-content/themes/FolioPhoto/header.phps</a></p>
<p>Then order your pages.  One of them should be ordered as number 6  Blog will be inserted before that page.  It&#8217;s pretty simple really</p>
<p>The thumbnail problem pisses me off.  Basically you have to edit the post, and re-add the image and it will appear.  I have no idea why it does that&#8230;</p>
<p>Thanks I&#8217;ll check out your site a bit later, let me know if you have any questions</p>
<p>This code is found in header.php (backup your original before editing).  What it does it it states that the &#8220;Blog&#8221; in the nav will come before any page that has an order equal to 6.  So I just set one of my pages (in this case gallery shop) as an order of 6 and blog appears before it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.jamesandrewsphotography.com/2009/08/13/photography-goals/comment-page-1/#comment-30</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Thu, 27 Aug 2009 21:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesandrewsphotography.com/?p=313#comment-30</guid>
		<description>hi James!

you&#039;ve got a great looking website and I like how you&#039;ve tweaked the theme.  What gear are you shooting with?

I&#039;m an aspiring photographer myself, and just setup my wordpress account with the same theme, and am having some issues with setting up my site.  how do you change the order of the &#039; blog&#039; on top and also, my thumbnail images aren&#039;t working - any insight?

I wish there was a way to keep the home page completely black and do without the middle section.  Also, have you considered adding a Feedburner email signup to your page?  I&#039;m trying to figure that out now...

keep shooting and great site!</description>
		<content:encoded><![CDATA[<p>hi James!</p>
<p>you&#8217;ve got a great looking website and I like how you&#8217;ve tweaked the theme.  What gear are you shooting with?</p>
<p>I&#8217;m an aspiring photographer myself, and just setup my wordpress account with the same theme, and am having some issues with setting up my site.  how do you change the order of the &#8216; blog&#8217; on top and also, my thumbnail images aren&#8217;t working &#8211; any insight?</p>
<p>I wish there was a way to keep the home page completely black and do without the middle section.  Also, have you considered adding a Feedburner email signup to your page?  I&#8217;m trying to figure that out now&#8230;</p>
<p>keep shooting and great site!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
