<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TipJar &#187; Custom Scrapers</title>
	<atom:link href="http://tipjar.thegleebox.com/category/scrapers/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipjar.thegleebox.com</link>
	<description></description>
	<lastBuildDate>Sun, 29 Aug 2010 12:09:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTML5 navigation elements</title>
		<link>http://tipjar.thegleebox.com/html5-navigation-elements/</link>
		<comments>http://tipjar.thegleebox.com/html5-navigation-elements/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 20:59:17 +0000</pubDate>
		<dc:creator>Soliman Sylvain</dc:creator>
				<category><![CDATA[Custom Scrapers]]></category>

		<guid isPermaLink="false">http://tipjar.thegleebox.com/html5-navigation-elements/</guid>
		<description><![CDATA[?5 : nav li,section:not(:has(section))
list items in the navigation area and lowest level sections]]></description>
			<content:encoded><![CDATA[<p>?5 : nav li,section:not(:has(section))</p>
<p>list items in the navigation area and lowest level sections</p>]]></content:encoded>
			<wfw:commentRss>http://tipjar.thegleebox.com/html5-navigation-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Admin List views</title>
		<link>http://tipjar.thegleebox.com/wordpress-admin-list-views/</link>
		<comments>http://tipjar.thegleebox.com/wordpress-admin-list-views/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 17:44:31 +0000</pubDate>
		<dc:creator>Ankit</dc:creator>
				<category><![CDATA[Custom Scrapers]]></category>

		<guid isPermaLink="false">http://tipjar.thegleebox.com/wordpress-admin-list-views/</guid>
		<description><![CDATA[Navigate through items in list views (e.g. edit.php) in Wordpress Admin. 
wp : a.row-title,td.media.column-media&#62;strong&#62;a]]></description>
			<content:encoded><![CDATA[<p>Navigate through items in list views (e.g. edit.php) in Wordpress Admin. </p>
<p>wp : a.row-title,td.media.column-media&gt;strong&gt;a</p>]]></content:encoded>
			<wfw:commentRss>http://tipjar.thegleebox.com/wordpress-admin-list-views/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Admin Sidebar Menu</title>
		<link>http://tipjar.thegleebox.com/wordpress-admin-sidebar-menu/</link>
		<comments>http://tipjar.thegleebox.com/wordpress-admin-sidebar-menu/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 16:08:29 +0000</pubDate>
		<dc:creator>Dan Jones</dc:creator>
				<category><![CDATA[Custom Scrapers]]></category>

		<guid isPermaLink="false">http://tipjar.thegleebox.com/wordpress-admin-sidebar-menu/</guid>
		<description><![CDATA[?wpamenu : #adminmenu &#62; li:not(.wp-menu-separator)
In the Wordpress Admin area, this selects the menu items in the left-side nav bar.]]></description>
			<content:encoded><![CDATA[<p>?wpamenu : #adminmenu &gt; li:not(.wp-menu-separator)</p>
<p>In the Wordpress Admin area, this selects the menu items in the left-side nav bar.</p>]]></content:encoded>
			<wfw:commentRss>http://tipjar.thegleebox.com/wordpress-admin-sidebar-menu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Level-specific headline selectors</title>
		<link>http://tipjar.thegleebox.com/level-specific-headline-selectors/</link>
		<comments>http://tipjar.thegleebox.com/level-specific-headline-selectors/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 19:31:06 +0000</pubDate>
		<dc:creator>Brett Terpstra</dc:creator>
				<category><![CDATA[Custom Scrapers]]></category>

		<guid isPermaLink="false">http://tipjar.thegleebox.com/level-specific-headline-selectors/</guid>
		<description><![CDATA[Ok, these are stupid, but I&#8217;m finding them useful (because the fewer keystrokes, the happier I am).

?2 : h2
?3 : h3
?4 : h4

On a well marked-up blog page, these will usually help you quickly narrow down the search to just article headlines, skipping sub-headlines and sidebars. Not perfect, but a quick solution for new pages [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, these are stupid, but I&#8217;m finding them useful (because the fewer keystrokes, the happier I am).</p>
<p><code><br />
?2 : h2<br />
?3 : h3<br />
?4 : h4<br />
</code></p>
<p>On a well marked-up blog page, these will usually help you quickly narrow down the search to just article headlines, skipping sub-headlines and sidebars. Not perfect, but a quick solution for new pages you probably won&#8217;t be back to.</p>]]></content:encoded>
			<wfw:commentRss>http://tipjar.thegleebox.com/level-specific-headline-selectors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Next!</title>
		<link>http://tipjar.thegleebox.com/next/</link>
		<comments>http://tipjar.thegleebox.com/next/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 04:33:38 +0000</pubDate>
		<dc:creator>Brett Terpstra</dc:creator>
				<category><![CDATA[Custom Scrapers]]></category>

		<guid isPermaLink="false">http://tipjar.thegleebox.com/next/</guid>
		<description><![CDATA[n : a[class^=next],a[rel=next],a:contains("Next"),a:contains("Older"),a:contains("More")
A work in progress, but working on many sites. Just type ?n on a results page or listing, and it looks for the &#8220;Next&#8221; button (or &#8220;older posts&#8221;, &#8220;more results&#8221;, etc.).]]></description>
			<content:encoded><![CDATA[<p><code>n : a[class^=next],a[rel=next],a:contains("Next"),a:contains("Older"),a:contains("More")</code></p>
<p>A work in progress, but working on many sites. Just type ?n on a results page or listing, and it looks for the &#8220;Next&#8221; button (or &#8220;older posts&#8221;, &#8220;more results&#8221;, etc.).</p>]]></content:encoded>
			<wfw:commentRss>http://tipjar.thegleebox.com/next/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Page Top (On Most Websites)</title>
		<link>http://tipjar.thegleebox.com/page-top-on-most-websites/</link>
		<comments>http://tipjar.thegleebox.com/page-top-on-most-websites/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 19:20:34 +0000</pubDate>
		<dc:creator>Hen Asraf</dc:creator>
				<category><![CDATA[Custom Scrapers]]></category>

		<guid isPermaLink="false">http://tipjar.thegleebox.com/page-top-on-most-websites/</guid>
		<description><![CDATA[?top : body&#62;div:first-of-type
This should in most cases bring you to the very top of the page, or a few px below it &#8212; depending on the structure; this will usually bring you to the website&#8217;s header.]]></description>
			<content:encoded><![CDATA[<p>?top : body&gt;div:first-of-type</p>
<p>This should in most cases bring you to the very top of the page, or a few px below it &#8212; depending on the structure; this will usually bring you to the website&#8217;s header.</p>]]></content:encoded>
			<wfw:commentRss>http://tipjar.thegleebox.com/page-top-on-most-websites/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Twitter shared links</title>
		<link>http://tipjar.thegleebox.com/twitter-shared-links/</link>
		<comments>http://tipjar.thegleebox.com/twitter-shared-links/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 23:29:17 +0000</pubDate>
		<dc:creator>Sameer</dc:creator>
				<category><![CDATA[Custom Scrapers]]></category>

		<guid isPermaLink="false">http://tipjar.thegleebox.com/twitter-shared-links/</guid>
		<description><![CDATA[?t  :  a.web
Selects links shared in tweets. Works on all twitter.com stream pages, but not the search results page. I use it to quickly navigate through the links shared by people on twitter (And to open them in tabs using SHIFT+ENTER). ]]></description>
			<content:encoded><![CDATA[<p><code>?t  :  a.web</code></p>
<p>Selects links shared in tweets. Works on all twitter.com stream pages, but not the search results page. I use it to quickly navigate through the links shared by people on twitter (And to open them in tabs using SHIFT+ENTER). </p>]]></content:encoded>
			<wfw:commentRss>http://tipjar.thegleebox.com/twitter-shared-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
