<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Dave Amenta .com</title>
	<link>http://www.daveamenta.com</link>
	<description>Where Person meets Profession</description>
	<lastBuildDate>Sun, 07 Mar 2010 04:24:57 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Google Voice SMS Automatic Responder</title>
		<description><![CDATA[Have you ever wanted to own your own SMS service?  Directing customers to send &#8220;MSG&#8221; to 123-456-789 for more information, or set up a whole menu with.  Easily deliver customers with coupons, games, jokes or whatever else with GVAutoResponder!
GVAutoResponder turns your Google Voice account into a full-fledged business.  Easily respond to customers with automated messages, [...]]]></description>
		<link>http://www.daveamenta.com/2010-03/google-voice-sms-automatic-responder/</link>
			</item>
	<item>
		<title>GVNotifier 1.2 &#8211; International calling fix</title>
		<description><![CDATA[I pushed a patch today that fixes International number call/sms issues.
]]></description>
		<link>http://www.daveamenta.com/2010-03/gvnotifier-1-2-international-calling-fix/</link>
			</item>
	<item>
		<title>WPF Windows 7 Explorer Toolbar Control</title>
		<description><![CDATA[Today I have been working on emulating the Windows 7 Explorer Toolbar in WPF.  I really like this control as it blends the older toolbar and menubar concepts into one which may support icons and dropdown menus.

WPF makes creating new controls quite easy.  I decided to base my controls off of System.Windows.Controls.Toolbar, and similarly each [...]]]></description>
		<link>http://www.daveamenta.com/2010-02/wpf-windows-7-explorer-toolbar-control/</link>
			</item>
	<item>
		<title>What is CamServer?</title>
		<description><![CDATA[I added a link to CamServer on the right of the page a little while ago, but didn&#8217;t explain what CamSever is and who would want to use it.  CamServer is experimental software.
CamServer is a surveillance and monitoring application for Windows and Linux that lets you easily view and record remote cameras.  Simply plug [...]]]></description>
		<link>http://www.daveamenta.com/2010-02/what-is-camserver/</link>
			</item>
	<item>
		<title>Project Deferno</title>
		<description><![CDATA[Over the past year or so, a few friends and I had been toying with the idea of a better IRC client, something with an attractive UI, HTML rendered themes, flexible features and, above all, feels like a 21st century piece of software.  mIRC feels horribly dated, how much has really changed since it was run on [...]]]></description>
		<link>http://www.daveamenta.com/2010-02/project-deferno/</link>
			</item>
	<item>
		<title>Download old GVNotifier (1.1)</title>
		<description><![CDATA[For historical/compatibility purposes, I&#8217;m making GVNotifier 1.1 available as a zip download.  Please use the latest version if possible, but if you&#8217;re having a problem that didn&#8217;t exist before, feel free to roll back to the old version until everything gets worked out.
]]></description>
		<link>http://www.daveamenta.com/2010-02/download-old-gvnotifier-1-1/</link>
			</item>
	<item>
		<title>GVNotifier 1.2 &#8211; let&#8217;s get serious!</title>
		<description><![CDATA[I&#8217;ve been hard at work on GVNotifier 1.2 for the last couple of weeks.  Lots of bugfixes and enhancements have been added based on the great feedback I&#8217;ve had via the comments form, widget and the GVNotifier beta group.
This version adds lots of preferences&#8211;so you can use it how you like.
Check out the screenshots:

The contact [...]]]></description>
		<link>http://www.daveamenta.com/2010-02/gvnotifier-1-2-lets-get-serious/</link>
			</item>
	<item>
		<title>GVNotifier tutorial video</title>
		<description><![CDATA[Here&#8217;s a great video that gives an overview of GVNotifier&#8217;s features.

If you can&#8217;t see the video, try here.
]]></description>
		<link>http://www.daveamenta.com/2010-01/gvnotifier-tutorial-video/</link>
			</item>
	<item>
		<title>C# Threading Shorthand</title>
		<description><![CDATA[As the complexity of an application increases, often so does the threading complication.  I have two snippets which often come in useful when dealing with threads in C#.
Quickly execute code in the background:

new Thread&#40;&#40;ThreadStart&#41;delegate&#40;&#41;
    &#123;
        // code here is executed on a new thread
  [...]]]></description>
		<link>http://www.daveamenta.com/2010-01/c-threading-shorthand/</link>
			</item>
	<item>
		<title>Search Urban Dictionary with C#</title>
		<description><![CDATA[Here&#8217;s a quick example of how one might scrape the search results from Urban Dictionary.  This shows some nice use of Regular Expressions and WebClient.

(View Text)
Thankfully Urban Dictionary is a very scrape-friendly site, finding results is as easy as locating two div&#8217;s and extracting the contents.
UrbanDictionary.Search(string); will return a list of key-value pairs which contain [...]]]></description>
		<link>http://www.daveamenta.com/2010-01/search-urban-dictionary-with-c/</link>
			</item>
</channel>
</rss>
