<?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: Could The Attached Image Soon Be Obsolete?</title>
	<atom:link href="http://return-true.com/2009/10/could-the-attached-image-soon-be-obsolete/feed/" rel="self" type="application/rss+xml" />
	<link>http://return-true.com/2009/10/could-the-attached-image-soon-be-obsolete/</link>
	<description>Coding Tutorials, hints &#38; tips in PHP, jQuery, CSS &#38; HTML</description>
	<lastBuildDate>Thu, 29 Jul 2010 22:16:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Paul Robinson</title>
		<link>http://return-true.com/2009/10/could-the-attached-image-soon-be-obsolete/comment-page-1/#comment-15020</link>
		<dc:creator>Paul Robinson</dc:creator>
		<pubDate>Tue, 30 Mar 2010 22:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=1238#comment-15020</guid>
		<description>Thanks Jason.

I do try to write as often as I can, it&#039;s just coming up with ideas for tutorials &amp; finding the time between work projects. :lol: I&#039;ll definitely have a look at trying to become part of a network though, sounds like a good idea.</description>
		<content:encoded><![CDATA[<p>Thanks Jason.</p>
<p>I do try to write as often as I can, it&#8217;s just coming up with ideas for tutorials &#038; finding the time between work projects. <img src='http://return-true.com/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' />  I&#8217;ll definitely have a look at trying to become part of a network though, sounds like a good idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Pelker</title>
		<link>http://return-true.com/2009/10/could-the-attached-image-soon-be-obsolete/comment-page-1/#comment-15019</link>
		<dc:creator>Jason Pelker</dc:creator>
		<pubDate>Tue, 30 Mar 2010 22:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=1238#comment-15019</guid>
		<description>I appreciate your response--you&#039;ve obviously put a lot of time into this plugin and into this site, as well. 

I was thinking that if you wrote just a bit more often, you could apply to become part of the Smashing Network: http://www.smashingmagazine.com/the-smashing-network/ or something similar to get more visitors to your site. The content here is more than good enough to be featured throughout the web. 

Anyway, I&#039;m glad I stumbled upon your work and I wish you luck with the site.</description>
		<content:encoded><![CDATA[<p>I appreciate your response&#8211;you&#8217;ve obviously put a lot of time into this plugin and into this site, as well. </p>
<p>I was thinking that if you wrote just a bit more often, you could apply to become part of the Smashing Network: <a href="http://www.smashingmagazine.com/the-smashing-network/" rel="nofollow">http://www.smashingmagazine.com/the-smashing-network/</a> or something similar to get more visitors to your site. The content here is more than good enough to be featured throughout the web. </p>
<p>Anyway, I&#8217;m glad I stumbled upon your work and I wish you luck with the site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Robinson</title>
		<link>http://return-true.com/2009/10/could-the-attached-image-soon-be-obsolete/comment-page-1/#comment-15018</link>
		<dc:creator>Paul Robinson</dc:creator>
		<pubDate>Tue, 30 Mar 2010 22:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=1238#comment-15018</guid>
		<description>Well The Attached Image has probably advanced as far as it can.

The core functionality of TAI is now integrated into WordPress under &lt;code&gt;the_post_thumbnail()&lt;/code&gt; as you have said, but TAI does things like allow you to add a title, alt or rel attribute, echo or return, and other things like grab the nth image from a post.

WordPress&#039;s in-built function simply pulls the image back &amp; other things must be taken care of manually. If you are a general user and not a developer it may be easier to use my plugin since the admin can take care of the alt etc.

I&#039;m still releasing bug fixes as and when they are needed, but as for further advances? Probably not.

:lol: A bit of a thought. I guess I could release a version of the plugin that uses WordPress&#039; new function and adds things like easy alt, title and rel attributes, optional get the nth image, but I guess that would depend on demand &amp; would be more for the general user than a developer.

As for that author not using WP&#039;s built in option? My guess is that it probably didn&#039;t exist then. Theme Forest says it was created for version 2.8 &amp; the author probably hasn&#039;t updated as &lt;code&gt;the_post_thumbnail()&lt;/code&gt; was added in 2.9 according to the change log section of the &lt;a href=&quot;http://codex.wordpress.org/Template_Tags/the_post_image&quot; rel=&quot;nofollow&quot;&gt;Codex&lt;/a&gt;.

I&#039;ve just realized I go on, and on sometimes. Really though my plugin is only redundant if you are using 2.9 or 3-alpha and don&#039;t need the extra features it provides over WP&#039;s version.</description>
		<content:encoded><![CDATA[<p>Well The Attached Image has probably advanced as far as it can.</p>
<p>The core functionality of TAI is now integrated into WordPress under <code>the_post_thumbnail()</code> as you have said, but TAI does things like allow you to add a title, alt or rel attribute, echo or return, and other things like grab the nth image from a post.</p>
<p>WordPress&#8217;s in-built function simply pulls the image back &#038; other things must be taken care of manually. If you are a general user and not a developer it may be easier to use my plugin since the admin can take care of the alt etc.</p>
<p>I&#8217;m still releasing bug fixes as and when they are needed, but as for further advances? Probably not.</p>
<p> <img src='http://return-true.com/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' />  A bit of a thought. I guess I could release a version of the plugin that uses WordPress&#8217; new function and adds things like easy alt, title and rel attributes, optional get the nth image, but I guess that would depend on demand &#038; would be more for the general user than a developer.</p>
<p>As for that author not using WP&#8217;s built in option? My guess is that it probably didn&#8217;t exist then. Theme Forest says it was created for version 2.8 &#038; the author probably hasn&#8217;t updated as <code>the_post_thumbnail()</code> was added in 2.9 according to the change log section of the <a href="http://codex.wordpress.org/Template_Tags/the_post_image" rel="nofollow">Codex</a>.</p>
<p>I&#8217;ve just realized I go on, and on sometimes. Really though my plugin is only redundant if you are using 2.9 or 3-alpha and don&#8217;t need the extra features it provides over WP&#8217;s version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Pelker</title>
		<link>http://return-true.com/2009/10/could-the-attached-image-soon-be-obsolete/comment-page-1/#comment-15017</link>
		<dc:creator>Jason Pelker</dc:creator>
		<pubDate>Tue, 30 Mar 2010 21:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=1238#comment-15017</guid>
		<description>So, is the plugin redundant at this point? I&#039;m currently developing a site using a ThemeForest template: http://themeforest.net/item/big-portfolio-foliothemescom/70590 that uses your plugin.

I missed the directions at first to install your plugin, and then, when I finally figured out what I was doing wrong, I was very surprised to see the theme author not using the the_post_image() function. I certainly struck me off guard because I had never even heard of your plugin before (Get the Image, TimThumb, yes, but not The Attached Image).

I also noticed that you rolled out an update to the plugin yesterday, so you must still be developing it. What are your plans with the plugin at this point?</description>
		<content:encoded><![CDATA[<p>So, is the plugin redundant at this point? I&#8217;m currently developing a site using a ThemeForest template: <a href="http://themeforest.net/item/big-portfolio-foliothemescom/70590" rel="nofollow">http://themeforest.net/item/big-portfolio-foliothemescom/70590</a> that uses your plugin.</p>
<p>I missed the directions at first to install your plugin, and then, when I finally figured out what I was doing wrong, I was very surprised to see the theme author not using the the_post_image() function. I certainly struck me off guard because I had never even heard of your plugin before (Get the Image, TimThumb, yes, but not The Attached Image).</p>
<p>I also noticed that you rolled out an update to the plugin yesterday, so you must still be developing it. What are your plans with the plugin at this point?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
