<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:media="http://search.yahoo.com/mrss/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="http://www.leveltendesign.com/articles">
  <channel>
    <title>LevelTen Interactive | Articles</title>
    <link>http://www.leveltendesign.com/articles</link>
    <description />
    <language>en</language>
          <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/leveltenarticles" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="leveltenarticles" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">leveltenarticles</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
    <title>Theme node body with a template file in the feature</title>
    <link>http://www.leveltendesign.com/tip/theme-node-body-template-file-feature</link>
    <description>&lt;p&gt;This code can be used to add tpl.php files instead of implementing theme functions to your feature&lt;/p&gt;
&lt;p&gt;&lt;div class="geshifilter"&gt;&lt;pre class="drupal5 geshifilter-drupal5" style="font-family:monospace;"&gt;&lt;span style="color: #000000; font-weight: bold;"&gt;&amp;lt;?php&lt;/span&gt;
&amp;nbsp;
&lt;span style="color: #808080; font-style: italic;"&gt;/**
* Implementation of hook_theme().
* DRUPAL WONT SEE THIS HOOK UNTIL YOU CLEAR YOUR CACHE
*/&lt;/span&gt;
&amp;nbsp;
&amp;nbsp;
&lt;span style="color: #808080; font-style: italic;"&gt;//Create myfeature-node-body.tpl.php in your feature and use $node to theme the node body&lt;/span&gt;
&amp;nbsp;
&lt;span style="color: #000000; font-weight: bold;"&gt;function&lt;/span&gt; myfeature_theme&lt;span style="color: #66cc66;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#41;&lt;/span&gt; &lt;span style="color: #66cc66;"&gt;&amp;#123;&lt;/span&gt;
  &lt;span style="color: #b1b100;"&gt;return&lt;/span&gt; &lt;a href="http://www.php.net/array"&gt;&lt;span style="color: #000066;"&gt;array&lt;/span&gt;&lt;/a&gt;&lt;span style="color: #66cc66;"&gt;&amp;#40;&lt;/span&gt;
    &lt;span style="color: #ff0000;"&gt;'myfeature-node-body'&lt;/span&gt; =&lt;span style="color: #66cc66;"&gt;&amp;gt;&lt;/span&gt; &lt;a href="http://www.php.net/array"&gt;&lt;span style="color: #000066;"&gt;array&lt;/span&gt;&lt;/a&gt;&lt;span style="color: #66cc66;"&gt;&amp;#40;&lt;/span&gt;
      &lt;span style="color: #ff0000;"&gt;'template'&lt;/span&gt; =&lt;span style="color: #66cc66;"&gt;&amp;gt;&lt;/span&gt; &lt;span style="color: #ff0000;"&gt;'myfeature-node-body'&lt;/span&gt;,
      &lt;span style="color: #ff0000;"&gt;'arguments'&lt;/span&gt; =&lt;span style="color: #66cc66;"&gt;&amp;gt;&lt;/span&gt; &lt;a href="http://www.php.net/array"&gt;&lt;span style="color: #000066;"&gt;array&lt;/span&gt;&lt;/a&gt;&lt;span style="color: #66cc66;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'node'&lt;/span&gt; =&lt;span style="color: #66cc66;"&gt;&amp;gt;&lt;/span&gt; &lt;span style="color: #000000; font-weight: bold;"&gt;null&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#41;&lt;/span&gt;,
    &lt;span style="color: #66cc66;"&gt;&amp;#41;&lt;/span&gt;,
  &lt;span style="color: #66cc66;"&gt;&amp;#41;&lt;/span&gt;;
&lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
&lt;span style="color: #808080; font-style: italic;"&gt;/**
 * Implementation of hook_nodeapi().
 */&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
