<?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: Image Slideshow with captions</title>
	<atom:link href="http://davecavins.com/2009/11/slideshow-with-captions/feed/" rel="self" type="application/rss+xml" />
	<link>http://davecavins.com/2009/11/slideshow-with-captions/</link>
	<description>web design, SharePoint customization &#38; random stuff</description>
	<lastBuildDate>Wed, 28 Mar 2012 18:07:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: davecavins</title>
		<link>http://davecavins.com/2009/11/slideshow-with-captions/comment-page-1/#comment-371</link>
		<dc:creator>davecavins</dc:creator>
		<pubDate>Tue, 20 Jul 2010 13:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=245#comment-371</guid>
		<description>@Bjornq I am sure it is possible to make it work with folders but it would not be simple.  I would avoid folders if at all possible.</description>
		<content:encoded><![CDATA[<p>@Bjornq I am sure it is possible to make it work with folders but it would not be simple.  I would avoid folders if at all possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bjornq</title>
		<link>http://davecavins.com/2009/11/slideshow-with-captions/comment-page-1/#comment-355</link>
		<dc:creator>Bjornq</dc:creator>
		<pubDate>Mon, 21 Jun 2010 17:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=245#comment-355</guid>
		<description>How can you make this work when you have folders in your picture library?</description>
		<content:encoded><![CDATA[<p>How can you make this work when you have folders in your picture library?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davecavins</title>
		<link>http://davecavins.com/2009/11/slideshow-with-captions/comment-page-1/#comment-350</link>
		<dc:creator>davecavins</dc:creator>
		<pubDate>Thu, 03 Jun 2010 20:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=245#comment-350</guid>
		<description>@Smashburn if you want to put code in your comment wrap it in [ &#039;sourcecode&#039; ] [/ &#039;sourcecode&#039; ]  (take the quotes out)  otherwise it gets stripped out.  
If it is saying object not found make sure you have a ul or div on the page with the right id value as referneced in the script.</description>
		<content:encoded><![CDATA[<p>@Smashburn if you want to put code in your comment wrap it in [ 'sourcecode' ] [/ 'sourcecode' ]  (take the quotes out)  otherwise it gets stripped out.<br />
If it is saying object not found make sure you have a ul or div on the page with the right id value as referneced in the script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smashburn</title>
		<link>http://davecavins.com/2009/11/slideshow-with-captions/comment-page-1/#comment-344</link>
		<dc:creator>Smashburn</dc:creator>
		<pubDate>Tue, 25 May 2010 13:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=245#comment-344</guid>
		<description>I&#039;ve tried all the suggestions, built a seperate page, made sure its referenceing the JQuery and Slider Libraries. It returns an &quot;Objects Not Found&quot; error during the &quot; &quot; call.

Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried all the suggestions, built a seperate page, made sure its referenceing the JQuery and Slider Libraries. It returns an &#8220;Objects Not Found&#8221; error during the &#8221; &#8221; call.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davecavins</title>
		<link>http://davecavins.com/2009/11/slideshow-with-captions/comment-page-1/#comment-206</link>
		<dc:creator>davecavins</dc:creator>
		<pubDate>Fri, 15 Jan 2010 20:41:43 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=245#comment-206</guid>
		<description>@Keat do you have a link to the jQuery script and the s3 slider script on the page?  Also make sure the list name is correct sometimes the name that displays through the UI is not the real name of the list.</description>
		<content:encoded><![CDATA[<p>@Keat do you have a link to the jQuery script and the s3 slider script on the page?  Also make sure the list name is correct sometimes the name that displays through the UI is not the real name of the list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keat</title>
		<link>http://davecavins.com/2009/11/slideshow-with-captions/comment-page-1/#comment-197</link>
		<dc:creator>Keat</dc:creator>
		<pubDate>Thu, 14 Jan 2010 01:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=245#comment-197</guid>
		<description>I just can&#039;t get the code to work.  Any help is GREATLY appreciated.  I tried this (along with syles) in a blank aspx...nothin.

Thanks.

  
  
  
$(document).ready(function() {       
var soapEnv = &quot; \  
             \  
                 \  
                    /SamplePictures \  
                  \  
                           \  
                            \  
                              \  
                              \  
                               \  
                                \  
                               \  
                                 \  
                             \  
                          \  
                      \  
                  \  
             &quot;;  
         $.ajax({  
             url: &quot;_vti_bin/lists.asmx&quot;,  
             type: &quot;POST&quot;,  
             dataType: &quot;xml&quot;,  
             data: soapEnv,  
             complete: processResult,  
             contentType: &quot;text/xml; charset=\&quot;utf-8\&quot;&quot; 
         });  
     });  
function processResult(xData, status) {  
         $(xData.responseXML).find(&quot;z\\:row&quot;).each(function() {  
             var urlValue = $(this).attr(&quot;ows_FileDirRef&quot;);  
                                                 var urlArray;  
                                                 var urlName;  
                                                      if (urlValue == undefined)  
                                 {  
                                 urlName = &quot;- - -&quot;;  
                 }  
                 else {  
                                 urlArray = urlValue.split(&quot;;#&quot;);  
                                 urlName= urlArray[1];  
                 }  
                                                 var thumbUrl = $(this).attr(&quot;ows_NameOrTitle&quot;);  
                                                 var thumbArray;  
                                                 var thumb;            
                                                      if (thumbUrl == undefined)  
                                 {  
                                 thumb = &quot;- - -&quot;;  
                 }  
                 else {  
                                 thumbArray = thumbUrl.split(&quot;.&quot;);  
                                 thumb= thumbArray[0];  
                 }  
             var liHtml = &quot;&lt;a href=&#039;&quot; + urlName + thumb + &quot;.&quot; + $(this).attr(&quot;ows_FileType&quot;) + &quot;&#039; rel=&quot;nofollow&quot;&gt;View Larger&lt;/a&gt;&quot; + $(this).attr(&quot;ows_Title&quot;) + &quot;&quot; + $(this).attr(&quot;ows_Description&quot;) + &quot;&quot;;  
             $(&quot;#s3sliderContent&quot;).append(liHtml);  
         });  
         $(&#039;#s3slider&#039;).s3Slider({timeOut: 4000 });  
 }  
</description>
		<content:encoded><![CDATA[<p>I just can&#8217;t get the code to work.  Any help is GREATLY appreciated.  I tried this (along with syles) in a blank aspx&#8230;nothin.</p>
<p>Thanks.</p>
<p>$(document).ready(function() {<br />
var soapEnv = &#8221; \<br />
             \<br />
                 \<br />
                    /SamplePictures \<br />
                  \<br />
                           \<br />
                            \<br />
                              \<br />
                              \<br />
                               \<br />
                                \<br />
                               \<br />
                                 \<br />
                             \<br />
                          \<br />
                      \<br />
                  \<br />
             &#8220;;<br />
         $.ajax({<br />
             url: &#8220;_vti_bin/lists.asmx&#8221;,<br />
             type: &#8220;POST&#8221;,<br />
             dataType: &#8220;xml&#8221;,<br />
             data: soapEnv,<br />
             complete: processResult,<br />
             contentType: &#8220;text/xml; charset=\&#8221;utf-8\&#8221;"<br />
         });<br />
     });<br />
function processResult(xData, status) {<br />
         $(xData.responseXML).find(&#8220;z\\:row&#8221;).each(function() {<br />
             var urlValue = $(this).attr(&#8220;ows_FileDirRef&#8221;);<br />
                                                 var urlArray;<br />
                                                 var urlName;<br />
                                                      if (urlValue == undefined)<br />
                                 {<br />
                                 urlName = &#8220;- &#8211; -&#8221;;<br />
                 }<br />
                 else {<br />
                                 urlArray = urlValue.split(&#8220;;#&#8221;);<br />
                                 urlName= urlArray[1];<br />
                 }<br />
                                                 var thumbUrl = $(this).attr(&#8220;ows_NameOrTitle&#8221;);<br />
                                                 var thumbArray;<br />
                                                 var thumb;<br />
                                                      if (thumbUrl == undefined)<br />
                                 {<br />
                                 thumb = &#8220;- &#8211; -&#8221;;<br />
                 }<br />
                 else {<br />
                                 thumbArray = thumbUrl.split(&#8220;.&#8221;);<br />
                                 thumb= thumbArray[0];<br />
                 }<br />
             var liHtml = &#8220;<a href='" + urlName + thumb + "." + $(this).attr("ows_FileType") + "' rel="nofollow">View Larger</a>&#8221; + $(this).attr(&#8220;ows_Title&#8221;) + &#8220;&#8221; + $(this).attr(&#8220;ows_Description&#8221;) + &#8220;&#8221;;<br />
             $(&#8220;#s3sliderContent&#8221;).append(liHtml);<br />
         });<br />
         $(&#8216;#s3slider&#8217;).s3Slider({timeOut: 4000 });<br />
 }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davecavins</title>
		<link>http://davecavins.com/2009/11/slideshow-with-captions/comment-page-1/#comment-171</link>
		<dc:creator>davecavins</dc:creator>
		<pubDate>Mon, 07 Dec 2009 17:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=245#comment-171</guid>
		<description>Ok.  Here are a few things you can try to troubleshoot the issue.  
	
Try creating a blank .aspx page in SP Designer and placing all the code there (does not need to be in a CEWP) and see if it works. There may be something in the masterpage / page layout causing the issue.
Try using the code &lt;a href=&quot;http://davecavins.com/wp-content/uploads/2009/12/slideshow.txt&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. I made some changes and tried it on a couple of vm&#039;s and it seems to work fine. 
	Remove the CSS from the CEWP and remove the lin that runs the plugin.  This will let you be sure that the web service is actually getting the content onto the page.

Hope this helps.  You can contact me directly if needed (dave [dot] cavins [at] gmail.com)</description>
		<content:encoded><![CDATA[<p>Ok.  Here are a few things you can try to troubleshoot the issue.  </p>
<p>Try creating a blank .aspx page in SP Designer and placing all the code there (does not need to be in a CEWP) and see if it works. There may be something in the masterpage / page layout causing the issue.<br />
Try using the code <a href="http://davecavins.com/wp-content/uploads/2009/12/slideshow.txt" rel="nofollow">here</a>. I made some changes and tried it on a couple of vm&#8217;s and it seems to work fine.<br />
	Remove the CSS from the CEWP and remove the lin that runs the plugin.  This will let you be sure that the web service is actually getting the content onto the page.</p>
<p>Hope this helps.  You can contact me directly if needed (dave [dot] cavins [at] gmail.com)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Smith</title>
		<link>http://davecavins.com/2009/11/slideshow-with-captions/comment-page-1/#comment-170</link>
		<dc:creator>David Smith</dc:creator>
		<pubDate>Mon, 07 Dec 2009 12:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=245#comment-170</guid>
		<description>I reference jquery from our mastertemplate and s3slider from the same cewp. I didn&#039;t show that reference when I provided my code sample.</description>
		<content:encoded><![CDATA[<p>I reference jquery from our mastertemplate and s3slider from the same cewp. I didn&#8217;t show that reference when I provided my code sample.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davecavins</title>
		<link>http://davecavins.com/2009/11/slideshow-with-captions/comment-page-1/#comment-154</link>
		<dc:creator>davecavins</dc:creator>
		<pubDate>Fri, 04 Dec 2009 19:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=245#comment-154</guid>
		<description>Are you referencing jquery and the s3slider plugin somewhere else in the page? I will test you code and let you know how it works for me.</description>
		<content:encoded><![CDATA[<p>Are you referencing jquery and the s3slider plugin somewhere else in the page? I will test you code and let you know how it works for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davecavins</title>
		<link>http://davecavins.com/2009/11/slideshow-with-captions/comment-page-1/#comment-148</link>
		<dc:creator>davecavins</dc:creator>
		<pubDate>Wed, 02 Dec 2009 17:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=245#comment-148</guid>
		<description>It seems like jQuery or the s3Slider plugin javascript files may not be loading on the page.  Check and be sure both scripts are loading before that line of code fires.</description>
		<content:encoded><![CDATA[<p>It seems like jQuery or the s3Slider plugin javascript files may not be loading on the page.  Check and be sure both scripts are loading before that line of code fires.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Smith</title>
		<link>http://davecavins.com/2009/11/slideshow-with-captions/comment-page-1/#comment-147</link>
		<dc:creator>David Smith</dc:creator>
		<pubDate>Tue, 01 Dec 2009 14:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=245#comment-147</guid>
		<description>when trying to implement I get object doesn&#039;t support this property or Method, pointing to the line with:
 &quot;$(&#039;#s3slider&#039;).s3Slider({timeOut: 9000 })

I did change the name of the div to s3slider.</description>
		<content:encoded><![CDATA[<p>when trying to implement I get object doesn&#8217;t support this property or Method, pointing to the line with:<br />
 &#8220;$(&#8216;#s3slider&#8217;).s3Slider({timeOut: 9000 })</p>
<p>I did change the name of the div to s3slider.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

