<?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 Cherrysave</title>
	<atom:link href="http://www.cherrysave.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cherrysave.com</link>
	<description>simple web designs blog + framework development + social media and seo</description>
	<lastBuildDate>Tue, 09 Mar 2010 16:59:07 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Create a Hovering Scroll to Top Button With JQuery by jQuery Resources for One-Page Portfolios &#124; pro2go Designs Blog</title>
		<link>http://www.cherrysave.com/jquery/create-a-hovering-scroll-to-top-button-with-jquery/comment-page-1/#comment-876</link>
		<dc:creator>jQuery Resources for One-Page Portfolios &#124; pro2go Designs Blog</dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherrysave.com/?p=248#comment-876</guid>
		<description>[...] Create a Hovering Scroll to Top Button with jQuery Because one-page sites tend to be rather long, it&#8217;s helpful to have a link to allow visitors to easily return to the top of the page. Cherrysave has a tutorial that shows how to create a button that will hover as the user scrolls. [...]</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->[...] Create a Hovering Scroll to Top Button with jQuery Because one-page sites tend to be rather long, it&#8217;s helpful to have a link to allow visitors to easily return to the top of the page. Cherrysave has a tutorial that shows how to create a button that will hover as the user scrolls. [...]<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a Hovering Scroll to Top Button With JQuery by Annie</title>
		<link>http://www.cherrysave.com/jquery/create-a-hovering-scroll-to-top-button-with-jquery/comment-page-1/#comment-873</link>
		<dc:creator>Annie</dc:creator>
		<pubDate>Tue, 09 Mar 2010 05:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherrysave.com/?p=248#comment-873</guid>
		<description>This was great, thank you for the tutorial.  I had been looking for awhile for an easy way to do a scrolling object.  I am fairly unfamiliar with JQuery, but this was perfectly straight-forward.  Thank you!</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->This was great, thank you for the tutorial.  I had been looking for awhile for an easy way to do a scrolling object.  I am fairly unfamiliar with JQuery, but this was perfectly straight-forward.  Thank you!<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a Hovering Scroll to Top Button With JQuery by Web Resources &#187; 7 λύσεις για &#8216;Scroll To Top&#8217; με jQuery</title>
		<link>http://www.cherrysave.com/jquery/create-a-hovering-scroll-to-top-button-with-jquery/comment-page-1/#comment-862</link>
		<dc:creator>Web Resources &#187; 7 λύσεις για &#8216;Scroll To Top&#8217; με jQuery</dc:creator>
		<pubDate>Sat, 06 Mar 2010 14:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherrysave.com/?p=248#comment-862</guid>
		<description>[...] Δημιουργήστε ένα αιωρούμενο Scroll To Top κουμπί με jQuery [...]</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->[...] Δημιουργήστε ένα αιωρούμενο Scroll To Top κουμπί με jQuery [...]<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Forget About Photoshop: 5 More Ways to Stop Using Images in Your Designs by The Ultimate Entrepreneur &#38; Small Business Toolbox &#124; Sean M Everett</title>
		<link>http://www.cherrysave.com/web-design/forget-about-photoshop-stop-using-images/comment-page-1/#comment-858</link>
		<dc:creator>The Ultimate Entrepreneur &#38; Small Business Toolbox &#124; Sean M Everett</dc:creator>
		<pubDate>Fri, 05 Mar 2010 22:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherrysave.com/?p=320#comment-858</guid>
		<description>[...] Forget About Photoshop: 5 More Ways to Stop Using Images in Your Designs - Cherrysave [...]</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->[...] Forget About Photoshop: 5 More Ways to Stop Using Images in Your Designs - Cherrysave [...]<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery for Beginners: Selectors, Hierarchies and Attributes, Oh My! by Robin</title>
		<link>http://www.cherrysave.com/programming/jquery-for-beginners-selectors-hierarchies-and-attributes-oh-my/comment-page-1/#comment-849</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Wed, 03 Mar 2010 16:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherrysave.com/?p=233#comment-849</guid>
		<description>Answer to LuK&#039;s question about adding multiple css atributes:

You can also add a css class on something, like in your case something with the class of article inside a p tag. Do like this.