&lt;div class="og_rss_groups"&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.leveltendesign.com/tip/theme-node-body-template-file-feature" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://www.leveltendesign.com/tip/theme-node-body-template-file-feature#comments</comments>
 <category domain="http://www.leveltendesign.com/category/programming-language-framework/php/drupal">Drupal</category>
 <category domain="http://www.leveltendesign.com/category/technology/php">PHP</category>
 <category domain="http://www.leveltendesign.com/category/programming-language/php-0">PHP</category>
 <pubDate>Fri, 03 Dec 2010 20:21:01 +0000</pubDate>
 <dc:creator>Dustin Currie</dc:creator>
 <guid isPermaLink="false">2818 at http://www.leveltendesign.com</guid>
  </item>
  <item>
    <title>Sanitize User Table in Drupal</title>
    <link>http://www.leveltendesign.com/tip/sanitize-user-table-drupal</link>
    <description>&lt;p&gt;&lt;div class="geshifilter"&gt;&lt;pre class="drupal5 geshifilter-drupal5" style="font-family:monospace;"&gt;&lt;span style="color: #808080; font-style: italic;"&gt;#!/bin/bash&lt;/span&gt;
&amp;nbsp;
drush sqlq &lt;span style="color: #ff0000;"&gt;&amp;quot;UPDATE {users} SET pass = md5('pass') WHERE uid &amp;gt; 1;&amp;quot;&lt;/span&gt;
drush sqlq &lt;span style="color: #ff0000;"&gt;&amp;quot;UPDATE {users} SET mail = concat('myaddr+', replace(mail, '@', '_'), '@testdomain.org') WHERE uid &amp;lt;&amp;gt; 0 AND instr(mail, '@testdomain.org') = 0;&amp;quot;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;These drush commands will set all users that are not anonymous or user 1 to password "pass" and sanitize all email addresses.&lt;/p&gt;
&lt;p&gt;&lt;a href="mailto:dustinc@getlevelten.com"&gt;dustinc@getlevelten.com&lt;/a&gt; becomes myaddr+dustinc_getlevelten.com@testdomain.org&lt;/p&gt;
&lt;div class="og_rss_groups"&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.leveltendesign.com/tip/sanitize-user-table-drupal" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://www.leveltendesign.com/tip/sanitize-user-table-drupal#comments</comments>
 <category domain="http://www.leveltendesign.com/category/email-address/testdomainorg">'@testdomain.org</category>
 <category domain="http://www.leveltendesign.com/category/programming-language-framework/php/drupal">Drupal</category>
 <pubDate>Wed, 01 Dec 2010 20:29:22 +0000</pubDate>
 <dc:creator>Dustin Currie</dc:creator>
 <guid isPermaLink="false">2806 at http://www.leveltendesign.com</guid>
  </item>
  <item>
    <title>Adding Customize Dashboard Magic to Your Drupal Theme</title>
    <link>http://www.leveltendesign.com/answer/adding-customize-dashboard-magic-your-drupal-theme</link>
    <description>&lt;p&gt;If you haven't already tried &lt;a href="http:/openatrium.com/"&gt;Open Atrium&lt;/a&gt;, you should immediately do so.  Once you do, you'll want to put all their cool customize stuff into your website.  While the documentation says that it uses context, spaces and features to accomplish their "whiz bang" features, they also use a few theme tricks to bind it all together.&lt;/p&gt;
&lt;p&gt;I'm going to show you what is necessary to get your theme ready for the "Customize dashboard" functionality in openatrium.&lt;/p&gt;
&lt;div class="og_rss_groups"&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.leveltendesign.com/answer/adding-customize-dashboard-magic-your-drupal-theme" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://www.leveltendesign.com/answer/adding-customize-dashboard-magic-your-drupal-theme#comments</comments>
 <category domain="http://www.leveltendesign.com/category/calais-document-category/human-interest">Human Interest</category>
 <category domain="http://www.leveltendesign.com/category/technology/php">PHP</category>
 <category domain="http://www.leveltendesign.com/category/programming-language/php-0">PHP</category>
 <category domain="http://www.leveltendesign.com/category/calais-document-category/technology">Technology</category>
 <pubDate>Thu, 02 Sep 2010 18:07:21 +0000</pubDate>
 <dc:creator>Randall Knutson</dc:creator>
 <guid isPermaLink="false">2670 at http://www.leveltendesign.com</guid>
  </item>
  <item>
    <title>Internet Marketing Resources [cornerstone draft]</title>
    <link>http://www.leveltendesign.com/article/internet-marketing-resources-cornerstone-draft</link>
    <description>&lt;p&gt;Internet marketing is one of those things - with a little bit of knowledge, you can get far.  &lt;/p&gt;
