<?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: CSS-Tricks AnythingSlider in SharePoint</title>
	<atom:link href="http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/</link>
	<description>web design, SharePoint customization &#38; random stuff</description>
	<lastBuildDate>Tue, 20 Jul 2010 13:32:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: davecavins</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-2/#comment-374</link>
		<dc:creator>davecavins</dc:creator>
		<pubDate>Tue, 20 Jul 2010 13:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-374</guid>
		<description>@lojack That technique could work well.  I try to avoid iframes as much as possible and because I am pulling the contents from a list I could not use a standard HTML page.</description>
		<content:encoded><![CDATA[<p>@lojack That technique could work well.  I try to avoid iframes as much as possible and because I am pulling the contents from a list I could not use a standard HTML page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lojack</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-2/#comment-370</link>
		<dc:creator>lojack</dc:creator>
		<pubDate>Fri, 16 Jul 2010 14:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-370</guid>
		<description>humm interesting.  I found it easier to build the page in html and then in a web part put in code for an iframe.</description>
		<content:encoded><![CDATA[<p>humm interesting.  I found it easier to build the page in html and then in a web part put in code for an iframe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anything Slider in SharePoint &#8211; Update &#124; Dave Cavins</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-1/#comment-327</link>
		<dc:creator>Anything Slider in SharePoint &#8211; Update &#124; Dave Cavins</dc:creator>
		<pubDate>Mon, 03 May 2010 18:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-327</guid>
		<description>[...] you are not sure how to get it all set up look to my previous post on the Anything Slider.  If you have questions please post a comment.   [...]</description>
		<content:encoded><![CDATA[<p>[...] you are not sure how to get it all set up look to my previous post on the Anything Slider.  If you have questions please post a comment.   [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davecavins</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-1/#comment-318</link>
		<dc:creator>davecavins</dc:creator>
		<pubDate>Thu, 29 Apr 2010 20:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-318</guid>
		<description>@Eric - yes you can use other jQuery or regular JavaScript code with this but it may require some changes to the xsl</description>
		<content:encoded><![CDATA[<p>@Eric &#8211; yes you can use other jQuery or regular JavaScript code with this but it may require some changes to the xsl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davecavins</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-1/#comment-317</link>
		<dc:creator>davecavins</dc:creator>
		<pubDate>Thu, 29 Apr 2010 20:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-317</guid>
		<description>@ Justin - Yes I use the same basic concept for most of these types of solutions.  Just refernece the js files and write the xsl to show the fields you need in the proper html tags.</description>
		<content:encoded><![CDATA[<p>@ Justin &#8211; Yes I use the same basic concept for most of these types of solutions.  Just refernece the js files and write the xsl to show the fields you need in the proper html tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-1/#comment-316</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 29 Apr 2010 18:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-316</guid>
		<description>Dave,

I ended up getting it.  I had to add another CEWP to one of my bottom web part zones and put the javascript reference there.  In one of my zones at the top, I added a CEWP with only the div section and it worked.  I tried your solution here: http://davecavins.com/2009/11/slideshow-with-captions/ and was able to get it working.  Is it possible to use something other than the s3slider?</description>
		<content:encoded><![CDATA[<p>Dave,</p>
<p>I ended up getting it.  I had to add another CEWP to one of my bottom web part zones and put the javascript reference there.  In one of my zones at the top, I added a CEWP with only the div section and it worked.  I tried your solution here: <a href="http://davecavins.com/2009/11/slideshow-with-captions/" rel="nofollow">http://davecavins.com/2009/11/slideshow-with-captions/</a> and was able to get it working.  Is it possible to use something other than the s3slider?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-1/#comment-315</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 28 Apr 2010 19:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-315</guid>
		<description>Could this same concept be used for anything? I am trying to create an accordian that uses this, but I am having a few issues.</description>
		<content:encoded><![CDATA[<p>Could this same concept be used for anything? I am trying to create an accordian that uses this, but I am having a few issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davecavins</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-1/#comment-269</link>
		<dc:creator>davecavins</dc:creator>
		<pubDate>Wed, 21 Apr 2010 17:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-269</guid>
		<description>@Eric I had a reference to the script in the masterpage. Sometimes it does not work when its just in the CEWP.</description>
		<content:encoded><![CDATA[<p>@Eric I had a reference to the script in the masterpage. Sometimes it does not work when its just in the CEWP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-1/#comment-267</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Mon, 19 Apr 2010 15:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-267</guid>
		<description>Dave,

Where are you referencing jquery?  In the past I have just added the reference to a CEW but for some reason it is not working.</description>
		<content:encoded><![CDATA[<p>Dave,</p>
<p>Where are you referencing jquery?  In the past I have just added the reference to a CEW but for some reason it is not working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davecavins</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-1/#comment-264</link>
		<dc:creator>davecavins</dc:creator>
		<pubDate>Mon, 12 Apr 2010 18:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-264</guid>
		<description>@patrick  - I noticed this issue as well.  I did some testing in SharePoint Designer and got it to filter but it required rewriting some of the code and adding some parameters. I&#039;ll post an update to this article soon.</description>
		<content:encoded><![CDATA[<p>@patrick  &#8211; I noticed this issue as well.  I did some testing in SharePoint Designer and got it to filter but it required rewriting some of the code and adding some parameters. I&#8217;ll post an update to this article soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patrick</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-1/#comment-263</link>
		<dc:creator>patrick</dc:creator>
		<pubDate>Mon, 12 Apr 2010 03:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-263</guid>
		<description>Hi Dave,
      Just to let you know you did a great job.But  how can i show the latest or current anouncement list.Any ideas any time i add a filter it breaks the xslt.

Rgdz
Patrick</description>
		<content:encoded><![CDATA[<p>Hi Dave,<br />
      Just to let you know you did a great job.But  how can i show the latest or current anouncement list.Any ideas any time i add a filter it breaks the xslt.</p>
<p>Rgdz<br />
Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Mathew</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-1/#comment-237</link>
		<dc:creator>Jim Mathew</dc:creator>
		<pubDate>Thu, 11 Mar 2010 11:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-237</guid>
		<description>Amazing work Dave! one question.??? how do i control paging??eg: if i need to display only latest 5 annoucements, how do i achieve that?I&#039;ve tried editing xsl but no luck...please help..

Rgdz
Jim</description>
		<content:encoded><![CDATA[<p>Amazing work Dave! one question.??? how do i control paging??eg: if i need to display only latest 5 annoucements, how do i achieve that?I&#8217;ve tried editing xsl but no luck&#8230;please help..</p>
<p>Rgdz<br />
Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davecavins</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-1/#comment-226</link>
		<dc:creator>davecavins</dc:creator>
		<pubDate>Thu, 18 Feb 2010 19:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-226</guid>
		<description>@Vidya I usually put them in a document library and then just change the links in the code to point to them.</description>
		<content:encoded><![CDATA[<p>@Vidya I usually put them in a document library and then just change the links in the code to point to them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vidya</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-1/#comment-224</link>
		<dc:creator>Vidya</dc:creator>
		<pubDate>Wed, 17 Feb 2010 18:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-224</guid>
		<description>Hi Dave,

I am new to this, can you tell me where should i put the downloaded files?

Thanks,
Vidya</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>I am new to this, can you tell me where should i put the downloaded files?</p>
<p>Thanks,<br />
Vidya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-1/#comment-216</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Mon, 01 Feb 2010 03:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-216</guid>
		<description>i tried this solution but i can&#039;t get that arrows to show :( i edited the css files to point where the images are but still no luck.

what am i missing?</description>
		<content:encoded><![CDATA[<p>i tried this solution but i can&#8217;t get that arrows to show <img src='http://davecavins.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  i edited the css files to point where the images are but still no luck.</p>
<p>what am i missing?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
