<?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>Rolled On The River &#187; Handy Tools</title>
	<atom:link href="http://rolledontheriver.com/tag/handy-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://rolledontheriver.com</link>
	<description>You can lead a horse to water, but only a donkey will follow you to the river.</description>
	<lastBuildDate>Sat, 14 Aug 2010 04:40:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Goodbye Cashier!</title>
		<link>http://rolledontheriver.com/2010/01/goodbye-cashier/</link>
		<comments>http://rolledontheriver.com/2010/01/goodbye-cashier/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 13:37:19 +0000</pubDate>
		<dc:creator>skelm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Handy Tools]]></category>

		<guid isPermaLink="false">http://rolledontheriver.com/?p=333</guid>
		<description><![CDATA[One problem I had until recently was checking the Hold’em Manager sessions tab and/or FullTilt cashier when playing to see how a session was going.
I noticed that simply telling myself I wasn’t going to click either of these wasn’t enough – I needed something more drastic. The end result of this was an AHK script [...]]]></description>
			<content:encoded><![CDATA[<p>One problem I had until recently was checking the Hold’em Manager sessions tab and/or FullTilt cashier when playing to see how a session was going.</p>
<p>I noticed that simply telling myself I wasn’t going to click either of these wasn’t enough – I needed something more drastic. The end result of this was an AHK script that will close the cashier if it’s opened and minimize Hold’em Manager if I try to look at it (if you use the AHK script remember to start auto-importing before you open it).</p>
<p>I’ve included the AHK script below for those who would like a copy. I’m in the process of writing an article on how to use and write your own AHK scripts so although some of you may not yet be sure what to do with it, I will be putting instructions up in the coming week.</p>
<blockquote><p>#Persistent<br />
#SingleInstance</p>
<p>SetTimer, NoCashierOrHEM, 300<br />
return</p>
<p>NoCashierOrHEM:<br />
IfWinExist , Cashier<br />
WinClose , Cashier<br />
IfWinExist , Hold&#8217;em + Omaha Manager<br />
WinMinimize , Hold&#8217;em + Omaha Manager<br />
return</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://rolledontheriver.com/2010/01/goodbye-cashier/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->