<?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>jfrank &#187; resources</title>
	<atom:link href="http://www.joshuafrankamp.com/blog/category/resources/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshuafrankamp.com/blog</link>
	<description>technology and some random stuff</description>
	<lastBuildDate>Wed, 01 Sep 2010 22:18:12 +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>launchy hot key broken</title>
		<link>http://www.joshuafrankamp.com/blog/launchy-hot-key-broken/</link>
		<comments>http://www.joshuafrankamp.com/blog/launchy-hot-key-broken/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 10:59:12 +0000</pubDate>
		<dc:creator>jfrank</dc:creator>
				<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://www.joshuafrankamp.com/blog/?p=14</guid>
		<description><![CDATA[I use Launchy for Windows, it is a command line launcher that allows the user to forget the start menu is even there. Which is a dream come true. It is also customizable and generally useful.
I somehow broke my launch key setting by resetting it to an invalid combination. Alt-Space is the default, and I [...]]]></description>
			<content:encoded><![CDATA[<p>I use <a href="http://www.launchy.net/">Launchy</a> for Windows, it is a command line launcher that allows the user to forget the start menu is even there. Which is a dream come true. It is also customizable and generally useful.</p>
<p>I somehow broke my launch key setting by resetting it to an invalid combination. Alt-Space is the default, and I had set it to something that simply didn&#8217;t bring up the Launchy window. This is a problem with Launchy because there is no &#8216;official&#8217; way to reset the hotkey without first bringing up the launchy window.</p>
<p>In short, if you ever have this problem, instead of attempting a reinstall, which doesn&#8217;t work just do this:</p>
<p>How To Fix Launchy&#8217;s Hot Key:</p>
<ol>
<li>Kill Launchy.exe from the task manager.</li>
<li>Open launchy.ini in your users application data folder.<br />
For windows XP users, this is:<br />
C:\Documents and Settings\yourusernamehere\Application Data\Launchy\Launchy.ini</li>
<li>Add or replace these ini style keys:
<pre>[GenOps]
hotkeyAction=32
hotkeyModifier=134217728</pre>
</li>
<li>Save the file, and restart Launchy.exe</li>
<li>Use Alt-Space (which is what you just reset the hotkey combo to be)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuafrankamp.com/blog/launchy-hot-key-broken/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>google charts is cool</title>
		<link>http://www.joshuafrankamp.com/blog/google-charts-is-cool/</link>
		<comments>http://www.joshuafrankamp.com/blog/google-charts-is-cool/#comments</comments>
		<pubDate>Fri, 02 May 2008 06:03:36 +0000</pubDate>
		<dc:creator>jfrank</dc:creator>
				<category><![CDATA[resources]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.joshuafrankamp.com/blog/?p=12</guid>
		<description><![CDATA[I picked three random names, three random numbers, and a random title to generate this chart.

Here is a breakdown of the url I used
http://chart.apis.google.com/chart
Chart Size
chs=375&#215;175
Chart Title
chtt=Superdelegate+Endorsements
Chart Type
cht=p
Chart Data
chd=t:288,260,244
Chart Labels
chl=Uncommitted+(288)&#124;Clinton+(260)&#124;Obama+(244)
Color
chco=929AAF
Full url:
http://chart.apis.google.com/chart?chs=375&#215;175&#38;chtt=Superdelegate+Endorsements&#38;cht=p&#38;chd=t:288,260,244&#38;chl=Uncommitted+(288)&#124;Clinton+(260)&#124;Obama+(244)&#38;chco=929AAF
API:
http://code.google.com/apis/chart/
]]></description>
			<content:encoded><![CDATA[<p>I picked three random names, three random numbers, and a random title to generate this chart.</p>
<p><img src="http://chart.apis.google.com/chart?chs=375x175&amp;chtt=Superdelegate+Endorsements&amp;cht=p&amp;chd=t:288,260,244&amp;chl=Uncommitted+(288)|Clinton+(260)|Obama+(244)&amp;chco=929AAF" alt="" width="375" height="175" /></p>
<p>Here is a breakdown of the url I used</p>
<p>http://chart.apis.google.com/chart</p>
<p>Chart Size<br />
chs=375&#215;175</p>
<p>Chart Title<br />
chtt=Superdelegate+Endorsements</p>
<p>Chart Type<br />
cht=p</p>
<p>Chart Data<br />
chd=t:288,260,244</p>
<p>Chart Labels<br />
chl=Uncommitted+(288)|Clinton+(260)|Obama+(244)</p>
<p>Color<br />
chco=929AAF</p>
<p>Full url:<br />
<a href="http://chart.apis.google.com/chart?chs=375x175&amp;chtt=Superdelegate+Endorsements&amp;cht=p&amp;chd=t:288,260,244&amp;chl=Uncommitted+(288)|Clinton+(260)|Obama+(244)&amp;chco=929AAF">http://chart.apis.google.com/chart?chs=375&#215;175&amp;chtt=Superdelegate+Endorsements&amp;cht=p&amp;chd=t:288,260,244&amp;chl=Uncommitted+(288)|Clinton+(260)|Obama+(244)&amp;chco=929AAF</a></p>
<p>API:<br />
<a href="http://code.google.com/apis/chart/">http://code.google.com/apis/chart/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuafrankamp.com/blog/google-charts-is-cool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lists</title>
		<link>http://www.joshuafrankamp.com/blog/lists/</link>
		<comments>http://www.joshuafrankamp.com/blog/lists/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 05:21:50 +0000</pubDate>
		<dc:creator>jfrank</dc:creator>
				<category><![CDATA[resources]]></category>
		<category><![CDATA[free city country list]]></category>

		<guid isPermaLink="false">http://www.joshuafrankamp.com/blog/?p=10</guid>
		<description><![CDATA[I found an interesting site called maxmind while looking for a database of country information.
they have a simple iso list,
http://www.maxmind.com/app/iso3166
and a database of world cities
http://www.maxmind.com/app/worldcities
free.
]]></description>
			<content:encoded><![CDATA[<p>I found an interesting site called maxmind while looking for a database of country information.</p>
<p>they have a simple iso list,</p>
<p><a href="http://www.maxmind.com/app/iso3166">http://www.maxmind.com/app/iso3166</a></p>
<p>and a database of world cities</p>
<p><a href="http://www.maxmind.com/app/worldcities">http://www.maxmind.com/app/worldcities</a></p>
<p>free.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuafrankamp.com/blog/lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
