<?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"
	>

<channel>
	<title>Frugal Coder Blog</title>
	<atom:link href="http://www.lockergnome.com/tracker1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lockergnome.com/tracker1</link>
	<description>Useful things for developers, from F/OSS to high value commercial and freeware.</description>
	<pubDate>Mon, 19 Feb 2007 17:54:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Email Protection</title>
		<link>http://www.lockergnome.com/tracker1/2007/02/09/email-protection/</link>
		<comments>http://www.lockergnome.com/tracker1/2007/02/09/email-protection/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 17:39:15 +0000</pubDate>
		<dc:creator>tracker1</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/tracker1/2007/02/09/email-protection/</guid>
		<description><![CDATA[Okay, so I run a relatively small mail server to handle my email&#8230;  My email server of choice is SmarterMail, the management interface is entirely web driven, and it&#8217;s IMHO the best commercial option out there, especially for the price.  I wish the same could be said for Antivirus protection on servers.  [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, so I run a relatively small mail server to handle my email&#8230;  My email server of choice is <a href="http://www.smartertools.com/Products/SmarterMail/">SmarterMail</a>, the management interface is entirely web driven, and it&#8217;s IMHO the best commercial option out there, especially for the price.  I wish the same could be said for Antivirus protection on servers.  This is a quick tutorial on getting <a href="http://www.clamav.net/">ClamAV</a> (<a href="http://www.clamwin.com/">ClamWin</a>) running for your windows email server.<span id="more-10"></span></p>
<p>Worth noting is the fact that you have two choices for how to run the scan, either clamscan, or clamdscan (connecting to a clam daemon).  If you run a high volume server, you will want to look into the clamd setup.  There are several tutorials out there to do this, I am using the clamscan command line version.</p>
<p>The first thing you will need to do, is download and install the latest <a href="http://www.clamwin.com/">ClamWin</a> antivirus release.  Once this is done, you will need to reboot, and will have a nice systray icon for the management of ClamWin.  You can right click on this icon, and select Configure ClamWin.</p>
<ul>
<li>On the &#8220;Advanced&#8221; tab, check &#8220;Treat Files As Mailboxes&#8221;</li>
<li>On the &#8220;Archives&#8221; tab, check &#8220;Scan In Archives.&#8221;  You will probably want to make certain the file size to scan up to matches, or exceeds the maximum mail/file size in the mail server.</li>
<li>On the &#8220;Internet Updates&#8221; tab, you will want this enabled, and I would suggest setting it to hourly updates.  The ClamAV team does a great job at keeping up with virii as they come out.</li>
</ul>
<p>The next thing you will want to do, is setup a batch file for the scan.  <a href="http://www.theroughnecks.com/download/emailscan.bat.txt" target="_blank">Here is the one I am using</a>.  You can save this to the root of your C: drive if you like.  Or, modify as needed.</p>
<p><i>NOTE: I have my system date set to use <b>yyyy-MM-dd</b> as formatting for dates, the default will likely have issues with this batch file as is.</i></p>
<p>After you have ClamWin and the batch file in place, you will want to login as the admin user in smartermail.  From the settings menu, click on Protocol Settings.  Once you are on the Protocol Settings page, you should see an entry for &#8220;Command-line EXE or batch file to run on new mail&#8221; in this box, you will want to enter the following: c:\clamscan.bat %filepath</p>
<p>Once you&#8217;ve saved your settings in SmarterMail, you should be set.  If you decide you need a higher performing option, you will want to download the <a href="http://www.sosdg.org/clamav-win32/">win32 release of ClamAV</a> instead of ClamWin, and setup the clamd service.  Another option, which includes clamd and <a href="http://spamassassin.apache.org/">SpamAssassin</a> support is <a href="http://www.efextra.com/smfilter.htm">SMFilter</a>.</p>
<p>Hopefully this quick tutorial is helpfull.  Many email servers support an event for running scripts, or executables against the inbound email spool.  Similar settings are easily made.  I will probably follow up this article with instructions for using the clamav-win32 release with clamd.<br />
[tags]smtp, mail, batch files, antivirus[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/tracker1/2007/02/09/email-protection/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Higher Definition Issues</title>
		<link>http://www.lockergnome.com/tracker1/2007/01/29/higher-definition-issues/</link>
		<comments>http://www.lockergnome.com/tracker1/2007/01/29/higher-definition-issues/#comments</comments>
		<pubDate>Tue, 30 Jan 2007 00:54:23 +0000</pubDate>
		<dc:creator>tracker1</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Media]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/tracker1/2007/01/29/higher-definition-issues/</guid>
		<description><![CDATA[Okay, I&#8217;ve been running a Windows Media Center PC in my living room for over a year and a half now.  I honestly love it.  I started out with a spare box and a single tuner, and went to a much better machine for the job after I got started, and now have [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, I&#8217;ve been running a Windows Media Center PC in my living room for over a year and a half now.  I honestly love it.  I started out with a spare box and a single tuner, and went to a much better machine for the job after I got started, and now have dual tuners.  The real question is, how do I get decent High Definition, digital content through the thing?<span id="more-9"></span></p>
<p>Well, the real answer is, for now.. I can&#8217;t.  Sure, I can get some HDTV tuner cards, most of which don&#8217;t work in the Media Center interface, and record over the air HD.  That&#8217;s about it&#8230; there is no real option for digital content, paid or not for media center at this time.  Cable-Card was supposed to resolve this, but where is it?   DirectTV has finally made some indications that it will support Vista&#8217;s Media Center, but that is at some undetermined point in the future.</p>
<p>I really don&#8217;t want to have to mess with another DVR interface, as I like my MCE box.  It works well, and the picture is absolutely beautiful on the new 56&#8243; Samsung DLP I purchased a couple weeks ago.  All I really need now is content to make it shine.  Standard cable TV doesn&#8217;t cut it, as you can see every flaw on a 1080p display.  Why is it, in a country where we pay higher subscription rates for premium services than pretty much the rest of the world, we have more restrictions on being able to use it?</p>
<p>Media Center already has (albeit, poor) DRM.  I don&#8217;t intend on recording stuff, and sharing it online with a few thousand close personal friends&#8230;  But, at this rate, what are my choices, living in a moderately rural area than downloading HD television episodes via bit torrent sites?  I want HD, I&#8217;m willing to pay for it.. but I want it through my computer, on my happy big 1920&#215;1080 display&#8230;</p>
<p>Okay, this is more of a rant than informational.  It really just irks me every way.  Maybe someone in the media industry can get their head out of their anus and do something about this.</p>
<p>[tags]Windows Media Center, MCE, HDTV, DLP, DRM[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/tracker1/2007/01/29/higher-definition-issues/feed/</wfw:commentRss>
		</item>
		<item>
		<title>All about the Web 2.0!</title>
		<link>http://www.lockergnome.com/tracker1/2006/12/21/all-about-the-web-20/</link>
		<comments>http://www.lockergnome.com/tracker1/2006/12/21/all-about-the-web-20/#comments</comments>
		<pubDate>Thu, 21 Dec 2006 18:59:46 +0000</pubDate>
		<dc:creator>tracker1</dc:creator>
		
		<category><![CDATA[Graphics Design]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[browsers]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/tracker1/2006/12/21/all-about-the-web-20/</guid>
		<description><![CDATA[Okay, like a lot of people, I am getting very tired of hearing about &#8220;Web 2.0&#8243; or &#8220;AJAX&#8221; it seems that every time you turn around, someone is exploiting these buzzwords.  Yes, it&#8217;s very cool to bring standalone application features to websites or webapps, but what does it really mean?

Web 2.0 and AJAX are [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, like a lot of people, I am getting very tired of hearing about &#8220;Web 2.0&#8243; or &#8220;AJAX&#8221; it seems that every time you turn around, someone is exploiting these buzzwords.  Yes, it&#8217;s very cool to bring standalone application features to websites or webapps, but what does it really mean?</p>
<p><span id="more-8"></span></p>
<p>Web 2.0 and <a href="http://en.wikipedia.org/wiki/AJAX">AJAX</a> are basically buzzwords for creating features in web based applications that flow, and work like standalone applications, without a full page refresh.  For the most part the use of JavaScript and XML are used with the <a href="http://en.wikipedia.org/wiki/XMLHttpRequest">XmlHttpRequest</a> object.  What happens, is an event is triggered, usually by the user performing an action, or by a timed script action (window.setTimeout), which will use the XmlHttpRequest object to download a remote resource (usually XML), and use this to update/change content on the page.  This is usually done without a significant impact to the user experience (UX).</p>
<p>The ability to do these things has been around for a long time now.  There were similar methods available as far back as the mid-late 90&#8217;s.  What makes it so special now, is how widespread the techniques have become.  To top all this off, many web development frameworks now have integrated tools and components to perform many of these techniques transparently.</p>
<p>This entire post was started mainly because I came across a site today, that uses remote resources pretty well, and integrates them nicely.  <a href="http://www.weatherbonk.com/">Weather Bonk</a> is a site that combines <a href="http://maps.google.com/">Google maps</a> with data from The <a href="http://www.weather.com/">Weather Channel</a> and integrates them nicely, allong with a few web-cams of the area you are looking for.</p>
<p>I think the key here is not to go overboard with the AJAX interfaces, and keep an eye on usability, over just doing things for the sake of doing them.  Checking if a username is available on a new user signup, without having to refresh the page is pretty nice.  Having a web based application work like a stand-alone application, is also nice.  Having, for instance, a travel site where you can&#8217;t bookmark the details page for a cruise, is not so nice.  Hopefully some of you reading this will have found this insight useful, or at the very least found Weather Bonk to be pretty cool.</p>
<p>[tags]web 2.0, xhtml, xml, javascript, webservices[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/tracker1/2006/12/21/all-about-the-web-20/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Paint .Net 3 Beta2 Available</title>
		<link>http://www.lockergnome.com/tracker1/2006/12/15/paint-net-3-beta2-available/</link>
		<comments>http://www.lockergnome.com/tracker1/2006/12/15/paint-net-3-beta2-available/#comments</comments>
		<pubDate>Fri, 15 Dec 2006 07:52:06 +0000</pubDate>
		<dc:creator>tracker1</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Graphics Design]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/tracker1/2006/12/15/paint-net-3-beta2-available/</guid>
		<description><![CDATA[Paint .Net has just released version 3 beta #2.  Some features include multiple image support in a tab-base MDI.  Support for gradient transparencies. And a whole slew of new effects.  It is Free and Open-Source software for windows.  It is definately worth a look.  Worth a note, is there has [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.getpaint.net/" target="_blank">Paint .Net</a> has just released version 3 beta #2.  Some features include multiple image support in a tab-base MDI.  Support for gradient transparencies. And a whole slew of new effects.  It is Free and Open-Source software for windows.  It is definately worth a look.  Worth a note, is there has been some effort to improving the <a href="http://www.mono-project.com/" target="_blank">mono</a> stack to be able to run this application on Linux.<br />
[tags]graphics, design, editing, paint, illustration[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/tracker1/2006/12/15/paint-net-3-beta2-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Multiple IEs</title>
		<link>http://www.lockergnome.com/tracker1/2006/12/08/multiple-ies/</link>
		<comments>http://www.lockergnome.com/tracker1/2006/12/08/multiple-ies/#comments</comments>
		<pubDate>Fri, 08 Dec 2006 23:43:53 +0000</pubDate>
		<dc:creator>tracker1</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[browsers]]></category>

		<category><![CDATA[testing]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/tracker1/2006/12/08/multiple-ies/</guid>
		<description><![CDATA[Just a quick note about a nice installer for running multiple versions of Internet Explorer (standalone).  You can snag Multiple_IEs here.  To be completely honest, this really isn&#8217;t a necessity beyond IE6 (because of the massive install base), so you can run it side by side with IE7.
[tags]browser, internet explorer, ie, ie6, ie7[/tags]
]]></description>
			<content:encoded><![CDATA[<p>Just a quick note about a nice installer for running multiple versions of Internet Explorer (standalone).  You can snag <a href="http://tredosoft.com/Multiple_IE" title="Install multiple versions of Internet Explorer.">Multiple_IEs here</a>.  To be completely honest, this really isn&#8217;t a necessity beyond IE6 (because of the massive install base), so you can run it side by side with IE7.</p>
<p>[tags]browser, internet explorer, ie, ie6, ie7[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/tracker1/2006/12/08/multiple-ies/feed/</wfw:commentRss>
		</item>
		<item>
		<title>No excuses: Test your Web sites.</title>
		<link>http://www.lockergnome.com/tracker1/2006/12/03/no-excuses-test-your-websites/</link>
		<comments>http://www.lockergnome.com/tracker1/2006/12/03/no-excuses-test-your-websites/#comments</comments>
		<pubDate>Mon, 04 Dec 2006 04:32:25 +0000</pubDate>
		<dc:creator>tracker1</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[browsers]]></category>

		<category><![CDATA[testing]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/tracker1/2006/12/03/no-excuses-test-your-websites/</guid>
		<description><![CDATA[Okay, so we are all guilty of it. We put up Web sites, pages, or even that occasional quick edit that gets us in trouble without testing it in Browser X.  It&#8217;s time to get serious about testing.
So, it&#8217;s a given that the majority of those people browsing a Web site will be using [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, so we are all guilty of it. We put up Web sites, pages, or even that occasional quick edit that gets us in trouble without testing it in Browser X.  It&#8217;s time to get serious about testing.</p>
<p>So, it&#8217;s a given that the majority of those people browsing a Web site will be using Internet Explorer.  Until recently the vast majority were specifically IE6.  With version 7 of Internet Explorer, it becomes a bit of a different beast.  This is because of some significant changes in how IE7 will render x/html compliant pages.</p>
<p>So you need to test in IE6 and 7.  This isn&#8217;t easy, and IE7 is only available for Windows XP, and Vista.  IE6 won&#8217;t be available for Vista.  What are you to do?  Well there is <a href="http://www.browsercam.com/">BrowserCam</a>.  BrowserCam is a service that allows you to test a plethora of different web browsers on different platforms.  It&#8217;s a web test lab, without the dramatic cost, or overhead of maintaining this many machines, and environments.</p>
<p>I love my <a href="http://www.mozilla.com/">Firefox</a> browser, however, the introduction of IE7 in the mix, and having it force-fed on XP users, and the upcoming Vista will do far more to encourage better standards compliance, and a greater need for testing.  My personal suggestion is to test in Internet Explorer 6 and 7, Opera, Firefox 1.5 and 2, Safari, and Konqueror as a minimum, and BrowserCam allows you to do this.</p>
<p>[tags]web, development, testing, QA[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/tracker1/2006/12/03/no-excuses-test-your-websites/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mozilla ActiveX Control</title>
		<link>http://www.lockergnome.com/tracker1/2006/11/30/mozilla-activex-control/</link>
		<comments>http://www.lockergnome.com/tracker1/2006/11/30/mozilla-activex-control/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 05:00:06 +0000</pubDate>
		<dc:creator>tracker1</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/tracker1/2006/11/30/mozilla-activex-control/</guid>
		<description><![CDATA[Okay, I came across something today that I have seen before, but haven&#8217;t looked at for quite a while now.  It is the Mozilla ActiveX Control.  Which is pretty nice in and of itself.  For those of you familiar with the IE embedded control, which is pretty much used any time a [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, I came across something today that I have seen before, but haven&#8217;t looked at for quite a while now.  It is the <a href="http://www.iol.ie/~locka/mozilla/control.htm" target="_blank">Mozilla ActiveX Control</a>.  Which is pretty nice in and of itself.  For those of you familiar with the IE embedded control, which is pretty much used any time a windows application needs to support html content (AOL, HTML Help, Winamp, etc), this is an alternative which uses the Gecko rendering engine (see Firefox). <span id="more-4"></span></p>
<p>Of course,  this is a Windows centric thing.  However, I honestly rarely feel comfortable using IE as an embedded control.  Using the IEPatcher tool, you can replace the IE control in your existing programs (see winamp), which can help increase your security profile.</p>
<p>From a programming standpoint, however, life in windows development has moved on to the .Net framework.  One down side to the control, is there isn&#8217;t a merge module (.msm) available for inclusion in MSI based installers.  Meaning use of Visual Studio&#8217;s package and deployment projects are more difficult.  There is also no quiet install option, meaning you have to rely on the user installing the package separately from your application.</p>
<p>Regardless of these issues, it&#8217;s a highly cool thing, and a welcome addition to anyone&#8217;s toolkit.  Going a step farther, you can use this as a base for creating stand-alone XUL based applications.<br />
[tags]Programming, Mozilla, Firefox, ActiveX, IE[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/tracker1/2006/11/30/mozilla-activex-control/feed/</wfw:commentRss>
		</item>
	  <item> 
  <title>How to Handle Remote Tech Support</title>
  <description>
  &lt;em&gt;Using &lt;a href=&quot;http://www.gotoassist.com/chris&quot;&gt;GoToAssist&lt;/a&gt; is the easiest way to view and control another person's computer online. Use it to provide instant technical support to family, friends and customers. Start a session with just one click, and instantly connect with the other party. &lt;/em&gt;
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 13 Jul 2009 06:30:00 GMT</pubDate>
  <link>http://gotoassist.com/chris/</link>
  <guid>http://gotoassist.com/chris/</guid>
  </item>

  <item>
  <title>Network Tools for Windows</title>
  <description>You need these network tools, no matter which operating systems and networks you have to support. &lt;a href=&quot;http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome&quot;&gt;SolarWinds ipMonitor&lt;/a&gt;: Affordable Network Monitoring for SMBs. Get turnkey network, server and application availability monitoring with SolarWinds ipMonitor v9.0. This easy-to-use, reliable solution for SMBs delivers out-of-the-box availability monitoring so you always know exactly what's up with Active Directory, DNS, Exchange, FTP, Web, IMAP, MS SQL Server, and SMTP. &lt;a href=&quot;http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome&quot;&gt;Download your free trial today&lt;/a&gt;. Or, try their &lt;a href=&quot;http://www.solarwinds.com/products/freetools/&quot;&gt;totally free tools&lt;/a&gt;! And, through 2/29, save 20% when you purchase &lt;a href=&quot;http://store.solarwinds.com/s.nl/sc.16/.f&quot;&gt;ipMonitor 9.0&lt;/a&gt;.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome</link>
  <guid>http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome</guid>
  </item>
  
  <item>
  <title>Get Your Own Web Site</title>
  <description>Starting at just $3.99/month, web hosting from &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=cp2&quot;&gt;GoDaddy&lt;/a&gt; includes 99.9% uptime, 24/7 support and free access to GoDaddy Hosting Connection, THE place to install over 30 FREE applications sure to help you get the most from your hosting plan and Web site. Enter &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=cp2&quot;&gt;code CP2&lt;/a&gt; at checkout, and save an additional 10% on any order.
  &lt;p&gt;Plus, as a friend of Chris Pirillo, enter code &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=chris7&quot;&gt;CHRIS7&lt;/a&gt;, that's C-H-R-I-S and the number 7, when you check out, and save an additional 10% on any order. Get your piece of the internet at &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=chris7&quot;&gt;GoDaddy.com&lt;/a&gt;.&lt;/p&gt;
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://www.godaddy.com/gdshop/default.asp?isc=cp1</link>
  <guid>http://www.godaddy.com/gdshop/default.asp?isc=cp1</guid>
  </item>

  <item>
  <title>VMware and Parallels for Virtual Machines</title>
  <description>
  It doesn't matter if you're running on Windows or Mac OS X - every power user needs either &lt;a href=&quot;http://send.onenetworkdirect.net/z/13766/rn_a32755/&quot;&gt;Parallels&lt;/a&gt; or &lt;a href=&quot;http://send.onenetworkdirect.net/z/17081/rn_a32755/&quot;&gt;VMware&lt;/a&gt; (or both). There's never been an easier way to test software without destroying your primary operating system's stability. Think of how many times you wish you could press a 'reverse' button on your computer. Plus, there's no easier way to try new Linux distributions - see what all the fuss is about. Run Windows in OS X, run Linux in Windows, but the best way to do either is with &lt;a href=&quot;http://send.onenetworkdirect.net/z/17081/rn_a32755/&quot;&gt;VMware&lt;/a&gt; and/or &lt;a href=&quot;http://send.onenetworkdirect.net/z/13766/rn_a32755/&quot;&gt;Parallels&lt;/a&gt;.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://chris.pirillo.com/2008/02/19/parallels-or-vmware/</link>
  <guid>http://chris.pirillo.com/2008/02/19/parallels-or-vmware/</guid>
  </item>

  <item>
  <title>Coupons for Online Shopping</title>
  <description>&lt;p style=&quot;color: red&quot;&gt;This feed is fueled by Lockergnome &lt;a href=&quot;http://www.lockergnome.com/buy/&quot;&gt;Online Shopping and Coupon Codes&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;
 Before you shop next time, see if we have &lt;a href=&quot;http://coupons.lockergnome.com/&quot;&gt;a coupon&lt;/a&gt; first.
&lt;/p&gt;
  </description> 
  <author>chris@lockergnome.com (Chris Pirillo)</author> 
  <category>Partner</category> 
  <pubDate>Sat, 12 Jul 2008 07:56:13 GMT</pubDate>
  <link>http://coupons.lockergnome.com/</link> 
  <guid>http://coupons.lockergnome.com/</guid>
  </item>
</channel>
</rss>
