<?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>Beer vs Man &#187; Software</title>
	<atom:link href="http://www.beervsman.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beervsman.com</link>
	<description>As nerdy as you want it</description>
	<lastBuildDate>Tue, 04 May 2010 21:12:10 +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>Croppy, a simple Windows screenshot utility</title>
		<link>http://www.beervsman.com/2010/01/06/croppy-a-simple-windows-screenshot-utility/</link>
		<comments>http://www.beervsman.com/2010/01/06/croppy-a-simple-windows-screenshot-utility/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 23:16:08 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.beervsman.com/?p=80</guid>
		<description><![CDATA[I&#8217;ve recently started using Croppy, a simple Windows screenshot utility.  It works perfectly for quickly sharing images with friends and colleagues &#8211; launch the app, resize the transparent crop window, and click &#8220;upload to web&#8221;. An image of whatever you were looking at is uploaded and a URL copied to your clipboard.  Very [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently started using <a href="http://croppy.lukehunter.net/">Croppy</a>, a simple Windows screenshot utility.  It works perfectly for quickly sharing images with friends and colleagues &#8211; launch the app, resize the transparent crop window, and click &#8220;upload to web&#8221;. An image of whatever you were looking at is uploaded and a URL copied to your clipboard.  Very similar in function to the Mac-based <a href="http://skitch.com/">Skitch</a> software &#8211; but much more lightweight.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Ap4S9oKPXgU&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Ap4S9oKPXgU&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beervsman.com/2010/01/06/croppy-a-simple-windows-screenshot-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>That&#8217;s What She Said iPhone App</title>
		<link>http://www.beervsman.com/2009/02/09/thats-what-she-said-iphone-app/</link>
		<comments>http://www.beervsman.com/2009/02/09/thats-what-she-said-iphone-app/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 15:49:32 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.beervsman.com/?p=60</guid>
		<description><![CDATA[I recently released my first iPhone app: That&#8217;s What She Said iPhone App.  Visit the site, download it through the App Store, and let me know what you think.  Here is the Direct Link to the iTunes App Store.
Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>I recently released my first iPhone app: <a href="http://www.thatswhatshesaidiphoneapp.com/">That&#8217;s What She Said iPhone App</a>.  Visit the site, download it through the App Store, and let me know what you think.  Here is the <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=304087797">Direct Link to the iTunes App Store</a>.</p>
<div id="attachment_61" class="wp-caption alignnone" style="width: 330px"><a href="http://www.thatswhatshesaidiphoneapp.com/"><img src="http://www.beervsman.com/wp-content/uploads/2009/02/screenshot.jpg" alt="It&#039;s never been easier to turn any discussion into a funny and usually obscene joke!" title="That&#039;s What She Said screenshot" width="320" height="480" class="size-full wp-image-61" /></a><p class="wp-caption-text">It's never been easier to turn any discussion into a funny and usually obscene joke!</p></div>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beervsman.com/2009/02/09/thats-what-she-said-iphone-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mail Handler: Simple form-mail with attachments</title>
		<link>http://www.beervsman.com/2006/10/20/mail-handler-simple-form-mail-with-attachments/</link>
		<comments>http://www.beervsman.com/2006/10/20/mail-handler-simple-form-mail-with-attachments/#comments</comments>
		<pubDate>Fri, 20 Oct 2006 17:19:56 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.beervsman.com/2006/10/20/mail-handler-simple-form-mail-with-attachments/</guid>
		<description><![CDATA[I put together this script for my friend huphtur and figured it was worth posting so other people could use it.  It&#8217;s very customizable but requires you to configure all of the fields you&#8217;ll be using and create a template for the email message.  Here&#8217;s the quick readme.txt I put together:
mail-handler
This is a [...]]]></description>
			<content:encoded><![CDATA[<p>I put together this script for my friend <a href="http://www.thehotcrew.com">huphtur</a> and figured it was worth posting so other people could use it.  It&#8217;s very customizable but requires you to configure all of the fields you&#8217;ll be using and create a template for the email message.  Here&#8217;s the quick readme.txt I put together:</p>
<blockquote><p>mail-handler</p>
<p>This is a simple formmail tool that is fairly customizable and works with attachments.  Instructions:</p>
<p>Create a form and point it at mail-handler.php.  </p>
<p>Edit mail-handler.php to call out field names and types (string, text, email, file), specify which fields are required, and configure the message.  $formvars should call out all fields being sent from the form, and their types.  $required should contain an array of fields required before the message will be sent.  $email contains the actual email configuration, including template filename, To:, From:, Cc:, Bcc:, which files to attach, and where to direct the browser on success or failure.</p>
<p>Create a message template.  mail-handler.php will automatically replace text such as %name% with a form variable called &#8216;name&#8217; if it is specified in the configuration.  It also includes %remote_ip% and %date% by default.</p>
<p>Cross your fingers and try it out.</p></blockquote>
<p>Download: <a href="http://www.beervsman.com/wp-content/mail-handler-0.1.tar.gz">mail-handler-0.1.tar.gz</a></p>
<p><strong>test.php</strong> (in the .tar.gz) is the sample form.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beervsman.com/2006/10/20/mail-handler-simple-form-mail-with-attachments/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