&lt;p&gt;On Page SEO&lt;br /&gt;
Off Page SEO&lt;br /&gt;
PPC&lt;br /&gt;
Alternative PPC&lt;br /&gt;
Social Media&lt;br /&gt;
Blogging&lt;br /&gt;
Digital Media Buys&lt;/p&gt;
&lt;div class="field field-type-filefield field-field-article-thumb"&gt;
      &lt;div class="field-label"&gt;Teaser Image:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;img  class="imagefield imagefield-field_article_thumb" width="150" height="150" alt="" src="http://www.leveltendesign.com/sites/default/files/files/imagefield_default_images/teaser_thumb.png?1275404814" /&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="og_rss_groups"&gt;&lt;/div&gt;</description>
     <comments>http://www.leveltendesign.com/article/internet-marketing-resources-cornerstone-draft#comments</comments>
 <category domain="http://www.leveltendesign.com/category/company/digital-media">Digital Media</category>
 <category domain="http://www.leveltendesign.com/category/calais-document-category/technology">Technology</category>
 <pubDate>Tue, 20 Jul 2010 19:16:07 +0000</pubDate>
 <dc:creator>Colin</dc:creator>
 <guid isPermaLink="false">2632 at http://www.leveltendesign.com</guid>
  </item>
  <item>
    <title>The Ultimate Drupal SEO Module Directory</title>
    <link>http://www.leveltendesign.com/article/drupal-seo-modules</link>
    <description>&lt;p&gt;Back in 2008, when LevelTen made the official switch to only supporting the Drupal CMS, one of the primary factors in our decision making was the marketing capabilities that Drupal provided.  From a purely search engine optimization standpoint, Drupal was (and still is) heads and shoulders above other open source content mangement systems.  Why is Drupal so much better?&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Great coding.&lt;/li&gt;
&lt;li&gt;Ease of content creation.&lt;/li&gt;
&lt;li&gt;Modular functionality.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Great Coding&lt;/strong&gt;&lt;/p&gt;
&lt;div class="field field-type-filefield field-field-article-thumb"&gt;
      &lt;div class="field-label"&gt;Teaser Image:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;img  class="imagefield imagefield-field_article_thumb" width="150" height="150" alt="" src="http://www.leveltendesign.com/sites/default/files/files/imagefield_default_images/teaser_thumb.png?1275404814" /&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="og_rss_groups"&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.leveltendesign.com/article/drupal-seo-modules" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://www.leveltendesign.com/article/drupal-seo-modules#comments</comments>
 <category domain="http://www.leveltendesign.com/category/tags/drupal-seo-modules">drupal seo modules</category>
 <category domain="http://www.leveltendesign.com/category/technology/api">API</category>
 <category domain="http://www.leveltendesign.com/category/events-facts/company-technology">Company Technology</category>
 <category domain="http://www.leveltendesign.com/category/topic/drupal-modules">Drupal modules</category>
 <category domain="http://www.leveltendesign.com/category/topic/drupal-seo">Drupal SEO</category>
 <category domain="http://www.leveltendesign.com/category/topic/drupal-seo-modules">Drupal SEO modules</category>
 <category domain="http://www.leveltendesign.com/category/company/google">Google</category>
 <category domain="http://www.leveltendesign.com/category/calais-document-category/human-interest">Human Interest</category>
 <category domain="http://www.leveltendesign.com/category/technology/search-engine">Search Engine</category>
 <category domain="http://www.leveltendesign.com/category/calais-document-category/technology">Technology</category>
 <pubDate>Fri, 11 Jun 2010 18:26:34 +0000</pubDate>
 <dc:creator>Colin</dc:creator>
 <guid isPermaLink="false">2476 at http://www.leveltendesign.com</guid>
  </item>
  <item>
    <title>How to add Yahoo! Tracking Code to your Drupal Site</title>
    <link>http://www.leveltendesign.com/article/how-add-yahoo-tracking-code-your-drupal-site</link>
    <description>&lt;p&gt;More and more of our clients are wanting to track their site metrics from more than just google and since there aren't really any great modules for adding the Yahoo! tracking code; I thought I'd share exactly how I went about adding them.  The problem is that if I simply place the tag on the page.tpl.php file then I get the code going site wide and if it's a conversion code, I only need it to trigger for certain pages.  We tried creating individual pages and then placing the code in the body, but the problem is the Yahoo! code must be placed into the &lt;head&gt; tags.  &lt;/head&gt;&lt;/p&gt;
