<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.2-ppt (info@mypapit.net)" -->
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.codehouseconsulting.com/news.html">
        <title>Codehouse Consulting News Blog</title>
        <description>News - Codehouse Consulting</description>
        <link>http://www.codehouseconsulting.org/news.html</link>
        <image rdf:resource="http://www.codehouseconsulting.com/codehouse_signature.png" />
       <dc:date>2011-08-18T17:00:01-06:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.codehouseconsulting.com/news.html"/>
                <rdf:li rdf:resource="http://www.codehouseconsulting.com/news.html"/>
                <rdf:li rdf:resource="http://www.codehouseconsulting.com/news.html"/>
                <rdf:li rdf:resource="http://www.codehouseconsulting.com/news.html"/>
                <rdf:li rdf:resource="http://www.codehouseconsulting.com/news.html"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.codehouseconsulting.com/codehouse_signature.png">
        <title>News - Codehouse Consulting</title>
        <link>http://www.codehouseconsulting.com/news.html</link>
        <url>http://www.codehouseconsulting.com/codehouse_signature.png</url>
    </image>
    <item rdf:about="http://www.codehouseconsulting.com/news.html">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-20T19:10:09-06:00</dc:date>
        <dc:creator>contact@codehouseconsulting.com</dc:creator>
        <title>Excel (.xlsx) downloading as zip file</title>
        <link>http://www.codehouseconsulting.com/news.html</link>
        <description>&lt;p&gt;A few week ago I ran into a strange problem on a web site running on Apache. The site had a number of excel files available for download. Unfortunately, when a user clicked to download the excel file, the file  would appear as a zip file when downloaded. When you opened the zip file you would see a series of xml files. After a bit of searching,  I was able to find a solution. For Apache anyways,  I added the following bit below to the .htaccess file on the root directory.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;em&gt;AddType application/vnd.ms-word.document.macroEnabled.12 .docm&lt;/em&gt;&lt;br /&gt;&lt;em&gt;AddType application/vnd.openxmlformats-officedocument.wordprocessingml.document docx&lt;/em&gt;&lt;br /&gt;&lt;em&gt;AddType application/vnd.openxmlformats-officedocument.wordprocessingml.template dotx&lt;/em&gt;&lt;br /&gt;&lt;em&gt;AddType application/vnd.ms-powerpoint.template.macroEnabled.12 potm&lt;/em&gt;&lt;br /&gt;&lt;em&gt;AddType application/vnd.openxmlformats-officedocument.presentationml.template potx&lt;/em&gt;&lt;br /&gt;&lt;em&gt;AddType application/vnd.ms-powerpoint.addin.macroEnabled.12 ppam&lt;/em&gt;&lt;br /&gt;&lt;em&gt;AddType application/vnd.ms-powerpoint.slideshow.macroEnabled.12 ppsm&lt;/em&gt;&lt;br /&gt;&lt;em&gt;AddType application/vnd.openxmlformats-officedocument.presentationml.slideshow ppsx&lt;/em&gt;&lt;br /&gt;&lt;em&gt;AddType application/vnd.ms-powerpoint.presentation.macroEnabled.12 pptm&lt;/em&gt;&lt;br /&gt;&lt;em&gt;AddType application/vnd.openxmlformats-officedocument.presentationml.presentation pptx&lt;/em&gt;&lt;br /&gt;&lt;em&gt;AddType application/vnd.ms-excel.addin.macroEnabled.12 xlam&lt;/em&gt;&lt;br /&gt;&lt;em&gt;AddType application/vnd.ms-excel.sheet.binary.macroEnabled.12 xlsb&lt;/em&gt;&lt;br /&gt;&lt;em&gt;AddType application/vnd.ms-excel.sheet.macroEnabled.12 xlsm&lt;/em&gt;&lt;br /&gt;&lt;em&gt;AddType application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx&lt;/em&gt;&lt;br /&gt;&lt;em&gt;AddType application/vnd.ms-excel.template.macroEnabled.12 xltm&lt;/em&gt;&lt;br /&gt;&lt;em&gt;AddType application/vnd.openxmlformats-officedocument.spreadsheetml.template xltx&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This solution was posted by mcupples on a thread started by discorax at &lt;a class=&quot;sidelink&quot; href=&quot;http://www.webdeveloper.com/forum/showthread.php?t=162526&quot; target=&quot;_blank&quot;&gt;webdeveloper.com&lt;/a&gt;. There are solutions for other platforms on this page as well. Hopefully this will save someone a bit of searching.&lt;/p&gt;
