<?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>CoffeeGhost &#187; Software</title>
	<atom:link href="http://coffeeghost.net/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://coffeeghost.net</link>
	<description>Weird musings. Useful software. Geeking out.</description>
	<lastBuildDate>Mon, 06 Sep 2010 01:59:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>&#8220;Inserted Left Margin&#8221; Browser Bug in IE 6 and 7</title>
		<link>http://coffeeghost.net/2009/11/25/phantom-left-margin-browser-bug-in-ie-6-and-7/</link>
		<comments>http://coffeeghost.net/2009/11/25/phantom-left-margin-browser-bug-in-ie-6-and-7/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 08:25:00 +0000</pubDate>
		<dc:creator>AlSweigart</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://coffeeghost.net/?p=193</guid>
		<description><![CDATA[I found a weird IE 6 and IE 7 CSS bug a few weeks ago at work. I forget the exact way I found the solution (in other words, it was probably dumb luck), but I haven&#8217;t found it described anywhere else on the web. I call it the &#8220;inserted left margin&#8221; bug for lack [...]]]></description>
		<wfw:commentRss>http://coffeeghost.net/2009/11/25/phantom-left-margin-browser-bug-in-ie-6-and-7/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TraceyText &#8211; A Source Code Visualization Tool to Teach Programming</title>
		<link>http://coffeeghost.net/2009/03/04/traceytext/</link>
		<comments>http://coffeeghost.net/2009/03/04/traceytext/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 03:29:47 +0000</pubDate>
		<dc:creator>AlSweigart</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://coffeeghost.net/?p=141</guid>
		<description><![CDATA[TraceyText&#8217;s home page is http://traceytext.sourceforge.net TraceyText is an HTML-based teaching tool for visualizing single-stepping through source code. TraceyText can also double as a text/HTML slideshow library implemented in JavaScript. With TraceyText&#8217;s features, you can create web pages with a text or HTML slideshow and TraceyText will minimize the file size. TraceyText can also combine multiple [...]]]></description>
		<wfw:commentRss>http://coffeeghost.net/2009/03/04/traceytext/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Python Cheat Sheet</title>
		<link>http://coffeeghost.net/2008/08/30/python-cheat-sheet/</link>
		<comments>http://coffeeghost.net/2008/08/30/python-cheat-sheet/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 06:06:13 +0000</pubDate>
		<dc:creator>AlSweigart</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://coffeeghost.net/?p=88</guid>
		<description><![CDATA[I posted this Python cheat sheet before in my PyBat post, but several people found it useful so I wanted to give it it&#8217;s own post for emphasis. And if you just want to see some simple samples of Python code, you can always look at the example programs from my free book for non-programmers, [...]]]></description>
		<wfw:commentRss>http://coffeeghost.net/2008/08/30/python-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ccwd.exe &#8211; Copy Current Working Directory command</title>
		<link>http://coffeeghost.net/2008/07/25/ccwdexe-copy-current-working-directory-command/</link>
		<comments>http://coffeeghost.net/2008/07/25/ccwdexe-copy-current-working-directory-command/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 20:34:24 +0000</pubDate>
		<dc:creator>AlSweigart</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://coffeeghost.net/2008/07/25/ccwdexe-copy-current-working-directory-command/</guid>
		<description><![CDATA[I&#8217;ve written a small program that can be run from the command line. The ccwd program will copy the current working directory to the clipboard. I wrote it so that I wouldn&#8217;t have to right-click, Mark, highlight text in the console window, and press Enter to copy the text of the current working directory. Now [...]]]></description>
		<wfw:commentRss>http://coffeeghost.net/2008/07/25/ccwdexe-copy-current-working-directory-command/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PyBat: A Python Module to Replace Batch File Usage (or, &#8220;Batch Files Aren&#8217;t Dead, They Just Deserve to Die&#8221;)</title>
		<link>http://coffeeghost.net/2008/03/10/pybat/</link>
		<comments>http://coffeeghost.net/2008/03/10/pybat/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 07:44:11 +0000</pubDate>
		<dc:creator>AlSweigart</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://coffeeghost.net/2008/03/10/pybat/</guid>
		<description><![CDATA[Download PyBat 0.1.2 More details at: http://pybat.sourceforge.net UPDATE: Hi, Reddit! I just wanted to clear this up: PyBat is about solving a somewhat specific problem: allowing Python scripts and batch files to communicate environment variable changes. This is in the case where you have a ton of legacy batch files that you cannot (for whatever [...]]]></description>
		<wfw:commentRss>http://coffeeghost.net/2008/03/10/pybat/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Stealth Windows updates without user permission or notification.</title>
		<link>http://coffeeghost.net/2007/09/29/stealth-windows-updates-without-user-permission-or-notification/</link>
		<comments>http://coffeeghost.net/2007/09/29/stealth-windows-updates-without-user-permission-or-notification/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 06:09:14 +0000</pubDate>
		<dc:creator>AlSweigart</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://coffeeghost.net/2007/09/29/stealth-windows-updates-without-user-permission-or-notification/</guid>
		<description><![CDATA[(This is a somewhat old story.) I left a comment on Bruce Schneier&#8217;s cryptogram blog on his article about how Microsoft Windows Update was found to be updating even in the event where the user had turned off automatic updates. The article is located here. Adrian Kingsley-Hughes reported the secret updates on ZDNet. Nate Clinton, [...]]]></description>
		<wfw:commentRss>http://coffeeghost.net/2007/09/29/stealth-windows-updates-without-user-permission-or-notification/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>DiscEx: Discover, Explore &#8211; Virtual tour web software</title>
		<link>http://coffeeghost.net/2007/01/07/discex-discover-explore-virtual-tour-web-software/</link>
		<comments>http://coffeeghost.net/2007/01/07/discex-discover-explore-virtual-tour-web-software/#comments</comments>
		<pubDate>Sun, 07 Jan 2007 20:28:00 +0000</pubDate>
		<dc:creator>AlSweigart</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://coffeeghost.net/2007/01/07/discex-discover-explore-virtual-tour-web-software/</guid>
		<description><![CDATA[This is an applet I did in my junior year at UT for my software engineering course. It&#8217;s implemented as a Java applet, and looking back that was precisely the wrong technology to use. I plan on doing an updated, web-based Javascript version soon. In the meantime, here it is. The virtual tour site is [...]]]></description>
		<wfw:commentRss>http://coffeeghost.net/2007/01/07/discex-discover-explore-virtual-tour-web-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Al&#8217;s Alerts</title>
		<link>http://coffeeghost.net/2006/12/31/als-alerts/</link>
		<comments>http://coffeeghost.net/2006/12/31/als-alerts/#comments</comments>
		<pubDate>Sun, 31 Dec 2006 08:02:58 +0000</pubDate>
		<dc:creator>AlSweigart</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://coffeeghost.net/2006/12/31/als-alerts/</guid>
		<description><![CDATA[Al&#8217;s Alerts, a web application (http://alsalerts.com). Al&#8217;s Alerts is a service that will email you posts from Craig&#8217;s List whenever a post appears with the keywords you provide. This frees you from having to check Craig&#8217;s List every day if you are on the lookout for something specific. This is an improvement on Craig&#8217;s List&#8217;s [...]]]></description>
		<wfw:commentRss>http://coffeeghost.net/2006/12/31/als-alerts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
