<?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>Web Wiz Support and Community Forums : Cannot Search for RSS, XML or other TLAs</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Cannot Search for RSS, XML or other TLAs]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 15:06:45 +0000</pubDate>
  <lastBuildDate>Mon, 30 Jan 2006 22:13:23 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=18180</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Cannot Search for RSS, XML or other TLAs : Nice post wistex. Bookmarking...]]></title>
   <link>https://forums.webwiz.net/cannot-search-for-rss-xml-or-other-tlas_topic18180_post98484.html#98484</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 18180<br /><strong>Posted:</strong> 30&nbsp;January&nbsp;2006 at 10:13pm<br /><br />Nice post wistex. Bookmarking this one.]]>
   </description>
   <pubDate>Mon, 30 Jan 2006 22:13:23 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cannot-search-for-rss-xml-or-other-tlas_topic18180_post98484.html#98484</guid>
  </item> 
  <item>
   <title><![CDATA[Cannot Search for RSS, XML or other TLAs : Also, little sticking point I...]]></title>
   <link>https://forums.webwiz.net/cannot-search-for-rss-xml-or-other-tlas_topic18180_post98476.html#98476</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12115">wistex</a><br /><strong>Subject:</strong> 18180<br /><strong>Posted:</strong> 30&nbsp;January&nbsp;2006 at 7:33pm<br /><br />Also, little sticking point I forgot to mention.&nbsp; Make sure that all "&amp;" are converted to "&amp;amp;" even in titles, descriptions, etc.&nbsp; The RSS feed will choke if you have an "&amp;" in there.&nbsp; <DIV>&nbsp;</DIV><DIV>Of course, since you are already programming in XHTML, you are probably aware of that.&nbsp; But for those of you who aren't, you need to either make sure that there are no &amp; in your data or (better) convert &amp; to &amp;amp;.</DIV>]]>
   </description>
   <pubDate>Mon, 30 Jan 2006 19:33:29 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cannot-search-for-rss-xml-or-other-tlas_topic18180_post98476.html#98476</guid>
  </item> 
  <item>
   <title><![CDATA[Cannot Search for RSS, XML or other TLAs : Since I spend so much time editing...]]></title>
   <link>https://forums.webwiz.net/cannot-search-for-rss-xml-or-other-tlas_topic18180_post98475.html#98475</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12115">wistex</a><br /><strong>Subject:</strong> 18180<br /><strong>Posted:</strong> 30&nbsp;January&nbsp;2006 at 7:24pm<br /><br />Since I spend so much time editing it, here is the edited version that it wouldn't let me submit.&nbsp; You can delete the version above.<DIV>&nbsp;</DIV><DIV><DIV><strong>What is RFC 822:</strong></DIV><DIV>&nbsp;</DIV><DIV>RFC 822 refers to the standard that governs the format that e-mails are required to be sent in.&nbsp; Dates in the e-mail header are required to be formatted in a certain way.</DIV><DIV>&nbsp;</DIV><DIV>The people who wrote the standards for RSS opted to refer to the RFC 822 standard for the format of the date instead of specifically defining the date format required themselves.</DIV><DIV>&nbsp;</DIV><DIV>In summary, if you want your RSS Feed to validate, your dates must be in RFC 822 format.</DIV><DIV>&nbsp;</DIV><DIV><strong>RSS Feed Resources:</strong></DIV><DIV>&nbsp;</DIV><DIV>I used the following script (modified, of course) to create the RSS feed.</DIV><DIV>&nbsp;</DIV><DIV><a href="http://aspdevstudio.servemp3.com/aspdevstudio/article/article.asp?aid=18" target="_blank">http://aspdevstudio.servemp3.com/aspdevstudio/article/article.asp?aid=18</A></DIV><DIV>&nbsp;</DIV><DIV>This was a good starting point to build on.&nbsp; I had to&nbsp;change the connection and query since I was using MS SQL and not Access, and then I had to add the fields for the dates.</DIV><DIV>&nbsp;</DIV><DIV>Only one problem: the script above does not put the dates in it!&nbsp; And they are required to be in a certain format.</DIV><DIV>&nbsp;</DIV><DIV>So I looked around the net and found a function that converts a date in ASP to RFC 822 format.&nbsp; I used it in my script and it worked well without me having to modify a thing.</DIV><DIV><DIV>&nbsp;</DIV><DIV><a href="http://www.expertsforge.com/Web-Development/Tutorial-47.asp" target="_blank">http://www.expertsforge.com/Web-Development/Tutorial-47.asp</A></DIV><DIV>&nbsp;</DIV><DIV>Then I wanted to get more creative and add more fields.</DIV><DIV>&nbsp;</DIV><DIV>If found a great website that explains all the tags:</DIV><DIV>&nbsp;</DIV><DIV><a href="http://www.make-rss-feeds.com/" target="_blank">http://www.make-rss-feeds.com/</A></DIV><DIV>&nbsp;</DIV><DIV>and used that to add the fields I wanted to the RSS feed that weren't included in the original script I used as a base.</DIV><DIV>&nbsp;</DIV><DIV>With those three resources,&nbsp;copying&nbsp;&amp; pasting my existing connection string from other working code, and defining an appropriate query, I was able to make a working RSS feed.</DIV><DIV>&nbsp;</DIV><DIV><a href="http://www.caribbeanchoice.com/rss.asp" target="_blank">http://www.caribbeanchoice.com/rss.asp</A> </DIV><DIV>&nbsp;</DIV><DIV>The above feed was generated using the code I made.</DIV><DIV>&nbsp;</DIV><DIV>Also, you will need to validate your feed:</DIV><DIV>&nbsp;</DIV><DIV><a href="http://validator.w3.org/feed/" target="_blank">http://validator.w3.org/feed/</A></DIV><DIV>&nbsp;</DIV><DIV><strong>Additional Features:</strong></DIV><DIV>&nbsp;</DIV><DIV>Since the feed it data driven, some enhancements that I plan on adding are:</DIV><UL><LI>Being able to pass variables to it in the URL to define what content is delivered in the feed.&nbsp; That way I can use one script to generate all the feeds on the site.&nbsp; Specifying no arguments will result in the default feed being served.</LI><LI>Logging accesses to the script so&nbsp;I can get a good idea of how often it is used.&nbsp; I know this won't give me detailed stats, but it would be nice to know at least some basic info about&nbsp;what readers and services are&nbsp;accessing it.&nbsp; This may not be worth it, but I'd figure I'd try it.</LI></UL><DIV>Another thing that this is missing that would be required for very busy sites is caching.&nbsp; It would be nice if it cached the feeds as an XML file so that a database query wouldn't be needed every time someone accesses the RSS feed.&nbsp; I haven't found a good sample script that does that though.</DIV><DIV><strong></strong>&nbsp;</DIV><DIV><strong>In Closing:</strong></DIV><DIV>&nbsp;</DIV><DIV>I hope that helps.&nbsp; I could still give you the exact code I used, but since you would have to hack it yourself to get it to do what you want, I thought it would be better to give you the actual resources and sample code I used.&nbsp; If you still want my code, I can provide it as well.</DIV><DIV>&nbsp;</DIV><DIV>P.S.&nbsp; It took me many months to gather all the information required to make an RSS feed.&nbsp; (A lot of the information out there wasn't useful or inthe wrong scripting language.)&nbsp; So don't lose this.&nbsp; <IMG alt=Wink src="http://forums.webwiz.net/smileys/smiley2.gif" align=absMiddle border="0"></DIV></DIV></DIV>]]>
   </description>
   <pubDate>Mon, 30 Jan 2006 19:24:06 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cannot-search-for-rss-xml-or-other-tlas_topic18180_post98475.html#98475</guid>
  </item> 
  <item>
   <title><![CDATA[Cannot Search for RSS, XML or other TLAs : I tried editing the above post,...]]></title>
   <link>https://forums.webwiz.net/cannot-search-for-rss-xml-or-other-tlas_topic18180_post98473.html#98473</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12115">wistex</a><br /><strong>Subject:</strong> 18180<br /><strong>Posted:</strong> 30&nbsp;January&nbsp;2006 at 7:21pm<br /><br />I tried editing the above post, but it gives an error when I press the Update Post button saying that I need to type something in the message box.&nbsp; It thinks nothing has been typed and won't allow me to submit the changes.<DIV>&nbsp;</DIV><DIV>Also, there really needs to be a "Go Advanced" button on the Quick Reply area so that you can take what you already typed and go to the advanced editor.&nbsp; For example, I didn't realize that I needed bullets until I got down to the end.&nbsp; So I posted it and tried to edit it, but, it wouldn't let me.</DIV><DIV>&nbsp;</DIV><DIV>I know I could have copied and pressed the post reply button and then pasted, but I thought the edit would have worked.</DIV>]]>
   </description>
   <pubDate>Mon, 30 Jan 2006 19:21:38 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cannot-search-for-rss-xml-or-other-tlas_topic18180_post98473.html#98473</guid>
  </item> 
  <item>
   <title><![CDATA[Cannot Search for RSS, XML or other TLAs : I&amp;#039;ve not had time to look...]]></title>
   <link>https://forums.webwiz.net/cannot-search-for-rss-xml-or-other-tlas_topic18180_post98454.html#98454</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18180<br /><strong>Posted:</strong> 30&nbsp;January&nbsp;2006 at 1:34pm<br /><br />I've not had time to look into RSS feeds yet, so I would be interested in such a file.<br><br>Also what format is the RFC 822 dates in?<br>]]>
   </description>
   <pubDate>Mon, 30 Jan 2006 13:34:13 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cannot-search-for-rss-xml-or-other-tlas_topic18180_post98454.html#98454</guid>
  </item> 
  <item>
   <title><![CDATA[Cannot Search for RSS, XML or other TLAs : Sounds great!I already wrote a...]]></title>
   <link>https://forums.webwiz.net/cannot-search-for-rss-xml-or-other-tlas_topic18180_post98396.html#98396</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12115">wistex</a><br /><strong>Subject:</strong> 18180<br /><strong>Posted:</strong> 29&nbsp;January&nbsp;2006 at 2:15pm<br /><br />Sounds great!&nbsp;<img alt="Big smile" src="https://forums.webwiz.net/smileys/smiley4.gif" align="absmiddle" border="0"><br><br>I already wrote a data-driven RSS Feed in ASP if you need the code.&nbsp; I even found code that converts the dates to the required RFC 822 date format.&nbsp; If you're interested, I could post it for you.&nbsp; You'd need to tweak it to work with your connection strings and tables, but it might save you some time if you haven't already researched it.<br>]]>
   </description>
   <pubDate>Sun, 29 Jan 2006 14:15:11 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cannot-search-for-rss-xml-or-other-tlas_topic18180_post98396.html#98396</guid>
  </item> 
  <item>
   <title><![CDATA[Cannot Search for RSS, XML or other TLAs : I&amp;#039;m already working on this...]]></title>
   <link>https://forums.webwiz.net/cannot-search-for-rss-xml-or-other-tlas_topic18180_post98389.html#98389</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18180<br /><strong>Posted:</strong> 29&nbsp;January&nbsp;2006 at 12:48pm<br /><br />I'm already working on this and have changed the limit to words under 3 characters for the next version (not yet complete for this site).<br><br>I'm also looking at removing common words like 'and' 'or', etc. from 'all word' searches.<br><br>I have almost finished re-writing every file for the new login and cookie-less tacking system, I've got a bit more testing to do, but I hope to test out all these new features on this site in the next week.<br><br>RSS feeds is something that I hope to do very soon, as soon as it is expect to see an 'RSS' button on the forum index page.<br>]]>
   </description>
   <pubDate>Sun, 29 Jan 2006 12:48:54 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cannot-search-for-rss-xml-or-other-tlas_topic18180_post98389.html#98389</guid>
  </item> 
  <item>
   <title><![CDATA[Cannot Search for RSS, XML or other TLAs : It is impossible to search of...]]></title>
   <link>https://forums.webwiz.net/cannot-search-for-rss-xml-or-other-tlas_topic18180_post98356.html#98356</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12115">wistex</a><br /><strong>Subject:</strong> 18180<br /><strong>Posted:</strong> 28&nbsp;January&nbsp;2006 at 7:59pm<br /><br />It is impossible to search of TLAs (three letter acronyms) on Web Wiz Forums 8.0 b2 alpha 1 (the version currently running on WWG).<DIV>&nbsp;</DIV><DIV>I can understand why you limited the number of characters in a search, but you need to allow three character terms because there are way too many TLAs out there.</DIV><DIV>&nbsp;</DIV><DIV>For example, it is impossible to search and find out if WWF is going to have RSS and XML support because you cannot search for those terms.&nbsp; And what about SQL.&nbsp; You can't find discussions related to MS SQL or SQL queries.&nbsp; You can't even search for version 8.0 because "8.0" is less than 4 characters.</DIV><DIV>&nbsp;</DIV><DIV>Perhaps you need to limit the whole search box to be more than 3 characters, but not the individual search terms.&nbsp; And then require individual search&nbsp;terms to be at least 2&nbsp;characters long.&nbsp; That may achieve your goal of preventing huge queries based on vague terms, while still allowing people to search for important TLAs such as "MS SQL" and "RSS Feeds" and "RSS XML" and "Version 8.0" and "WWF 8.0" and "RSS 8.0" and other similar terms.</DIV><DIV>&nbsp;</DIV><DIV>Remember, just because a search term has few characters doesn't mean its vague.&nbsp; If I search for "RSS 8.0", I will most likely get very specific results about whether version 8.0 of WWF supports RSS or not.</DIV><DIV>&nbsp;</DIV><DIV>And you could also filter out common words such as "a" and "the" and ignore those in the search, unless the person puts it in quotes or says they are searching for a phrase.</DIV>]]>
   </description>
   <pubDate>Sat, 28 Jan 2006 19:59:52 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cannot-search-for-rss-xml-or-other-tlas_topic18180_post98356.html#98356</guid>
  </item> 
 </channel>
</rss>