&lt;div id=&quot;_mcePaste&quot; class=&quot;mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;&quot;&gt;
&lt;h3 class=&quot;r&quot;&gt;&lt;a class=&quot;l&quot; href=&quot;http://www.merriam-webster.com/dictionary/miscellaneous&quot;&gt;&lt;em&gt;&lt;em&gt;Miscellaneous&lt;/em&gt;&lt;/em&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;/div&gt;</description>
    </item>
    <item rdf:about="http://www.codehouseconsulting.com/news.html">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-24T18:34:13-06:00</dc:date>
        <dc:creator>contact@codehouseconsulting.com</dc:creator>
        <title>Joomla CMS</title>
        <link>http://www.codehouseconsulting.com/news.html</link>
        <description>At Codehouse we mainly build sites around the CMSMS or WordPress platforms, but from time to time we'll be approached about doing an install or some work with Joomla. While looking for a good &lt;strong&gt;&quot;Getting Started&quot;&lt;/strong&gt; sort of tutorial for a client, I came across this simple straightforward tutorial at Nettuts+. The tutorial can be viewed &lt;a class=&quot;sidelink&quot; href=&quot;http://net.tutsplus.com/tutorials/other/creating-your-first-joomla-template/&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;</description>
    </item>
    <item rdf:about="http://www.codehouseconsulting.com/news.html">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-25T17:43:16-06:00</dc:date>
        <dc:creator>contact@codehouseconsulting.com</dc:creator>
        <title>SQL or NoSQL is that the question?</title>
        <link>http://www.codehouseconsulting.com/news.html</link>
        <description>&lt;br /&gt;Having only tested noSQL solutions in a small way, I found the following article quite interesting. More important than the article itself is the discussion that follows. See: &lt;a class=&quot;sitelink_grn&quot; href=&quot;http://seldo.com/weblog/2010/07/12/in_defence_of_sql&quot;&gt;In Defense of SQL&lt;/a&gt; At Codehouse we've created some fairly complex db's and in some cases (to me not our DB guy) maddeningly complex stored procedures and queries, it might be worth digging deeper in to noSQL solutions to see if they would be a better fit for a particular project. It does seem that there are definitely cases out there would this would make a great deal of sense.&lt;br /&gt;</description>
    </item>
    <item rdf:about="http://www.codehouseconsulting.com/news.html">
        <dc:format>text/html</dc:format>
        <dc:date>2011-04-24T20:43:06-06:00</dc:date>
        <dc:creator>contact@codehouseconsulting.com</dc:creator>
        <title>Scaling your PHP MySQL Web Application </title>
        <link>http://www.codehouseconsulting.com/news.html</link>
        <description>&lt;p&gt;What if your wonderful web application hits the big time? A hands on guide to Scaling your PHP/MySQL Application. Why wait till you have millions of users? Courtesy &lt;a class=&quot;sitelink_grn&quot; href=&quot;http://www.oracle.com/technetwork/articles/dsl/white-php-part1-355135.html&quot;&gt;Oracle Article &lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item rdf:about="http://www.codehouseconsulting.com/news.html">
        <dc:format>text/html</dc:format>
        <dc:date>2011-04-29T20:43:42-06:00</dc:date>
        <dc:creator>contact@codehouseconsulting.com</dc:creator>
        <title>Microsoft Outlook Gone Wild</title>
        <link>http://www.codehouseconsulting.com/news.html</link>
        <description>&lt;p&gt;I have a hate/hate relationship with Microsoft Outlook. Having used Outlook for many years I've come to rely on it quite a bit. Periodically when I launch Outlook I get the normal reminders window but populated with large amounts of old reminders. In the case of about two minutes ago it showed 4401 reminders! Normally, I either dismiss all or pick through the list if it's a reasonable size. So I thought I'd do some poking around to see if there might be a fix. What I ended up finding was a hint on  running a command line switch to clear and rebuild the reminders list.&lt;strong&gt; (Run&amp;gt;outlook.exe /cleanreminders) &lt;/strong&gt;I'll have to see if this permanently fixes the issue, but I thought it might be of interest to include Microsoft's list of switches for outlook below. (&lt;a class=&quot;sitelink_grn&quot; href=&quot;http://office.microsoft.com/en-us/outlook-help/command-line-switches-HP001003110.aspx&quot;&gt;link to Microsoft Article&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;th&gt;&lt;strong&gt;Switch&lt;/strong&gt;&lt;/th&gt; &lt;th&gt;&lt;strong&gt;Description&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/a&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Creates an item with the specified file as an attachment.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li&gt;&quot;C:\Program Files\Microsoft Office\Office11\Outlook.exe&quot; /a &quot;C:\My Documents\labels.doc&quot;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If no item type is specified, IPM.Note is assumed. Cannot be used with message classes that aren't based on Outlook.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/altvba &lt;em&gt;otmfilename&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;Opens the VBA program specified in &lt;em&gt;otmfilename&lt;/em&gt;, rather than %appdata%\Microsoft\Outlook\VbaProject.OTM.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/c &lt;em&gt;messageclass&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Creates a new item of the specified message class (Outlook forms or any other valid MAPI form).&lt;/p&gt;
