<?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: Add a header image to Thematic &#8211; the easy way</title>
	<atom:link href="http://www.cozmoslabs.com/2009/05/28/add-a-header-image-to-thematic-the-easy-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cozmoslabs.com/2009/05/28/add-a-header-image-to-thematic-the-easy-way/</link>
	<description>Web design and development experiment.</description>
	<lastBuildDate>Thu, 11 Mar 2010 14:19:54 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ed</title>
		<link>http://www.cozmoslabs.com/2009/05/28/add-a-header-image-to-thematic-the-easy-way/comment-page-2/#comment-2870</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Fri, 12 Feb 2010 19:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.cozmoslabs.com/?p=471#comment-2870</guid>
		<description>@Brenda what server are you on?</description>
		<content:encoded><![CDATA[<p>@Brenda what server are you on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brenda</title>
		<link>http://www.cozmoslabs.com/2009/05/28/add-a-header-image-to-thematic-the-easy-way/comment-page-1/#comment-2860</link>
		<dc:creator>Brenda</dc:creator>
		<pubDate>Fri, 12 Feb 2010 02:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.cozmoslabs.com/?p=471#comment-2860</guid>
		<description>Thanks for the response, Christian.  My server seems to allow more restrictive permissions, and it&#039;s all working, so I&#039;m leaving it at that.  I did have to modify the php with the @fopen and @fclose.  Hope this is ok.

Thanks for a great tool!</description>
		<content:encoded><![CDATA[<p>Thanks for the response, Christian.  My server seems to allow more restrictive permissions, and it&#8217;s all working, so I&#8217;m leaving it at that.  I did have to modify the php with the @fopen and @fclose.  Hope this is ok.</p>
<p>Thanks for a great tool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian</title>
		<link>http://www.cozmoslabs.com/2009/05/28/add-a-header-image-to-thematic-the-easy-way/comment-page-1/#comment-2858</link>
		<dc:creator>Cristian</dc:creator>
		<pubDate>Thu, 11 Feb 2010 21:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.cozmoslabs.com/?p=471#comment-2858</guid>
		<description>Yes, 777 permissions are a security risk.

Some servers won&#039;t let you upload images if you don&#039;t have 777 permissions. This means you won&#039;t be able to use the media gallery from Wordpress without these permissions on the /uploads folder. 

Only and only on the &lt;strong&gt;uploads&lt;/strong&gt; directory should receive 777 permissions.

To put it into perspective, if you can use the media gallery you will be able to use this script!</description>
		<content:encoded><![CDATA[<p>Yes, 777 permissions are a security risk.</p>
<p>Some servers won&#8217;t let you upload images if you don&#8217;t have 777 permissions. This means you won&#8217;t be able to use the media gallery from Wordpress without these permissions on the /uploads folder. </p>
<p>Only and only on the <strong>uploads</strong> directory should receive 777 permissions.</p>
<p>To put it into perspective, if you can use the media gallery you will be able to use this script!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brenda</title>
		<link>http://www.cozmoslabs.com/2009/05/28/add-a-header-image-to-thematic-the-easy-way/comment-page-1/#comment-2853</link>
		<dc:creator>Brenda</dc:creator>
		<pubDate>Thu, 11 Feb 2010 18:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cozmoslabs.com/?p=471#comment-2853</guid>
		<description>Isn&#039;t changing permissions to 777 a security risk?  See this article: http://codex.wordpress.org/Changing_File_Permissions</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t changing permissions to 777 a security risk?  See this article: <a href="http://codex.wordpress.org/Changing_File_Permissions" rel="nofollow">http://codex.wordpress.org/Changing_File_Permissions</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.cozmoslabs.com/2009/05/28/add-a-header-image-to-thematic-the-easy-way/comment-page-2/#comment-2787</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Tue, 02 Feb 2010 17:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.cozmoslabs.com/?p=471#comment-2787</guid>
		<description>Am glad it worked out for you. Nice place to ask questions here.</description>
		<content:encoded><![CDATA[<p>Am glad it worked out for you. Nice place to ask questions here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John G</title>
		<link>http://www.cozmoslabs.com/2009/05/28/add-a-header-image-to-thematic-the-easy-way/comment-page-2/#comment-2785</link>
		<dc:creator>John G</dc:creator>
		<pubDate>Tue, 02 Feb 2010 01:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.cozmoslabs.com/?p=471#comment-2785</guid>
		<description>Yeah, I think it was just a syntax error. I re-pasted the code along with some of my other functions and everything started working just fine. Thanks very much for the input!</description>
		<content:encoded><![CDATA[<p>Yeah, I think it was just a syntax error. I re-pasted the code along with some of my other functions and everything started working just fine. Thanks very much for the input!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian</title>
		<link>http://www.cozmoslabs.com/2009/05/28/add-a-header-image-to-thematic-the-easy-way/comment-page-2/#comment-2783</link>
		<dc:creator>Cristian</dc:creator>
		<pubDate>Mon, 01 Feb 2010 20:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.cozmoslabs.com/?p=471#comment-2783</guid>
		<description>This probably means you have spaces after the last php closing tag in functions.php.

Check for that and let me know if it fixed it!</description>
		<content:encoded><![CDATA[<p>This probably means you have spaces after the last php closing tag in functions.php.</p>
<p>Check for that and let me know if it fixed it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.cozmoslabs.com/2009/05/28/add-a-header-image-to-thematic-the-easy-way/comment-page-2/#comment-2781</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Mon, 01 Feb 2010 20:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cozmoslabs.com/?p=471#comment-2781</guid>
		<description>Could be a syntax error. I would check for mistakes there first.</description>
		<content:encoded><![CDATA[<p>Could be a syntax error. I would check for mistakes there first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John G</title>
		<link>http://www.cozmoslabs.com/2009/05/28/add-a-header-image-to-thematic-the-easy-way/comment-page-2/#comment-2778</link>
		<dc:creator>John G</dc:creator>
		<pubDate>Mon, 01 Feb 2010 14:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.cozmoslabs.com/?p=471#comment-2778</guid>
		<description>I added the code to my functions.php in my child theme and now I am getting this error:

Warning: Cannot modify header information - headers already sent by (output started at /home/hypr/public_html/blog/wp-content/themes/johng/functions.php:104) in /home/hypr/public_html/blog/wp-includes/pluggable.php on line 868

Not sure what I need to do to fix this. Any thoughts?</description>
		<content:encoded><![CDATA[<p>I added the code to my functions.php in my child theme and now I am getting this error:</p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at /home/hypr/public_html/blog/wp-content/themes/johng/functions.php:104) in /home/hypr/public_html/blog/wp-includes/pluggable.php on line 868</p>
<p>Not sure what I need to do to fix this. Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.cozmoslabs.com/2009/05/28/add-a-header-image-to-thematic-the-easy-way/comment-page-2/#comment-2712</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Mon, 18 Jan 2010 18:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.cozmoslabs.com/?p=471#comment-2712</guid>
		<description>Have you tried to superimpose your text on your image in Photoshop and save it to your desktop? Then go ahead and upload it to your theme&#039;s folder? I have done that at times to make text over images work.</description>
		<content:encoded><![CDATA[<p>Have you tried to superimpose your text on your image in Photoshop and save it to your desktop? Then go ahead and upload it to your theme&#8217;s folder? I have done that at times to make text over images work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (user agent is rejected)
Database Caching 16/29 queries in 0.009 seconds using disk

Served from: zeus.elvsoft.net @ 2010-03-12 18:07:30 -->