<?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 Lexipixel Blog</title>
	<atom:link href="http://lexipixel.com/wordpress/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://lexipixel.com/wordpress</link>
	<description>Web Developer / Web Designer Info</description>
	<lastBuildDate>Mon, 01 Mar 2010 06:38:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Reduce Volusion Excess Bandwidth Fees by Randy Harris</title>
		<link>http://lexipixel.com/wordpress/ecommerce/reduce-volusion-excess-bandwidth-fees/comment-page-1#comment-288</link>
		<dc:creator>Randy Harris</dc:creator>
		<pubDate>Mon, 01 Mar 2010 06:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://lexipixel.com/wordpress/?p=187#comment-288</guid>
		<description>Welcome, and thanks for posting Sepehr.

The &lt;strong&gt;photoURL_small&lt;/strong&gt; and &lt;strong&gt;photoURL_large fields&lt;/strong&gt; are useful for only the &lt;em&gt;simplest&lt;/em&gt; Volusion stores, &lt;em&gt;(which aren&#039;t usually the ones worried about excess bandwidth fees)&lt;/em&gt;.

It becomes very complicated if the store uses alternate views, swatches, and effects photo rendering in several of Volusion&#039;s image related functions.

With that said, if a Volusion store owner plans to only use (1) photo per product, and they are willing to either turn off some image related features, &lt;em&gt;(or work around some of the issues)&lt;/em&gt;, the product photoURL fields is another way to reduce bandwidth.

Thanks again for posting -- sometimes I get very tired of trying to work around Volusion&#039;s &lt;em&gt;anomalies&lt;/em&gt;... I appreciate anyone willing to share info here.

Randy.</description>
		<content:encoded><![CDATA[<p>Welcome, and thanks for posting Sepehr.</p>
<p>The <strong>photoURL_small</strong> and <strong>photoURL_large fields</strong> are useful for only the <em>simplest</em> Volusion stores, <em>(which aren&#8217;t usually the ones worried about excess bandwidth fees)</em>.</p>
<p>It becomes very complicated if the store uses alternate views, swatches, and effects photo rendering in several of Volusion&#8217;s image related functions.</p>
<p>With that said, if a Volusion store owner plans to only use (1) photo per product, and they are willing to either turn off some image related features, <em>(or work around some of the issues)</em>, the product photoURL fields is another way to reduce bandwidth.</p>
<p>Thanks again for posting &#8212; sometimes I get very tired of trying to work around Volusion&#8217;s <em>anomalies</em>&#8230; I appreciate anyone willing to share info here.</p>
<p>Randy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reduce Volusion Excess Bandwidth Fees by Sepehr Sadighpour</title>
		<link>http://lexipixel.com/wordpress/ecommerce/reduce-volusion-excess-bandwidth-fees/comment-page-1#comment-287</link>
		<dc:creator>Sepehr Sadighpour</dc:creator>
		<pubDate>Mon, 01 Mar 2010 03:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://lexipixel.com/wordpress/?p=187#comment-287</guid>
		<description>Maybe I&#039;m missing something in this discussion, but there are actually two fields in the Advanced options of each product, one called &quot;Photo URL Small&quot; (for product thumbnail) and the other &quot;Photo URL Large&quot;.

If you&#039;re just setting up your site, use Irfanview to batch-resize and rename the photos, then upload them to your external host and call them using those fields.

If you have a lot of products already and want to overhaul everything, download all your product images and upload them to the new host.

Then export your product ID&#039;s, photoURL, photoURL_small, and photoURL_large fields to a CSV file, then use an excel formula to generate the new photoURL_small and photoURL_large fields, delete the PhotoURL column (because it can&#039;t be imported in anyway), and import the CSV file back into Volusion.

The external URLs in the advanced option section actually overwrite the internal URL of the photo set in the Image Management section of the product creation page, so you&#039;re all set! 

Hope that helps!</description>
		<content:encoded><![CDATA[<p>Maybe I&#8217;m missing something in this discussion, but there are actually two fields in the Advanced options of each product, one called &#8220;Photo URL Small&#8221; (for product thumbnail) and the other &#8220;Photo URL Large&#8221;.</p>
<p>If you&#8217;re just setting up your site, use Irfanview to batch-resize and rename the photos, then upload them to your external host and call them using those fields.</p>
<p>If you have a lot of products already and want to overhaul everything, download all your product images and upload them to the new host.</p>
<p>Then export your product ID&#8217;s, photoURL, photoURL_small, and photoURL_large fields to a CSV file, then use an excel formula to generate the new photoURL_small and photoURL_large fields, delete the PhotoURL column (because it can&#8217;t be imported in anyway), and import the CSV file back into Volusion.</p>
<p>The external URLs in the advanced option section actually overwrite the internal URL of the photo set in the Image Management section of the product creation page, so you&#8217;re all set! </p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Volusion 5 &#8211; Custom Javascript DOM Tip by Randy Harris</title>
		<link>http://lexipixel.com/wordpress/ecommerce/volusion-5-custom-javascript-dom-tip-1/comment-page-1#comment-285</link>
		<dc:creator>Randy Harris</dc:creator>
		<pubDate>Tue, 23 Feb 2010 09:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://lexipixel.com/wordpress/?p=171#comment-285</guid>
		<description>1).  Yes, good catch -- I was using some code and cut and pasted &quot;&lt;em&gt;ProductDisplay.asp&lt;/em&gt;&quot;... it should say &lt;em&gt;ProductDetails.asp&lt;/em&gt;.

2). Not sure where else you tried to insert the &lt;em&gt;hook&lt;/em&gt;, but the javascript will only work once on a page, (if you have multiple divs to update, you would need to loop through them -- and/or have separate javascripts if the divs needed different customizations).  Also, the div uses a (CSS) id, and you are only supposed to have one element for an id, (for multiple divs with shared attributes you&#039;d use a class, not an id).  So, make sure you only have (1) div to test on a product page (using this code), and make sure the div id matches the javascript reference.</description>
		<content:encoded><![CDATA[<p>1).  Yes, good catch &#8212; I was using some code and cut and pasted &#8220;<em>ProductDisplay.asp</em>&#8220;&#8230; it should say <em>ProductDetails.asp</em>.</p>
<p>2). Not sure where else you tried to insert the <em>hook</em>, but the javascript will only work once on a page, (if you have multiple divs to update, you would need to loop through them &#8212; and/or have separate javascripts if the divs needed different customizations).  Also, the div uses a (CSS) id, and you are only supposed to have one element for an id, (for multiple divs with shared attributes you&#8217;d use a class, not an id).  So, make sure you only have (1) div to test on a product page (using this code), and make sure the div id matches the javascript reference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Volusion 5 &#8211; Custom Javascript DOM Tip by Chris Bruckner</title>
		<link>http://lexipixel.com/wordpress/ecommerce/volusion-5-custom-javascript-dom-tip-1/comment-page-1#comment-284</link>
		<dc:creator>Chris Bruckner</dc:creator>
		<pubDate>Tue, 23 Feb 2010 08:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://lexipixel.com/wordpress/?p=171#comment-284</guid>
		<description>Really helpful info Randy.  Can you please clarify a couple things for me?

1) In Step 3 above, you say, &quot;a page with ProductDisplay.asp in the URL.&quot;  Is this correct or should it say, &quot;a page with ProductDetails.asp in the URL.&quot;

2) You mentioned using the ProductDescription_AbovePricing field for the DOM hook.  When I insert my (DIV) in Step 1 above as described, it works.  If I use another field, it doesn&#039;t work.  Can you please explain how the code in Step 3 is associated with the ProductDescription_AbovePricing field?

Thanks for your continued assistance,
Chris b.</description>
		<content:encoded><![CDATA[<p>Really helpful info Randy.  Can you please clarify a couple things for me?</p>
<p>1) In Step 3 above, you say, &#8220;a page with ProductDisplay.asp in the URL.&#8221;  Is this correct or should it say, &#8220;a page with ProductDetails.asp in the URL.&#8221;</p>
<p>2) You mentioned using the ProductDescription_AbovePricing field for the DOM hook.  When I insert my (DIV) in Step 1 above as described, it works.  If I use another field, it doesn&#8217;t work.  Can you please explain how the code in Step 3 is associated with the ProductDescription_AbovePricing field?</p>
<p>Thanks for your continued assistance,<br />
Chris b.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Attach a PDF to a Wordpress Post by Randy Harris</title>
		<link>http://lexipixel.com/wordpress/content-management-systems-cms/wordpress/how-to-attach-a-pdf-to-a-wordpress-post/comment-page-1#comment-283</link>
		<dc:creator>Randy Harris</dc:creator>
		<pubDate>Thu, 18 Feb 2010 20:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://lexipixel.com/wordpress/?p=256#comment-283</guid>
		<description>Did you use the &lt;strong&gt;Insert Into Post&lt;/strong&gt; button after you uploaded the PDF ?</description>
		<content:encoded><![CDATA[<p>Did you use the <strong>Insert Into Post</strong> button after you uploaded the PDF ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
