<?xml version="1.0" encoding="iso-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwizguide.com/rss_namespace/">
 <channel>
  <title>Yachts and Yachting Online Forum : Sailwave Support</title>
  <link>http://www.yachtsandyachting.com/forum/</link>
  <description>This is an XML content feed of; Yachts and Yachting Online Forum : Sailwave Support : Last 10 Posts</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 May 2013 10:05:11 +0000</pubDate>
  <lastBuildDate>Mon, 18 Feb 2013 13:57:09 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.665x</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>www.yachtsandyachting.com/forum/RSS_topic_feed.asp?FID=45</WebWizForums:feedURL>
  <image>
   <title>Yachts and Yachting Online Forum</title>
   <url>http://www.yachtsandyachting.com/forum/forum_images/web_wiz_forums.png</url>
   <link>http://www.yachtsandyachting.com/forum/</link>
  </image>
  <item>
   <title>Sailwave Support : Crew change in race series</title>
   <link>http://www.yachtsandyachting.com/forum/forum_posts.asp?TID=10712&amp;PID=1340030#1340030</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.yachtsandyachting.com/forum/member_profile.asp?PF=4783" rel="nofollow">JohnW</a><br /><strong>Subject:</strong> Crew change in race series<br /><strong>Posted:</strong> 18&nbsp;Feb&nbsp;13 at 1:57pm<br /><br />Is there a way for Sailwave to show a different crew in different races other than putting the crew name as "Fred/Jane/Susan" for all races?<div><br></div><div>Ideally I would like each individual race result to show the name of the crew that sailed that race.&nbsp;</div><div>The summary table would have to either concatenate the crew names, or replace with a generic term such as "Mutilple".</div><div><br></div><div>John</div><div><br></div>]]>
   </description>
   <pubDate>Mon, 18 Feb 2013 13:57:09 +0000</pubDate>
   <guid isPermaLink="true">http://www.yachtsandyachting.com/forum/forum_posts.asp?TID=10712&amp;PID=1340030#1340030</guid>
  </item> 
  <item>
   <title>Sailwave Support : New PY Website</title>
   <link>http://www.yachtsandyachting.com/forum/forum_posts.asp?TID=9151&amp;PID=1335737#1335737</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.yachtsandyachting.com/forum/member_profile.asp?PF=1128" rel="nofollow">slop_idol</a><br /><strong>Subject:</strong> New PY Website<br /><strong>Posted:</strong> 20&nbsp;Dec&nbsp;12 at 4:20pm<br /><br />with the last race of season now complete and only a few short weeks until we start gain at the blackwater sc heres the last 2012 list update<div>&nbsp;</div><div><img src="uploads/1128/decpylist12.jpg" height="806" width="600" border="0" /></div><span style="font-size:10px"><br /><br />Edited by slop_idol - 20&nbsp;Dec&nbsp;12 at 4:21pm</span>]]>
   </description>
   <pubDate>Thu, 20 Dec 2012 16:20:52 +0000</pubDate>
   <guid isPermaLink="true">http://www.yachtsandyachting.com/forum/forum_posts.asp?TID=9151&amp;PID=1335737#1335737</guid>
  </item> 
  <item>
   <title>Sailwave Support : Not displaying in IE9, etc</title>
   <link>http://www.yachtsandyachting.com/forum/forum_posts.asp?TID=10303&amp;PID=1335736#1335736</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.yachtsandyachting.com/forum/member_profile.asp?PF=12594" rel="nofollow">Simon368</a><br /><strong>Subject:</strong> Not displaying in IE9, etc<br /><strong>Posted:</strong> 20&nbsp;Dec&nbsp;12 at 4:11pm<br /><br />I think we have zero'd in on the problem. <div>I double checked my emails and the attachments open OK in any browser, so It is a problem with the uploading. I have passed this onto the webmaster to sort out waht she is doing wrong.</div><div>Thanks for all you help Guys</div>]]>
   </description>
   <pubDate>Thu, 20 Dec 2012 16:11:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.yachtsandyachting.com/forum/forum_posts.asp?TID=10303&amp;PID=1335736#1335736</guid>
  </item> 
  <item>
   <title>Sailwave Support : Not displaying in IE9, etc</title>
   <link>http://www.yachtsandyachting.com/forum/forum_posts.asp?TID=10303&amp;PID=1335727#1335727</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.yachtsandyachting.com/forum/member_profile.asp?PF=12613" rel="nofollow">blueboy</a><br /><strong>Subject:</strong> Not displaying in IE9, etc<br /><strong>Posted:</strong> 20&nbsp;Dec&nbsp;12 at 2:52pm<br /><br />I've been able to reproduce this issue on a test system and I can tell you exactly what is happening. It's not a format issue, it's an issue with the naming of the files on the server.<br><br>Files on www.upriver.org with extension .html are being served with MIME type text/html as would be expected. MIME type tells the browser how to handle the file, in this case to treat it as html.<br><br>Regardless of how you have emailed them, your results files <b>on&nbsp; the server</b> have no file extension and are being served with MIME type text/plain. On IE8, these get rendered as html anyway. On IE9 and Chrome, they are rendered as plain text (which is arguably more correct). This change in IE9 is described at http://msdn.M**rosoft.com/en-gb/library/ie/gg622940%28v=vs.85%29.aspx<br><br>Your webpage editor needs to rename the files on the server so they have suffix .html (.htm would almost certainly work too). They will then be served with the correct MIME type and all will be well.<br><br>As you might surmise, I deal with this kind of fun for a living although I hadn't come across this particular IE9 change before.<br><span style="font-size:10px"><br /><br />Edited by blueboy - 20&nbsp;Dec&nbsp;12 at 3:16pm</span>]]>
   </description>
   <pubDate>Thu, 20 Dec 2012 14:52:59 +0000</pubDate>
   <guid isPermaLink="true">http://www.yachtsandyachting.com/forum/forum_posts.asp?TID=10303&amp;PID=1335727#1335727</guid>
  </item> 
  <item>
   <title>Sailwave Support : Not displaying in IE9, etc</title>
   <link>http://www.yachtsandyachting.com/forum/forum_posts.asp?TID=10303&amp;PID=1335699#1335699</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.yachtsandyachting.com/forum/member_profile.asp?PF=12594" rel="nofollow">Simon368</a><br /><strong>Subject:</strong> Not displaying in IE9, etc<br /><strong>Posted:</strong> 20&nbsp;Dec&nbsp;12 at 10:34am<br /><br />I think I am getting there. When I 'Publish' the results to email them to the webpage editor the file is beign attached as .htm as in no 'l'. But this is configured in sailwave????<div>&nbsp;</div><div>When I send them to the Lightning website webmaster he has not problems with this format</div>]]>
   </description>
   <pubDate>Thu, 20 Dec 2012 10:34:45 +0000</pubDate>
   <guid isPermaLink="true">http://www.yachtsandyachting.com/forum/forum_posts.asp?TID=10303&amp;PID=1335699#1335699</guid>
  </item> 
  <item>
   <title>Sailwave Support : Not displaying in IE9, etc</title>
   <link>http://www.yachtsandyachting.com/forum/forum_posts.asp?TID=10303&amp;PID=1335669#1335669</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.yachtsandyachting.com/forum/member_profile.asp?PF=12613" rel="nofollow">blueboy</a><br /><strong>Subject:</strong> Not displaying in IE9, etc<br /><strong>Posted:</strong> 19&nbsp;Dec&nbsp;12 at 5:27pm<br /><br />I think the problem is that your files are called (for example) "autumn series 2012" and the problem would be resolved if they were "autumn series 2012.html"<br><br>If I am correct, it's nowt to do with Sailwave per se.<br><span style="font-size:10px"><br /><br />Edited by blueboy - 19&nbsp;Dec&nbsp;12 at 5:28pm</span>]]>
   </description>
   <pubDate>Wed, 19 Dec 2012 17:27:10 +0000</pubDate>
   <guid isPermaLink="true">http://www.yachtsandyachting.com/forum/forum_posts.asp?TID=10303&amp;PID=1335669#1335669</guid>
  </item> 
  <item>
   <title>Sailwave Support : Not displaying in IE9, etc</title>
   <link>http://www.yachtsandyachting.com/forum/forum_posts.asp?TID=10303&amp;PID=1335668#1335668</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.yachtsandyachting.com/forum/member_profile.asp?PF=4646" rel="nofollow">SUGmeister</a><br /><strong>Subject:</strong> Not displaying in IE9, etc<br /><strong>Posted:</strong> 19&nbsp;Dec&nbsp;12 at 5:24pm<br /><br />May I suggest that you take this query to the SUG<br><br><a href="http://groups.yahoo.com/group/sailwave/?yguid=5034044" target="_blank">http://groups.yahoo.com/group/sailwave/?yguid=5034044</a><br><br><a href="http://www.sailwave.com/" target="_blank">http://www.sailwave.com/</a><br><br>cheeers<br><span style="font-size:10px"><br /><br />Edited by SUGmeister - 19&nbsp;Dec&nbsp;12 at 5:24pm</span>]]>
   </description>
   <pubDate>Wed, 19 Dec 2012 17:24:12 +0000</pubDate>
   <guid isPermaLink="true">http://www.yachtsandyachting.com/forum/forum_posts.asp?TID=10303&amp;PID=1335668#1335668</guid>
  </item> 
  <item>
   <title>Sailwave Support : Not displaying in IE9, etc</title>
   <link>http://www.yachtsandyachting.com/forum/forum_posts.asp?TID=10303&amp;PID=1335664#1335664</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.yachtsandyachting.com/forum/member_profile.asp?PF=12594" rel="nofollow">Simon368</a><br /><strong>Subject:</strong> Not displaying in IE9, etc<br /><strong>Posted:</strong> 19&nbsp;Dec&nbsp;12 at 4:32pm<br /><br />In Firefox and chrome I see the same unformatted html (learning something), but the problem you identify gives me no clues as to the solution. Remember I am a computir idiot <img src="http://www.yachtsandyachting.com/forum/smileys/smiley5.gif" border="0" alt="C&#111;nfused" title="C&#111;nfused" />]]>
   </description>
   <pubDate>Wed, 19 Dec 2012 16:32:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.yachtsandyachting.com/forum/forum_posts.asp?TID=10303&amp;PID=1335664#1335664</guid>
  </item> 
  <item>
   <title>Sailwave Support : Not displaying in IE9, etc</title>
   <link>http://www.yachtsandyachting.com/forum/forum_posts.asp?TID=10303&amp;PID=1335641#1335641</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.yachtsandyachting.com/forum/member_profile.asp?PF=12613" rel="nofollow">blueboy</a><br /><strong>Subject:</strong> Not displaying in IE9, etc<br /><strong>Posted:</strong> 19&nbsp;Dec&nbsp;12 at 11:23am<br /><br />OK, so if I go to <a href="http://www.upriver.org/" target="_blank">http://www.upriver.org/</a> and click results/autumn series (for example) what I see in IE9 is that the right hand frame is unformatted&nbsp;html. It works fine in IE8 and Firefox.<br><br>Having traced the flow, I believe the reason is that you don't have a file suffix i.e. your file is&nbsp; /autumn%20series%202012 but should be (say)&nbsp;&nbsp; /autumn%20series%202012.html<br><br>This seems to be a known change in IE9 e.g. see http://www.experts-exchange.com/OS/M**rosoft_Operating_Systems/Windows/Windows_7/Q_27648510.html<br><br>A pint of bitter next time I'm in Up River SC please. I used to do the very enjoyable long-distance Merlin open but that doesn't run any more......shame.<br><span style="font-size:10px"><br /><br />Edited by blueboy - 19&nbsp;Dec&nbsp;12 at 11:27am</span>]]>
   </description>
   <pubDate>Wed, 19 Dec 2012 11:23:21 +0000</pubDate>
   <guid isPermaLink="true">http://www.yachtsandyachting.com/forum/forum_posts.asp?TID=10303&amp;PID=1335641#1335641</guid>
  </item> 
  <item>
   <title>Sailwave Support : Not displaying in IE9, etc</title>
   <link>http://www.yachtsandyachting.com/forum/forum_posts.asp?TID=10303&amp;PID=1335634#1335634</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.yachtsandyachting.com/forum/member_profile.asp?PF=1571" rel="nofollow">Ian29937</a><br /><strong>Subject:</strong> Not displaying in IE9, etc<br /><strong>Posted:</strong> 19&nbsp;Dec&nbsp;12 at 9:55am<br /><br />Looks fine to me in ie 8 at work.<DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 19 Dec 2012 09:55:22 +0000</pubDate>
   <guid isPermaLink="true">http://www.yachtsandyachting.com/forum/forum_posts.asp?TID=10303&amp;PID=1335634#1335634</guid>
  </item> 
 </channel>
</rss>