<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>MSSpeech Forum : Website Navigation</title>
  <link>https://www.msspeech-forum.com/</link>
  <description><![CDATA[This is an XML content feed of; MSSpeech Forum : New Users &amp; General Questions : Website Navigation]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 29 Apr 2026 07:00:07 +0000</pubDate>
  <lastBuildDate>Fri, 02 Aug 2013 09:57:38 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.02</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.msspeech-forum.com/RSS_post_feed.asp?TID=315</WebWizForums:feedURL>
  <image>
   <title><![CDATA[MSSpeech Forum]]></title>
   <url>https://www.msspeech-forum.com/forum_images/msspeech_forum.png</url>
   <link>https://www.msspeech-forum.com/</link>
  </image>
  <item>
   <title><![CDATA[Website Navigation : That worked well after a couple...]]></title>
   <link>https://www.msspeech-forum.com/website-navigation_topic315_post1474.html#1474</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.msspeech-forum.com/member_profile.asp?PF=1102">Stryyder</a><br /><strong>Subject:</strong> 315<br /><strong>Posted:</strong> 02/Aug/2013 at 9:57am<br /><br />That worked well after a couple of tweaks to make the code work! The idea is really good! Thanks Nathaniel! I tried to post my working code but it's not working for some reason. Shrug.]]>
   </description>
   <pubDate>Fri, 02 Aug 2013 09:57:38 +0000</pubDate>
   <guid isPermaLink="true">https://www.msspeech-forum.com/website-navigation_topic315_post1474.html#1474</guid>
  </item> 
  <item>
   <title><![CDATA[Website Navigation : The main issue here is that the...]]></title>
   <link>https://www.msspeech-forum.com/website-navigation_topic315_post1473.html#1473</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.msspeech-forum.com/member_profile.asp?PF=90">antihadron</a><br /><strong>Subject:</strong> 315<br /><strong>Posted:</strong> 31/Jul/2013 at 9:09pm<br /><br />The main issue here is that the system is not picking up 'youtube' but 'you tube' &nbsp;the middle space is being encoded to %20 on the browser. &nbsp; Unfortunately, alot of the time domain names do not resolve to 'real' words. &nbsp;So you have to either add them to the dictionary or to the grammar of the Macro.<div><br></div><div>See the example at:</div><div><a href="http://archive.msdn.microsoft.com/wsrmacros/Wiki/View.aspx?title=Semantic%20Properties&amp;referringTitle=Windows%20Speech%20Recogniti&#111;n%20Macros%20Wiki" target="_blank">http://archive.msdn.microsoft.com/wsrmacros/Wiki/View.aspx?title=Semantic%20Properties&amp;referringTitle=Windows%20Speech%20Recognition%20Macros%20Wiki</a></div><div><br></div><div>so for this it would be something like:</div><div><br></div><div><div style="font-family: 'Courier New', Courier, mono; white-space: pre;">&lt;listenFor&gt;Navigate &#091;website&#093;&lt;/listenFor&gt;</div><div style="font-family: 'Courier New', Courier, mono; white-space: pre;">&nbsp; &nbsp;&lt;run command="http://{&#091;website.location&#093;}/"/&gt;</div></div><div style="font-family: 'Courier New', Courier, mono; white-space: pre;">&lt;/listenFor&gt;</div><div style="font-family: 'Courier New', Courier, mono; white-space: pre;"><br></div><div><font face="Courier New, Courier, mono"><span style="white-space: pre;">&lt;rule name="website"&gt;      &lt;list propname="location"&gt;          &lt;p valstr="www.youtube.com"&gt;YouTube&lt;/p&gt;          &lt;p valstr="mail.yahoo.com"&gt;yahoo mail&lt;/p&gt;</span></font><span style="font-family: 'Courier New', Courier, mono; white-space: pre;">          &lt;p valstr="www.cnn.com"&gt;CNN&lt;/p&gt;</span><span style="font-family: 'Courier New', Courier, mono; white-space: pre;">          &lt;p valstr="www.wikipedia.org"&gt;Wikipedia&lt;/p&gt;</span><font face="Courier New, Courier, mono"><span style="white-space: pre;">     &lt;/list&gt;&lt;/rule&gt;</span></font></div><div><font face="Courier New, Courier, mono"><span style="white-space: pre;"><br></span></font></div><div><font face="Courier New, Courier, mono"><span style="white-space: pre;">I've not tested this but it should be pretty easy to get this to work.  You could also add an alternate that is exactly like what you had before to catch anything that is pronounceable and resolves to a word.</span></font></div><div><font face="Courier New, Courier, mono"><span style="white-space: pre;"><br></span></font></div><div><font face="Courier New, Courier, mono"><span style="white-space: pre;">Best Regards,</span></font></div><div><font face="Courier New, Courier, mono"><span style="white-space: pre;"><br></span></font></div><div><font face="Courier New, Courier, mono"><span style="white-space: pre;">Nathaniel</span></font></div>]]>
   </description>
   <pubDate>Wed, 31 Jul 2013 21:09:34 +0000</pubDate>
   <guid isPermaLink="true">https://www.msspeech-forum.com/website-navigation_topic315_post1473.html#1473</guid>
  </item> 
  <item>
   <title><![CDATA[Website Navigation : Our programmer was asked to take...]]></title>
   <link>https://www.msspeech-forum.com/website-navigation_topic315_post1472.html#1472</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.msspeech-forum.com/member_profile.asp?PF=1">mmarkoe_admin</a><br /><strong>Subject:</strong> 315<br /><strong>Posted:</strong> 30/Jul/2013 at 3:57pm<br /><br />Our programmer was asked to take a look at your inquiry.<br />Marty]]>
   </description>
   <pubDate>Tue, 30 Jul 2013 15:57:40 +0000</pubDate>
   <guid isPermaLink="true">https://www.msspeech-forum.com/website-navigation_topic315_post1472.html#1472</guid>
  </item> 
  <item>
   <title><![CDATA[Website Navigation : Hi, I&amp;#039;m new to the site and...]]></title>
   <link>https://www.msspeech-forum.com/website-navigation_topic315_post1471.html#1471</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.msspeech-forum.com/member_profile.asp?PF=1102">Stryyder</a><br /><strong>Subject:</strong> 315<br /><strong>Posted:</strong> 29/Jul/2013 at 1:22pm<br /><br /><div>Hi, I'm new to the site and speech recognition and I have a question which may be simple for some of you super duper programmers.</div><div><br></div><div>I have the following inside a macro.</div><div><br></div><table width="99%"><tr><td><pre class="BBcode"><div><div>&lt;listenFor&gt;Navigate &#091;...&#093;&lt;/listenFor&gt;</div><div>&nbsp; &nbsp;&lt;run command="http://www.{&#091;...&#093;}.com/"/&gt;</div><div></pre></td></tr></table></div></div><div><br></div><div>It works rather well after some training, however, it throws in a lot of %20's (to indicate a space) when I don't want there to be a space ever for this particular command. E.G. If I say "Navigate Youtube" it will attempt to take me to www.you%20tube.com. Is there a sneaky way around this?&nbsp;</div><div><br></div><div>Thanks for any and all help.</div><div><br></div>]]>
   </description>
   <pubDate>Mon, 29 Jul 2013 13:22:27 +0000</pubDate>
   <guid isPermaLink="true">https://www.msspeech-forum.com/website-navigation_topic315_post1471.html#1471</guid>
  </item> 
 </channel>
</rss>