<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (ChrisLTD)</title>
    <link>https://pinboard.in/u:ChrisLTD/public/</link>
    <description>recent bookmarks from ChrisLTD</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://www.macmeanoffer.com/"/>
	<rdf:li rdf:resource="http://www.devcurry.com/2010/10/use-jquery-to-detect-if-user-has.html"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://www.macmeanoffer.com/">
    <title>Sell Your Apple Macbook Pro &amp; Air | Imac | Ipads | Products to Mac Me An Offer</title>
    <dc:date>2019-11-15T15:13:24+00:00</dc:date>
    <link>https://www.macmeanoffer.com/</link>
    <dc:creator>ChrisLTD</dc:creator><dc:subject>electronics gadgets mac tech sell</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:ChrisLTD/b:d8e931262b19/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:ChrisLTD/t:electronics"/>
	<rdf:li rdf:resource="https://pinboard.in/u:ChrisLTD/t:gadgets"/>
	<rdf:li rdf:resource="https://pinboard.in/u:ChrisLTD/t:mac"/>
	<rdf:li rdf:resource="https://pinboard.in/u:ChrisLTD/t:tech"/>
	<rdf:li rdf:resource="https://pinboard.in/u:ChrisLTD/t:sell"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.devcurry.com/2010/10/use-jquery-to-detect-if-user-has.html">
    <title>Use jQuery to Detect if User has Scrolled to the Bottom or Top of a Page</title>
    <dc:date>2012-02-15T02:43:45+00:00</dc:date>
    <link>http://www.devcurry.com/2010/10/use-jquery-to-detect-if-user-has.html</link>
    <dc:creator>ChrisLTD</dc:creator><description><![CDATA[     $(function () {
             var $win = $(window);

             $win.scroll(function () {
                 if ($win.scrollTop() == 0)
                     alert('Scrolled to Page Top');
                 else if ($win.height() + $win.scrollTop()
                                == $(document).height()) {
                     alert('Scrolled to Page Bottom');
                 }
             });
         });]]></description>
<dc:subject>ios jquery scroll tech</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:ChrisLTD/b:b399921ea199/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:ChrisLTD/t:ios"/>
	<rdf:li rdf:resource="https://pinboard.in/u:ChrisLTD/t:jquery"/>
	<rdf:li rdf:resource="https://pinboard.in/u:ChrisLTD/t:scroll"/>
	<rdf:li rdf:resource="https://pinboard.in/u:ChrisLTD/t:tech"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>