<?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/"
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:media="http://search.yahoo.com/mrss/"
><channel><title>Chris Pirillo &#187; htaccess_file</title> <atom:link href="http://chris.pirillo.com/tag/htaccess_file/feed/" rel="self" type="application/rss+xml" /><link>http://chris.pirillo.com</link> <description>News and Reviews! Geek, Internet Entrepreneur, Hardware Addict, Software Junkie, Book Author, Once TV Show Host, Technology Enthusiast, Shameless Self-Promoter, Tech Conference Coordinator, Early Adopter, Idea Evangelist, Tech Support Blogger, Bootstrapper, Media Personality, Technology Consultant, Thicker Quicker Picker Upper.</description> <lastBuildDate>Wed, 25 Nov 2009 21:06:09 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.8.5</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <copyright>&#xA9; </copyright> <managingEditor>chris@pirillo.com ()</managingEditor> <webMaster>chris@pirillo.com()</webMaster> <category></category> <itunes:keywords></itunes:keywords> <itunes:subtitle></itunes:subtitle> <itunes:summary>Geek, Internet Entrepreneur, Hardware Addict, Software Junkie, Book Author, Once TV Show Host, Technology Enthusiast, Shameless Self-Promoter, Tech Conference Coordinator, Early Adopter, Idea Evangelist, Tech Support Blogger, Bootstrapper, Media Personality, Technology Consultant, Thicker Quicker Picker Upper.</itunes:summary> <itunes:author></itunes:author> <itunes:category text="Society &amp; Culture"/> <itunes:owner> <itunes:name></itunes:name> <itunes:email>chris@pirillo.com</itunes:email> </itunes:owner> <itunes:block>No</itunes:block> <itunes:explicit>no</itunes:explicit> <itunes:image href="http://chris.pirillo.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" /> <image> <url>http://chris.pirillo.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url><title>Chris Pirillo</title><link>http://chris.pirillo.com</link> <width>144</width> <height>144</height> </image> <item><title>OpenSearch RSS AutoDiscovery for WordPress Searches</title><link>http://chris.pirillo.com/opensearch-rss-autodiscovery-for-wordpress-searches/</link> <comments>http://chris.pirillo.com/opensearch-rss-autodiscovery-for-wordpress-searches/#comments</comments> <pubDate>Mon, 22 May 2006 05:46:34 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[htaccess_file]]></category> <category><![CDATA[opensearch]]></category> <category><![CDATA[php_template]]></category> <category><![CDATA[plugin_directory]]></category> <category><![CDATA[regular_expressions]]></category> <category><![CDATA[rss]]></category> <category><![CDATA[search-engine]]></category> <category><![CDATA[search_query]]></category> <category><![CDATA[wish_list]]></category> <category><![CDATA[wordpress_plugins]]></category><guid
isPermaLink="false">http://chris.pirillo.com/2006/05/21/opensearch-rss-autodiscovery-for-wordpress-searches/</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/opensearch-rss-autodiscovery-for-wordpress-searches/">OpenSearch RSS AutoDiscovery for WordPress Searches</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>I started to compile a "wish list" of WordPress plugins. Turns out, many of my wishes have already come true - it just took a little digging on Google. Too bad there's not an amazingly comprehensive WordPress plugin directory / wiki (and if there is, nobody really knows about it yet). One of my wishes was for an OpenSearch feed. Turns out <a
href="http://www.williamsburger.com/wb/archives/opensearch-v-1-0/">Williamsburger</a> already created a plugin, with <a
href="http://www.robinsonhouse.com/2005/12/31/wp-opensearch-10-fix-for-wp-20/">a WP 2.0 compatible version</a> linked from his comments thread. This got me up and running with my own OpenSearch feed easily enough, but I wanted to have it actually be autodiscoverable within a search query. Without bothering anybody in my personal circle, I found the variables I needed to insert between  at the top of my header.php template:</p><div
class="syntax_hilite"><div
id="php-1"><div
class="php"><span
style="color:#000000; font-weight:bold;">&lt;?php</span> <span
style="color:#616100;">if</span> <span
style="color:#006600; font-weight:bold;">&#40;</span>is_search<span
style="color:#006600; font-weight:bold;">&#40;</span><span
style="color:#006600; font-weight:bold;">&#41;</span><span
style="color:#006600; font-weight:bold;">&#41;</span> <span
style="color:#006600; font-weight:bold;">&#123;</span> <span
style="color:#000000; font-weight:bold;">?&gt;</span><br
/> &nbsp;&lt;link rel=<span
style="color:#FF0000;">"alternate"</span> type=<span
style="color:#FF0000;">"application/rss+xml"</span> title=<span
style="color:#FF0000;">"&lt;?bloginfo('name'); ?&gt;: &lt;?=wp_specialchars($s); ?&gt;"</span> href=<span
style="color:#FF0000;">"http://chris.pirillo.com/os-query?s=&lt;?=wp_specialchars($s); ?&gt;"</span> /&amp;gt;<br
/> <span
style="color:#000000; font-weight:bold;">&lt;?php</span> <span
style="color:#006600; font-weight:bold;">&#125;</span> <span
style="color:#000000; font-weight:bold;">?&gt;</span></div></div></div><p>There you go. An autodiscoverable feed for your WordPress searches! Try a search on my blog for a living example. Couldn't have gotten it done unless Shayne figured out what I was doing wrong within the .htaccess file. Ugh. I've gotta start learning more about <a
href="http://etext.lib.virginia.edu/services/helpsheets/unix/regex.html">Regular Expressions</a>. FUN!<ul
class="related_post"><li><a
href="http://chris.pirillo.com/opml-to-rss/" title="OPML to RSS">OPML to RSS</a></li><li><a
href="http://chris.pirillo.com/is-gadabe-for-you/" title="Is Gada.be for You?">Is Gada.be for You?</a></li><li><a
href="http://chris.pirillo.com/how-to-compare-search-results-between-bing-yahoo-and-google/" title="How to Compare Search Results between Bing, Yahoo, and Google">How to Compare Search Results between Bing, Yahoo, and Google</a></li><li><a
href="http://chris.pirillo.com/how-to-get-rss-feeds-via-email/" title="How to Get RSS Feeds via Email">How to Get RSS Feeds via Email</a></li><li><a
href="http://chris.pirillo.com/googles-feedburner-problems-on-the-frontburner-youre-sol/" title="Google&#8217;s FeedBurner Problems on the FrontBurner: You&#8217;re SOL">Google&#8217;s FeedBurner Problems on the FrontBurner: You&#8217;re SOL</a></li><li><a
href="http://chris.pirillo.com/windows-7-search-connectors-twitter-youtube-amazon-ebay/" title="Windows 7 Search Connectors: Twitter, YouTube, Amazon, eBay&#8230;">Windows 7 Search Connectors: Twitter, YouTube, Amazon, eBay&#8230;</a></li><li><a
href="http://chris.pirillo.com/what-kind-of-magazines-do-you-like/" title="What Kind of Magazines do You Like?">What Kind of Magazines do You Like?</a></li><li><a
href="http://chris.pirillo.com/cuil-a-first-look/" title="Cuil &#8211; A First Look">Cuil &#8211; A First Look</a></li><li><a
href="http://chris.pirillo.com/talking-twitter-rss-and-des-moines/" title=" The State of Tech Culture in Iowa"> The State of Tech Culture in Iowa</a></li><li><a
href="http://chris.pirillo.com/rss-and-opml-for-feed-subscriptions/" title="RSS and OPML for Feed Subscriptions">RSS and OPML for Feed Subscriptions</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/opensearch-rss-autodiscovery-for-wordpress-searches/">OpenSearch RSS AutoDiscovery for WordPress Searches</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>I started to compile a "wish list" of WordPress plugins. Turns out, many of my wishes have already come true - it just took a little digging on Google. Too bad there's not an amazingly comprehensive WordPress plugin directory / wiki (and if there is, nobody really knows about it yet). One of my wishes was for an OpenSearch feed. Turns out <a
href="http://www.williamsburger.com/wb/archives/opensearch-v-1-0/">Williamsburger</a> already created a plugin, with <a
href="http://www.robinsonhouse.com/2005/12/31/wp-opensearch-10-fix-for-wp-20/">a WP 2.0 compatible version</a> linked from his comments thread. This got me up and running with my own OpenSearch feed easily enough, but I wanted to have it actually be autodiscoverable within a search query. Without bothering anybody in my personal circle, I found the variables I needed to insert between  at the top of my header.php template:</p><div
class="syntax_hilite"><div
id="php-2"><div
class="php"><span
style="color:#000000; font-weight:bold;">&lt;?php</span> <span
style="color:#616100;">if</span> <span
style="color:#006600; font-weight:bold;">&#40;</span>is_search<span
style="color:#006600; font-weight:bold;">&#40;</span><span
style="color:#006600; font-weight:bold;">&#41;</span><span
style="color:#006600; font-weight:bold;">&#41;</span> <span
style="color:#006600; font-weight:bold;">&#123;</span> <span
style="color:#000000; font-weight:bold;">?&gt;</span><br
/> &nbsp;&lt;link rel=<span
style="color:#FF0000;">"alternate"</span> type=<span
style="color:#FF0000;">"application/rss+xml"</span> title=<span
style="color:#FF0000;">"&lt;?bloginfo('name'); ?&gt;: &lt;?=wp_specialchars($s); ?&gt;"</span> href=<span
style="color:#FF0000;">"http://chris.pirillo.com/os-query?s=&lt;?=wp_specialchars($s); ?&gt;"</span> /&amp;gt;<br
/> <span
style="color:#000000; font-weight:bold;">&lt;?php</span> <span
style="color:#006600; font-weight:bold;">&#125;</span> <span
style="color:#000000; font-weight:bold;">?&gt;</span></div></div></div><p>There you go. An autodiscoverable feed for your WordPress searches! Try a search on my blog for a living example. Couldn't have gotten it done unless Shayne figured out what I was doing wrong within the .htaccess file. Ugh. I've gotta start learning more about <a
href="http://etext.lib.virginia.edu/services/helpsheets/unix/regex.html">Regular Expressions</a>. FUN!<ul
class="related_post"><li><a
href="http://chris.pirillo.com/opml-to-rss/" title="OPML to RSS">OPML to RSS</a></li><li><a
href="http://chris.pirillo.com/is-gadabe-for-you/" title="Is Gada.be for You?">Is Gada.be for You?</a></li><li><a
href="http://chris.pirillo.com/how-to-compare-search-results-between-bing-yahoo-and-google/" title="How to Compare Search Results between Bing, Yahoo, and Google">How to Compare Search Results between Bing, Yahoo, and Google</a></li><li><a
href="http://chris.pirillo.com/how-to-get-rss-feeds-via-email/" title="How to Get RSS Feeds via Email">How to Get RSS Feeds via Email</a></li><li><a
href="http://chris.pirillo.com/googles-feedburner-problems-on-the-frontburner-youre-sol/" title="Google&#8217;s FeedBurner Problems on the FrontBurner: You&#8217;re SOL">Google&#8217;s FeedBurner Problems on the FrontBurner: You&#8217;re SOL</a></li><li><a
href="http://chris.pirillo.com/windows-7-search-connectors-twitter-youtube-amazon-ebay/" title="Windows 7 Search Connectors: Twitter, YouTube, Amazon, eBay&#8230;">Windows 7 Search Connectors: Twitter, YouTube, Amazon, eBay&#8230;</a></li><li><a
href="http://chris.pirillo.com/what-kind-of-magazines-do-you-like/" title="What Kind of Magazines do You Like?">What Kind of Magazines do You Like?</a></li><li><a
href="http://chris.pirillo.com/cuil-a-first-look/" title="Cuil &#8211; A First Look">Cuil &#8211; A First Look</a></li><li><a
href="http://chris.pirillo.com/talking-twitter-rss-and-des-moines/" title=" The State of Tech Culture in Iowa"> The State of Tech Culture in Iowa</a></li><li><a
href="http://chris.pirillo.com/rss-and-opml-for-feed-subscriptions/" title="RSS and OPML for Feed Subscriptions">RSS and OPML for Feed Subscriptions</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/opensearch-rss-autodiscovery-for-wordpress-searches/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>From BlogWare to WordPress &#8211; Part Deux</title><link>http://chris.pirillo.com/from-blogware-to-wordpress-part-deux/</link> <comments>http://chris.pirillo.com/from-blogware-to-wordpress-part-deux/#comments</comments> <pubDate>Sat, 20 May 2006 06:51:06 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[blogware]]></category> <category><![CDATA[htaccess_file]]></category> <category><![CDATA[plugin]]></category> <category><![CDATA[redirect_script]]></category> <category><![CDATA[search_engine_visitors]]></category> <category><![CDATA[urls]]></category> <category><![CDATA[wordpress]]></category><guid
isPermaLink="false">http://chris.pirillo.com/2006/05/19/from-blogware-to-wordpress-part-deux/</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/from-blogware-to-wordpress-part-deux/">From BlogWare to WordPress &#8211; Part Deux</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>Getting the code out of BlogWare and into WordPress was <a
href="http://chris.pirillo.com/2006/05/16/from-blogware-to-wordpress/">one thing</a>. Getting everything else to work well has been something of a task. All my old URLs didn't have any helpful keywords in them, so the <a
href="http://weblogtoolscollection.com/archives/2004/08/05/404-search-function-for-wordpress/">404 redirect script</a> I found wasn't working as effectively as it might have. Shayne pointed out that both the old URLs and new URLs have date information in them, so it would just take a little scripting before things would work easier for all those search engine visitors. I've got a new <a
href="http://www.arnebrachhold.de/redir/sitemap-home/">Google Sitemap</a> submitted, FWIW.</p><p>I remembered the <a
href="http://lists.automattic.com/mailman/listinfo/wp-hackers">WP-Hackers</a>, which we used to develop a Gada.be plugin - both <a
href="http://www.jonabad.com/gadabe-search-plugin/">standalone</a>, and for the amazingly awesome <a
href="http://www.neato.co.nz/ultimate-tag-warrior/">Ultimate Tag Warrior</a>. I posted my request, and received several satisfactory answers. <a
href="http://txfx.net/">Mark Jaquith</a> responded with <a
href="http://comox.textdrive.com/pipermail/wp-hackers/2006-May/006337.html">a single line of code</a> that needed to be placed at the top of the .htaccess file. Easy. Done. Awesome.<ul
class="related_post"><li><a
href="http://chris.pirillo.com/do-you-need-a-better-blog-search-tool/" title="Do You Need a Better Blog Search Tool?">Do You Need a Better Blog Search Tool?</a></li><li><a
href="http://chris.pirillo.com/how-to-make-an-iphone-web-site-and-icon/" title="How to Make an iPhone Web Site and Icon">How to Make an iPhone Web Site and Icon</a></li><li><a
href="http://chris.pirillo.com/blogware-export-wordpress-import/" title="BlogWare Export / WordPress Import">BlogWare Export / WordPress Import</a></li><li><a
href="http://chris.pirillo.com/cleaning-up-old-posts/" title="Cleaning Up Old Posts">Cleaning Up Old Posts</a></li><li><a
href="http://chris.pirillo.com/create-your-own-wordpress-themes/" title="Create Your Own WordPress Themes">Create Your Own WordPress Themes</a></li><li><a
href="http://chris.pirillo.com/how-to-improve-internet-explorer/" title="How to Improve Internet Explorer">How to Improve Internet Explorer</a></li><li><a
href="http://chris.pirillo.com/wicketpixie-open-source-wordpress-theme-updates/" title="WicketPixie Open Source WordPress Theme Updates">WicketPixie Open Source WordPress Theme Updates</a></li><li><a
href="http://chris.pirillo.com/how-to-create-art-from-digital-photos/" title="How to Create Art from Digital Photos">How to Create Art from Digital Photos</a></li><li><a
href="http://chris.pirillo.com/how-should-a-college-newspaper-publish-on-the-web/" title="How Should a College Newspaper Publish on the Web?">How Should a College Newspaper Publish on the Web?</a></li><li><a
href="http://chris.pirillo.com/an-essential-firefox-add-on/" title="An Essential Firefox Add-on">An Essential Firefox Add-on</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/from-blogware-to-wordpress-part-deux/">From BlogWare to WordPress &#8211; Part Deux</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>Getting the code out of BlogWare and into WordPress was <a
href="http://chris.pirillo.com/2006/05/16/from-blogware-to-wordpress/">one thing</a>. Getting everything else to work well has been something of a task. All my old URLs didn't have any helpful keywords in them, so the <a
href="http://weblogtoolscollection.com/archives/2004/08/05/404-search-function-for-wordpress/">404 redirect script</a> I found wasn't working as effectively as it might have. Shayne pointed out that both the old URLs and new URLs have date information in them, so it would just take a little scripting before things would work easier for all those search engine visitors. I've got a new <a
href="http://www.arnebrachhold.de/redir/sitemap-home/">Google Sitemap</a> submitted, FWIW.</p><p>I remembered the <a
href="http://lists.automattic.com/mailman/listinfo/wp-hackers">WP-Hackers</a>, which we used to develop a Gada.be plugin - both <a
href="http://www.jonabad.com/gadabe-search-plugin/">standalone</a>, and for the amazingly awesome <a
href="http://www.neato.co.nz/ultimate-tag-warrior/">Ultimate Tag Warrior</a>. I posted my request, and received several satisfactory answers. <a
href="http://txfx.net/">Mark Jaquith</a> responded with <a
href="http://comox.textdrive.com/pipermail/wp-hackers/2006-May/006337.html">a single line of code</a> that needed to be placed at the top of the .htaccess file. Easy. Done. Awesome.<ul
class="related_post"><li><a
href="http://chris.pirillo.com/do-you-need-a-better-blog-search-tool/" title="Do You Need a Better Blog Search Tool?">Do You Need a Better Blog Search Tool?</a></li><li><a
href="http://chris.pirillo.com/how-to-make-an-iphone-web-site-and-icon/" title="How to Make an iPhone Web Site and Icon">How to Make an iPhone Web Site and Icon</a></li><li><a
href="http://chris.pirillo.com/blogware-export-wordpress-import/" title="BlogWare Export / WordPress Import">BlogWare Export / WordPress Import</a></li><li><a
href="http://chris.pirillo.com/cleaning-up-old-posts/" title="Cleaning Up Old Posts">Cleaning Up Old Posts</a></li><li><a
href="http://chris.pirillo.com/create-your-own-wordpress-themes/" title="Create Your Own WordPress Themes">Create Your Own WordPress Themes</a></li><li><a
href="http://chris.pirillo.com/how-to-improve-internet-explorer/" title="How to Improve Internet Explorer">How to Improve Internet Explorer</a></li><li><a
href="http://chris.pirillo.com/wicketpixie-open-source-wordpress-theme-updates/" title="WicketPixie Open Source WordPress Theme Updates">WicketPixie Open Source WordPress Theme Updates</a></li><li><a
href="http://chris.pirillo.com/how-to-create-art-from-digital-photos/" title="How to Create Art from Digital Photos">How to Create Art from Digital Photos</a></li><li><a
href="http://chris.pirillo.com/how-should-a-college-newspaper-publish-on-the-web/" title="How Should a College Newspaper Publish on the Web?">How Should a College Newspaper Publish on the Web?</a></li><li><a
href="http://chris.pirillo.com/an-essential-firefox-add-on/" title="An Essential Firefox Add-on">An Essential Firefox Add-on</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/from-blogware-to-wordpress-part-deux/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </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><!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 21/58 queries in 0.158 seconds using memcached
Content Delivery Network via maxcdn.chris.pirillo.com

Served from: 192.168.20.61 @ 2009-11-25 15:58:05 -->