<?xml version="1.0" encoding="utf-8"?>
                        <feed xmlns="http://www.w3.org/2005/Atom">
                          <title type="text">College Chat</title>
                          <updated>2006-08-30T17:14:47-04:00</updated>
                          <id>http://forum.collegechat.info</id>
                          <link rel="alternate" type="text/html" hreflang="en" href="forum.collegechat.info"/>
                          <link rel="self" type="application/atom+xml" href="forum.collegechat.info/feeds/?Type=atom"/>
                          <generator uri="http://getvanilla.com/" version="0.9.2.6">
                            Lussumo Vanilla
                          </generator><entry>
                     <title>Message Board Help</title>
                     <link rel="alternate" href="http://forum.collegechat.info/comments.php?DiscussionID=9" type="application/xhtml+xml" hreflang="en"/>
                     <id>http://forum.collegechat.info/comments.php?DiscussionID=9</id>
                     <published>2006-03-16T02:15:28-05:00</published>
                     <updated>2006-08-30T17:14:47-04:00</updated>
                     <author>
                        <name>Administrator</name>
                        <uri>http://forum.collegechat.info/account.php?u=1</uri>
                     </author>
                     <summary type="text" xml:lang="en">
                        This page answers some of the most common questions about this message board software. This section will be expanded in the future. If you have any further questions, please post them below and they will be addressed below.  What are &quot;whispers&quot;?  Whispers are discussion comments that only specific users can see--the user who made the comment, and the user he/she whispered it to. Usually, you'll leave the &quot;Whisper&quot; field blank when submitting a comment or discussion. However, if you only want a specific user on the forum to see it, then put his/her username in the Whisper field.  You can view whispers under &quot;Discussion filters&quot; in the left sidebar.  How to use Html tags?  Before you post a message, you have a choice to &quot;format comments as&quot; either Text or Html. If you select Text, it will merely post your comment, word for word, as you typed it. If you select Html, however, many other formatting options are available to you.  Below are some basic formatting options:  To emphasize text: &amp;lt;em&amp;gt;Text&amp;lt;/em&amp;gt;  Appearance: Text  To make text bold: &amp;lt;b&amp;gt;Text&amp;lt;/b&amp;gt;  Apperance: Text  To create a hyperlink, format as follows: &amp;lt;a href=&quot;URL&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&amp;gt;Link Text&amp;lt;/a&amp;gt;  Replace URL with the site's URL you want to link to, such as http://www.google.com, and replace Link Text with the text you want the link to appear as.  For example: &amp;lt;a href=&quot;http://www.collegechat.info&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&amp;gt;College Chat&amp;lt;/a&amp;gt;  That would appear as College Chat  To create a list of items, use the following tags: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;List item 1&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;List item 2&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;List item 3&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;  That would appear as: List item 1 List item 2 List item 3  To underline text: &amp;lt;u&amp;gt;Text&amp;lt;/u&amp;gt;  Shows up as: Text  To create a header, use &amp;lt;h1&amp;gt;Text&amp;lt;/h1&amp;gt;  You can replace the 1 with any number from 1-6. 1 shows up as the largest, 6 as the smallest.  Here's an example of h3: Text  There are many other options available--if you know HTML, then you probably know some and can experiment, however these are the basics.
                     </summary>
                     <content type="html">
                        <![CDATA[This page answers some of the most common questions about this message board software. This section will be expanded in the future. If you have any further questions, please post them below and they will be addressed below.<br /><br />What are &quot;whispers&quot;?<br /><br />Whispers are discussion comments that only specific users can see--the user who made the comment, and the user he/she whispered it to. Usually, you'll leave the &quot;Whisper&quot; field blank when submitting a comment or discussion. However, if you only want a specific user on the forum to see it, then put his/her username in the Whisper field.<br /><br />You can view whispers under &quot;Discussion filters&quot; in the left sidebar.<br /><br />How to use Html tags?<br /><br />Before you post a message, you have a choice to &quot;format comments as&quot; either Text or Html. If you select Text, it will merely post your comment, word for word, as you typed it. If you select Html, however, many other formatting options are available to you.<br /><br />Below are some basic formatting options:<br /><br />To emphasize text: &amp;lt;em&amp;gt;Text&amp;lt;/em&amp;gt;<br /><br />Appearance: Text<br /><br />To make text bold: &amp;lt;b&amp;gt;Text&amp;lt;/b&amp;gt;<br /><br />Apperance: Text<br /><br />To create a hyperlink, format as follows: &amp;lt;a href=&quot;URL&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&amp;gt;Link Text&amp;lt;/a&amp;gt;<br /><br />Replace URL with the site's URL you want to link to, such as http://www.google.com, and replace Link Text with the text you want the link to appear as.<br /><br />For example: &amp;lt;a href=&quot;http://www.collegechat.info&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&amp;gt;College Chat&amp;lt;/a&amp;gt;<br /><br />That would appear as College Chat<br /><br />To create a list of items, use the following tags:<br />&amp;lt;ul&amp;gt;<br />&amp;lt;li&amp;gt;List item 1&amp;lt;/li&amp;gt;<br />&amp;lt;li&amp;gt;List item 2&amp;lt;/li&amp;gt;<br />&amp;lt;li&amp;gt;List item 3&amp;lt;/li&amp;gt;<br />&amp;lt;/ul&amp;gt;<br /><br />That would appear as:<br />List item 1<br />List item 2<br />List item 3<br /><br />To underline text: &amp;lt;u&amp;gt;Text&amp;lt;/u&amp;gt;<br /><br />Shows up as: Text<br /><br />To create a header, use &amp;lt;h1&amp;gt;Text&amp;lt;/h1&amp;gt;<br /><br />You can replace the 1 with any number from 1-6. 1 shows up as the largest, 6 as the smallest.<br /><br />Here's an example of h3:<br />Text<br /><br />There are many other options available--if you know HTML, then you probably know some and can experiment, however these are the basics.]]>
                     </content></entry><entry>
                     <title>Introduce yourself here</title>
                     <link rel="alternate" href="http://forum.collegechat.info/comments.php?DiscussionID=11" type="application/xhtml+xml" hreflang="en"/>
                     <id>http://forum.collegechat.info/comments.php?DiscussionID=11</id>
                     <published>2006-03-22T04:16:12-05:00</published>
                     <updated>2006-08-30T17:13:51-04:00</updated>
                     <author>
                        <name>Administrator</name>
                        <uri>http://forum.collegechat.info/account.php?u=1</uri>
                     </author>
                     <summary type="text" xml:lang="en">
                        Hi everyone! Welcome to College Chat.  I'm James Freedman, and I started this site to bring together students and parents dealing with the college application process, as well as offer advice.  I'm currently a student at Johns Hopkins University, and I write a &quot;College Chat&quot; column for Los Angeles Family Magazine.  Please introduce yourself in this thread. Are you a student or a parent? What schools are you considering? And so on.  I look forward to hearing from you!  Sincerely, James
                     </summary>
                     <content type="html">
                        <![CDATA[Hi everyone! Welcome to College Chat.<br /><br />I'm James Freedman, and I started this site to bring together students and parents dealing with the college application process, as well as offer advice.<br /><br />I'm currently a student at Johns Hopkins University, and I write a &quot;College Chat&quot; column for Los Angeles Family Magazine.<br /><br />Please introduce yourself in this thread. Are you a student or a parent? What schools are you considering? And so on.<br /><br />I look forward to hearing from you!<br /><br />Sincerely,<br />James]]>
                     </content></entry><entry>
                     <title>Welcome to College Chat!</title>
                     <link rel="alternate" href="http://forum.collegechat.info/comments.php?DiscussionID=10" type="application/xhtml+xml" hreflang="en"/>
                     <id>http://forum.collegechat.info/comments.php?DiscussionID=10</id>
                     <published>2006-03-16T02:16:00-05:00</published>
                     <updated>2006-03-16T02:16:00-05:00</updated>
                     <author>
                        <name>Administrator</name>
                        <uri>http://forum.collegechat.info/account.php?u=1</uri>
                     </author>
                     <summary type="text" xml:lang="en">
                        Welcome to the College Chat message board--thanks for stopping by.  This is a place for students and parents to talk about the college application process, share concerns and ask questions.  If you haven't yet, then register so you can post messages.  Sincerely, James Freedman College Chat
                     </summary>
                     <content type="html">
                        <![CDATA[Welcome to the College Chat message board--thanks for stopping by.<br /><br />This is a place for students and parents to talk about the college application process, share concerns and ask questions.<br /><br />If you haven't yet, then register so you can post messages.<br /><br />Sincerely,<br />James Freedman<br />College Chat]]>
                     </content></entry><entry>
                     <title>Message Board Rules</title>
                     <link rel="alternate" href="http://forum.collegechat.info/comments.php?DiscussionID=8" type="application/xhtml+xml" hreflang="en"/>
                     <id>http://forum.collegechat.info/comments.php?DiscussionID=8</id>
                     <published>2006-03-16T02:14:51-05:00</published>
                     <updated>2006-03-16T02:14:51-05:00</updated>
                     <author>
                        <name>Administrator</name>
                        <uri>http://forum.collegechat.info/account.php?u=1</uri>
                     </author>
                     <summary type="text" xml:lang="en">
                        It wouldn’t be College Chat without a place to chat.  Please keep the experience safe and fun for all by following a few simple rules when posting:  Don’t post personally identifiable information (your full name, where you live, etc.). Don’t use inappropriate language. Respect the views and opinions of others. Don’t spam (don't post excessively or on completely unrelated topics). No advertising (A good guideline: don't post links to unrelated sites or to commercial pages you have an interest in).  Finally, please read the site's terms of service.  And most importantly, have fun!  Thanks, James Freedman College Chat
                     </summary>
                     <content type="html">
                        <![CDATA[It wouldn’t be College Chat without a place to chat.<br /><br />Please keep the experience safe and fun for all by following a few simple rules when posting:<br /><br />Don’t post personally identifiable information (your full name, where you live, etc.).<br />Don’t use inappropriate language.<br />Respect the views and opinions of others.<br />Don’t spam (don't post excessively or on completely unrelated topics).<br />No advertising (A good guideline: don't post links to unrelated sites or to commercial pages you have an interest in).<br /><br />Finally, please read the site's terms of service.<br /><br />And most importantly, have fun!<br /><br />Thanks,<br />James Freedman<br />College Chat]]>
                     </content></entry></feed>