<?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 for Web Design and Web Development || Bret Glassett || Magento development, Wordpress development, Drupal development. ExpressionEngine development, Ecommerce Development</title>
	<atom:link href="http://bretglassett.com/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://bretglassett.com/blog</link>
	<description>A blog for and about web design and web development</description>
	<lastBuildDate>Mon, 07 May 2012 21:42:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-beta2</generator>
	<item>
		<title>Comment on Rather/Splendid Wordpress Template Development by Rather/Splendid</title>
		<link>http://bretglassett.com/blog/rathersplendid-wordpress-template-development/comment-page-1#comment-1178</link>
		<dc:creator>Rather/Splendid</dc:creator>
		<pubDate>Mon, 07 May 2012 21:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://bretglassett.com/blog/?p=410#comment-1178</guid>
		<description>Bret, the site turned out great and your services were unbelievable! Now, we just need to get http://rathersplendid.org spread around.</description>
		<content:encoded><![CDATA[<p>Bret, the site turned out great and your services were unbelievable! Now, we just need to get <a href="http://rathersplendid.org" rel="nofollow">http://rathersplendid.org</a> spread around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Composing Reality Wordpress Website by Rachelle</title>
		<link>http://bretglassett.com/blog/composing-reality-wordpress-website/comment-page-1#comment-1176</link>
		<dc:creator>Rachelle</dc:creator>
		<pubDate>Mon, 07 May 2012 21:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://bretglassett.com/blog/?p=401#comment-1176</guid>
		<description>Thanks for all of the hard work on http://composingreality.com!</description>
		<content:encoded><![CDATA[<p>Thanks for all of the hard work on <a href="http://composingreality.com" rel="nofollow">http://composingreality.com</a>!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pull Magento User Session Data into Wordpress by Josh - OziRig Pro</title>
		<link>http://bretglassett.com/blog/pull-mageto-user-session-data-into-wordpress/comment-page-1#comment-1148</link>
		<dc:creator>Josh - OziRig Pro</dc:creator>
		<pubDate>Sat, 25 Feb 2012 00:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://bretglassett.com/blog/?p=168#comment-1148</guid>
		<description>AWESOME! Saved me a heck of a lot of time and I love how you&#039;ve broken it down into manageable chunks for easy digestion.

But is there any way to speed this up?
I have it running on my main site (very nicely, I might add) @ http://www.ozirigpro.com.au but I notice that there&#039;s a good few seconds of delay before it loads (it seems to load AFTER everything else).

Any suggestions?</description>
		<content:encoded><![CDATA[<p>AWESOME! Saved me a heck of a lot of time and I love how you&#8217;ve broken it down into manageable chunks for easy digestion.</p>
<p>But is there any way to speed this up?<br />
I have it running on my main site (very nicely, I might add) @ <a href="http://www.ozirigpro.com.au" rel="nofollow">http://www.ozirigpro.com.au</a> but I notice that there&#8217;s a good few seconds of delay before it loads (it seems to load AFTER everything else).</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento Custom Attributes in Product List by BretJG</title>
		<link>http://bretglassett.com/blog/magento-custom-attributes-in-product-list/comment-page-1#comment-1114</link>
		<dc:creator>BretJG</dc:creator>
		<pubDate>Mon, 07 Feb 2011 04:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://bretglassett.com/blog/?p=277#comment-1114</guid>
		<description>Well, start with the basics, the attribute was created identically on the production server, correct?</description>
		<content:encoded><![CDATA[<p>Well, start with the basics, the attribute was created identically on the production server, correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento Custom Attributes in Product List by KuzyaKiev</title>
		<link>http://bretglassett.com/blog/magento-custom-attributes-in-product-list/comment-page-1#comment-1112</link>
		<dc:creator>KuzyaKiev</dc:creator>
		<pubDate>Thu, 03 Feb 2011 14:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://bretglassett.com/blog/?p=277#comment-1112</guid>
		<description>I have problem. I have 2 servers. Beta and live. On beta this lines work:
getAttributeText(&#039;free_shipping_new&#039;);
    echo $this-&gt;htmlEscape($_product-&gt;getData(&#039;free_shipping&#039;));
    echo $_helper-&gt;productAttribute($_product, $_product-&gt;getFreeShipping(), &#039;free_shipping&#039;) ;                           
    echo $_product-&gt;getFreeShipping() 
?&gt;
In both i use layout
&lt;code&gt;free_shipping&lt;/code&gt;
Any idea?

2Joshua Valentin - use layout</description>
		<content:encoded><![CDATA[<p>I have problem. I have 2 servers. Beta and live. On beta this lines work:<br />
getAttributeText(&#8216;free_shipping_new&#8217;);<br />
    echo $this-&gt;htmlEscape($_product-&gt;getData(&#8216;free_shipping&#8217;));<br />
    echo $_helper-&gt;productAttribute($_product, $_product-&gt;getFreeShipping(), &#8216;free_shipping&#8217;) ;<br />
    echo $_product-&gt;getFreeShipping()<br />
?&gt;<br />
In both i use layout<br />
<code>free_shipping</code><br />
Any idea?</p>
<p>2Joshua Valentin &#8211; use layout</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento Categories outside of Magento by BretJG</title>
		<link>http://bretglassett.com/blog/magento-categories-outside-of-magento/comment-page-1#comment-1111</link>
		<dc:creator>BretJG</dc:creator>
		<pubDate>Tue, 18 Jan 2011 17:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://bretglassett.com/blog/?p=224#comment-1111</guid>
		<description>Glad it helped! Cheers for sure. 

Bret</description>
		<content:encoded><![CDATA[<p>Glad it helped! Cheers for sure. </p>
<p>Bret</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento Categories outside of Magento by andrew</title>
		<link>http://bretglassett.com/blog/magento-categories-outside-of-magento/comment-page-1#comment-1110</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Tue, 18 Jan 2011 14:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://bretglassett.com/blog/?p=224#comment-1110</guid>
		<description>Works great! Thanks dude. I owe you a beer for this.</description>
		<content:encoded><![CDATA[<p>Works great! Thanks dude. I owe you a beer for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento Custom Attributes in Product List by BretJG</title>
		<link>http://bretglassett.com/blog/magento-custom-attributes-in-product-list/comment-page-1#comment-1090</link>
		<dc:creator>BretJG</dc:creator>
		<pubDate>Wed, 05 Jan 2011 04:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://bretglassett.com/blog/?p=277#comment-1090</guid>
		<description>Hi Joshua,

I have not used it there specifically but try it using $_item as opposed to $_product - something like echo $_item-&gt;getAttributeCode;

Bret</description>
		<content:encoded><![CDATA[<p>Hi Joshua,</p>
<p>I have not used it there specifically but try it using $_item as opposed to $_product &#8211; something like echo $_item->getAttributeCode;</p>
<p>Bret</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento Custom Attributes in Product List by BretJG</title>
		<link>http://bretglassett.com/blog/magento-custom-attributes-in-product-list/comment-page-1#comment-1089</link>
		<dc:creator>BretJG</dc:creator>
		<pubDate>Wed, 05 Jan 2011 04:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://bretglassett.com/blog/?p=277#comment-1089</guid>
		<description>SarahRT - Yes this is located in the same place in Enterprise (at least 1.8+ that I was able to check)

Bret</description>
		<content:encoded><![CDATA[<p>SarahRT &#8211; Yes this is located in the same place in Enterprise (at least 1.8+ that I was able to check)</p>
<p>Bret</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento Custom Attributes in Product List by Joshua Valentin</title>
		<link>http://bretglassett.com/blog/magento-custom-attributes-in-product-list/comment-page-1#comment-1072</link>
		<dc:creator>Joshua Valentin</dc:creator>
		<pubDate>Thu, 30 Dec 2010 19:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://bretglassett.com/blog/?p=277#comment-1072</guid>
		<description>Hi Bret, 

Do have any idea for it to work in /sales/order/items/renderer/default.phmtl??

I just can not get it to work there.</description>
		<content:encoded><![CDATA[<p>Hi Bret, </p>
<p>Do have any idea for it to work in /sales/order/items/renderer/default.phmtl??</p>
<p>I just can not get it to work there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