&lt;p&gt;Examples:&lt;/p&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li&gt;/c ipm.activity creates a &lt;strong&gt;Journal&lt;/strong&gt; entry&lt;/li&gt;
&lt;li&gt;/c ipm.appointment creates an appointment&lt;/li&gt;
&lt;li&gt;/c ipm.contact creates a contact&lt;/li&gt;
&lt;li&gt;/c ipm.note creates an e-mail message&lt;/li&gt;
&lt;li&gt;/c ipm.stickynote creates a note&lt;/li&gt;
&lt;li&gt;/c ipm.task creates a task&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/checkclient&lt;/td&gt;
&lt;td&gt;Prompts for the default manager of e-mail, news, and contacts.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/cleanclientrules&lt;/td&gt;
&lt;td&gt;Starts Outlook and deletes client-based rules.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/cleandmrecords&lt;/td&gt;
&lt;td&gt;Deletes the logging records saved when a manager or a delegate declines a meeting.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/cleanfinders&lt;/td&gt;
&lt;td&gt;Removes Search Folders from the Microsoft Exchange server store.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/cleanfreebusy&lt;/td&gt;
&lt;td&gt;Clears and regenerates free/busy information. This switch   can only be used when you are able to connect to your Microsoft Exchange   server.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/cleanprofile&lt;/td&gt;
&lt;td&gt;Removes invalid profile keys and recreates default registry keys where applicable.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/cleanpst&lt;/td&gt;
&lt;td&gt;Launches Outlook with a clean Personal Folders file (.pst) .&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/cleanreminders&lt;/td&gt;
&lt;td&gt;Clears and regenerates reminders.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/cleanrules&lt;/td&gt;
&lt;td&gt;Starts Outlook and deletes client- and server-based rules.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/cleanschedplus&lt;/td&gt;
&lt;td&gt;Deletes all Schedule+ data (free/busy, permissions, and .cal   file) from the server and enables the free/busy information from the   Outlook Calendar to be used and viewed by all Schedule+ 1.0 users.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/cleanserverrules&lt;/td&gt;
&lt;td&gt;Starts Outlook and deletes server-based rules.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/cleansniff&lt;/td&gt;
&lt;td&gt;Deletes duplicate reminder messages.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/cleansubscriptions&lt;/td&gt;
&lt;td&gt;Deletes the subscription messages and properties for subscription features.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/cleanviews&lt;/td&gt;
&lt;td&gt;Restores default views. All custom views you created are lost.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/designer&lt;/td&gt;
&lt;td&gt;Starts Outlook without figuring out if Outlook should be the default client in the first run.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/embedding&lt;/td&gt;
&lt;td&gt;Opens the specified message file (.msg) as an OLE embedding.   Also used without command-line parameters for standard OLE co-create.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/f &lt;em&gt;msgfilename&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;Opens the specified message file (.msg) or Microsoft Office saved search (.oss).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/firstrun&lt;/td&gt;
&lt;td&gt;Starts Outlook as if it were run for the first time.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/hol &lt;em&gt;holfilename&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;Opens the specified .hol file.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/ical &lt;em&gt;icsfilename&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;Opens the specified .ics file.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/importprf &lt;em&gt;prffilename&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;Launches Outlook and opens/imports the defined MAPI profile   (*.prf). If Outlook is already open, queues the profile to be imported   on the next clean launch.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/l &lt;em&gt;olkfilename&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;Opens the specified .olk file.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/launchtraininghelp &lt;em&gt;assetid&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;Opens a Help window with the Help topic specified in &lt;em&gt;assetid&lt;/em&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/m &lt;em&gt;emailname&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Provides a way for the user to add an e-mail name to the item. Only works in conjunction with the /c command-line parameter.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li&gt;Outlook.exe /c ipm.note /m &lt;em&gt;emailname&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/nocustomize&lt;/td&gt;
&lt;td&gt;Starts Outlook without loading outcmd.dat (customized toolbars) and *.fav file.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/noextensions&lt;/td&gt;
&lt;td&gt;Starts Outlook with extensions turned off, but listed in the Add-In Manager.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/nopollmail&lt;/td&gt;
&lt;td&gt;Starts Outlook without checking mail at startup.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/nopreview&lt;/td&gt;
&lt;td&gt;Starts Outlook with the Reading Pane off.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/p &lt;em&gt;msgfilename&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;Prints the specified message (.msg). Does not work with HTML.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/profile &lt;em&gt;profilename&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;Loads the specified profile. If your profile name contains a space, enclose the profile name in quotation marks (&quot;).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/profiles&lt;/td&gt;
&lt;td&gt;Opens the &lt;strong&gt;Choose Profile&lt;/strong&gt; dialog box regardless of the &lt;strong&gt;Options&lt;/strong&gt; setting on the &lt;strong&gt;Tools&lt;/strong&gt; menu.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/recycle&lt;/td&gt;
&lt;td&gt;Starts Outlook using an existing Outlook window, if one exists. Used in combination with /explorer or /folder.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/resetfoldernames&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Resets default folder names (such as &lt;strong&gt;Inbox&lt;/strong&gt; or &lt;strong&gt;Sent Items&lt;/strong&gt;) to default names in the current Office user interface language.&lt;/p&gt;
&lt;p&gt;For example, if you first connect to your mailbox Outlook   using a Russian user interface, the Russian default folder names cannot   be renamed. To change the default folder names to another language such   as Japanese or English, you can use this switch to reset the default   folder names after changing the user interface language or installing a   different language version of Outlook.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/resetfolders&lt;/td&gt;
&lt;td&gt;Restores missing folders for the default delivery location.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/resetnavpane&lt;/td&gt;
&lt;td&gt;Clears and regenerates the Navigation Pane for the current profile.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/rpcdiag&lt;/td&gt;
&lt;td&gt;Opens Outlook and displays the remote procedure call (RPC) connection status dialog.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/s &lt;em&gt;filename&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;Loads the specified shortcuts file (.fav).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/safe&lt;/td&gt;
&lt;td&gt;Starts Outlook without extensions, Reading Pane, or toolbar customization.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/safe:1&lt;/td&gt;
&lt;td&gt;Starts Outlook with the Reading Pane off.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/safe:2&lt;/td&gt;
&lt;td&gt;Starts Outlook without checking mail at startup.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/safe:3&lt;/td&gt;
&lt;td&gt;Starts Outlook with extensions turned off, but listed in the Add-In Manager.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/safe:4&lt;/td&gt;
&lt;td&gt;Starts Outlook without loading Outcmd.dat (customized toolbars) and *.fav file.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/select &lt;strong&gt;foldername&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Starts Outlook and opens the specified folder in a new   window. For example, to open Outlook and display the default calendar   use: &quot;c:\Program Files\Microsoft Office\Office11\Outlook.exe&quot; /select   outlook:calendar&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/sniff&lt;/td&gt;
&lt;td&gt;Starts Outlook and forces a detection of new meeting requests in the &lt;strong&gt;Inbox&lt;/strong&gt;, and then adds them to the calendar.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/t &lt;em&gt;oftfilename&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;Opens the specified .oft file.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/v &lt;em&gt;vcffilename&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;Opens the specified .vcf file.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/vcal &lt;em&gt;vcsfilename&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;Opens the specified .vcs file.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/x &lt;em&gt;xnkfilename&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;Opens the specified .xnk file.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br /&gt;</description>
    </item>
</rdf:RDF>

