<?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>Fri, 30 Dec 2011 14:18:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: From The Field</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-2/#comment-452</link>
		<dc:creator>From The Field</dc:creator>
		<pubDate>Wed, 09 Nov 2011 21:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-452</guid>
		<description>[...] Dave Cavins (his blog), another fan of extending SharePoint with jQuery, then did a great write-up on using the AnythingSlider as a way of displaying Announcements from a SharePoint list: http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/. [...]</description>
		<content:encoded><![CDATA[<p>[...] Dave Cavins (his blog), another fan of extending SharePoint with jQuery, then did a great write-up on using the AnythingSlider as a way of displaying Announcements from a SharePoint list: <a href="http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/" rel="nofollow">http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijit</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-2/#comment-439</link>
		<dc:creator>Abhijit</dc:creator>
		<pubDate>Fri, 15 Jul 2011 19:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-439</guid>
		<description>Hi Dave,

Killer solution dude !! Seen a lot of people have already implemented the same and are having a lot of success except for me :(

I did all the possible steps in the procedure , added everything in the right spot (atleast i hope i did... ) However I am ending up with the following error

This Web Part does not have a valid XSLT stylesheet:
Error: A name was started with an invalid character. 





&apos;
0







  
function formatText(index, panel) {
return index + &quot;&quot;;
}
$(function () {
$(&apos;.anythingSlider&apos;).anythingSlider({
easing: &quot;easeInOutExpo&quot;,
autoPlay: true,
delay: 3000,
startStopped: false,
animationTime: 600,
hashTags: true,
buildNavigation: true,
pauseOnHover: true,
startText: &quot;Go&quot;,
stopText: &quot;Stop&quot;,
navigationFormatter: formatText
});
$(&quot;#slide-jump&quot;).click(function(){
$(&apos;.anythingSlider&apos;).anythingSlider(6);
});
});





















&lt;a href=&quot;/{@FileDirRef}/DispForm.aspx?ID={@ID}&quot; title=&quot;{@Title}&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;







This is my XSL Sheet... Hope Someone can help me out of this situation ... I am very green behind ears about Sharepoint...</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>Killer solution dude !! Seen a lot of people have already implemented the same and are having a lot of success except for me <img src='http://davecavins.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I did all the possible steps in the procedure , added everything in the right spot (atleast i hope i did&#8230; ) However I am ending up with the following error</p>
<p>This Web Part does not have a valid XSLT stylesheet:<br />
Error: A name was started with an invalid character. </p>
<p>&apos;<br />
0</p>
<p>function formatText(index, panel) {<br />
return index + &quot;&quot;;<br />
}<br />
$(function () {<br />
$(&apos;.anythingSlider&apos;).anythingSlider({<br />
easing: &quot;easeInOutExpo&quot;,<br />
autoPlay: true,<br />
delay: 3000,<br />
startStopped: false,<br />
animationTime: 600,<br />
hashTags: true,<br />
buildNavigation: true,<br />
pauseOnHover: true,<br />
startText: &quot;Go&quot;,<br />
stopText: &quot;Stop&quot;,<br />
navigationFormatter: formatText<br />
});<br />
$(&quot;#slide-jump&quot;).click(function(){<br />
$(&apos;.anythingSlider&apos;).anythingSlider(6);<br />
});<br />
});</p>
<p><a href="/{@FileDirRef}/DispForm.aspx?ID={@ID}" title="{@Title}" rel="nofollow"></a></p>
<p>This is my XSL Sheet&#8230; Hope Someone can help me out of this situation &#8230; I am very green behind ears about Sharepoint&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-2/#comment-429</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Fri, 08 Apr 2011 10:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-429</guid>
		<description>Hi Dave, your solutions rock.

One thing, I&#039;m trying to find the Slider.CSS file you mention in the Instructions but can&#039;t find it anywhere in the github.com/ProLoser/AnythingSlider files...

Please help?</description>
		<content:encoded><![CDATA[<p>Hi Dave, your solutions rock.</p>
<p>One thing, I&#8217;m trying to find the Slider.CSS file you mention in the Instructions but can&#8217;t find it anywhere in the github.com/ProLoser/AnythingSlider files&#8230;</p>
<p>Please help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bethany</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-2/#comment-428</link>
		<dc:creator>bethany</dc:creator>
		<pubDate>Wed, 30 Mar 2011 17:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-428</guid>
		<description>I work in a restricted environment where IT does not allow us to use SharePoint Designer. Are there directions anywhere for how to use this in a CEWP source code without using Designer? I&#039;m not looking for you tube fancy, just the base model shown above.</description>
		<content:encoded><![CDATA[<p>I work in a restricted environment where IT does not allow us to use SharePoint Designer. Are there directions anywhere for how to use this in a CEWP source code without using Designer? I&#8217;m not looking for you tube fancy, just the base model shown above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vara</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-2/#comment-424</link>
		<dc:creator>vara</dc:creator>
		<pubDate>Mon, 07 Mar 2011 09:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-424</guid>
		<description>Great work.  Slide show is good</description>
		<content:encoded><![CDATA[<p>Great work.  Slide show is good</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: n3u7r0n</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-2/#comment-420</link>
		<dc:creator>n3u7r0n</dc:creator>
		<pubDate>Mon, 14 Feb 2011 17:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-420</guid>
		<description>Im having a hard time with the slider to just work in a CEWP.  

I uploaded all the files and corrected the index.html.  But nothing happens and all the images show up as bulleted list items.</description>
		<content:encoded><![CDATA[<p>Im having a hard time with the slider to just work in a CEWP.  </p>
<p>I uploaded all the files and corrected the index.html.  But nothing happens and all the images show up as bulleted list items.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davecavins</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-2/#comment-417</link>
		<dc:creator>davecavins</dc:creator>
		<pubDate>Tue, 25 Jan 2011 16:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-417</guid>
		<description>@Nigiro  you can download the code from here https://github.com/ProLoser/AnythingSlider/downloads the demo is here http://css-tricks.com/examples/AnythingSlider/  If the arrows are out of place it seems like an issue with the CSS code.</description>
		<content:encoded><![CDATA[<p>@Nigiro  you can download the code from here <a href="https://github.com/ProLoser/AnythingSlider/downloads" rel="nofollow">https://github.com/ProLoser/AnythingSlider/downloads</a> the demo is here <a href="http://css-tricks.com/examples/AnythingSlider/" rel="nofollow">http://css-tricks.com/examples/AnythingSlider/</a>  If the arrows are out of place it seems like an issue with the CSS code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nigiro</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-2/#comment-412</link>
		<dc:creator>Nigiro</dc:creator>
		<pubDate>Fri, 31 Dec 2010 10:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-412</guid>
		<description>Hi,

I´m trying this and I haven´t luck.

Link is dead: download the anythingSlider plugin from css-tricks.com.

I download from css-tricks.com, but i don´t know if this new version isn´t compatible with your post, because Title &amp; Body appears to be hidden, and arrows were descolocated in the screen.

Could you submit a copy of necesary files that you have used?

Thank you very much.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I´m trying this and I haven´t luck.</p>
<p>Link is dead: download the anythingSlider plugin from css-tricks.com.</p>
<p>I download from css-tricks.com, but i don´t know if this new version isn´t compatible with your post, because Title &amp; Body appears to be hidden, and arrows were descolocated in the screen.</p>
<p>Could you submit a copy of necesary files that you have used?</p>
<p>Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AnythingSlider to Multiple Announcement Lists in SharePoint 2010 &#171; All About SharePoint</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-2/#comment-406</link>
		<dc:creator>AnythingSlider to Multiple Announcement Lists in SharePoint 2010 &#171; All About SharePoint</dc:creator>
		<pubDate>Fri, 19 Nov 2010 05:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-406</guid>
		<description>[...] by ken zheng on November 19, 2010  From Dave’s blog, I changed a little bit. First, I upload all the anythingslider into a slider library that can [...]</description>
		<content:encoded><![CDATA[<p>[...] by ken zheng on November 19, 2010  From Dave’s blog, I changed a little bit. First, I upload all the anythingslider into a slider library that can [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davecavins</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-2/#comment-403</link>
		<dc:creator>davecavins</dc:creator>
		<pubDate>Wed, 03 Nov 2010 16:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-403</guid>
		<description>@atos are you looking at the page in SharePoint designer?  You may want to try putting the page in a different library or in the root of the site to test it first and then export the web part to the page where you actually want to use it.  All the code you should need is in the post, the other code on the .aspx page is unique to your environment so if I posted mine it would not work for you.  It uses unique list ID&#039;s that would not match up with your site.   Hope this helps.</description>
		<content:encoded><![CDATA[<p>@atos are you looking at the page in SharePoint designer?  You may want to try putting the page in a different library or in the root of the site to test it first and then export the web part to the page where you actually want to use it.  All the code you should need is in the post, the other code on the .aspx page is unique to your environment so if I posted mine it would not work for you.  It uses unique list ID&#8217;s that would not match up with your site.   Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davecavins</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-2/#comment-402</link>
		<dc:creator>davecavins</dc:creator>
		<pubDate>Wed, 03 Nov 2010 15:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-402</guid>
		<description>@Gira Do you have content approval turned on for the list.  I am wondering if the other annoucement is just not approvied.  Also I would suggest using the code from this post as it has been updated and may fix the problem: &lt;a href=&quot;http://davecavins.com/2010/04/anything-slider-in-sharepoint-update/&quot; rel=&quot;nofollow&quot;&gt;http://davecavins.com/2010/04/anything-slider-in-sharepoint-update/&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@Gira Do you have content approval turned on for the list.  I am wondering if the other annoucement is just not approvied.  Also I would suggest using the code from this post as it has been updated and may fix the problem: <a href="http://davecavins.com/2010/04/anything-slider-in-sharepoint-update/" rel="nofollow">http://davecavins.com/2010/04/anything-slider-in-sharepoint-update/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: atos</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-2/#comment-400</link>
		<dc:creator>atos</dc:creator>
		<pubDate>Wed, 27 Oct 2010 06:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-400</guid>
		<description>thanks for this great tutorial. 
I would like to use it on my website but i&#039;m stocked at the second step.

In Site Pages I created  a new page and then I added a dataview webpart but i do not see any xsl tags nor DataSources tags!

Help please. if you could post the code of the aspx page that would be helpful. Thanks</description>
		<content:encoded><![CDATA[<p>thanks for this great tutorial.<br />
I would like to use it on my website but i&#8217;m stocked at the second step.</p>
<p>In Site Pages I created  a new page and then I added a dataview webpart but i do not see any xsl tags nor DataSources tags!</p>
<p>Help please. if you could post the code of the aspx page that would be helpful. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gira</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-2/#comment-399</link>
		<dc:creator>Gira</dc:creator>
		<pubDate>Mon, 25 Oct 2010 18:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-399</guid>
		<description>I was able to get this to work except for one thing...  It keeps displaying the same Announcement item (just the one) even though there are 2 announcements in the list.  Any ideas?</description>
		<content:encoded><![CDATA[<p>I was able to get this to work except for one thing&#8230;  It keeps displaying the same Announcement item (just the one) even though there are 2 announcements in the list.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davecavins</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-2/#comment-394</link>
		<dc:creator>davecavins</dc:creator>
		<pubDate>Wed, 13 Oct 2010 13:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-394</guid>
		<description>@ Dan thanks I am glad it was helpful.</description>
		<content:encoded><![CDATA[<p>@ Dan thanks I am glad it was helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://davecavins.com/2009/12/css-tricks-anythingslider-in-sharepoint/comment-page-2/#comment-393</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 06 Oct 2010 09:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://davecavins.com/?p=366#comment-393</guid>
		<description>Just an update on this, might be useful to other 2010 users. 

In SPD 2010 the  code will be hidden until you select your data view web-part and choose the &#039;customize xslt&#039; button from the web-part design ribbon. It doesn&#039;t show the code by default.

Really good post though Dave, very helpful to me!</description>
		<content:encoded><![CDATA[<p>Just an update on this, might be useful to other 2010 users. </p>
<p>In SPD 2010 the  code will be hidden until you select your data view web-part and choose the &#8216;customize xslt&#8217; button from the web-part design ribbon. It doesn&#8217;t show the code by default.</p>
<p>Really good post though Dave, very helpful to me!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

