<?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: usability 101: adding a global &quot;back to top&quot; to your site</title>
	<atom:link href="http://blog.gonchuki.com/archives/usability-101-adding-a-global-back-to-top-to-your-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gonchuki.com/archives/usability-101-adding-a-global-back-to-top-to-your-site/</link>
	<description></description>
	<lastBuildDate>Tue, 30 Aug 2011 04:07:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: klaus Arends</title>
		<link>http://blog.gonchuki.com/archives/usability-101-adding-a-global-back-to-top-to-your-site/comment-page-1/#comment-600</link>
		<dc:creator>klaus Arends</dc:creator>
		<pubDate>Wed, 22 Jun 2011 18:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gonchuki.com/archives/usability-101-adding-a-global-back-to-top-to-your-site/#comment-600</guid>
		<description>Thanks a lot ... for the script.
I had a back up button on Joomla realized with jquery. 
It gave me some conflicts with mootools modules...
This is exactly the Solution i needed...
Regards from Spain...</description>
		<content:encoded><![CDATA[<p>Thanks a lot &#8230; for the script.<br />
I had a back up button on Joomla realized with jquery.<br />
It gave me some conflicts with mootools modules&#8230;<br />
This is exactly the Solution i needed&#8230;<br />
Regards from Spain&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gonchuki</title>
		<link>http://blog.gonchuki.com/archives/usability-101-adding-a-global-back-to-top-to-your-site/comment-page-1/#comment-347</link>
		<dc:creator>gonchuki</dc:creator>
		<pubDate>Fri, 27 Feb 2009 18:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gonchuki.com/archives/usability-101-adding-a-global-back-to-top-to-your-site/#comment-347</guid>
		<description>@Pandu
no instructions needed, just include the downloaded files in your page and you are done.
You can also try with the updated version for mootools 1.2 as it needs just a single CSS selector to configure the appearance and all logic has been abstracted in the .js file.</description>
		<content:encoded><![CDATA[<p>@Pandu<br />
no instructions needed, just include the downloaded files in your page and you are done.<br />
You can also try with the updated version for mootools 1.2 as it needs just a single <acronym title="Cascading Style Sheets">CSS</acronym> selector to configure the appearance and all logic has been abstracted in the .js file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pandu</title>
		<link>http://blog.gonchuki.com/archives/usability-101-adding-a-global-back-to-top-to-your-site/comment-page-1/#comment-318</link>
		<dc:creator>Pandu</dc:creator>
		<pubDate>Fri, 20 Feb 2009 10:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gonchuki.com/archives/usability-101-adding-a-global-back-to-top-to-your-site/#comment-318</guid>
		<description>How to insert downloaded code into my html file.

Step by step instruction will be highly appreciated.

regards,
Pandu</description>
		<content:encoded><![CDATA[<p>How to insert downloaded code into my <acronym title="HyperText Markup Language">HTML</acronym> file.</p>
<p>Step by step instruction will be highly appreciated.</p>
<p>regards,<br />
Pandu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Menno Tjoelker</title>
		<link>http://blog.gonchuki.com/archives/usability-101-adding-a-global-back-to-top-to-your-site/comment-page-1/#comment-280</link>
		<dc:creator>Menno Tjoelker</dc:creator>
		<pubDate>Mon, 01 Sep 2008 00:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gonchuki.com/archives/usability-101-adding-a-global-back-to-top-to-your-site/#comment-280</guid>
		<description>Hello.

Thank you for this very useful script. It&#039;s a great idea!

I made some small change to avoid the &#039;back to top&#039; message to appear in print as well:
- In the .css file, I surrounded everything by &#039;@media screen { ...} and at the end I added a section for printing&#039;:
@media print{
#back-to-top,
#back-to-top.visible {
  display: none;
}
}
- As the css file should now be used in case of printing as well, I removed &#039;media screen&#039; from the html pages linking to it.

Kind regards,

Menno Tjoelker, EIndhoven, Netherlands</description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>Thank you for this very useful script. It&#039;s a great idea!</p>
<p>I made some small change to avoid the &#039;back to top&#039; message to appear in print as well:<br />
- In the .css file, I surrounded everything by &#039;@media screen { &#8230;} and at the end I added a section for printing&#039;:<br />
@media print{<br />
#back-to-top,<br />
#back-to-top.visible {<br />
  display: none;<br />
}<br />
}<br />
- As the <acronym title="Cascading Style Sheets">CSS</acronym> file should now be used in case of printing as well, I removed &#039;media screen&#039; from the <acronym title="HyperText Markup Language">HTML</acronym> pages linking to it.</p>
<p>Kind regards,</p>
<p>Menno Tjoelker, EIndhoven, Netherlands</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gonchuki</title>
		<link>http://blog.gonchuki.com/archives/usability-101-adding-a-global-back-to-top-to-your-site/comment-page-1/#comment-127</link>
		<dc:creator>gonchuki</dc:creator>
		<pubDate>Mon, 14 Apr 2008 16:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gonchuki.com/archives/usability-101-adding-a-global-back-to-top-to-your-site/#comment-127</guid>
		<description>remember that this is just a showcase on the idea, if anyone decides to implement this for their own site I bet they will end with a much better looking (and color/contrast aware) solution.</description>
		<content:encoded><![CDATA[<p>remember that this is just a showcase on the idea, if anyone decides to implement this for their own site I bet they will end with a much better looking (and color/contrast aware) solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dunc</title>
		<link>http://blog.gonchuki.com/archives/usability-101-adding-a-global-back-to-top-to-your-site/comment-page-1/#comment-126</link>
		<dc:creator>Dunc</dc:creator>
		<pubDate>Mon, 14 Apr 2008 13:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gonchuki.com/archives/usability-101-adding-a-global-back-to-top-to-your-site/#comment-126</guid>
		<description>Quite a nice idea.

Would be good if you increased the contrast of the &#039;back to top&#039; link on this blog though. You&#039;re obviously aware of blind users who use screen readers, but don&#039;t forget old, partially sighted or colour blind users where contrast between colours is very important.</description>
		<content:encoded><![CDATA[<p>Quite a nice idea.</p>
<p>Would be good if you increased the contrast of the &#039;back to top&#039; link on this blog though. You&#039;re obviously aware of blind users who use screen readers, but don&#039;t forget old, partially sighted or colour blind users where contrast between colours is very important.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeeremie</title>
		<link>http://blog.gonchuki.com/archives/usability-101-adding-a-global-back-to-top-to-your-site/comment-page-1/#comment-121</link>
		<dc:creator>Jeeremie</dc:creator>
		<pubDate>Tue, 11 Mar 2008 15:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gonchuki.com/archives/usability-101-adding-a-global-back-to-top-to-your-site/#comment-121</guid>
		<description>Thanks, 

I have seen something similar called &quot;Para cada comentario, mato a un gatito&quot; but like your script, this isn&#039;t working in IE6. 

As Justin mention is, it would be more obvious if it was on top of the page and less obtrusive. I would not notice the Backtotop link if you didn&#039;t mention it.

Anyway, nice script. I just think it could be improved.</description>
		<content:encoded><![CDATA[<p>Thanks, </p>
<p>I have seen something similar called &#034;Para cada comentario, mato a un gatito&#034; but like your script, this isn&#039;t working in IE6. </p>
<p>As Justin mention is, it would be more obvious if it was on top of the page and less obtrusive. I would not notice the Backtotop link if you didn&#039;t mention it.</p>
<p>Anyway, nice script. I just think it could be improved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Wood</title>
		<link>http://blog.gonchuki.com/archives/usability-101-adding-a-global-back-to-top-to-your-site/comment-page-1/#comment-110</link>
		<dc:creator>Dave Wood</dc:creator>
		<pubDate>Sat, 05 Jan 2008 03:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gonchuki.com/archives/usability-101-adding-a-global-back-to-top-to-your-site/#comment-110</guid>
		<description>Thanks Gonchuki,

I&#039;ve got it! Like I said, I thought this idea would be more likely used. 

Thanks for the tutorial, and many thanks for your help,

Woody.</description>
		<content:encoded><![CDATA[<p>Thanks Gonchuki,</p>
<p>I&#039;ve got it! Like I said, I thought this idea would be more likely used. </p>
<p>Thanks for the tutorial, and many thanks for your help,</p>
<p>Woody.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gonchuki</title>
		<link>http://blog.gonchuki.com/archives/usability-101-adding-a-global-back-to-top-to-your-site/comment-page-1/#comment-109</link>
		<dc:creator>gonchuki</dc:creator>
		<pubDate>Mon, 24 Dec 2007 15:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gonchuki.com/archives/usability-101-adding-a-global-back-to-top-to-your-site/#comment-109</guid>
		<description>yes Dave, it&#039;s completely possible but as the &quot;back to top&quot; link has absolutely no semantic sense (it&#039;s a navigational aid as I said in the article) we are injecting the content with JS.

If you want it your way, just remove lines 2 to 11 and put somewhere on your HTML the #back-to-top span.</description>
		<content:encoded><![CDATA[<p>yes Dave, it&#039;s completely possible but as the &#034;back to top&#034; link has absolutely no semantic sense (it&#039;s a navigational aid as I said in the article) we are injecting the content with <acronym title="JavaScript">JS</acronym>.</p>
<p>If you want it your way, just remove lines 2 to 11 and put somewhere on your <acronym title="HyperText Markup Language">HTML</acronym> the #back-to-top span.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Wood</title>
		<link>http://blog.gonchuki.com/archives/usability-101-adding-a-global-back-to-top-to-your-site/comment-page-1/#comment-108</link>
		<dc:creator>Dave Wood</dc:creator>
		<pubDate>Sun, 23 Dec 2007 14:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gonchuki.com/archives/usability-101-adding-a-global-back-to-top-to-your-site/#comment-108</guid>
		<description>Hi there,

Thanks for the tips - I&#039;ve been searching a way to do this for a while now. I would have thought this sort of technique would be more widely used.

I&#039;m pretty clueless when it comes to javascript, and was wondering if it&#039;s possible to use this code just to change the visibility of the backtotop div, rather than injecting the style and content in Javascript? 

Thanks for your help!</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Thanks for the tips &#8211; I&#039;ve been searching a way to do this for a while now. I would have thought this sort of technique would be more widely used.</p>
<p>I&#039;m pretty clueless when it comes to javascript, and was wondering if it&#039;s possible to use this code just to change the visibility of the backtotop div, rather than injecting the style and content in Javascript? </p>
<p>Thanks for your help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