&lt;div class="field field-type-filefield field-field-article-thumb"&gt;
      &lt;div class="field-label"&gt;Teaser Image:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;img  class="imagefield imagefield-field_article_thumb" width="150" height="150" alt="" src="http://www.leveltendesign.com/sites/default/files/files/imagefield_default_images/teaser_thumb.png?1275404814" /&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="og_rss_groups"&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.leveltendesign.com/article/how-add-yahoo-tracking-code-your-drupal-site" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://www.leveltendesign.com/article/how-add-yahoo-tracking-code-your-drupal-site#comments</comments>
 <category domain="http://www.leveltendesign.com/category/tags/internet">internet</category>
 <category domain="http://www.leveltendesign.com/category/events-facts/company-customer">Company Customer</category>
 <category domain="http://www.leveltendesign.com/category/technology/php">PHP</category>
 <category domain="http://www.leveltendesign.com/category/company/yahoo">Yahoo</category>
 <pubDate>Fri, 26 Feb 2010 19:02:54 +0000</pubDate>
 <dc:creator>Chris</dc:creator>
 <guid isPermaLink="false">2399 at http://www.leveltendesign.com</guid>
  </item>
  <item>
    <title>Color 101</title>
    <link>http://www.leveltendesign.com/article/color-101</link>
    <description>&lt;p&gt;A very important element in building a website is color. Naturally, people connect certain colors with different emotions and feelings.  People of the world see color differently. This is because tradition, religion, and symbolism affects how people feel about color. In order to create a good user experience it is very important that your palette is reflected to your audience. &lt;/p&gt;
&lt;p&gt;First, let’s look at a few dominant colors and how they can evoke different emotions. &lt;/p&gt;
&lt;div class="field field-type-filefield field-field-article-thumb"&gt;
      &lt;div class="field-label"&gt;Teaser Image:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;img  class="imagefield imagefield-field_article_thumb" width="150" height="150" alt="" src="http://www.leveltendesign.com/sites/default/files/files/imagefield_default_images/teaser_thumb.png?1275404814" /&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="og_rss_groups"&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.leveltendesign.com/article/color-101" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://www.leveltendesign.com/article/color-101#comments</comments>
 <category domain="http://www.leveltendesign.com/category/tags/creative-design">Creative design</category>
 <category domain="http://www.leveltendesign.com/category/tags/google">Google</category>
 <category domain="http://www.leveltendesign.com/category/calais-document-category/technology">Technology</category>
 <pubDate>Wed, 17 Feb 2010 23:26:32 +0000</pubDate>
 <dc:creator>ReneeD</dc:creator>
 <guid isPermaLink="false">2400 at http://www.leveltendesign.com</guid>
  </item>
  <item>
    <title>Drupal errors "Notice: Undefined index: profile in..."</title>
    <link>http://www.leveltendesign.com/solution/drupal-errors-notice-undefined-index-profile</link>
    <description>&lt;div class="field field-type-text field-field-solution-text"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline-first"&gt;
              Solution:&amp;nbsp;&lt;/div&gt;
                    &lt;p&gt;Ah the joy of procedural programming in a  weakly typed language. &lt;/p&gt;
&lt;p&gt;There are two issues here:&lt;br /&gt;
1. Drupal is reporting notices&lt;br /&gt;
2. Datastructure mismatches  &lt;/p&gt;
&lt;p&gt;The particular above notice is created when php tries to access a index of an array where the variable is not holding an array.   In general this notice will not cause problems with Drupal functionality. You may want to turn off php reporting notices. To do this you can change php's error reporting.  &lt;/p&gt;
&lt;p&gt;In php.ini use:&lt;br /&gt;
error_reporting = E_ALL &amp;amp; ~E_NOTICE  &lt;/p&gt;
&lt;p&gt;In .htaccess user:&lt;br /&gt;
php_value error_reporting 2039&lt;/p&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="og_rss_groups"&gt;&lt;/div&gt;</description>
     <comments>http://www.leveltendesign.com/solution/drupal-errors-notice-undefined-index-profile#comments</comments>
 <category domain="http://www.leveltendesign.com/category/technology/php">PHP</category>
 <category domain="http://www.leveltendesign.com/category/programming-language/php-0">PHP</category>
 <category domain="http://www.leveltendesign.com/category/programming-language-framework/php/drupal/drupal-6">Drupal 6</category>
 <category domain="http://www.leveltendesign.com/category/programming-language-framework/php">PHP</category>
 <pubDate>Fri, 30 Oct 2009 19:38:28 +0000</pubDate>
 <dc:creator>Tom</dc:creator>
 <guid isPermaLink="false">1939 at http://www.leveltendesign.com</guid>
  </item>
  <item>
    <title>How To 301 Redirect Multiple Domains Into One Domain</title>
    <link>http://www.leveltendesign.com/solution/how-301-redirect-multiple-domains-one-domain</link>
    <description>&lt;div class="field field-type-text field-field-problem-text"&gt;
      &lt;div class="field-label"&gt;Problem:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;p&gt;If you need to do a 301 redirect between multiple domain names, and force all domains to direct to the "www", use the following code in your .htaccess file.&lt;/p&gt;