$(&quot;p.article&quot;).addClass(&quot;yourCssClass&quot;);</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Answer to LuK&#8217;s question about adding multiple css atributes:</p>
<p>You can also add a css class on something, like in your case something with the class of article inside a p tag. Do like this.</p>
<p>$(&#8221;p.article&#8221;).addClass(&#8221;yourCssClass&#8221;);<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Recreate the Apple Product Slider with JQuery by Software Stock</title>
		<link>http://www.cherrysave.com/web-design/how-to-recreate-the-apple-product-slider-with-jquery/comment-page-1/#comment-848</link>
		<dc:creator>Software Stock</dc:creator>
		<pubDate>Wed, 03 Mar 2010 13:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherrysave.com/?p=152#comment-848</guid>
		<description>&lt;a href=&quot;http://www.softwarestock.net/Windows/Web-Development.html&quot; rel=&quot;nofollow&quot;&gt;Download free web development tools&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><a href="http://www.softwarestock.net/Windows/Web-Development.html" rel="nofollow">Download free web development tools</a><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a Hovering Scroll to Top Button With JQuery by 7 &#8216;Scroll to Top&#8217; jQuery Solutions</title>
		<link>http://www.cherrysave.com/jquery/create-a-hovering-scroll-to-top-button-with-jquery/comment-page-1/#comment-825</link>
		<dc:creator>7 &#8216;Scroll to Top&#8217; jQuery Solutions</dc:creator>
		<pubDate>Sun, 21 Feb 2010 21:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherrysave.com/?p=248#comment-825</guid>
		<description>[...] 3. Disappearing “Scroll to top” link with jQuery and CSS [...]</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->[...] 3. Disappearing “Scroll to top” link with jQuery and CSS [...]<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 Web Design Blogs You Should Be Reading by ecommerce web design</title>
		<link>http://www.cherrysave.com/inspiration/10-web-design-blogs-you-should-be-reading/comment-page-1/#comment-815</link>
		<dc:creator>ecommerce web design</dc:creator>
		<pubDate>Sat, 20 Feb 2010 12:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherrysave.com/?p=350#comment-815</guid>
		<description>deepdesign.co.uk is committed to developing a long-term relationship with clients. We understand our clients requirement how to manage projects from corporate websites to those that include e-commerce integrations,</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->deepdesign.co.uk is committed to developing a long-term relationship with clients. We understand our clients requirement how to manage projects from corporate websites to those that include e-commerce integrations,<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Record your Desktop with Linux Tools by Piotr Krzyzek</title>
		<link>http://www.cherrysave.com/linux/record-your-desktop-with-linux-tools/comment-page-1/#comment-813</link>
		<dc:creator>Piotr Krzyzek</dc:creator>
		<pubDate>Thu, 18 Feb 2010 22:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherrysave.com/?p=344#comment-813</guid>
		<description>Those are all great software. Though the latest one that has come out and beaten all of those (for KDE) is RecordItNow. 

RecordItNow is extremely versatile and it even works with partically any audio system. It&#039;s not plenty of features (more than the rest) and a simple (yet nice) interface. 

I made a quick video (~8min) on how to install it and use it on my blog http://bit.ly/cSBU5R

So far I&#039;ve tried most, if not all, of the linux screencasting tools and RecordItNow trumps over them all (so far).</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Those are all great software. Though the latest one that has come out and beaten all of those (for KDE) is RecordItNow. </p>
<p>RecordItNow is extremely versatile and it even works with partically any audio system. It&#8217;s not plenty of features (more than the rest) and a simple (yet nice) interface. </p>
<p>I made a quick video (~8min) on how to install it and use it on my blog <a href="http://bit.ly/cSBU5R" rel="nofollow">http://bit.ly/cSBU5R</a></p>
<p>So far I&#8217;ve tried most, if not all, of the linux screencasting tools and RecordItNow trumps over them all (so far).<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 Web Design Blogs You Should Be Reading by San Jose web design</title>
		<link>http://www.cherrysave.com/inspiration/10-web-design-blogs-you-should-be-reading/comment-page-1/#comment-808</link>
		<dc:creator>San Jose web design</dc:creator>
		<pubDate>Tue, 16 Feb 2010 12:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherrysave.com/?p=350#comment-808</guid>
		<description>great resource! thanks for sharing Kurt</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->great resource! thanks for sharing Kurt<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.338 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-10 23:59:12 -->
