<?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; Brett Terpstra</title>
	<atom:link href="http://tipjar.thegleebox.com/author/brett/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>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>2</slash:comments>
		</item>
		<item>
		<title>TUAW Redux</title>
		<link>http://tipjar.thegleebox.com/tuaw-redux/</link>
		<comments>http://tipjar.thegleebox.com/tuaw-redux/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 04:46:28 +0000</pubDate>
		<dc:creator>Brett Terpstra</dc:creator>
				<category><![CDATA[ESP Visions]]></category>

		<guid isPermaLink="false">http://tipjar.thegleebox.com/tuaw-redux/</guid>
		<description><![CDATA[tuaw.com : h2.posttitle&#62;a[rel=bookmark],a.next-page
Includes the &#8220;next&#8221; button when you tab out of the last article on the page.]]></description>
			<content:encoded><![CDATA[<p><code>tuaw.com : h2.posttitle&gt;a[rel=bookmark],a.next-page</code></p>
<p>Includes the &#8220;next&#8221; button when you tab out of the last article on the page.</p>]]></content:encoded>
			<wfw:commentRss>http://tipjar.thegleebox.com/tuaw-redux/feed/</wfw:commentRss>
		<slash:comments>0</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>8</slash:comments>
		</item>
	</channel>
</rss>