&lt;p&gt;RewriteCond %{HTTP_Host} ^(www\.)?secondary-domain1\.com$ [NC]&lt;br /&gt;RewriteRule ^(.*)$ http://www.maindomain.com/$1 [L,R=301]&lt;/p&gt;
&lt;p&gt;RewriteCond %{HTTP_Host} ^(www\.)?secondary-domain2\.com$ [NC]&lt;br /&gt; RewriteRule ^(.*)$ http://www.maindomain.com/$1 [L,R=301]&lt;/p&gt;
&lt;p&gt;RewriteCond %{HTTP_Host} ^maindomain\.com$ [NC]&lt;br /&gt; RewriteRule ^(.*)$ http://www.maindomain.com/$1 [L,R=301]&lt;/p&gt;
&lt;p&gt;And that's how you would do a 301 redirect between multiple domain names, and force the "www" version of your main domain.  The code above is for a .htaccess file on an apache server.&lt;/p&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="og_rss_groups"&gt;&lt;/div&gt;</description>
     <comments>http://www.leveltendesign.com/solution/how-301-redirect-multiple-domains-one-domain#comments</comments>
 <category domain="http://www.leveltendesign.com/category/tags/htaccess">.htaccess</category>
 <category domain="http://www.leveltendesign.com/category/tags/301">301</category>
 <category domain="http://www.leveltendesign.com/category/tags/domain">domain</category>
 <category domain="http://www.leveltendesign.com/category/tags/redirect">redirect</category>
 <category domain="http://www.leveltendesign.com/category/tags/seo">SEO</category>
 <category domain="http://www.leveltendesign.com/category/technology/http">HTTP</category>
 <category domain="http://www.leveltendesign.com/category/url/http/wwwmaindomaincom/1">http://www.maindomain.com/$1</category>
 <category domain="http://www.leveltendesign.com/category/currency/usd">USD</category>
 <pubDate>Fri, 30 Oct 2009 03:00:24 +0000</pubDate>
 <dc:creator>Colin</dc:creator>
 <guid isPermaLink="false">1938 at http://www.leveltendesign.com</guid>
  </item>
  <item>
    <title>How do I test a website in IE6 on Windows XP?</title>
    <link>http://www.leveltendesign.com/answer/how-do-i-test-website-ie6-windows-xp</link>
    <description>&lt;p&gt;For Windows XP, the best way I have found to test a website in IE6, is to create a virtual machine on your PC.  You will need two things in order to make this happen: &lt;/p&gt;
&lt;div class="og_rss_groups"&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.leveltendesign.com/answer/how-do-i-test-website-ie6-windows-xp" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://www.leveltendesign.com/answer/how-do-i-test-website-ie6-windows-xp#comments</comments>
 <category domain="http://www.leveltendesign.com/category/calais-document-category/technology">Technology</category>
 <category domain="http://www.leveltendesign.com/category/technology/virtual-machine">virtual machine</category>
 <category domain="http://www.leveltendesign.com/category/technology/virtual-pc">Virtual PC</category>
 <pubDate>Thu, 22 Oct 2009 14:51:30 +0000</pubDate>
 <dc:creator>Rachel</dc:creator>
 <guid isPermaLink="false">1902 at http://www.leveltendesign.com</guid>
  </item>
  </channel>
</rss>

